Hi,
I am trying to run git clone https://src.fedoraproject.org/rpms/kernel.git fedora-kernel command which is failing:
git clone https://src.fedoraproject.org/rpms/kernel.git fedora-kernel
$ git --version git version 2.30.1 $ git clone https://src.fedoraproject.org/rpms/kernel.git fedora-kernel Cloning into 'fedora-kernel'... remote: Enumerating objects: 82940, done. remote: Counting objects: 100% (82940/82940), done. remote: Compressing objects: 100% (22693/22693), done. fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: index-pack failed
$ git --version git version 2.29.2 $ git clone https://src.fedoraproject.org/rpms/kernel.git fedora-kernel Cloning into 'fedora-kernel'... remote: Enumerating objects: 82940, done. remote: Counting objects: 100% (82940/82940), done. remote: Compressing objects: 100% (22693/22693), done. fatal: the remote end hung up unexpectedly19 MiB | 723.00 KiB/s fatal: early EOF fatal: index-pack failed
As you can see I tried different git versions on different machines. So I would rule out git problem on my end, including any connection problem on my side as well.
We will need to know: 1. what are the ips of these systems 2. when these connections were not working.
Let's start with 89.0.255.101 which is still failing.
Last attempt: 2021-02-18 16:50 UTC.
Thanks. that helps. I can see your connections and 'everything' logged in the apache logs looks right with no errors. I was able to clone this repository and was getting 18.9 Mib/s while you were getting 723.00 KiB/s. I am expecting that the Atlantic network links are saturated at the moment and that is causing your timeouts and closes.
[ssmoogen@localhost Fedora]$ fedpkg clone kernel Cloning into 'kernel'... remote: Enumerating objects: 82940, done. remote: Counting objects: 100% (82940/82940), done. remote: Compressing objects: 100% (22693/22693), done. remote: Total 82940 (delta 50690), reused 78049 (delta 46686), pack-reused 0 Receiving objects: 100% (82940/82940), 132.40 MiB | 13.77 MiB/s, done. Resolving deltas: 100% (50690/50690), done. [ssmoogen@localhost Fedora]$ git clone https://src.fedoraproject.org/rpms/kernel.git fedora-kernel Cloning into 'fedora-kernel'... remote: Enumerating objects: 82940, done. remote: Counting objects: 100% (82940/82940), done. remote: Compressing objects: 100% (22693/22693), done. remote: Total 82940 (delta 50694), reused 78048 (delta 46686), pack-reused 0 Receiving objects: 100% (82940/82940), 132.47 MiB | 18.90 MiB/s, done. Resolving deltas: 100% (50694/50694), done. [ssmoogen@localhost Fedora]$ git --version git version 2.29.2
I will see if our networking people can point to any thing we can do to help here.
Metadata Update from @smooge: - Issue priority set to: Waiting on Assignee (was: Needs Review) - Issue tagged with: medium-gain, medium-trouble, ops, src.fp.o
Metadata Update from @smooge: - Issue untagged with: medium-gain, medium-trouble - Issue tagged with: low-gain, low-trouble
Is this problem still happening?
Yes, still happening, just tried from 89.1.54.154.
Can you give us the output of:
GIT_CURL_VERBOSE=1 git clone https://src.fedoraproject.org/rpms/kernel.git fedora-kernel
(or at least just the last 100's of lines)
First attempt was successful but failed the same on 2nd attempt:
GIT_CURL_VERBOSE=1 git clone https://src.fedoraproject.org/rpms/kernel.git fedora-kernel Cloning into 'fedora-kernel'... 22:16:04.978398 http.c:756 == Info: Couldn't find host src.fedoraproject.org in the .netrc file; using defaults 22:16:05.082196 http.c:756 == Info: Trying 38.145.60.21:443... 22:16:05.179267 http.c:756 == Info: Connected to src.fedoraproject.org (38.145.60.21) port 443 (#0) 22:16:05.180076 http.c:756 == Info: ALPN, offering h2 22:16:05.180104 http.c:756 == Info: ALPN, offering http/1.1 22:16:05.194123 http.c:756 == Info: successfully set certificate verify locations: 22:16:05.194145 http.c:756 == Info: CAfile: /etc/ssl/certs/ca-certificates.crt 22:16:05.194152 http.c:756 == Info: CApath: /etc/ssl/certs 22:16:05.194581 http.c:756 == Info: TLSv1.3 (OUT), TLS handshake, Client hello (1): 22:16:05.295058 http.c:756 == Info: TLSv1.3 (IN), TLS handshake, Server hello (2): 22:16:05.295524 http.c:756 == Info: TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): 22:16:05.295645 http.c:756 == Info: TLSv1.3 (IN), TLS handshake, Certificate (11): 22:16:05.296509 http.c:756 == Info: TLSv1.3 (IN), TLS handshake, CERT verify (15): 22:16:05.296903 http.c:756 == Info: TLSv1.3 (IN), TLS handshake, Finished (20): 22:16:05.296998 http.c:756 == Info: TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): 22:16:05.297109 http.c:756 == Info: TLSv1.3 (OUT), TLS handshake, Finished (20): 22:16:05.297248 http.c:756 == Info: SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 22:16:05.297269 http.c:756 == Info: ALPN, server accepted to use http/1.1 22:16:05.297290 http.c:756 == Info: Server certificate: 22:16:05.297337 http.c:756 == Info: subject: C=US; ST=North Carolina; L=Raleigh; O=Red Hat, Inc.; CN=*.fedoraproject.org 22:16:05.297365 http.c:756 == Info: start date: Feb 27 00:00:00 2020 GMT 22:16:05.297388 http.c:756 == Info: expire date: Mar 2 12:00:00 2022 GMT 22:16:05.297427 http.c:756 == Info: subjectAltName: host "src.fedoraproject.org" matched cert's "*.fedoraproject.org" 22:16:05.297474 http.c:756 == Info: issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert SHA2 High Assurance Server CA 22:16:05.297495 http.c:756 == Info: SSL certificate verify ok. 22:16:05.297609 http.c:703 => Send header, 0000000241 bytes (0x000000f1) 22:16:05.297630 http.c:715 => Send header: GET /rpms/kernel.git/info/refs?service=git-upload-pack HTTP/1.1 22:16:05.297641 http.c:715 => Send header: Host: src.fedoraproject.org 22:16:05.297652 http.c:715 => Send header: User-Agent: git/2.30.1 22:16:05.297663 http.c:715 => Send header: Accept: */* 22:16:05.297673 http.c:715 => Send header: Accept-Encoding: deflate, gzip 22:16:05.297683 http.c:715 => Send header: Accept-Language: en-US, *;q=0.9 22:16:05.297693 http.c:715 => Send header: Pragma: no-cache 22:16:05.297702 http.c:715 => Send header: Git-Protocol: version=2 22:16:05.297712 http.c:715 => Send header: 22:16:05.391702 http.c:756 == Info: TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): 22:16:05.391854 http.c:756 == Info: TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): 22:16:05.391922 http.c:756 == Info: old SSL session ID is stale, removing 22:16:05.580805 http.c:756 == Info: Mark bundle as not supporting multiuse 22:16:05.580854 http.c:703 <= Recv header, 0000000017 bytes (0x00000011) 22:16:05.580865 http.c:715 <= Recv header: HTTP/1.1 200 OK 22:16:05.580873 http.c:703 <= Recv header, 0000000037 bytes (0x00000025) 22:16:05.580880 http.c:715 <= Recv header: Date: Mon, 22 Feb 2021 21:16:31 GMT 22:16:05.580893 http.c:703 <= Recv header, 0000000016 bytes (0x00000010) 22:16:05.580905 http.c:715 <= Recv header: Server: Apache 22:16:05.580920 http.c:703 <= Recv header, 0000000073 bytes (0x00000049) 22:16:05.580934 http.c:715 <= Recv header: Strict-Transport-Security: max-age=31536000; includeSubDomains; preload 22:16:05.580952 http.c:703 <= Recv header, 0000000029 bytes (0x0000001d) 22:16:05.580977 http.c:715 <= Recv header: X-Frame-Options: SAMEORIGIN 22:16:05.580997 http.c:703 <= Recv header, 0000000033 bytes (0x00000021) 22:16:05.581008 http.c:715 <= Recv header: X-Xss-Protection: 1; mode=block 22:16:05.581019 http.c:703 <= Recv header, 0000000033 bytes (0x00000021) 22:16:05.581032 http.c:715 <= Recv header: X-Content-Type-Options: nosniff 22:16:05.581046 http.c:703 <= Recv header, 0000000030 bytes (0x0000001e) 22:16:05.581057 http.c:715 <= Recv header: Referrer-Policy: same-origin 22:16:05.581069 http.c:703 <= Recv header, 0000000040 bytes (0x00000028) 22:16:05.581080 http.c:715 <= Recv header: expires: Tue, 01 Jan 1980 00:00:00 GMT 22:16:05.581092 http.c:703 <= Recv header, 0000000018 bytes (0x00000012) 22:16:05.581104 http.c:715 <= Recv header: pragma: no-cache 22:16:05.581118 http.c:703 <= Recv header, 0000000053 bytes (0x00000035) 22:16:05.581128 http.c:715 <= Recv header: cache-control: no-cache, max-age=0, must-revalidate 22:16:05.581144 http.c:703 <= Recv header, 0000000386 bytes (0x00000182) 22:16:05.581158 http.c:715 <= Recv header: content-security-policy: default-src 'self'; script-src 'self' 'nonce-yNKh6lQZzJkPmtfcsjUvnLbbx' https://apps.fedoraproject.org https://mdapi.fedoraproject.org; style-src 'self' 'nonce-yNKh6lQZzJkPmtfcsjUvnLbbx'; object-src 'none'; base-uri 'self'; img-src 'self' https:; connect-src 'self' https://pdc.fedoraproject.org https://apps.fedoraproject.org https://mdapi.fedoraproject.org; 22:16:05.581180 http.c:703 <= Recv header, 0000000019 bytes (0x00000013) 22:16:05.581200 http.c:715 <= Recv header: apptime: D=108251 22:16:05.581215 http.c:703 <= Recv header, 0000000051 bytes (0x00000033) 22:16:05.581227 http.c:715 <= Recv header: x-fedora-appserver: pkgs01.iad2.fedoraproject.org 22:16:05.581246 http.c:703 <= Recv header, 0000000059 bytes (0x0000003b) 22:16:05.581261 http.c:715 <= Recv header: content-type: application/x-git-upload-pack-advertisement 22:16:05.581282 http.c:703 <= Recv header, 0000000228 bytes (0x000000e4) 22:16:05.581301 http.c:715 <= Recv header: set-cookie: disgit_pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiZTk2MTc0ODYwMTFkNWNmMzhjZmU1NzM5N2ZiNjdhYWRmNjYwYWQ3MiJ9.ExWwrw.6jDw4881JerXc3vvL1hWNXLPRhQ; Expires=Thu, 25-Mar-2021 21:16:31 GMT; Secure; HttpOnly; Path=/ 22:16:05.581319 http.c:703 <= Recv header, 0000000054 bytes (0x00000036) 22:16:05.581331 http.c:715 <= Recv header: X-Fedora-ProxyServer: proxy10.iad2.fedoraproject.org 22:16:05.581348 http.c:703 <= Recv header, 0000000049 bytes (0x00000031) 22:16:05.581360 http.c:715 <= Recv header: X-Fedora-RequestID: YDQfL27mWIUbBjM2F91@3wAACAU 22:16:05.581376 http.c:703 <= Recv header, 0000000028 bytes (0x0000001c) 22:16:05.581388 http.c:715 <= Recv header: Transfer-Encoding: chunked 22:16:05.581401 http.c:703 <= Recv header, 0000000002 bytes (0x00000002) 22:16:05.581413 http.c:715 <= Recv header: 22:16:05.581467 http.c:756 == Info: Connection #0 to host src.fedoraproject.org left intact 22:16:05.588570 http.c:756 == Info: Couldn't find host src.fedoraproject.org in the .netrc file; using defaults 22:16:05.588615 http.c:756 == Info: Found bundle for host src.fedoraproject.org: 0x564084669850 [serially] 22:16:05.588630 http.c:756 == Info: Can not multiplex, even if we wanted to! 22:16:05.588668 http.c:756 == Info: Re-using existing connection! (#0) with host src.fedoraproject.org 22:16:05.588687 http.c:756 == Info: Connected to src.fedoraproject.org (38.145.60.21) port 443 (#0) 22:16:05.588915 http.c:703 => Send header, 0000000280 bytes (0x00000118) 22:16:05.588939 http.c:715 => Send header: POST /rpms/kernel.git/git-upload-pack HTTP/1.1 22:16:05.588955 http.c:715 => Send header: Host: src.fedoraproject.org 22:16:05.588969 http.c:715 => Send header: User-Agent: git/2.30.1 22:16:05.588985 http.c:715 => Send header: Accept-Encoding: deflate, gzip 22:16:05.588996 http.c:715 => Send header: Content-Type: application/x-git-upload-pack-request 22:16:05.589005 http.c:715 => Send header: Accept: application/x-git-upload-pack-result 22:16:05.589021 http.c:715 => Send header: Content-Encoding: gzip 22:16:05.589032 http.c:715 => Send header: Content-Length: 1271 22:16:05.589041 http.c:715 => Send header: 22:16:08.039022 http.c:756 == Info: Mark bundle as not supporting multiuse 22:16:08.039083 http.c:703 <= Recv header, 0000000017 bytes (0x00000011) 22:16:08.039099 http.c:715 <= Recv header: HTTP/1.1 200 OK 22:16:08.039108 http.c:703 <= Recv header, 0000000037 bytes (0x00000025) 22:16:08.039118 http.c:715 <= Recv header: Date: Mon, 22 Feb 2021 21:16:31 GMT 22:16:08.039132 http.c:703 <= Recv header, 0000000016 bytes (0x00000010) 22:16:08.039144 http.c:715 <= Recv header: Server: Apache 22:16:08.039157 http.c:703 <= Recv header, 0000000073 bytes (0x00000049) 22:16:08.039174 http.c:715 <= Recv header: Strict-Transport-Security: max-age=31536000; includeSubDomains; preload 22:16:08.039189 http.c:703 <= Recv header, 0000000029 bytes (0x0000001d) 22:16:08.039202 http.c:715 <= Recv header: X-Frame-Options: SAMEORIGIN 22:16:08.039219 http.c:703 <= Recv header, 0000000033 bytes (0x00000021) 22:16:08.039233 http.c:715 <= Recv header: X-Xss-Protection: 1; mode=block 22:16:08.039248 http.c:703 <= Recv header, 0000000033 bytes (0x00000021) 22:16:08.039259 http.c:715 <= Recv header: X-Content-Type-Options: nosniff 22:16:08.039271 http.c:703 <= Recv header, 0000000030 bytes (0x0000001e) 22:16:08.039281 http.c:715 <= Recv header: Referrer-Policy: same-origin 22:16:08.039293 http.c:703 <= Recv header, 0000000040 bytes (0x00000028) 22:16:08.039304 http.c:715 <= Recv header: expires: Tue, 01 Jan 1980 00:00:00 GMT 22:16:08.039317 http.c:703 <= Recv header, 0000000018 bytes (0x00000012) 22:16:08.039328 http.c:715 <= Recv header: pragma: no-cache 22:16:08.039357 http.c:703 <= Recv header, 0000000053 bytes (0x00000035) 22:16:08.039370 http.c:715 <= Recv header: cache-control: no-cache, max-age=0, must-revalidate 22:16:08.039386 http.c:703 <= Recv header, 0000000386 bytes (0x00000182) 22:16:08.039406 http.c:715 <= Recv header: content-security-policy: default-src 'self'; script-src 'self' 'nonce-bZxAcBriGsGh72cvAj4az0V41' https://apps.fedoraproject.org https://mdapi.fedoraproject.org; style-src 'self' 'nonce-bZxAcBriGsGh72cvAj4az0V41'; object-src 'none'; base-uri 'self'; img-src 'self' https:; connect-src 'self' https://pdc.fedoraproject.org https://apps.fedoraproject.org https://mdapi.fedoraproject.org; 22:16:08.039425 http.c:703 <= Recv header, 0000000020 bytes (0x00000014) 22:16:08.039436 http.c:715 <= Recv header: apptime: D=2333353 22:16:08.039449 http.c:703 <= Recv header, 0000000051 bytes (0x00000033) 22:16:08.039461 http.c:715 <= Recv header: x-fedora-appserver: pkgs01.iad2.fedoraproject.org 22:16:08.039476 http.c:703 <= Recv header, 0000000052 bytes (0x00000034) 22:16:08.039488 http.c:715 <= Recv header: content-type: application/x-git-upload-pack-result 22:16:08.039504 http.c:703 <= Recv header, 0000000228 bytes (0x000000e4) 22:16:08.039521 http.c:715 <= Recv header: set-cookie: disgit_pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiZTgyZDAzOWVmZWQ5OWMyNmU4ZGMyNjE4ZWE2MzI4M2IzMjMyMmE3OSJ9.ExWwrw.ZKurxV2FCr9Nbr7e7-UlfRkW2vw; Expires=Thu, 25-Mar-2021 21:16:31 GMT; Secure; HttpOnly; Path=/ 22:16:08.039540 http.c:703 <= Recv header, 0000000054 bytes (0x00000036) 22:16:08.039554 http.c:715 <= Recv header: X-Fedora-ProxyServer: proxy10.iad2.fedoraproject.org 22:16:08.039572 http.c:703 <= Recv header, 0000000049 bytes (0x00000031) 22:16:08.039584 http.c:715 <= Recv header: X-Fedora-RequestID: YDQfL27mWIUbBjM2F91@5QAACBA 22:16:08.039600 http.c:703 <= Recv header, 0000000028 bytes (0x0000001c) 22:16:08.039622 http.c:715 <= Recv header: Transfer-Encoding: chunked 22:16:08.039639 http.c:703 <= Recv header, 0000000002 bytes (0x00000002) 22:16:08.039655 http.c:715 <= Recv header: remote: Enumerating objects: 82970, done. remote: Counting objects: 100% (82970/82970), done. remote: Compressing objects: 100% (22723/22723), done. 22:16:25.998726 http.c:756 == Info: Connection #0 to host src.fedoraproject.org left intact fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: index-pack failed
89.1.54.154 - - [22/Feb/2021:21:00:07 +0000] "GET /rpms/kernel.git/info/refs?service=git-upload-pack HTTP/1.1" 200 6722 "-" "git/2.30.1" 89.1.54.154 - - [22/Feb/2021:21:00:08 +0000] "POST /rpms/kernel.git/git-upload-pack HTTP/1.1" 200 50872320 "-" "git/2.30.1" 89.1.54.154 - - [22/Feb/2021:21:14:20 +0000] "GET /rpms/kernel.git/info/refs?service=git-upload-pack HTTP/1.1" 200 6722 "-" "git/2.30.1" 89.1.54.154 - - [22/Feb/2021:21:14:20 +0000] "POST /rpms/kernel.git/git-upload-pack HTTP/1.1" 200 139019434 "-" "git/2.30.1" 89.1.54.154 - - [22/Feb/2021:21:16:31 +0000] "GET /rpms/kernel.git/info/refs?service=git-upload-pack HTTP/1.1" 200 6722 "-" "git/2.30.1" 89.1.54.154 - - [22/Feb/2021:21:16:31 +0000] "POST /rpms/kernel.git/git-upload-pack HTTP/1.1" 200 36757504 "-" "git/2.30.1"
everything on our side looked 'complete'.
Does:
git config --global http.postBuffer 524288000
help any?
Are you behind a proxy?
Getting the failure also with http.postBuffer.
http.postBuffer
I am not behind a proxy. The IP addresses I shared with you are from my local ISP (NetCologne). But I also tested from dedicated servers at Hetzner and CDN77 and got the same failures (not that often like I am seeing the failure via my private VDSL dial-up connection but it is failing sometimes).
Never experienced similar problems with other git endpoints yet.
odd. Do:
git config --global core.compression 0
or
git clone --depth 1 <repo_URI>
@tmz any ideas here? :)
git config --global core.compression 0 has no impact. --depth 1 always succeeded (but of course, just 11MB vs 140MB)
--depth 1
I'm not sure what to do here. As far as I know you are the only one reporting this, and I can't see anything obviously wrong with our config. ;(
Perhaps we could engage the upstream git developers? or the fedora/rhel ones?
Is this issue still happening?
I just wanted to report that it seems to be working now (had no problems last week) but just now when I did my last test it failed again like before :/
Can you try again now and see if you can get it to happen?
Done, failed on second attempt (from 78.34.106.145).
connection not behind proxy $ curl http://checkip.amazonaws.com/ 112.119.240.206
$ git --version git version 2.31.1
Failed with git config --global core.compression 0 OK with git clone --depth 1 <repo_URI>
Tested OK at 2021-07-28 02:30:51 w/ git config --global http.postBuffer 524288000
Test Failed at 2021-07-28 02:21:39 (failed with git defaults) $ GIT_CURL_VERBOSE=1 git clone https://src.fedoraproject.org/rpms/kernel.git fedora-kernel Cloning into 'fedora-kernel'... 02:21:43.226844 http.c:756 == Info: Couldn't find host src.fedoraproject.org in the (nil) file; using defaults 02:21:43.471359 http.c:756 == Info: Trying 38.145.60.21:443... 02:21:43.689322 http.c:756 == Info: Connected to src.fedoraproject.org (38.145.60.21) port 443 (#0) 02:21:43.693041 http.c:756 == Info: ALPN, offering h2 02:21:43.693213 http.c:756 == Info: ALPN, offering http/1.1 02:21:43.758788 http.c:756 == Info: successfully set certificate verify locations: 02:21:43.759022 http.c:756 == Info: CAfile: /etc/pki/tls/certs/ca-bundle.crt 02:21:43.759032 http.c:756 == Info: CApath: none 02:21:43.759685 http.c:756 == Info: TLSv1.3 (OUT), TLS handshake, Client hello (1): 02:21:43.982180 http.c:756 == Info: TLSv1.3 (IN), TLS handshake, Server hello (2): 02:21:43.982674 http.c:756 == Info: TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): 02:21:43.982720 http.c:756 == Info: TLSv1.3 (IN), TLS handshake, Certificate (11): 02:21:43.983558 http.c:756 == Info: TLSv1.3 (IN), TLS handshake, CERT verify (15): 02:21:43.983845 http.c:756 == Info: TLSv1.3 (IN), TLS handshake, Finished (20): 02:21:43.983913 http.c:756 == Info: TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): 02:21:43.983963 http.c:756 == Info: TLSv1.3 (OUT), TLS handshake, Finished (20): 02:21:43.984148 http.c:756 == Info: SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 02:21:43.984156 http.c:756 == Info: ALPN, server accepted to use http/1.1 02:21:43.984179 http.c:756 == Info: Server certificate: 02:21:43.984205 http.c:756 == Info: subject: C=US; ST=North Carolina; L=Raleigh; O=Red Hat, Inc.; CN=*.fedoraproject.org 02:21:43.984218 http.c:756 == Info: start date: Feb 27 00:00:00 2020 GMT 02:21:43.984227 http.c:756 == Info: expire date: Mar 2 12:00:00 2022 GMT 02:21:43.984247 http.c:756 == Info: subjectAltName: host "src.fedoraproject.org" matched cert's "*.fedoraproject.org" 02:21:43.984264 http.c:756 == Info: issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert SHA2 High Assurance Server CA 02:21:43.984272 http.c:756 == Info: SSL certificate verify ok. 02:21:43.984351 http.c:703 => Send header, 0000000245 bytes (0x000000f5) 02:21:43.984370 http.c:715 => Send header: GET /rpms/kernel.git/info/refs?service=git-upload-pack HTTP/1.1 02:21:43.984375 http.c:715 => Send header: Host: src.fedoraproject.org 02:21:43.984381 http.c:715 => Send header: User-Agent: git/2.31.1 02:21:43.984385 http.c:715 => Send header: Accept: */* 02:21:43.984390 http.c:715 => Send header: Accept-Encoding: deflate, gzip, br 02:21:43.984394 http.c:715 => Send header: Accept-Language: en-HK, *;q=0.9 02:21:43.984399 http.c:715 => Send header: Pragma: no-cache 02:21:43.984403 http.c:715 => Send header: Git-Protocol: version=2 02:21:43.984408 http.c:715 => Send header: 02:21:44.201995 http.c:756 == Info: TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): 02:21:44.202245 http.c:756 == Info: TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): 02:21:44.202276 http.c:756 == Info: old SSL session ID is stale, removing 02:21:44.293345 http.c:756 == Info: Mark bundle as not supporting multiuse 02:21:44.293441 http.c:703 <= Recv header, 0000000017 bytes (0x00000011) 02:21:44.293459 http.c:715 <= Recv header: HTTP/1.1 200 OK 02:21:44.293473 http.c:703 <= Recv header, 0000000037 bytes (0x00000025) 02:21:44.293484 http.c:715 <= Recv header: Date: Tue, 27 Jul 2021 18:21:44 GMT 02:21:44.293494 http.c:703 <= Recv header, 0000000016 bytes (0x00000010) 02:21:44.293502 http.c:715 <= Recv header: Server: Apache 02:21:44.293512 http.c:703 <= Recv header, 0000000073 bytes (0x00000049) 02:21:44.293521 http.c:715 <= Recv header: Strict-Transport-Security: max-age=31536000; includeSubDomains; preload 02:21:44.293529 http.c:703 <= Recv header, 0000000029 bytes (0x0000001d) 02:21:44.293537 http.c:715 <= Recv header: X-Frame-Options: SAMEORIGIN 02:21:44.293547 http.c:703 <= Recv header, 0000000033 bytes (0x00000021) 02:21:44.293555 http.c:715 <= Recv header: X-Xss-Protection: 1; mode=block 02:21:44.293563 http.c:703 <= Recv header, 0000000033 bytes (0x00000021) 02:21:44.293570 http.c:715 <= Recv header: X-Content-Type-Options: nosniff 02:21:44.293579 http.c:703 <= Recv header, 0000000030 bytes (0x0000001e) 02:21:44.293586 http.c:715 <= Recv header: Referrer-Policy: same-origin 02:21:44.293594 http.c:703 <= Recv header, 0000000040 bytes (0x00000028) 02:21:44.293602 http.c:715 <= Recv header: expires: Tue, 01 Jan 1980 00:00:00 GMT 02:21:44.293611 http.c:703 <= Recv header, 0000000018 bytes (0x00000012) 02:21:44.293618 http.c:715 <= Recv header: pragma: no-cache 02:21:44.293627 http.c:703 <= Recv header, 0000000053 bytes (0x00000035) 02:21:44.293634 http.c:715 <= Recv header: cache-control: no-cache, max-age=0, must-revalidate 02:21:44.293645 http.c:703 <= Recv header, 0000000386 bytes (0x00000182) 02:21:44.293657 http.c:715 <= Recv header: content-security-policy: default-src 'self'; script-src 'self' 'nonce-XEazReCuQTJJNwcOdFFMvb3hN' https://apps.fedoraproject.org https://mdapi.fedoraproject.org; style-src 'self' 'nonce-XEazReCuQTJJNwcOdFFMvb3hN'; object-src 'none'; base-uri 'self'; img-src 'self' https:; connect-src 'self' https://pdc.fedoraproject.org https://apps.fedoraproject.org https://mdapi.fedoraproject.org; 02:21:44.293672 http.c:703 <= Recv header, 0000000018 bytes (0x00000012) 02:21:44.293680 http.c:715 <= Recv header: apptime: D=89483 02:21:44.293688 http.c:703 <= Recv header, 0000000051 bytes (0x00000033) 02:21:44.293696 http.c:715 <= Recv header: x-fedora-appserver: pkgs01.iad2.fedoraproject.org 02:21:44.293707 http.c:703 <= Recv header, 0000000059 bytes (0x0000003b) 02:21:44.293714 http.c:715 <= Recv header: content-type: application/x-git-upload-pack-advertisement 02:21:44.293725 http.c:703 <= Recv header, 0000000228 bytes (0x000000e4) 02:21:44.293738 http.c:715 <= Recv header: set-cookie: disgit_pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiMjYxMTA0MjRmNTUwYWUxNmJkNjYwMTNlZmMyZmM3MmRhOWU0OWRlMCJ9.E-HgOA._MZUf5GAn9FcsPNvhP6-DktYoCQ; Expires=Fri, 27-Aug-2021 18:21:44 GMT; Secure; HttpOnly; Path=/ 02:21:44.293750 http.c:703 <= Recv header, 0000000054 bytes (0x00000036) 02:21:44.293761 http.c:715 <= Recv header: X-Fedora-ProxyServer: proxy10.iad2.fedoraproject.org 02:21:44.293771 http.c:703 <= Recv header, 0000000049 bytes (0x00000031) 02:21:44.293779 http.c:715 <= Recv header: X-Fedora-RequestID: YQBOuM8mi1HRka9dOu4dfQAAAYs 02:21:44.293791 http.c:703 <= Recv header, 0000000028 bytes (0x0000001c) 02:21:44.293800 http.c:715 <= Recv header: Transfer-Encoding: chunked 02:21:44.293810 http.c:703 <= Recv header, 0000000002 bytes (0x00000002) 02:21:44.293821 http.c:715 <= Recv header: 02:21:44.293899 http.c:756 == Info: Connection #0 to host src.fedoraproject.org left intact 02:21:44.338454 http.c:756 == Info: Couldn't find host src.fedoraproject.org in the (nil) file; using defaults 02:21:44.338571 http.c:756 == Info: Found bundle for host src.fedoraproject.org: 0x55d4c9a669a0 [serially] 02:21:44.338585 http.c:756 == Info: Can not multiplex, even if we wanted to! 02:21:44.338636 http.c:756 == Info: Re-using existing connection! (#0) with host src.fedoraproject.org 02:21:44.338651 http.c:756 == Info: Connected to src.fedoraproject.org (38.145.60.21) port 443 (#0) 02:21:44.338997 http.c:703 => Send header, 0000000284 bytes (0x0000011c) 02:21:44.339016 http.c:715 => Send header: POST /rpms/kernel.git/git-upload-pack HTTP/1.1 02:21:44.339024 http.c:715 => Send header: Host: src.fedoraproject.org 02:21:44.339031 http.c:715 => Send header: User-Agent: git/2.31.1 02:21:44.339036 http.c:715 => Send header: Accept-Encoding: deflate, gzip, br 02:21:44.339043 http.c:715 => Send header: Content-Type: application/x-git-upload-pack-request 02:21:44.339049 http.c:715 => Send header: Accept: application/x-git-upload-pack-result 02:21:44.339057 http.c:715 => Send header: Content-Encoding: gzip 02:21:44.339069 http.c:715 => Send header: Content-Length: 1302 02:21:44.339075 http.c:715 => Send header: 02:21:45.541794 http.c:756 == Info: Mark bundle as not supporting multiuse 02:21:45.541960 http.c:703 <= Recv header, 0000000017 bytes (0x00000011) 02:21:45.541992 http.c:715 <= Recv header: HTTP/1.1 200 OK 02:21:45.542023 http.c:703 <= Recv header, 0000000037 bytes (0x00000025) 02:21:45.542039 http.c:715 <= Recv header: Date: Tue, 27 Jul 2021 18:21:44 GMT 02:21:45.542050 http.c:703 <= Recv header, 0000000016 bytes (0x00000010) 02:21:45.542065 http.c:715 <= Recv header: Server: Apache 02:21:45.542075 http.c:703 <= Recv header, 0000000073 bytes (0x00000049) 02:21:45.542111 http.c:715 <= Recv header: Strict-Transport-Security: max-age=31536000; includeSubDomains; preload 02:21:45.542133 http.c:703 <= Recv header, 0000000029 bytes (0x0000001d) 02:21:45.542151 http.c:715 <= Recv header: X-Frame-Options: SAMEORIGIN 02:21:45.542171 http.c:703 <= Recv header, 0000000033 bytes (0x00000021) 02:21:45.542188 http.c:715 <= Recv header: X-Xss-Protection: 1; mode=block 02:21:45.542207 http.c:703 <= Recv header, 0000000033 bytes (0x00000021) 02:21:45.542223 http.c:715 <= Recv header: X-Content-Type-Options: nosniff 02:21:45.542248 http.c:703 <= Recv header, 0000000030 bytes (0x0000001e) 02:21:45.542267 http.c:715 <= Recv header: Referrer-Policy: same-origin 02:21:45.542288 http.c:703 <= Recv header, 0000000040 bytes (0x00000028) 02:21:45.542308 http.c:715 <= Recv header: expires: Tue, 01 Jan 1980 00:00:00 GMT 02:21:45.542326 http.c:703 <= Recv header, 0000000018 bytes (0x00000012) 02:21:45.542344 http.c:715 <= Recv header: pragma: no-cache 02:21:45.542362 http.c:703 <= Recv header, 0000000053 bytes (0x00000035) 02:21:45.542378 http.c:715 <= Recv header: cache-control: no-cache, max-age=0, must-revalidate 02:21:45.542398 http.c:703 <= Recv header, 0000000386 bytes (0x00000182) 02:21:45.542423 http.c:715 <= Recv header: content-security-policy: default-src 'self'; script-src 'self' 'nonce-NnZxt82iRlaAafpLpiAjBZtCp' https://apps.fedoraproject.org https://mdapi.fedoraproject.org; style-src 'self' 'nonce-NnZxt82iRlaAafpLpiAjBZtCp'; object-src 'none'; base-uri 'self'; img-src 'self' https:; connect-src 'self' https://pdc.fedoraproject.org https://apps.fedoraproject.org https://mdapi.fedoraproject.org; 02:21:45.542448 http.c:703 <= Recv header, 0000000019 bytes (0x00000013) 02:21:45.542470 http.c:715 <= Recv header: apptime: D=984153 02:21:45.542487 http.c:703 <= Recv header, 0000000051 bytes (0x00000033) 02:21:45.542506 http.c:715 <= Recv header: x-fedora-appserver: pkgs01.iad2.fedoraproject.org 02:21:45.542529 http.c:703 <= Recv header, 0000000052 bytes (0x00000034) 02:21:45.542548 http.c:715 <= Recv header: content-type: application/x-git-upload-pack-result 02:21:45.542564 http.c:703 <= Recv header, 0000000228 bytes (0x000000e4) 02:21:45.542583 http.c:715 <= Recv header: set-cookie: disgit_pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiOGI1YTNiZWE1OTlkODFkNmRmYTUxMTBlZTdiNTE2ZDllMDMwMzIwMSJ9.E-HgOA.uKRy0mFVmnNXimjjqB491Rojhkk; Expires=Fri, 27-Aug-2021 18:21:44 GMT; Secure; HttpOnly; Path=/ 02:21:45.542608 http.c:703 <= Recv header, 0000000054 bytes (0x00000036) 02:21:45.542628 http.c:715 <= Recv header: X-Fedora-ProxyServer: proxy10.iad2.fedoraproject.org 02:21:45.542648 http.c:703 <= Recv header, 0000000049 bytes (0x00000031) 02:21:45.542672 http.c:715 <= Recv header: X-Fedora-RequestID: YQBOuM8mi1HRka9dOu4dvAAAAZA 02:21:45.542692 http.c:703 <= Recv header, 0000000028 bytes (0x0000001c) 02:21:45.542703 http.c:715 <= Recv header: Transfer-Encoding: chunked 02:21:45.542719 http.c:703 <= Recv header, 0000000002 bytes (0x00000002) 02:21:45.542727 http.c:715 <= Recv header: remote: Enumerating objects: 2656, done. remote: Counting objects: 100% (2656/2656), done. remote: Compressing objects: 100% (926/926), done. 02:23:07.243503 http.c:756 == Info: Connection #0 to host src.fedoraproject.org left intact fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output
Can you all try again now and see if it's any better? (I did a 'git gc --aggressive' on the repo and it's a lot smaller now).
Also, if still failing, try setting all of:
set GIT_TRACE_PACKET=1 set GIT_TRACE=1 set GIT_CURL_VERBOSE=1
and see if that gives us anything more ?
failed with no settings
18:38:14.538366 http.c:715 <= Recv header: remote: Enumerating objects: 2243, done. remote: Counting objects: 100% (2243/2243), done. remote: Compressing objects: 100% (152/152), done. 18:42:19.915523 http.c:756 == Info: Connection #0 to host src.fedoraproject.org left intact fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output
still failed with
$ set GIT_TRACE_PACKET=1 $ set GIT_TRACE=1 $ set GIT_CURL_VERBOSE=1 $ GIT_CURL_VERBOSE=1 git clone https://src.fedoraproject.org/rpms/kernel.git fedora-kernel Cloning into 'fedora-kernel'... 19:14:57.166763 http.c:756 == Info: Couldn't find host src.fedoraproject.org in the (nil) file; using defaults 19:14:57.362416 http.c:756 == Info: Trying 38.145.60.21:443... 19:14:57.579240 http.c:756 == Info: Connected to src.fedoraproject.org (38.145.60.21) port 443 (#0) 19:14:57.580682 http.c:756 == Info: ALPN, offering h2 19:14:57.580717 http.c:756 == Info: ALPN, offering http/1.1 19:14:57.598317 http.c:756 == Info: successfully set certificate verify locations: 19:14:57.598471 http.c:756 == Info: CAfile: /etc/pki/tls/certs/ca-bundle.crt 19:14:57.598481 http.c:756 == Info: CApath: none 19:14:57.598949 http.c:756 == Info: TLSv1.3 (OUT), TLS handshake, Client hello (1): 19:14:57.821852 http.c:756 == Info: TLSv1.3 (IN), TLS handshake, Server hello (2): 19:14:57.822210 http.c:756 == Info: TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): 19:14:57.822259 http.c:756 == Info: TLSv1.3 (IN), TLS handshake, Certificate (11): 19:14:57.823159 http.c:756 == Info: TLSv1.3 (IN), TLS handshake, CERT verify (15): 19:14:57.823724 http.c:756 == Info: TLSv1.3 (IN), TLS handshake, Finished (20): 19:14:57.823820 http.c:756 == Info: TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): 19:14:57.823892 http.c:756 == Info: TLSv1.3 (OUT), TLS handshake, Finished (20): 19:14:57.824040 http.c:756 == Info: SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 19:14:57.824056 http.c:756 == Info: ALPN, server accepted to use http/1.1 19:14:57.824084 http.c:756 == Info: Server certificate: 19:14:57.824116 http.c:756 == Info: subject: C=US; ST=North Carolina; L=Raleigh; O=Red Hat, Inc.; CN=*.fedoraproject.org 19:14:57.824136 http.c:756 == Info: start date: Feb 27 00:00:00 2020 GMT 19:14:57.824153 http.c:756 == Info: expire date: Mar 2 12:00:00 2022 GMT 19:14:57.824179 http.c:756 == Info: subjectAltName: host "src.fedoraproject.org" matched cert's "*.fedoraproject.org" 19:14:57.824208 http.c:756 == Info: issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert SHA2 High Assurance Server CA 19:14:57.824222 http.c:756 == Info: SSL certificate verify ok. 19:14:57.824308 http.c:703 => Send header, 0000000245 bytes (0x000000f5) 19:14:57.824326 http.c:715 => Send header: GET /rpms/kernel.git/info/refs?service=git-upload-pack HTTP/1.1 19:14:57.824337 http.c:715 => Send header: Host: src.fedoraproject.org 19:14:57.824348 http.c:715 => Send header: User-Agent: git/2.31.1 19:14:57.824359 http.c:715 => Send header: Accept: */* 19:14:57.824369 http.c:715 => Send header: Accept-Encoding: deflate, gzip, br 19:14:57.824379 http.c:715 => Send header: Accept-Language: en-US, *;q=0.9 19:14:57.824391 http.c:715 => Send header: Pragma: no-cache 19:14:57.824401 http.c:715 => Send header: Git-Protocol: version=2 19:14:57.824411 http.c:715 => Send header: 19:14:58.041413 http.c:756 == Info: TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): 19:14:58.041528 http.c:756 == Info: TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): 19:14:58.041555 http.c:756 == Info: old SSL session ID is stale, removing 19:14:58.175809 http.c:756 == Info: Mark bundle as not supporting multiuse 19:14:58.175864 http.c:703 <= Recv header, 0000000017 bytes (0x00000011) 19:14:58.175877 http.c:715 <= Recv header: HTTP/1.1 200 OK 19:14:58.175887 http.c:703 <= Recv header, 0000000037 bytes (0x00000025) 19:14:58.175895 http.c:715 <= Recv header: Date: Tue, 03 Aug 2021 11:14:57 GMT 19:14:58.175904 http.c:703 <= Recv header, 0000000016 bytes (0x00000010) 19:14:58.175910 http.c:715 <= Recv header: Server: Apache 19:14:58.175918 http.c:703 <= Recv header, 0000000073 bytes (0x00000049) 19:14:58.175927 http.c:715 <= Recv header: Strict-Transport-Security: max-age=31536000; includeSubDomains; preload 19:14:58.175953 http.c:703 <= Recv header, 0000000029 bytes (0x0000001d) 19:14:58.175966 http.c:715 <= Recv header: X-Frame-Options: SAMEORIGIN 19:14:58.175978 http.c:703 <= Recv header, 0000000033 bytes (0x00000021) 19:14:58.175988 http.c:715 <= Recv header: X-Xss-Protection: 1; mode=block 19:14:58.176000 http.c:703 <= Recv header, 0000000033 bytes (0x00000021) 19:14:58.176011 http.c:715 <= Recv header: X-Content-Type-Options: nosniff 19:14:58.176029 http.c:703 <= Recv header, 0000000030 bytes (0x0000001e) 19:14:58.176041 http.c:715 <= Recv header: Referrer-Policy: same-origin 19:14:58.176051 http.c:703 <= Recv header, 0000000040 bytes (0x00000028) 19:14:58.176058 http.c:715 <= Recv header: expires: Tue, 01 Jan 1980 00:00:00 GMT 19:14:58.176070 http.c:703 <= Recv header, 0000000018 bytes (0x00000012) 19:14:58.176083 http.c:715 <= Recv header: pragma: no-cache 19:14:58.176096 http.c:703 <= Recv header, 0000000053 bytes (0x00000035) 19:14:58.176106 http.c:715 <= Recv header: cache-control: no-cache, max-age=0, must-revalidate 19:14:58.176120 http.c:703 <= Recv header, 0000000386 bytes (0x00000182) 19:14:58.176132 http.c:715 <= Recv header: content-security-policy: default-src 'self'; script-src 'self' 'nonce-3MYBdFuVuFdI6AG9CmqsBmYHG' https://apps.fedoraproject.org https://mdapi.fedoraproject.org; style-src 'self' 'nonce-3MYBdFuVuFdI6AG9CmqsBmYHG'; object-src 'none'; base-uri 'self'; img-src 'self' https:; connect-src 'self' https://pdc.fedoraproject.org https://apps.fedoraproject.org https://mdapi.fedoraproject.org; 19:14:58.176148 http.c:703 <= Recv header, 0000000019 bytes (0x00000013) 19:14:58.176157 http.c:715 <= Recv header: apptime: D=133996 19:14:58.176169 http.c:703 <= Recv header, 0000000051 bytes (0x00000033) 19:14:58.176180 http.c:715 <= Recv header: x-fedora-appserver: pkgs01.iad2.fedoraproject.org 19:14:58.176195 http.c:703 <= Recv header, 0000000059 bytes (0x0000003b) 19:14:58.176206 http.c:715 <= Recv header: content-type: application/x-git-upload-pack-advertisement 19:14:58.176220 http.c:703 <= Recv header, 0000000228 bytes (0x000000e4) 19:14:58.176232 http.c:715 <= Recv header: set-cookie: disgit_pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiNDhjYTU5NTg2YTA0MmU4NTU2ZTY1Y2VmYWEyMmM2YzkyYzg0MzMwMCJ9.E-q2sg.b8CYVLhiiUNvx5-iPVNEs867xQg; Expires=Fri, 03-Sep-2021 11:14:58 GMT; Secure; HttpOnly; Path=/ 19:14:58.176245 http.c:703 <= Recv header, 0000000054 bytes (0x00000036) 19:14:58.176255 http.c:715 <= Recv header: X-Fedora-ProxyServer: proxy10.iad2.fedoraproject.org 19:14:58.176268 http.c:703 <= Recv header, 0000000049 bytes (0x00000031) 19:14:58.176278 http.c:715 <= Recv header: X-Fedora-RequestID: YQklMTsRYf9EgsJzig0vwgAABcw 19:14:58.176312 http.c:703 <= Recv header, 0000000028 bytes (0x0000001c) 19:14:58.176324 http.c:715 <= Recv header: Transfer-Encoding: chunked 19:14:58.176337 http.c:703 <= Recv header, 0000000002 bytes (0x00000002) 19:14:58.176347 http.c:715 <= Recv header: 19:14:58.176381 http.c:756 == Info: Connection #0 to host src.fedoraproject.org left intact 19:14:58.182537 http.c:756 == Info: Couldn't find host src.fedoraproject.org in the (nil) file; using defaults 19:14:58.182602 http.c:756 == Info: Found bundle for host src.fedoraproject.org: 0x55626429da60 [serially] 19:14:58.182641 http.c:756 == Info: Can not multiplex, even if we wanted to! 19:14:58.182661 http.c:756 == Info: Re-using existing connection! (#0) with host src.fedoraproject.org 19:14:58.182673 http.c:756 == Info: Connected to src.fedoraproject.org (38.145.60.21) port 443 (#0) 19:14:58.182828 http.c:703 => Send header, 0000000284 bytes (0x0000011c) 19:14:58.182846 http.c:715 => Send header: POST /rpms/kernel.git/git-upload-pack HTTP/1.1 19:14:58.182853 http.c:715 => Send header: Host: src.fedoraproject.org 19:14:58.182860 http.c:715 => Send header: User-Agent: git/2.31.1 19:14:58.182868 http.c:715 => Send header: Accept-Encoding: deflate, gzip, br 19:14:58.182873 http.c:715 => Send header: Content-Type: application/x-git-upload-pack-request 19:14:58.182878 http.c:715 => Send header: Accept: application/x-git-upload-pack-result 19:14:58.182884 http.c:715 => Send header: Content-Encoding: gzip 19:14:58.182889 http.c:715 => Send header: Content-Length: 1300 19:14:58.182893 http.c:715 => Send header: 19:14:58.843215 http.c:756 == Info: Mark bundle as not supporting multiuse 19:14:58.843279 http.c:703 <= Recv header, 0000000017 bytes (0x00000011) 19:14:58.843319 http.c:715 <= Recv header: HTTP/1.1 200 OK 19:14:58.843332 http.c:703 <= Recv header, 0000000037 bytes (0x00000025) 19:14:58.843362 http.c:715 <= Recv header: Date: Tue, 03 Aug 2021 11:14:58 GMT 19:14:58.843374 http.c:703 <= Recv header, 0000000016 bytes (0x00000010) 19:14:58.843381 http.c:715 <= Recv header: Server: Apache 19:14:58.843389 http.c:703 <= Recv header, 0000000073 bytes (0x00000049) 19:14:58.843400 http.c:715 <= Recv header: Strict-Transport-Security: max-age=31536000; includeSubDomains; preload 19:14:58.843414 http.c:703 <= Recv header, 0000000029 bytes (0x0000001d) 19:14:58.843434 http.c:715 <= Recv header: X-Frame-Options: SAMEORIGIN 19:14:58.843445 http.c:703 <= Recv header, 0000000033 bytes (0x00000021) 19:14:58.843452 http.c:715 <= Recv header: X-Xss-Protection: 1; mode=block 19:14:58.843461 http.c:703 <= Recv header, 0000000033 bytes (0x00000021) 19:14:58.843467 http.c:715 <= Recv header: X-Content-Type-Options: nosniff 19:14:58.843476 http.c:703 <= Recv header, 0000000030 bytes (0x0000001e) 19:14:58.843485 http.c:715 <= Recv header: Referrer-Policy: same-origin 19:14:58.843493 http.c:703 <= Recv header, 0000000040 bytes (0x00000028) 19:14:58.843504 http.c:715 <= Recv header: expires: Tue, 01 Jan 1980 00:00:00 GMT 19:14:58.843518 http.c:703 <= Recv header, 0000000018 bytes (0x00000012) 19:14:58.843529 http.c:715 <= Recv header: pragma: no-cache 19:14:58.843540 http.c:703 <= Recv header, 0000000053 bytes (0x00000035) 19:14:58.843550 http.c:715 <= Recv header: cache-control: no-cache, max-age=0, must-revalidate 19:14:58.843564 http.c:703 <= Recv header, 0000000386 bytes (0x00000182) 19:14:58.843577 http.c:715 <= Recv header: content-security-policy: default-src 'self'; script-src 'self' 'nonce-Yir14ASfjWcsTLESHSflfbXC3' https://apps.fedoraproject.org https://mdapi.fedoraproject.org; style-src 'self' 'nonce-Yir14ASfjWcsTLESHSflfbXC3'; object-src 'none'; base-uri 'self'; img-src 'self' https:; connect-src 'self' https://pdc.fedoraproject.org https://apps.fedoraproject.org https://mdapi.fedoraproject.org; 19:14:58.843594 http.c:703 <= Recv header, 0000000019 bytes (0x00000013) 19:14:58.843603 http.c:715 <= Recv header: apptime: D=442479 19:14:58.843614 http.c:703 <= Recv header, 0000000051 bytes (0x00000033) 19:14:58.843624 http.c:715 <= Recv header: x-fedora-appserver: pkgs01.iad2.fedoraproject.org 19:14:58.843639 http.c:703 <= Recv header, 0000000052 bytes (0x00000034) 19:14:58.843649 http.c:715 <= Recv header: content-type: application/x-git-upload-pack-result 19:14:58.843662 http.c:703 <= Recv header, 0000000228 bytes (0x000000e4) 19:14:58.843677 http.c:715 <= Recv header: set-cookie: disgit_pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiYjk0NjYzYTFmYjhjMTZmYjgxY2U3MTM1YzI3NjNkZTI4NTQ4MTRmYiJ9.E-q2sg.F4k9Bwy4ESF_T5dcd7SbXKJNatI; Expires=Fri, 03-Sep-2021 11:14:58 GMT; Secure; HttpOnly; Path=/ 19:14:58.843692 http.c:703 <= Recv header, 0000000054 bytes (0x00000036) 19:14:58.843702 http.c:715 <= Recv header: X-Fedora-ProxyServer: proxy10.iad2.fedoraproject.org 19:14:58.843714 http.c:703 <= Recv header, 0000000049 bytes (0x00000031) 19:14:58.843724 http.c:715 <= Recv header: X-Fedora-RequestID: YQklMjsRYf9EgsJzig0vygAABcg 19:14:58.843737 http.c:703 <= Recv header, 0000000028 bytes (0x0000001c) 19:14:58.843743 http.c:715 <= Recv header: Transfer-Encoding: chunked 19:14:58.843752 http.c:703 <= Recv header, 0000000002 bytes (0x00000002) 19:14:58.843758 http.c:715 <= Recv header: remote: Enumerating objects: 2243, done. remote: Counting objects: 100% (2243/2243), done. remote: Compressing objects: 100% (152/152), done. 19:16:48.911089 http.c:756 == Info: Connection #0 to host src.fedoraproject.org left intact fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output
Success for me from 136.55.139.140.
git --version git version 2.31.1 $ git clone https://src.fedoraproject.org/rpms/kernel.git fedora-kernel Cloning into 'fedora-kernel'... remote: Enumerating objects: 2692, done. remote: Counting objects: 100% (2692/2692), done. remote: Compressing objects: 100% (601/601), done. remote: Total 86097 (delta 2605), reused 2091 (delta 2091), pack-reused 83405 Receiving objects: 100% (86097/86097), 122.27 MiB | 10.05 MiB/s, done. Resolving deltas: 100% (53817/53817), done.
The only noticeable difference I see when using GIT_CURL_VERBOSE=1 is that I don't have these three lines indicating failure. I was hoping to see some other kind of difference, which would lead me to a clue, but alas, my output is otherwise identical.
GIT_CURL_VERBOSE=1
fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output
The only things I'm seeing from Dr. Google point to some kind of networking issue, but nothing specific enough to be an actual root cause.
This one continues to be a puzzler. ;(
Is it still happening?
I saw some mention that increasing compression might help... ie,
git config --global core.compression 9
There has been no update from the requester for a few months so I will close this for now.
Please do reopen and comment if the issue is still happening and we can dig further
Metadata Update from @mobrien: - Issue close_status updated to: Will Not/Can Not fix - Issue status updated to: Closed (was: Open)
Still persist.
System:
$ cat /etc/fedora-release Fedora release 35 (Thirty Five) $ uname -a Linux fedora 5.14.10-300.fc35.x86_64 #1 SMP Thu Oct 7 20:48:44 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux $ git --version git version 2.35.1
Env vars:
export GIT_TRACE_PACKET=1 export GIT_TRACE=1 export GIT_CURL_VERBOSE=1
Git config:
$ cat ~/.gitconfig [user] email = xxx name = xxx [core] compression = 0
Log (same happens for fedpkg clone -a kernel):
fedpkg clone -a kernel
$ git clone https://src.fedoraproject.org/rpms/kernel.git fedora-kernel 2>&1 12:57:36.318149 git.c:458 trace: built-in: git clone https://src.fedoraproject.org/rpms/kernel.git fedora-kernel Cloning into 'fedora-kernel'... 12:57:36.328245 run-command.c:654 trace: run_command: git remote-https origin https://src.fedoraproject.org/rpms/kernel.git 12:57:36.333193 git.c:745 trace: exec: git-remote-https origin https://src.fedoraproject.org/rpms/kernel.git 12:57:36.333361 run-command.c:654 trace: run_command: git-remote-https origin https://src.fedoraproject.org/rpms/kernel.git 12:57:36.356510 http.c:664 == Info: Couldn't find host src.fedoraproject.org in the (nil) file; using defaults 12:57:36.359546 http.c:664 == Info: Trying 38.145.60.20:443... 12:57:36.493825 http.c:664 == Info: Connected to src.fedoraproject.org (38.145.60.20) port 443 (#0) 12:57:36.495605 http.c:664 == Info: ALPN, offering h2 12:57:36.495649 http.c:664 == Info: ALPN, offering http/1.1 12:57:36.525111 http.c:664 == Info: successfully set certificate verify locations: 12:57:36.525152 http.c:664 == Info: CAfile: /etc/pki/tls/certs/ca-bundle.crt 12:57:36.525157 http.c:664 == Info: CApath: none 12:57:36.525446 http.c:664 == Info: TLSv1.3 (OUT), TLS handshake, Client hello (1): 12:57:36.713962 http.c:664 == Info: TLSv1.3 (IN), TLS handshake, Server hello (2): 12:57:36.714457 http.c:664 == Info: TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): 12:57:36.714602 http.c:664 == Info: TLSv1.3 (IN), TLS handshake, Certificate (11): 12:57:36.715810 http.c:664 == Info: TLSv1.3 (IN), TLS handshake, CERT verify (15): 12:57:36.716356 http.c:664 == Info: TLSv1.3 (IN), TLS handshake, Finished (20): 12:57:36.716490 http.c:664 == Info: TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): 12:57:36.716579 http.c:664 == Info: TLSv1.3 (OUT), TLS handshake, Finished (20): 12:57:36.716825 http.c:664 == Info: SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 12:57:36.716866 http.c:664 == Info: ALPN, server accepted to use http/1.1 12:57:36.716921 http.c:664 == Info: Server certificate: 12:57:36.716955 http.c:664 == Info: subject: C=US; ST=North Carolina; L=Raleigh; O=Red Hat, Inc.; CN=*.fedoraproject.org 12:57:36.716972 http.c:664 == Info: start date: Jan 27 00:00:00 2022 GMT 12:57:36.716982 http.c:664 == Info: expire date: Feb 27 23:59:59 2023 GMT 12:57:36.717005 http.c:664 == Info: subjectAltName: host "src.fedoraproject.org" matched cert's "*.fedoraproject.org" 12:57:36.717050 http.c:664 == Info: issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert SHA2 High Assurance Server CA 12:57:36.717057 http.c:664 == Info: SSL certificate verify ok. 12:57:36.717192 http.c:611 => Send header, 0000000245 bytes (0x000000f5) 12:57:36.717214 http.c:623 => Send header: GET /rpms/kernel.git/info/refs?service=git-upload-pack HTTP/1.1 12:57:36.717223 http.c:623 => Send header: Host: src.fedoraproject.org 12:57:36.717230 http.c:623 => Send header: User-Agent: git/2.35.1 12:57:36.717238 http.c:623 => Send header: Accept: */* 12:57:36.717245 http.c:623 => Send header: Accept-Encoding: deflate, gzip, br 12:57:36.717251 http.c:623 => Send header: Accept-Language: en-US, *;q=0.9 12:57:36.717258 http.c:623 => Send header: Pragma: no-cache 12:57:36.717266 http.c:623 => Send header: Git-Protocol: version=2 12:57:36.717271 http.c:623 => Send header: 12:57:36.920006 http.c:664 == Info: TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): 12:57:36.929067 http.c:664 == Info: TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): 12:57:36.929122 http.c:664 == Info: old SSL session ID is stale, removing 12:57:36.929238 http.c:664 == Info: Mark bundle as not supporting multiuse 12:57:36.929254 http.c:611 <= Recv header, 0000000017 bytes (0x00000011) 12:57:36.929263 http.c:623 <= Recv header: HTTP/1.1 200 OK 12:57:36.929272 http.c:611 <= Recv header, 0000000037 bytes (0x00000025) 12:57:36.929278 http.c:623 <= Recv header: Date: Tue, 01 Mar 2022 11:57:36 GMT 12:57:36.929284 http.c:611 <= Recv header, 0000000016 bytes (0x00000010) 12:57:36.929288 http.c:623 <= Recv header: Server: Apache 12:57:36.929295 http.c:611 <= Recv header, 0000000073 bytes (0x00000049) 12:57:36.929351 http.c:623 <= Recv header: Strict-Transport-Security: max-age=31536000; includeSubDomains; preload 12:57:36.929357 http.c:611 <= Recv header, 0000000029 bytes (0x0000001d) 12:57:36.929362 http.c:623 <= Recv header: X-Frame-Options: SAMEORIGIN 12:57:36.929368 http.c:611 <= Recv header, 0000000033 bytes (0x00000021) 12:57:36.929373 http.c:623 <= Recv header: X-Xss-Protection: 1; mode=block 12:57:36.929378 http.c:611 <= Recv header, 0000000033 bytes (0x00000021) 12:57:36.929382 http.c:623 <= Recv header: X-Content-Type-Options: nosniff 12:57:36.929388 http.c:611 <= Recv header, 0000000030 bytes (0x0000001e) 12:57:36.929392 http.c:623 <= Recv header: Referrer-Policy: same-origin 12:57:36.929397 http.c:611 <= Recv header, 0000000040 bytes (0x00000028) 12:57:36.929401 http.c:623 <= Recv header: expires: Tue, 01 Jan 1980 00:00:00 GMT 12:57:36.929407 http.c:611 <= Recv header, 0000000018 bytes (0x00000012) 12:57:36.929411 http.c:623 <= Recv header: pragma: no-cache 12:57:36.929417 http.c:611 <= Recv header, 0000000053 bytes (0x00000035) 12:57:36.929421 http.c:623 <= Recv header: cache-control: no-cache, max-age=0, must-revalidate 12:57:36.929429 http.c:611 <= Recv header, 0000000458 bytes (0x000001ca) 12:57:36.929435 http.c:623 <= Recv header: content-security-policy: default-src 'self'; script-src 'self' 'nonce-MFLjgG1NnEMYUS7mWYjGKOWgH' https://apps.fedoraproject.org https://mdapi.fedoraproject.org https://transtats.fedoraproject.org; style-src 'self' 'nonce-MFLjgG1NnEMYUS7mWYjGKOWgH'; object-src 'none'; base-uri 'self'; img-src 'self' https:; connect-src 'self' https://pdc.fedoraproject.org https://apps.fedoraproject.org https://mdapi.fedoraproject.org https://transtats.fedoraproject.org; 12:57:36.929441 http.c:611 <= Recv header, 0000000019 bytes (0x00000013) 12:57:36.929445 http.c:623 <= Recv header: apptime: D=100373 12:57:36.929451 http.c:611 <= Recv header, 0000000051 bytes (0x00000033) 12:57:36.929456 http.c:623 <= Recv header: x-fedora-appserver: pkgs01.iad2.fedoraproject.org 12:57:36.929463 http.c:611 <= Recv header, 0000000059 bytes (0x0000003b) 12:57:36.929468 http.c:623 <= Recv header: content-type: application/x-git-upload-pack-advertisement 12:57:36.929474 http.c:611 <= Recv header, 0000000228 bytes (0x000000e4) 12:57:36.929479 http.c:623 <= Recv header: set-cookie: disgit_pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiZDhlMzdmMDUzZmZjYjc0YzVkN2UxNjcwYjM1N2ViYjJjZWEyMmJiZCJ9.FP-bsA.w7E8YVv1go24yoslp4BzO5so6iE; Expires=Fri, 01-Apr-2022 11:57:36 GMT; Secure; HttpOnly; Path=/ 12:57:36.929484 http.c:611 <= Recv header, 0000000054 bytes (0x00000036) 12:57:36.929489 http.c:623 <= Recv header: X-Fedora-ProxyServer: proxy01.iad2.fedoraproject.org 12:57:36.929494 http.c:611 <= Recv header, 0000000049 bytes (0x00000031) 12:57:36.929503 http.c:623 <= Recv header: X-Fedora-RequestID: Yh4KMFKw30Rjil4qSZzoVwAAAg0 12:57:36.929511 http.c:611 <= Recv header, 0000000028 bytes (0x0000001c) 12:57:36.929515 http.c:623 <= Recv header: Transfer-Encoding: chunked 12:57:36.929522 http.c:611 <= Recv header, 0000000002 bytes (0x00000002) 12:57:36.929526 http.c:623 <= Recv header: 12:57:36.929782 http.c:664 == Info: Connection #0 to host src.fedoraproject.org left intact 12:57:36.929834 pkt-line.c:80 packet: git< # service=git-upload-pack 12:57:36.929842 pkt-line.c:80 packet: git< 0000 12:57:36.929850 pkt-line.c:80 packet: git< b2899c6ba08ef1dc201593dd677b9e50437b7d64 HEAD\0multi_ack thin-pack side-band side-band-64k ofs-delta shallow deepen-since deepen-not deepen-relative no-progress include-tag multi_ack_detailed no-done symref=HEAD:refs/heads/rawhide agent=git/2.27.0 12:57:36.929863 pkt-line.c:80 packet: git< 5804b72d8179847442d99530bca2d5a997b1bad5 refs/heads/26 12:57:36.929869 pkt-line.c:80 packet: git< 838e4208cccf722716a5a02f03871bf07413a32c refs/heads/Label_NFS 12:57:36.929875 pkt-line.c:80 packet: git< 64ba2e5ffde5f2418eb26c700cb0ab62b04e5013 refs/heads/f10 12:57:36.929880 pkt-line.c:80 packet: git< 64ba2e5ffde5f2418eb26c700cb0ab62b04e5013 refs/heads/f11 12:57:36.929908 pkt-line.c:80 packet: git< 22028b11783fb1c0b953c089d73acd291901e182 refs/heads/f12 12:57:36.929919 pkt-line.c:80 packet: git< 993c86d8e951ca7dc4d7c6bd96c772d5c480745b refs/heads/f12-user-myoung-xendom0 12:57:36.929927 pkt-line.c:80 packet: git< 1ca726dd20a5f9de6a1f44ab894edba30a54757a refs/heads/f13 12:57:36.929936 pkt-line.c:80 packet: git< 42b62631f566931bbe7123d1a4462e0766fd32c6 refs/heads/f13-2.6.33-master 12:57:36.929944 pkt-line.c:80 packet: git< d48799e476d3f1d1a39d4eac5c8589bb659f794d refs/heads/f13-user-steved-pnfs-13 12:57:36.929949 pkt-line.c:80 packet: git< 4f60038bf4d4ab88b6ecfeb769dd1f7183b6e6b7 refs/heads/f14 12:57:36.929956 pkt-line.c:80 packet: git< 825b8ce73ae9c8287342612e2b88c8649c3ae364 refs/heads/f14-user-kyle-bz664206 12:57:36.929964 pkt-line.c:80 packet: git< 01c454921a13ed1f47811d43c0949ee58236d641 refs/heads/f14-user-kyle-f14-2.6.37 12:57:36.929971 pkt-line.c:80 packet: git< 26a6cc5806a152739b35ad1cef94b60b0e6bab59 refs/heads/f14-user-lkundrak-vaio-brightness-645937 12:57:36.929978 pkt-line.c:80 packet: git< 3a4ec2bd5a2c1485c4c8779b4f05817258e855e1 refs/heads/f14-user-steved-pnfs-f14 12:57:36.929986 pkt-line.c:80 packet: git< 9638c875dcd2f5a98828839e19defb1e7c6e36b9 refs/heads/f15 12:57:36.929994 pkt-line.c:80 packet: git< ad87c3c819160a82532b758cead089092f178517 refs/heads/f15-2.6.39 12:57:36.930004 pkt-line.c:80 packet: git< 3acc7b100d8a7c504374cb81ddc4d042cdbb5bf1 refs/heads/f15-30-going-on-40 12:57:36.930012 pkt-line.c:80 packet: git< 8893f983a47d306fb593b1eabf7ad2571300b5c3 refs/heads/f15-user-steved-pnfs-f15 12:57:36.930020 pkt-line.c:80 packet: git< e0b1d41f1c3cc49deb1d3873b581a2b8435d025b refs/heads/f16 12:57:36.930028 pkt-line.c:80 packet: git< 498deb1154b46a61ef78b385bf74ec9d05e6929b refs/heads/f17 12:57:36.930036 pkt-line.c:80 packet: git< 00e8dab1681ce334796fceb290da4eec8391421f refs/heads/f18 12:57:36.930044 pkt-line.c:80 packet: git< f40121eec02839a80e2e7c36480cd2ad9a94d097 refs/heads/f19 12:57:36.930051 pkt-line.c:80 packet: git< 92024771d3d5ef2b35463484e2f4336f51faddbc refs/heads/f20 12:57:36.930080 pkt-line.c:80 packet: git< 62b895a47fa7655c20f4c09e05a9a278f32bcd51 refs/heads/f21 12:57:36.930089 pkt-line.c:80 packet: git< f0cec8a3bbe076fe7b9f91c5911d1882f2eb2996 refs/heads/f22 12:57:36.930097 pkt-line.c:80 packet: git< 6260f827cb90bd792ad17e377b8df65adad471ec refs/heads/f23 12:57:36.930105 pkt-line.c:80 packet: git< 3fa8616de389c66cc07be1d078e12fe59a8464f1 refs/heads/f24 12:57:36.930113 pkt-line.c:80 packet: git< 72a1fbe4bd6618cf6449dfd421dd00b658c7ff44 refs/heads/f25 12:57:36.930122 pkt-line.c:80 packet: git< af2b916f056b9eb8298e304c4b81eb1ed14ec88d refs/heads/f25-pf 12:57:36.930132 pkt-line.c:80 packet: git< 77b4be52ad2a8fb864da0a22a70b1bde9e5be432 refs/heads/f26 12:57:36.930220 pkt-line.c:80 packet: git< 5e48c708ec96d7cc011172ed635c74b740944573 refs/heads/f27 12:57:36.930225 pkt-line.c:80 packet: git< 392f9ed92b5122af74f2999d9a882d4ddf153c03 refs/heads/f28 12:57:36.930232 pkt-line.c:80 packet: git< ed111735e313ba2e1c17f2bbd39d374586d7e367 refs/heads/f29 12:57:36.930238 pkt-line.c:80 packet: git< bb28cd48102eda0d7a483c7715c5e370ef3733e8 refs/heads/f30 12:57:36.930243 pkt-line.c:80 packet: git< 69b8d47fa0b3862bc2579af0a862aefd61a670e6 refs/heads/f31 12:57:36.930248 pkt-line.c:80 packet: git< 9ce8991135fb87b90dfa48fde238c2ab13677a5f refs/heads/f32 12:57:36.930253 pkt-line.c:80 packet: git< f222378c29793d1e7ecc30f992206a42766b7623 refs/heads/f33 12:57:36.930258 pkt-line.c:80 packet: git< b2e587e3a7fb8acf134befd1eb577f30664f724d refs/heads/f34 12:57:36.930263 pkt-line.c:80 packet: git< 650c9f3d081a6d8756dca6b4924bf6bfb5eeb18b refs/heads/f35 12:57:36.930269 pkt-line.c:80 packet: git< b2899c6ba08ef1dc201593dd677b9e50437b7d64 refs/heads/f36 12:57:36.930274 pkt-line.c:80 packet: git< 64ba2e5ffde5f2418eb26c700cb0ab62b04e5013 refs/heads/f7 12:57:36.930279 pkt-line.c:80 packet: git< 64ba2e5ffde5f2418eb26c700cb0ab62b04e5013 refs/heads/f8 12:57:36.930284 pkt-line.c:80 packet: git< 64ba2e5ffde5f2418eb26c700cb0ab62b04e5013 refs/heads/f9 12:57:36.930289 pkt-line.c:80 packet: git< b2899c6ba08ef1dc201593dd677b9e50437b7d64 refs/heads/main 12:57:36.930294 pkt-line.c:80 packet: git< 3afe7edf76daec3a6d24dac149f40dd48048c10a refs/heads/oneoffs 12:57:36.930300 pkt-line.c:80 packet: git< 96c69282fcff8c6589a7f6330db45cf6a60f8842 refs/heads/private-jcm-arm-nosmp-kallsyms 12:57:36.930306 pkt-line.c:80 packet: git< 13b31968b0d8c0457866b9126084646cde93363a refs/heads/private-jcm-arm-nosmp-kallsyms-f17 12:57:36.930311 pkt-line.c:80 packet: git< e88e680c2248022c1f380c93ffcde6d62ef353ab refs/heads/private-nhorman-sgx-v15 12:57:36.930317 pkt-line.c:80 packet: git< b2899c6ba08ef1dc201593dd677b9e50437b7d64 refs/heads/rawhide 12:57:36.930322 pkt-line.c:80 packet: git< 1cbc89929494f56dcc28fa65634d767e5c66d141 refs/heads/rhbz_1205083 12:57:36.930327 pkt-line.c:80 packet: git< 11fd190da202647fb6a2ec81c06c942efd14e8bc refs/heads/stabilization 12:57:36.930333 pkt-line.c:80 packet: git< 08e4884e32aaa69f0531076ade255a42b0dcb14f refs/heads/talos 12:57:36.930338 pkt-line.c:80 packet: git< ea57d29b2dbaa4268d1017773c5ee6e0b9aab4a1 refs/heads/user/steved/f19-lnfs-v3.8 12:57:36.930343 pkt-line.c:80 packet: git< de6b5881811825ec040a4f0bb27268d9349605b8 refs/heads/user/steved/f19-lnfs-v3.8-rc7 12:57:36.930349 pkt-line.c:80 packet: git< 7a4d806f4e786d60476c1c559427aa79a0f89f88 refs/pull/1/head 12:57:36.930354 pkt-line.c:80 packet: git< f360f7278a753796aec58ade5b149d12e49f8bc1 refs/pull/10/head 12:57:36.930364 pkt-line.c:80 packet: git< 6d86b592d4d10247c11cb296c5271512b7b6d7a6 refs/pull/11/head 12:57:36.930369 pkt-line.c:80 packet: git< 6cf9fb9604a1ff7f29e4a4ec8a360d94d8384ae7 refs/pull/12/head 12:57:36.930375 pkt-line.c:80 packet: git< 018e5d710ca7942663309f242cc7c10e0574075a refs/pull/13/head 12:57:36.930380 pkt-line.c:80 packet: git< fe55eb891c4946428bcaae186a27b81111952147 refs/pull/14/head 12:57:36.930385 pkt-line.c:80 packet: git< 866b8d94b51729383a0ba53a6e2cac0fa91b0034 refs/pull/15/head 12:57:36.930390 pkt-line.c:80 packet: git< 9baae8ee0ee237f199dfb4093d9f560517cc03bf refs/pull/16/head 12:57:36.930395 pkt-line.c:80 packet: git< 8eed708db8b199ccbc4168695a1a1b97e712a1bd refs/pull/17/head 12:57:36.930401 pkt-line.c:80 packet: git< ffa30bda821bc152a5186db1c624b7d20bac36a8 refs/pull/18/head 12:57:36.930406 pkt-line.c:80 packet: git< b3240038310a2977f4a44f367bb14ce9aefa5d8a refs/pull/19/head 12:57:36.930411 pkt-line.c:80 packet: git< f124470cf6509c4d024fa36683d1d46236038264 refs/pull/2/head 12:57:36.930416 pkt-line.c:80 packet: git< 4ba3239ddde884920ba1e012765c03a25e2e4792 refs/pull/20/head 12:57:36.930421 pkt-line.c:80 packet: git< 9122bf8dfa5f619f386f5f3a1666c2a890530d02 refs/pull/21/head 12:57:36.930427 pkt-line.c:80 packet: git< 9f55678a312c53daf7edfe0dbd4b10b9dbd897aa refs/pull/22/head 12:57:36.930432 pkt-line.c:80 packet: git< 4ca0d6f536e1d67e8a2c274ea222b22d7b7c1032 refs/pull/23/head 12:57:36.930437 pkt-line.c:80 packet: git< 9e817f6813cdf7cc1c14f04e9265ec1089076fb3 refs/pull/24/head 12:57:36.930443 pkt-line.c:80 packet: git< e9497551251080171ef91db74e945a03135c6112 refs/pull/25/head 12:57:36.930448 pkt-line.c:80 packet: git< e59caa14807a44468f3abcd8a7bd77eef269b12b refs/pull/26/head 12:57:36.930453 pkt-line.c:80 packet: git< e8f4d6d15437ea8e829306b0bb930cab776617f4 refs/pull/27/head 12:57:36.930458 pkt-line.c:80 packet: git< 0259036b67df9fdec9348b0a8b5ee93b0022852c refs/pull/28/head 12:57:36.930464 pkt-line.c:80 packet: git< e2b05df6365db3c05114b07048de7d05160f5585 refs/pull/29/head 12:57:36.930469 pkt-line.c:80 packet: git< ebddf1df6c2a74c6fe99ed76c4694197e38d231a refs/pull/3/head 12:57:36.930474 pkt-line.c:80 packet: git< c5368cf9369d169697a164c9fc0d58a23b916b44 refs/pull/30/head 12:57:36.930479 pkt-line.c:80 packet: git< ab7f8c560d5637aae14fdf929c32f3d60fc4f399 refs/pull/31/head 12:57:36.930485 pkt-line.c:80 packet: git< 1d7803ae5a0905519d59fc6ddb87a6f934239f78 refs/pull/32/head 12:57:36.930490 pkt-line.c:80 packet: git< a279b7fbe47bcaef918077b20ab91b2651a466ab refs/pull/33/head 12:57:36.930496 pkt-line.c:80 packet: git< 4b8914884d9b9ed9636d4c645ae3ce83d112f234 refs/pull/34/head 12:57:36.930502 pkt-line.c:80 packet: git< 62e18aac294d6405bc577385866a89172780bfb1 refs/pull/35/head 12:57:36.930507 pkt-line.c:80 packet: git< dafdcb680c7ce0f3d556f5294499c9c3331e3e1f refs/pull/36/head 12:57:36.930512 pkt-line.c:80 packet: git< f0a7f9d8fbbfcbac25f8f137b8388538ee1addb8 refs/pull/37/head 12:57:36.930517 pkt-line.c:80 packet: git< 52f2dc92ab5bfe9dab2e9d970db26df007522a65 refs/pull/38/head 12:57:36.930522 pkt-line.c:80 packet: git< d753bc001a2a92bc325ccaca10497c7e2049f6ff refs/pull/39/head 12:57:36.930528 pkt-line.c:80 packet: git< 29498f5e60dae9cec32f584315854b632551ae2c refs/pull/4/head 12:57:36.930533 pkt-line.c:80 packet: git< 36f5227b514d9fa892df209a659d110bbfe2afc4 refs/pull/40/head 12:57:36.930540 pkt-line.c:80 packet: git< c10c566c4807f37e0527efbdf59e55d4c4b7e8a7 refs/pull/41/head 12:57:36.930545 pkt-line.c:80 packet: git< dae17d8b5698904acade906b8a4e476d17b21dc2 refs/pull/42/head 12:57:36.930550 pkt-line.c:80 packet: git< 7acadfaaed0b91fd085d156033472bc41ca134f4 refs/pull/43/head 12:57:36.930555 pkt-line.c:80 packet: git< 0c3f790719862f07bbcde9058c361643bdc4c71f refs/pull/44/head 12:57:36.930560 pkt-line.c:80 packet: git< a707154a1025d0c53840a59b72ca6a86aa93f14e refs/pull/45/head 12:57:36.930565 pkt-line.c:80 packet: git< 547a388ddc8e1a72e727f33b6430bdd21ae1d52c refs/pull/46/head 12:57:36.930570 pkt-line.c:80 packet: git< fececacc4f5b08b44b42ef7165ae0f950b850ef0 refs/pull/47/head 12:57:36.930576 pkt-line.c:80 packet: git< cb27f3f6d13e4f382b89bdd0acf640940943cb34 refs/pull/48/head 12:57:36.930581 pkt-line.c:80 packet: git< 7caca06dd14bf85eecf9b1f18ecb480379db50be refs/pull/49/head 12:57:36.930586 pkt-line.c:80 packet: git< 40543696dd16357821bad18e6eec25b5abf1174e refs/pull/5/head 12:57:36.930591 pkt-line.c:80 packet: git< 8985e5b16e53dfeaafd9c697574b624eee40d518 refs/pull/50/head 12:57:36.930596 pkt-line.c:80 packet: git< 421379c8fbe04c708ab2848dff40958259345baa refs/pull/6/head 12:57:36.930601 pkt-line.c:80 packet: git< dce6274166062068c71aeddfa782d0d0d9430145 refs/pull/7/head 12:57:36.930606 pkt-line.c:80 packet: git< 25310493240676e651a35be8f30aa9082eb5460d refs/pull/8/head 12:57:36.930611 pkt-line.c:80 packet: git< 9603bedbcb85a109ac5b9810483cd33c6e834e23 refs/pull/9/head 12:57:36.930617 pkt-line.c:80 packet: git< a40e8afedd0c1ead245c0e173106b5a05fdf57b4 refs/remotes/origin/f21 12:57:36.930622 pkt-line.c:80 packet: git< 0000 12:57:36.935348 pkt-line.c:80 packet: git> b2899c6ba08ef1dc201593dd677b9e50437b7d64 refs/heads/rawhide 12:57:36.935399 pkt-line.c:80 packet: git> 5804b72d8179847442d99530bca2d5a997b1bad5 refs/heads/26 12:57:36.935408 pkt-line.c:80 packet: git> 838e4208cccf722716a5a02f03871bf07413a32c refs/heads/Label_NFS 12:57:36.935418 pkt-line.c:80 packet: git> 64ba2e5ffde5f2418eb26c700cb0ab62b04e5013 refs/heads/f10 12:57:36.935422 pkt-line.c:80 packet: git> 64ba2e5ffde5f2418eb26c700cb0ab62b04e5013 refs/heads/f11 12:57:36.935430 pkt-line.c:80 packet: git> 22028b11783fb1c0b953c089d73acd291901e182 refs/heads/f12 12:57:36.935435 pkt-line.c:80 packet: git> 993c86d8e951ca7dc4d7c6bd96c772d5c480745b refs/heads/f12-user-myoung-xendom0 12:57:36.935441 pkt-line.c:80 packet: git> 1ca726dd20a5f9de6a1f44ab894edba30a54757a refs/heads/f13 12:57:36.935449 pkt-line.c:80 packet: git> 42b62631f566931bbe7123d1a4462e0766fd32c6 refs/heads/f13-2.6.33-master 12:57:36.935454 pkt-line.c:80 packet: git> d48799e476d3f1d1a39d4eac5c8589bb659f794d refs/heads/f13-user-steved-pnfs-13 12:57:36.935459 pkt-line.c:80 packet: git> 4f60038bf4d4ab88b6ecfeb769dd1f7183b6e6b7 refs/heads/f14 12:57:36.935465 pkt-line.c:80 packet: git> 825b8ce73ae9c8287342612e2b88c8649c3ae364 refs/heads/f14-user-kyle-bz664206 12:57:36.935477 pkt-line.c:80 packet: git> 01c454921a13ed1f47811d43c0949ee58236d641 refs/heads/f14-user-kyle-f14-2.6.37 12:57:36.935483 pkt-line.c:80 packet: git> 26a6cc5806a152739b35ad1cef94b60b0e6bab59 refs/heads/f14-user-lkundrak-vaio-brightness-645937 12:57:36.935489 pkt-line.c:80 packet: git> 3a4ec2bd5a2c1485c4c8779b4f05817258e855e1 refs/heads/f14-user-steved-pnfs-f14 12:57:36.935495 pkt-line.c:80 packet: git> 9638c875dcd2f5a98828839e19defb1e7c6e36b9 refs/heads/f15 12:57:36.935500 pkt-line.c:80 packet: git> ad87c3c819160a82532b758cead089092f178517 refs/heads/f15-2.6.39 12:57:36.935506 pkt-line.c:80 packet: git> 3acc7b100d8a7c504374cb81ddc4d042cdbb5bf1 refs/heads/f15-30-going-on-40 12:57:36.935512 pkt-line.c:80 packet: git> 8893f983a47d306fb593b1eabf7ad2571300b5c3 refs/heads/f15-user-steved-pnfs-f15 12:57:36.935517 pkt-line.c:80 packet: git> e0b1d41f1c3cc49deb1d3873b581a2b8435d025b refs/heads/f16 12:57:36.935527 pkt-line.c:80 packet: git> 498deb1154b46a61ef78b385bf74ec9d05e6929b refs/heads/f17 12:57:36.935532 pkt-line.c:80 packet: git> 00e8dab1681ce334796fceb290da4eec8391421f refs/heads/f18 12:57:36.935537 pkt-line.c:80 packet: git> f40121eec02839a80e2e7c36480cd2ad9a94d097 refs/heads/f19 12:57:36.935542 pkt-line.c:80 packet: git> 92024771d3d5ef2b35463484e2f4336f51faddbc refs/heads/f20 12:57:36.935547 pkt-line.c:80 packet: git> 62b895a47fa7655c20f4c09e05a9a278f32bcd51 refs/heads/f21 12:57:36.935552 pkt-line.c:80 packet: git> f0cec8a3bbe076fe7b9f91c5911d1882f2eb2996 refs/heads/f22 12:57:36.935557 pkt-line.c:80 packet: git> 6260f827cb90bd792ad17e377b8df65adad471ec refs/heads/f23 12:57:36.935563 pkt-line.c:80 packet: git> 3fa8616de389c66cc07be1d078e12fe59a8464f1 refs/heads/f24 12:57:36.935568 pkt-line.c:80 packet: git> 72a1fbe4bd6618cf6449dfd421dd00b658c7ff44 refs/heads/f25 12:57:36.935573 pkt-line.c:80 packet: git> af2b916f056b9eb8298e304c4b81eb1ed14ec88d refs/heads/f25-pf 12:57:36.935578 pkt-line.c:80 packet: git> 77b4be52ad2a8fb864da0a22a70b1bde9e5be432 refs/heads/f26 12:57:36.935583 pkt-line.c:80 packet: git> 5e48c708ec96d7cc011172ed635c74b740944573 refs/heads/f27 12:57:36.935588 pkt-line.c:80 packet: git> 392f9ed92b5122af74f2999d9a882d4ddf153c03 refs/heads/f28 12:57:36.935593 pkt-line.c:80 packet: git> ed111735e313ba2e1c17f2bbd39d374586d7e367 refs/heads/f29 12:57:36.935598 pkt-line.c:80 packet: git> bb28cd48102eda0d7a483c7715c5e370ef3733e8 refs/heads/f30 12:57:36.935603 pkt-line.c:80 packet: git> 69b8d47fa0b3862bc2579af0a862aefd61a670e6 refs/heads/f31 12:57:36.935607 pkt-line.c:80 packet: git> 9ce8991135fb87b90dfa48fde238c2ab13677a5f refs/heads/f32 12:57:36.935612 pkt-line.c:80 packet: git> f222378c29793d1e7ecc30f992206a42766b7623 refs/heads/f33 12:57:36.935617 pkt-line.c:80 packet: git> b2e587e3a7fb8acf134befd1eb577f30664f724d refs/heads/f34 12:57:36.935622 pkt-line.c:80 packet: git> 650c9f3d081a6d8756dca6b4924bf6bfb5eeb18b refs/heads/f35 12:57:36.935627 pkt-line.c:80 packet: git> b2899c6ba08ef1dc201593dd677b9e50437b7d64 refs/heads/f36 12:57:36.935632 pkt-line.c:80 packet: git> 64ba2e5ffde5f2418eb26c700cb0ab62b04e5013 refs/heads/f7 12:57:36.935637 pkt-line.c:80 packet: git> 64ba2e5ffde5f2418eb26c700cb0ab62b04e5013 refs/heads/f8 12:57:36.935643 pkt-line.c:80 packet: git> 64ba2e5ffde5f2418eb26c700cb0ab62b04e5013 refs/heads/f9 12:57:36.935648 pkt-line.c:80 packet: git> b2899c6ba08ef1dc201593dd677b9e50437b7d64 refs/heads/main 12:57:36.935653 pkt-line.c:80 packet: git> 3afe7edf76daec3a6d24dac149f40dd48048c10a refs/heads/oneoffs 12:57:36.935658 pkt-line.c:80 packet: git> 96c69282fcff8c6589a7f6330db45cf6a60f8842 refs/heads/private-jcm-arm-nosmp-kallsyms 12:57:36.935664 pkt-line.c:80 packet: git> 13b31968b0d8c0457866b9126084646cde93363a refs/heads/private-jcm-arm-nosmp-kallsyms-f17 12:57:36.935669 pkt-line.c:80 packet: git> e88e680c2248022c1f380c93ffcde6d62ef353ab refs/heads/private-nhorman-sgx-v15 12:57:36.935674 pkt-line.c:80 packet: git> b2899c6ba08ef1dc201593dd677b9e50437b7d64 refs/heads/rawhide 12:57:36.935679 pkt-line.c:80 packet: git> 1cbc89929494f56dcc28fa65634d767e5c66d141 refs/heads/rhbz_1205083 12:57:36.935684 pkt-line.c:80 packet: git> 11fd190da202647fb6a2ec81c06c942efd14e8bc refs/heads/stabilization 12:57:36.935721 pkt-line.c:80 packet: git> 08e4884e32aaa69f0531076ade255a42b0dcb14f refs/heads/talos 12:57:36.935731 pkt-line.c:80 packet: git> ea57d29b2dbaa4268d1017773c5ee6e0b9aab4a1 refs/heads/user/steved/f19-lnfs-v3.8 12:57:36.935738 pkt-line.c:80 packet: git> de6b5881811825ec040a4f0bb27268d9349605b8 refs/heads/user/steved/f19-lnfs-v3.8-rc7 12:57:36.935743 pkt-line.c:80 packet: git> 0000 12:57:36.935791 run-command.c:654 trace: run_command: git fetch-pack --stateless-rpc --stdin --lock-pack --thin --check-self-contained-and-connected --cloning --no-progress https://src.fedoraproject.org/rpms/kernel.git/ 12:57:36.942954 git.c:458 trace: built-in: git fetch-pack --stateless-rpc --stdin --lock-pack --thin --check-self-contained-and-connected --cloning --no-progress https://src.fedoraproject.org/rpms/kernel.git/ 12:57:36.943227 pkt-line.c:80 packet: fetch-pack< b2899c6ba08ef1dc201593dd677b9e50437b7d64 refs/heads/rawhide 12:57:36.943257 pkt-line.c:80 packet: fetch-pack< 5804b72d8179847442d99530bca2d5a997b1bad5 refs/heads/26 12:57:36.943273 pkt-line.c:80 packet: fetch-pack< 838e4208cccf722716a5a02f03871bf07413a32c refs/heads/Label_NFS 12:57:36.943288 pkt-line.c:80 packet: fetch-pack< 64ba2e5ffde5f2418eb26c700cb0ab62b04e5013 refs/heads/f10 12:57:36.943302 pkt-line.c:80 packet: fetch-pack< 64ba2e5ffde5f2418eb26c700cb0ab62b04e5013 refs/heads/f11 12:57:36.943316 pkt-line.c:80 packet: fetch-pack< 22028b11783fb1c0b953c089d73acd291901e182 refs/heads/f12 12:57:36.943331 pkt-line.c:80 packet: fetch-pack< 993c86d8e951ca7dc4d7c6bd96c772d5c480745b refs/heads/f12-user-myoung-xendom0 12:57:36.943345 pkt-line.c:80 packet: fetch-pack< 1ca726dd20a5f9de6a1f44ab894edba30a54757a refs/heads/f13 12:57:36.943362 pkt-line.c:80 packet: fetch-pack< 42b62631f566931bbe7123d1a4462e0766fd32c6 refs/heads/f13-2.6.33-master 12:57:36.943378 pkt-line.c:80 packet: fetch-pack< d48799e476d3f1d1a39d4eac5c8589bb659f794d refs/heads/f13-user-steved-pnfs-13 12:57:36.943393 pkt-line.c:80 packet: fetch-pack< 4f60038bf4d4ab88b6ecfeb769dd1f7183b6e6b7 refs/heads/f14 12:57:36.943408 pkt-line.c:80 packet: fetch-pack< 825b8ce73ae9c8287342612e2b88c8649c3ae364 refs/heads/f14-user-kyle-bz664206 12:57:36.943421 pkt-line.c:80 packet: fetch-pack< 01c454921a13ed1f47811d43c0949ee58236d641 refs/heads/f14-user-kyle-f14-2.6.37 12:57:36.943500 pkt-line.c:80 packet: fetch-pack< 26a6cc5806a152739b35ad1cef94b60b0e6bab59 refs/heads/f14-user-lkundrak-vaio-brightness-645937 12:57:36.943519 pkt-line.c:80 packet: fetch-pack< 3a4ec2bd5a2c1485c4c8779b4f05817258e855e1 refs/heads/f14-user-steved-pnfs-f14 12:57:36.943530 pkt-line.c:80 packet: fetch-pack< 9638c875dcd2f5a98828839e19defb1e7c6e36b9 refs/heads/f15 12:57:36.943540 pkt-line.c:80 packet: fetch-pack< ad87c3c819160a82532b758cead089092f178517 refs/heads/f15-2.6.39 12:57:36.943669 pkt-line.c:80 packet: fetch-pack< 3acc7b100d8a7c504374cb81ddc4d042cdbb5bf1 refs/heads/f15-30-going-on-40 12:57:36.943683 pkt-line.c:80 packet: fetch-pack< 8893f983a47d306fb593b1eabf7ad2571300b5c3 refs/heads/f15-user-steved-pnfs-f15 12:57:36.943817 pkt-line.c:80 packet: fetch-pack< e0b1d41f1c3cc49deb1d3873b581a2b8435d025b refs/heads/f16 12:57:36.943850 pkt-line.c:80 packet: fetch-pack< 498deb1154b46a61ef78b385bf74ec9d05e6929b refs/heads/f17 12:57:36.943863 pkt-line.c:80 packet: fetch-pack< 00e8dab1681ce334796fceb290da4eec8391421f refs/heads/f18 12:57:36.943971 pkt-line.c:80 packet: fetch-pack< f40121eec02839a80e2e7c36480cd2ad9a94d097 refs/heads/f19 12:57:36.944023 pkt-line.c:80 packet: fetch-pack< 92024771d3d5ef2b35463484e2f4336f51faddbc refs/heads/f20 12:57:36.944035 pkt-line.c:80 packet: fetch-pack< 62b895a47fa7655c20f4c09e05a9a278f32bcd51 refs/heads/f21 12:57:36.944048 pkt-line.c:80 packet: fetch-pack< f0cec8a3bbe076fe7b9f91c5911d1882f2eb2996 refs/heads/f22 12:57:36.944061 pkt-line.c:80 packet: fetch-pack< 6260f827cb90bd792ad17e377b8df65adad471ec refs/heads/f23 12:57:36.944164 pkt-line.c:80 packet: fetch-pack< 3fa8616de389c66cc07be1d078e12fe59a8464f1 refs/heads/f24 12:57:36.944177 pkt-line.c:80 packet: fetch-pack< 72a1fbe4bd6618cf6449dfd421dd00b658c7ff44 refs/heads/f25 12:57:36.944226 pkt-line.c:80 packet: fetch-pack< af2b916f056b9eb8298e304c4b81eb1ed14ec88d refs/heads/f25-pf 12:57:36.944239 pkt-line.c:80 packet: fetch-pack< 77b4be52ad2a8fb864da0a22a70b1bde9e5be432 refs/heads/f26 12:57:36.944251 pkt-line.c:80 packet: fetch-pack< 5e48c708ec96d7cc011172ed635c74b740944573 refs/heads/f27 12:57:36.944263 pkt-line.c:80 packet: fetch-pack< 392f9ed92b5122af74f2999d9a882d4ddf153c03 refs/heads/f28 12:57:36.944344 pkt-line.c:80 packet: fetch-pack< ed111735e313ba2e1c17f2bbd39d374586d7e367 refs/heads/f29 12:57:36.944357 pkt-line.c:80 packet: fetch-pack< bb28cd48102eda0d7a483c7715c5e370ef3733e8 refs/heads/f30 12:57:36.944410 pkt-line.c:80 packet: fetch-pack< 69b8d47fa0b3862bc2579af0a862aefd61a670e6 refs/heads/f31 12:57:36.944444 pkt-line.c:80 packet: fetch-pack< 9ce8991135fb87b90dfa48fde238c2ab13677a5f refs/heads/f32 12:57:36.944458 pkt-line.c:80 packet: fetch-pack< f222378c29793d1e7ecc30f992206a42766b7623 refs/heads/f33 12:57:36.944508 pkt-line.c:80 packet: fetch-pack< b2e587e3a7fb8acf134befd1eb577f30664f724d refs/heads/f34 12:57:36.944521 pkt-line.c:80 packet: fetch-pack< 650c9f3d081a6d8756dca6b4924bf6bfb5eeb18b refs/heads/f35 12:57:36.944565 pkt-line.c:80 packet: fetch-pack< b2899c6ba08ef1dc201593dd677b9e50437b7d64 refs/heads/f36 12:57:36.944593 pkt-line.c:80 packet: fetch-pack< 64ba2e5ffde5f2418eb26c700cb0ab62b04e5013 refs/heads/f7 12:57:36.944605 pkt-line.c:80 packet: fetch-pack< 64ba2e5ffde5f2418eb26c700cb0ab62b04e5013 refs/heads/f8 12:57:36.944657 pkt-line.c:80 packet: fetch-pack< 64ba2e5ffde5f2418eb26c700cb0ab62b04e5013 refs/heads/f9 12:57:36.944685 pkt-line.c:80 packet: fetch-pack< b2899c6ba08ef1dc201593dd677b9e50437b7d64 refs/heads/main 12:57:36.944774 pkt-line.c:80 packet: fetch-pack< 3afe7edf76daec3a6d24dac149f40dd48048c10a refs/heads/oneoffs 12:57:36.944804 pkt-line.c:80 packet: fetch-pack< 96c69282fcff8c6589a7f6330db45cf6a60f8842 refs/heads/private-jcm-arm-nosmp-kallsyms 12:57:36.944817 pkt-line.c:80 packet: fetch-pack< 13b31968b0d8c0457866b9126084646cde93363a refs/heads/private-jcm-arm-nosmp-kallsyms-f17 12:57:36.944868 pkt-line.c:80 packet: fetch-pack< e88e680c2248022c1f380c93ffcde6d62ef353ab refs/heads/private-nhorman-sgx-v15 12:57:36.944919 pkt-line.c:80 packet: fetch-pack< b2899c6ba08ef1dc201593dd677b9e50437b7d64 refs/heads/rawhide 12:57:36.944933 pkt-line.c:80 packet: fetch-pack< 1cbc89929494f56dcc28fa65634d767e5c66d141 refs/heads/rhbz_1205083 12:57:36.944944 pkt-line.c:80 packet: fetch-pack< 11fd190da202647fb6a2ec81c06c942efd14e8bc refs/heads/stabilization 12:57:36.945037 pkt-line.c:80 packet: fetch-pack< 08e4884e32aaa69f0531076ade255a42b0dcb14f refs/heads/talos 12:57:36.945086 pkt-line.c:80 packet: fetch-pack< ea57d29b2dbaa4268d1017773c5ee6e0b9aab4a1 refs/heads/user/steved/f19-lnfs-v3.8 12:57:36.945120 pkt-line.c:80 packet: fetch-pack< de6b5881811825ec040a4f0bb27268d9349605b8 refs/heads/user/steved/f19-lnfs-v3.8-rc7 12:57:36.945135 pkt-line.c:80 packet: fetch-pack< 0000 12:57:36.945196 pkt-line.c:80 packet: fetch-pack< b2899c6ba08ef1dc201593dd677b9e50437b7d64 HEAD\0multi_ack thin-pack side-band side-band-64k ofs-delta shallow deepen-since deepen-not deepen-relative no-progress include-tag multi_ack_detailed no-done symref=HEAD:refs/heads/rawhide agent=git/2.27.0 12:57:36.945280 pkt-line.c:80 packet: fetch-pack< 5804b72d8179847442d99530bca2d5a997b1bad5 refs/heads/26 12:57:36.945331 pkt-line.c:80 packet: fetch-pack< 838e4208cccf722716a5a02f03871bf07413a32c refs/heads/Label_NFS 12:57:36.945344 pkt-line.c:80 packet: fetch-pack< 64ba2e5ffde5f2418eb26c700cb0ab62b04e5013 refs/heads/f10 12:57:36.945356 pkt-line.c:80 packet: fetch-pack< 64ba2e5ffde5f2418eb26c700cb0ab62b04e5013 refs/heads/f11 12:57:36.945366 pkt-line.c:80 packet: fetch-pack< 22028b11783fb1c0b953c089d73acd291901e182 refs/heads/f12 12:57:36.945379 pkt-line.c:80 packet: fetch-pack< 993c86d8e951ca7dc4d7c6bd96c772d5c480745b refs/heads/f12-user-myoung-xendom0 12:57:36.945393 pkt-line.c:80 packet: fetch-pack< 1ca726dd20a5f9de6a1f44ab894edba30a54757a refs/heads/f13 12:57:36.945406 pkt-line.c:80 packet: fetch-pack< 42b62631f566931bbe7123d1a4462e0766fd32c6 refs/heads/f13-2.6.33-master 12:57:36.945482 pkt-line.c:80 packet: fetch-pack< d48799e476d3f1d1a39d4eac5c8589bb659f794d refs/heads/f13-user-steved-pnfs-13 12:57:36.945548 pkt-line.c:80 packet: fetch-pack< 4f60038bf4d4ab88b6ecfeb769dd1f7183b6e6b7 refs/heads/f14 12:57:36.945574 pkt-line.c:80 packet: fetch-pack< 825b8ce73ae9c8287342612e2b88c8649c3ae364 refs/heads/f14-user-kyle-bz664206 12:57:36.945642 pkt-line.c:80 packet: fetch-pack< 01c454921a13ed1f47811d43c0949ee58236d641 refs/heads/f14-user-kyle-f14-2.6.37 12:57:36.945683 pkt-line.c:80 packet: fetch-pack< 26a6cc5806a152739b35ad1cef94b60b0e6bab59 refs/heads/f14-user-lkundrak-vaio-brightness-645937 12:57:36.945781 pkt-line.c:80 packet: fetch-pack< 3a4ec2bd5a2c1485c4c8779b4f05817258e855e1 refs/heads/f14-user-steved-pnfs-f14 12:57:36.945807 pkt-line.c:80 packet: fetch-pack< 9638c875dcd2f5a98828839e19defb1e7c6e36b9 refs/heads/f15 12:57:36.945849 pkt-line.c:80 packet: fetch-pack< ad87c3c819160a82532b758cead089092f178517 refs/heads/f15-2.6.39 12:57:36.945876 pkt-line.c:80 packet: fetch-pack< 3acc7b100d8a7c504374cb81ddc4d042cdbb5bf1 refs/heads/f15-30-going-on-40 12:57:36.945956 pkt-line.c:80 packet: fetch-pack< 8893f983a47d306fb593b1eabf7ad2571300b5c3 refs/heads/f15-user-steved-pnfs-f15 12:57:36.945983 pkt-line.c:80 packet: fetch-pack< e0b1d41f1c3cc49deb1d3873b581a2b8435d025b refs/heads/f16 12:57:36.946020 pkt-line.c:80 packet: fetch-pack< 498deb1154b46a61ef78b385bf74ec9d05e6929b refs/heads/f17 12:57:36.946046 pkt-line.c:80 packet: fetch-pack< 00e8dab1681ce334796fceb290da4eec8391421f refs/heads/f18 12:57:36.946086 pkt-line.c:80 packet: fetch-pack< f40121eec02839a80e2e7c36480cd2ad9a94d097 refs/heads/f19 12:57:36.946112 pkt-line.c:80 packet: fetch-pack< 92024771d3d5ef2b35463484e2f4336f51faddbc refs/heads/f20 12:57:36.946151 pkt-line.c:80 packet: fetch-pack< 62b895a47fa7655c20f4c09e05a9a278f32bcd51 refs/heads/f21 12:57:36.946178 pkt-line.c:80 packet: fetch-pack< f0cec8a3bbe076fe7b9f91c5911d1882f2eb2996 refs/heads/f22 12:57:36.946222 pkt-line.c:80 packet: fetch-pack< 6260f827cb90bd792ad17e377b8df65adad471ec refs/heads/f23 12:57:36.946248 pkt-line.c:80 packet: fetch-pack< 3fa8616de389c66cc07be1d078e12fe59a8464f1 refs/heads/f24 12:57:36.946284 pkt-line.c:80 packet: fetch-pack< 72a1fbe4bd6618cf6449dfd421dd00b658c7ff44 refs/heads/f25 12:57:36.946306 pkt-line.c:80 packet: fetch-pack< af2b916f056b9eb8298e304c4b81eb1ed14ec88d refs/heads/f25-pf 12:57:36.946358 pkt-line.c:80 packet: fetch-pack< 77b4be52ad2a8fb864da0a22a70b1bde9e5be432 refs/heads/f26 12:57:36.946367 pkt-line.c:80 packet: fetch-pack< 5e48c708ec96d7cc011172ed635c74b740944573 refs/heads/f27 12:57:36.946374 pkt-line.c:80 packet: fetch-pack< 392f9ed92b5122af74f2999d9a882d4ddf153c03 refs/heads/f28 12:57:36.946434 pkt-line.c:80 packet: fetch-pack< ed111735e313ba2e1c17f2bbd39d374586d7e367 refs/heads/f29 12:57:36.946443 pkt-line.c:80 packet: fetch-pack< bb28cd48102eda0d7a483c7715c5e370ef3733e8 refs/heads/f30 12:57:36.946451 pkt-line.c:80 packet: fetch-pack< 69b8d47fa0b3862bc2579af0a862aefd61a670e6 refs/heads/f31 12:57:36.946487 pkt-line.c:80 packet: fetch-pack< 9ce8991135fb87b90dfa48fde238c2ab13677a5f refs/heads/f32 12:57:36.946496 pkt-line.c:80 packet: fetch-pack< f222378c29793d1e7ecc30f992206a42766b7623 refs/heads/f33 12:57:36.946527 pkt-line.c:80 packet: fetch-pack< b2e587e3a7fb8acf134befd1eb577f30664f724d refs/heads/f34 12:57:36.946539 pkt-line.c:80 packet: fetch-pack< 650c9f3d081a6d8756dca6b4924bf6bfb5eeb18b refs/heads/f35 12:57:36.946572 pkt-line.c:80 packet: fetch-pack< b2899c6ba08ef1dc201593dd677b9e50437b7d64 refs/heads/f36 12:57:36.946594 pkt-line.c:80 packet: fetch-pack< 64ba2e5ffde5f2418eb26c700cb0ab62b04e5013 refs/heads/f7 12:57:36.946603 pkt-line.c:80 packet: fetch-pack< 64ba2e5ffde5f2418eb26c700cb0ab62b04e5013 refs/heads/f8 12:57:36.946626 pkt-line.c:80 packet: fetch-pack< 64ba2e5ffde5f2418eb26c700cb0ab62b04e5013 refs/heads/f9 12:57:36.946646 pkt-line.c:80 packet: fetch-pack< b2899c6ba08ef1dc201593dd677b9e50437b7d64 refs/heads/main 12:57:36.946651 pkt-line.c:80 packet: fetch-pack< 3afe7edf76daec3a6d24dac149f40dd48048c10a refs/heads/oneoffs 12:57:36.946656 pkt-line.c:80 packet: fetch-pack< 96c69282fcff8c6589a7f6330db45cf6a60f8842 refs/heads/private-jcm-arm-nosmp-kallsyms 12:57:36.946674 pkt-line.c:80 packet: fetch-pack< 13b31968b0d8c0457866b9126084646cde93363a refs/heads/private-jcm-arm-nosmp-kallsyms-f17 12:57:36.946731 pkt-line.c:80 packet: fetch-pack< e88e680c2248022c1f380c93ffcde6d62ef353ab refs/heads/private-nhorman-sgx-v15 12:57:36.946754 pkt-line.c:80 packet: fetch-pack< b2899c6ba08ef1dc201593dd677b9e50437b7d64 refs/heads/rawhide 12:57:36.946759 pkt-line.c:80 packet: fetch-pack< 1cbc89929494f56dcc28fa65634d767e5c66d141 refs/heads/rhbz_1205083 12:57:36.946765 pkt-line.c:80 packet: fetch-pack< 11fd190da202647fb6a2ec81c06c942efd14e8bc refs/heads/stabilization 12:57:36.946770 pkt-line.c:80 packet: fetch-pack< 08e4884e32aaa69f0531076ade255a42b0dcb14f refs/heads/talos 12:57:36.946775 pkt-line.c:80 packet: fetch-pack< ea57d29b2dbaa4268d1017773c5ee6e0b9aab4a1 refs/heads/user/steved/f19-lnfs-v3.8 12:57:36.946780 pkt-line.c:80 packet: fetch-pack< de6b5881811825ec040a4f0bb27268d9349605b8 refs/heads/user/steved/f19-lnfs-v3.8-rc7 12:57:36.946785 pkt-line.c:80 packet: fetch-pack< 7a4d806f4e786d60476c1c559427aa79a0f89f88 refs/pull/1/head 12:57:36.946790 pkt-line.c:80 packet: fetch-pack< f360f7278a753796aec58ade5b149d12e49f8bc1 refs/pull/10/head 12:57:36.946816 pkt-line.c:80 packet: fetch-pack< 6d86b592d4d10247c11cb296c5271512b7b6d7a6 refs/pull/11/head 12:57:36.946852 pkt-line.c:80 packet: fetch-pack< 6cf9fb9604a1ff7f29e4a4ec8a360d94d8384ae7 refs/pull/12/head 12:57:36.946859 pkt-line.c:80 packet: fetch-pack< 018e5d710ca7942663309f242cc7c10e0574075a refs/pull/13/head 12:57:36.946864 pkt-line.c:80 packet: fetch-pack< fe55eb891c4946428bcaae186a27b81111952147 refs/pull/14/head 12:57:36.946869 pkt-line.c:80 packet: fetch-pack< 866b8d94b51729383a0ba53a6e2cac0fa91b0034 refs/pull/15/head 12:57:36.946874 pkt-line.c:80 packet: fetch-pack< 9baae8ee0ee237f199dfb4093d9f560517cc03bf refs/pull/16/head 12:57:36.946911 pkt-line.c:80 packet: fetch-pack< 8eed708db8b199ccbc4168695a1a1b97e712a1bd refs/pull/17/head 12:57:36.946917 pkt-line.c:80 packet: fetch-pack< ffa30bda821bc152a5186db1c624b7d20bac36a8 refs/pull/18/head 12:57:36.946950 pkt-line.c:80 packet: fetch-pack< b3240038310a2977f4a44f367bb14ce9aefa5d8a refs/pull/19/head 12:57:36.946970 pkt-line.c:80 packet: fetch-pack< f124470cf6509c4d024fa36683d1d46236038264 refs/pull/2/head 12:57:36.946974 pkt-line.c:80 packet: fetch-pack< 4ba3239ddde884920ba1e012765c03a25e2e4792 refs/pull/20/head 12:57:36.946979 pkt-line.c:80 packet: fetch-pack< 9122bf8dfa5f619f386f5f3a1666c2a890530d02 refs/pull/21/head 12:57:36.947020 pkt-line.c:80 packet: fetch-pack< 9f55678a312c53daf7edfe0dbd4b10b9dbd897aa refs/pull/22/head 12:57:36.947033 pkt-line.c:80 packet: fetch-pack< 4ca0d6f536e1d67e8a2c274ea222b22d7b7c1032 refs/pull/23/head 12:57:36.947038 pkt-line.c:80 packet: fetch-pack< 9e817f6813cdf7cc1c14f04e9265ec1089076fb3 refs/pull/24/head 12:57:36.947042 pkt-line.c:80 packet: fetch-pack< e9497551251080171ef91db74e945a03135c6112 refs/pull/25/head 12:57:36.947047 pkt-line.c:80 packet: fetch-pack< e59caa14807a44468f3abcd8a7bd77eef269b12b refs/pull/26/head 12:57:36.947066 pkt-line.c:80 packet: fetch-pack< e8f4d6d15437ea8e829306b0bb930cab776617f4 refs/pull/27/head 12:57:36.947072 pkt-line.c:80 packet: fetch-pack< 0259036b67df9fdec9348b0a8b5ee93b0022852c refs/pull/28/head 12:57:36.947077 pkt-line.c:80 packet: fetch-pack< e2b05df6365db3c05114b07048de7d05160f5585 refs/pull/29/head 12:57:36.947081 pkt-line.c:80 packet: fetch-pack< ebddf1df6c2a74c6fe99ed76c4694197e38d231a refs/pull/3/head 12:57:36.947086 pkt-line.c:80 packet: fetch-pack< c5368cf9369d169697a164c9fc0d58a23b916b44 refs/pull/30/head 12:57:36.947105 pkt-line.c:80 packet: fetch-pack< ab7f8c560d5637aae14fdf929c32f3d60fc4f399 refs/pull/31/head 12:57:36.947124 pkt-line.c:80 packet: fetch-pack< 1d7803ae5a0905519d59fc6ddb87a6f934239f78 refs/pull/32/head 12:57:36.947144 pkt-line.c:80 packet: fetch-pack< a279b7fbe47bcaef918077b20ab91b2651a466ab refs/pull/33/head 12:57:36.947149 pkt-line.c:80 packet: fetch-pack< 4b8914884d9b9ed9636d4c645ae3ce83d112f234 refs/pull/34/head 12:57:36.947153 pkt-line.c:80 packet: fetch-pack< 62e18aac294d6405bc577385866a89172780bfb1 refs/pull/35/head 12:57:36.947158 pkt-line.c:80 packet: fetch-pack< dafdcb680c7ce0f3d556f5294499c9c3331e3e1f refs/pull/36/head 12:57:36.947179 pkt-line.c:80 packet: fetch-pack< f0a7f9d8fbbfcbac25f8f137b8388538ee1addb8 refs/pull/37/head 12:57:36.947198 pkt-line.c:80 packet: fetch-pack< 52f2dc92ab5bfe9dab2e9d970db26df007522a65 refs/pull/38/head 12:57:36.947203 pkt-line.c:80 packet: fetch-pack< d753bc001a2a92bc325ccaca10497c7e2049f6ff refs/pull/39/head 12:57:36.947207 pkt-line.c:80 packet: fetch-pack< 29498f5e60dae9cec32f584315854b632551ae2c refs/pull/4/head 12:57:36.947216 pkt-line.c:80 packet: fetch-pack< 36f5227b514d9fa892df209a659d110bbfe2afc4 refs/pull/40/head 12:57:36.947221 pkt-line.c:80 packet: fetch-pack< c10c566c4807f37e0527efbdf59e55d4c4b7e8a7 refs/pull/41/head 12:57:36.947226 pkt-line.c:80 packet: fetch-pack< dae17d8b5698904acade906b8a4e476d17b21dc2 refs/pull/42/head 12:57:36.947230 pkt-line.c:80 packet: fetch-pack< 7acadfaaed0b91fd085d156033472bc41ca134f4 refs/pull/43/head 12:57:36.947235 pkt-line.c:80 packet: fetch-pack< 0c3f790719862f07bbcde9058c361643bdc4c71f refs/pull/44/head 12:57:36.947240 pkt-line.c:80 packet: fetch-pack< a707154a1025d0c53840a59b72ca6a86aa93f14e refs/pull/45/head 12:57:36.947244 pkt-line.c:80 packet: fetch-pack< 547a388ddc8e1a72e727f33b6430bdd21ae1d52c refs/pull/46/head 12:57:36.947249 pkt-line.c:80 packet: fetch-pack< fececacc4f5b08b44b42ef7165ae0f950b850ef0 refs/pull/47/head 12:57:36.947253 pkt-line.c:80 packet: fetch-pack< cb27f3f6d13e4f382b89bdd0acf640940943cb34 refs/pull/48/head 12:57:36.947258 pkt-line.c:80 packet: fetch-pack< 7caca06dd14bf85eecf9b1f18ecb480379db50be refs/pull/49/head 12:57:36.947263 pkt-line.c:80 packet: fetch-pack< 40543696dd16357821bad18e6eec25b5abf1174e refs/pull/5/head 12:57:36.947267 pkt-line.c:80 packet: fetch-pack< 8985e5b16e53dfeaafd9c697574b624eee40d518 refs/pull/50/head 12:57:36.947272 pkt-line.c:80 packet: fetch-pack< 421379c8fbe04c708ab2848dff40958259345baa refs/pull/6/head 12:57:36.947276 pkt-line.c:80 packet: fetch-pack< dce6274166062068c71aeddfa782d0d0d9430145 refs/pull/7/head 12:57:36.947281 pkt-line.c:80 packet: fetch-pack< 25310493240676e651a35be8f30aa9082eb5460d refs/pull/8/head 12:57:36.947286 pkt-line.c:80 packet: fetch-pack< 9603bedbcb85a109ac5b9810483cd33c6e834e23 refs/pull/9/head 12:57:36.947290 pkt-line.c:80 packet: fetch-pack< a40e8afedd0c1ead245c0e173106b5a05fdf57b4 refs/remotes/origin/f21 12:57:36.947296 pkt-line.c:80 packet: fetch-pack< 0000 12:57:36.949070 pkt-line.c:80 packet: fetch-pack> want 5804b72d8179847442d99530bca2d5a997b1bad5 multi_ack_detailed no-done side-band-64k thin-pack no-progress ofs-delta deepen-since deepen-not agent=git/2.35.1 12:57:36.949082 pkt-line.c:80 packet: fetch-pack> want 838e4208cccf722716a5a02f03871bf07413a32c 12:57:36.949086 pkt-line.c:80 packet: fetch-pack> want 64ba2e5ffde5f2418eb26c700cb0ab62b04e5013 12:57:36.949091 pkt-line.c:80 packet: fetch-pack> want 64ba2e5ffde5f2418eb26c700cb0ab62b04e5013 12:57:36.949094 pkt-line.c:80 packet: fetch-pack> want 22028b11783fb1c0b953c089d73acd291901e182 12:57:36.949097 pkt-line.c:80 packet: fetch-pack> want 993c86d8e951ca7dc4d7c6bd96c772d5c480745b 12:57:36.949101 pkt-line.c:80 packet: fetch-pack> want 1ca726dd20a5f9de6a1f44ab894edba30a54757a 12:57:36.949105 pkt-line.c:80 packet: fetch-pack> want 42b62631f566931bbe7123d1a4462e0766fd32c6 12:57:36.949108 pkt-line.c:80 packet: fetch-pack> want d48799e476d3f1d1a39d4eac5c8589bb659f794d 12:57:36.949111 pkt-line.c:80 packet: fetch-pack> want 4f60038bf4d4ab88b6ecfeb769dd1f7183b6e6b7 12:57:36.949114 pkt-line.c:80 packet: fetch-pack> want 825b8ce73ae9c8287342612e2b88c8649c3ae364 12:57:36.949117 pkt-line.c:80 packet: fetch-pack> want 01c454921a13ed1f47811d43c0949ee58236d641 12:57:36.949121 pkt-line.c:80 packet: fetch-pack> want 26a6cc5806a152739b35ad1cef94b60b0e6bab59 12:57:36.949126 pkt-line.c:80 packet: fetch-pack> want 3a4ec2bd5a2c1485c4c8779b4f05817258e855e1 12:57:36.949129 pkt-line.c:80 packet: fetch-pack> want 9638c875dcd2f5a98828839e19defb1e7c6e36b9 12:57:36.949133 pkt-line.c:80 packet: fetch-pack> want ad87c3c819160a82532b758cead089092f178517 12:57:36.949136 pkt-line.c:80 packet: fetch-pack> want 3acc7b100d8a7c504374cb81ddc4d042cdbb5bf1 12:57:36.949139 pkt-line.c:80 packet: fetch-pack> want 8893f983a47d306fb593b1eabf7ad2571300b5c3 12:57:36.949143 pkt-line.c:80 packet: fetch-pack> want e0b1d41f1c3cc49deb1d3873b581a2b8435d025b 12:57:36.949146 pkt-line.c:80 packet: fetch-pack> want 498deb1154b46a61ef78b385bf74ec9d05e6929b 12:57:36.949149 pkt-line.c:80 packet: fetch-pack> want 00e8dab1681ce334796fceb290da4eec8391421f 12:57:36.949153 pkt-line.c:80 packet: fetch-pack> want f40121eec02839a80e2e7c36480cd2ad9a94d097 12:57:36.949156 pkt-line.c:80 packet: fetch-pack> want 92024771d3d5ef2b35463484e2f4336f51faddbc 12:57:36.949159 pkt-line.c:80 packet: fetch-pack> want 62b895a47fa7655c20f4c09e05a9a278f32bcd51 12:57:36.949162 pkt-line.c:80 packet: fetch-pack> want f0cec8a3bbe076fe7b9f91c5911d1882f2eb2996 12:57:36.949165 pkt-line.c:80 packet: fetch-pack> want 6260f827cb90bd792ad17e377b8df65adad471ec 12:57:36.949168 pkt-line.c:80 packet: fetch-pack> want 3fa8616de389c66cc07be1d078e12fe59a8464f1 12:57:36.949172 pkt-line.c:80 packet: fetch-pack> want 72a1fbe4bd6618cf6449dfd421dd00b658c7ff44 12:57:36.949175 pkt-line.c:80 packet: fetch-pack> want af2b916f056b9eb8298e304c4b81eb1ed14ec88d 12:57:36.949179 pkt-line.c:80 packet: fetch-pack> want 77b4be52ad2a8fb864da0a22a70b1bde9e5be432 12:57:36.949182 pkt-line.c:80 packet: fetch-pack> want 5e48c708ec96d7cc011172ed635c74b740944573 12:57:36.949185 pkt-line.c:80 packet: fetch-pack> want 392f9ed92b5122af74f2999d9a882d4ddf153c03 12:57:36.949188 pkt-line.c:80 packet: fetch-pack> want ed111735e313ba2e1c17f2bbd39d374586d7e367 12:57:36.949191 pkt-line.c:80 packet: fetch-pack> want bb28cd48102eda0d7a483c7715c5e370ef3733e8 12:57:36.949194 pkt-line.c:80 packet: fetch-pack> want 69b8d47fa0b3862bc2579af0a862aefd61a670e6 12:57:36.949198 pkt-line.c:80 packet: fetch-pack> want 9ce8991135fb87b90dfa48fde238c2ab13677a5f 12:57:36.949201 pkt-line.c:80 packet: fetch-pack> want f222378c29793d1e7ecc30f992206a42766b7623 12:57:36.949204 pkt-line.c:80 packet: fetch-pack> want b2e587e3a7fb8acf134befd1eb577f30664f724d 12:57:36.949207 pkt-line.c:80 packet: fetch-pack> want 650c9f3d081a6d8756dca6b4924bf6bfb5eeb18b 12:57:36.949210 pkt-line.c:80 packet: fetch-pack> want b2899c6ba08ef1dc201593dd677b9e50437b7d64 12:57:36.949214 pkt-line.c:80 packet: fetch-pack> want 64ba2e5ffde5f2418eb26c700cb0ab62b04e5013 12:57:36.949217 pkt-line.c:80 packet: fetch-pack> want 64ba2e5ffde5f2418eb26c700cb0ab62b04e5013 12:57:36.949220 pkt-line.c:80 packet: fetch-pack> want 64ba2e5ffde5f2418eb26c700cb0ab62b04e5013 12:57:36.949223 pkt-line.c:80 packet: fetch-pack> want b2899c6ba08ef1dc201593dd677b9e50437b7d64 12:57:36.949226 pkt-line.c:80 packet: fetch-pack> want 3afe7edf76daec3a6d24dac149f40dd48048c10a 12:57:36.949230 pkt-line.c:80 packet: fetch-pack> want 96c69282fcff8c6589a7f6330db45cf6a60f8842 12:57:36.949234 pkt-line.c:80 packet: fetch-pack> want 13b31968b0d8c0457866b9126084646cde93363a 12:57:36.949237 pkt-line.c:80 packet: fetch-pack> want e88e680c2248022c1f380c93ffcde6d62ef353ab 12:57:36.949240 pkt-line.c:80 packet: fetch-pack> want b2899c6ba08ef1dc201593dd677b9e50437b7d64 12:57:36.949243 pkt-line.c:80 packet: fetch-pack> want 1cbc89929494f56dcc28fa65634d767e5c66d141 12:57:36.949247 pkt-line.c:80 packet: fetch-pack> want 11fd190da202647fb6a2ec81c06c942efd14e8bc 12:57:36.949250 pkt-line.c:80 packet: fetch-pack> want 08e4884e32aaa69f0531076ade255a42b0dcb14f 12:57:36.949254 pkt-line.c:80 packet: fetch-pack> want ea57d29b2dbaa4268d1017773c5ee6e0b9aab4a1 12:57:36.949257 pkt-line.c:80 packet: fetch-pack> want de6b5881811825ec040a4f0bb27268d9349605b8 12:57:36.949277 pkt-line.c:80 packet: fetch-pack> 0000 12:57:36.949291 pkt-line.c:80 packet: fetch-pack> done 12:57:36.949312 pkt-line.c:80 packet: fetch-pack> 0000 12:57:36.949473 pkt-line.c:80 packet: git< 00a4want 5804b72d8179847442d99530bca2d5a997b1bad5 multi_ack_detailed no-done side-band-64k thin-pack no-progress ofs-delta deepen-since deepen-not agent=git/2.35.10032want 838e4208cccf722716a5a02f03871bf07413a32c0032want 64ba2e5ffde5f2418eb26c700cb0ab62b04e50130032want 64ba2e5ffde5f2418eb26c700cb0ab62b04e50130032want 22028b11783fb1c0b953c089d73acd291901e1820032want 993c86d8e951ca7dc4d7c6bd96c772d5c480745b0032want 1ca726dd20a5f9de6a1f44ab894edba30a54757a0032want 42b62631f566931bbe7123d1a4462e0766fd32c60032want d48799e476d3f1d1a39d4eac5c8589bb659f794d0032want 4f60038bf4d4ab88b6ecfeb769dd1f7183b6e6b70032want 825b8ce73ae9c8287342612e2b88c8649c3ae3640032want 01c454921a13ed1f47811d43c0949ee58236d6410032want 26a6cc5806a152739b35ad1cef94b60b0e6bab590032want 3a4ec2bd5a2c1485c4c8779b4f05817258e855e10032want 9638c875dcd2f5a98828839e19defb1e7c6e36b90032want ad87c3c819160a82532b758cead089092f1785170032want 3acc7b100d8a7c504374cb81ddc4d042cdbb5bf10032want 8893f983a47d306fb593b1eabf7ad2571300b5c30032want e0b1d41f1c3cc49deb1d3873b581a2b8435d025b0032want 498deb1154b46a61ef78b385bf74ec9d05e6929b0032want 00e8dab1681ce334796fceb290da4eec8391421f0032want f40121eec02839a80e2e7c36480cd2ad9a94d0970032want 92024771d3d5ef2b35463484e2f4336f51faddbc0032want 62b895a47fa7655c20f4c09e05a9a278f32bcd510032want f0cec8a3bbe076fe7b9f91c5911d1882f2eb29960032want 6260f827cb90bd792ad17e377b8df65adad471ec0032want 3fa8616de389c66cc07be1d078e12fe59a8464f10032want 72a1fbe4bd6618cf6449dfd421dd00b658c7ff440032want af2b916f056b9eb8298e304c4b81eb1ed14ec88d0032want 77b4be52ad2a8fb864da0a22a70b1bde9e5be4320032want 5e48c708ec96d7cc011172ed635c74b7409445730032want 392f9ed92b5122af74f2999d9a882d4ddf153c030032want ed111735e313ba2e1c17f2bbd39d374586d7e3670032want bb28cd48102eda0d7a483c7715c5e370ef3733e80032want 69b8d47fa0b3862bc2579af0a862aefd61a670e60032want 9ce8991135fb87b90dfa48fde238c2ab13677a5f0032want f222378c29793d1e7ecc30f992206a42766b76230032want b2e587e3a7fb8acf134befd1eb577f30664f724d0032want 650c9f3d081a6d8756dca6b4924bf6bfb5eeb18b0032want b2899c6ba08ef1dc201593dd677b9e50437b7d640032want 64ba2e5ffde5f2418eb26c700cb0ab62b04e50130032want 64ba2e5ffde5f2418eb26c700cb0ab62b04e50130032want 64ba2e5ffde5f2418eb26c700cb0ab62b04e50130032want b2899c6ba08ef1dc201593dd677b9e50437b7d640032want 3afe7edf76daec3a6d24dac149f40dd48048c10a0032want 96c69282fcff8c6589a7f6330db45cf6a60f88420032want 13b31968b0d8c0457866b9126084646cde93363a0032want e88e680c2248022c1f380c93ffcde6d62ef353ab0032want b2899c6ba08ef1dc201593dd677b9e50437b7d640032want 1cbc89929494f56dcc28fa65634d767e5c66d1410032want 11fd190da202647fb6a2ec81c06c942efd14e8bc0032want 08e4884e32aaa69f0531076ade255a42b0dcb14f0032want ea57d29b2dbaa4268d1017773c5ee6e0b9aab4a10032want de6b5881811825ec040a4f0bb27268d9349605b800000009done 12:57:36.949494 pkt-line.c:80 packet: git< 0000 12:57:36.950001 http.c:664 == Info: Couldn't find host src.fedoraproject.org in the (nil) file; using defaults 12:57:36.950022 http.c:664 == Info: Found bundle for host src.fedoraproject.org: 0x55c318bd4420 [serially] 12:57:36.950028 http.c:664 == Info: Can not multiplex, even if we wanted to! 12:57:36.950053 http.c:664 == Info: Re-using existing connection! (#0) with host src.fedoraproject.org 12:57:36.950063 http.c:664 == Info: Connected to src.fedoraproject.org (38.145.60.20) port 443 (#0) 12:57:36.950226 http.c:611 => Send header, 0000000284 bytes (0x0000011c) 12:57:36.950241 http.c:623 => Send header: POST /rpms/kernel.git/git-upload-pack HTTP/1.1 12:57:36.950249 http.c:623 => Send header: Host: src.fedoraproject.org 12:57:36.950257 http.c:623 => Send header: User-Agent: git/2.35.1 12:57:36.950267 http.c:623 => Send header: Accept-Encoding: deflate, gzip, br 12:57:36.950271 http.c:623 => Send header: Content-Type: application/x-git-upload-pack-request 12:57:36.950275 http.c:623 => Send header: Accept: application/x-git-upload-pack-result 12:57:36.950287 http.c:623 => Send header: Content-Encoding: gzip 12:57:36.950294 http.c:623 => Send header: Content-Length: 1339 12:57:36.950298 http.c:623 => Send header: 12:57:39.251321 http.c:664 == Info: Mark bundle as not supporting multiuse 12:57:39.251345 http.c:611 <= Recv header, 0000000017 bytes (0x00000011) 12:57:39.251351 http.c:623 <= Recv header: HTTP/1.1 200 OK 12:57:39.251355 http.c:611 <= Recv header, 0000000037 bytes (0x00000025) 12:57:39.251358 http.c:623 <= Recv header: Date: Tue, 01 Mar 2022 11:57:37 GMT 12:57:39.251360 http.c:611 <= Recv header, 0000000016 bytes (0x00000010) 12:57:39.251362 http.c:623 <= Recv header: Server: Apache 12:57:39.251364 http.c:611 <= Recv header, 0000000073 bytes (0x00000049) 12:57:39.251368 http.c:623 <= Recv header: Strict-Transport-Security: max-age=31536000; includeSubDomains; preload 12:57:39.251371 http.c:611 <= Recv header, 0000000029 bytes (0x0000001d) 12:57:39.251372 http.c:623 <= Recv header: X-Frame-Options: SAMEORIGIN 12:57:39.251374 http.c:611 <= Recv header, 0000000033 bytes (0x00000021) 12:57:39.251375 http.c:623 <= Recv header: X-Xss-Protection: 1; mode=block 12:57:39.251377 http.c:611 <= Recv header, 0000000033 bytes (0x00000021) 12:57:39.251378 http.c:623 <= Recv header: X-Content-Type-Options: nosniff 12:57:39.251380 http.c:611 <= Recv header, 0000000030 bytes (0x0000001e) 12:57:39.251382 http.c:623 <= Recv header: Referrer-Policy: same-origin 12:57:39.251384 http.c:611 <= Recv header, 0000000040 bytes (0x00000028) 12:57:39.251385 http.c:623 <= Recv header: expires: Tue, 01 Jan 1980 00:00:00 GMT 12:57:39.251387 http.c:611 <= Recv header, 0000000018 bytes (0x00000012) 12:57:39.251389 http.c:623 <= Recv header: pragma: no-cache 12:57:39.251391 http.c:611 <= Recv header, 0000000053 bytes (0x00000035) 12:57:39.251392 http.c:623 <= Recv header: cache-control: no-cache, max-age=0, must-revalidate 12:57:39.251395 http.c:611 <= Recv header, 0000000458 bytes (0x000001ca) 12:57:39.251397 http.c:623 <= Recv header: content-security-policy: default-src 'self'; script-src 'self' 'nonce-ViwFxW9Jvmj8sO4svOi79Pk5B' https://apps.fedoraproject.org https://mdapi.fedoraproject.org https://transtats.fedoraproject.org; style-src 'self' 'nonce-ViwFxW9Jvmj8sO4svOi79Pk5B'; object-src 'none'; base-uri 'self'; img-src 'self' https:; connect-src 'self' https://pdc.fedoraproject.org https://apps.fedoraproject.org https://mdapi.fedoraproject.org https://transtats.fedoraproject.org; 12:57:39.251400 http.c:611 <= Recv header, 0000000020 bytes (0x00000014) 12:57:39.251402 http.c:623 <= Recv header: apptime: D=2184829 12:57:39.251404 http.c:611 <= Recv header, 0000000051 bytes (0x00000033) 12:57:39.251406 http.c:623 <= Recv header: x-fedora-appserver: pkgs01.iad2.fedoraproject.org 12:57:39.251409 http.c:611 <= Recv header, 0000000052 bytes (0x00000034) 12:57:39.251411 http.c:623 <= Recv header: content-type: application/x-git-upload-pack-result 12:57:39.251413 http.c:611 <= Recv header, 0000000228 bytes (0x000000e4) 12:57:39.251416 http.c:623 <= Recv header: set-cookie: disgit_pagure=eyJfcGVybWFuZW50Ijp0cnVlLCJjc3JmX3Rva2VuIjoiYzYxMWZlNjYzNjE0MTlmMDgxODQ0Y2E2NTAyYmRiMTAyYWY2MGVmNCJ9.FP-bsQ.5bzdscZPqv1qGjNQywNFX-YTttU; Expires=Fri, 01-Apr-2022 11:57:37 GMT; Secure; HttpOnly; Path=/ 12:57:39.251418 http.c:611 <= Recv header, 0000000054 bytes (0x00000036) 12:57:39.251420 http.c:623 <= Recv header: X-Fedora-ProxyServer: proxy01.iad2.fedoraproject.org 12:57:39.251423 http.c:611 <= Recv header, 0000000049 bytes (0x00000031) 12:57:39.251425 http.c:623 <= Recv header: X-Fedora-RequestID: Yh4KMVKw30Rjil4qSZzoZAAAAgg 12:57:39.251428 http.c:611 <= Recv header, 0000000028 bytes (0x0000001c) 12:57:39.251430 http.c:623 <= Recv header: Transfer-Encoding: chunked 12:57:39.251433 http.c:611 <= Recv header, 0000000002 bytes (0x00000002) 12:57:39.251438 http.c:623 <= Recv header: 12:57:39.251497 pkt-line.c:80 packet: fetch-pack< NAK 12:57:39.251507 pkt-line.c:80 packet: fetch-pack> 0000 12:57:39.251751 pkt-line.c:80 packet: sideband< PACK ... 12:57:39.568529 run-command.c:654 trace: run_command: git index-pack --stdin --fix-thin '--keep=fetch-pack 3203 on fedora' --check-self-contained-and-connected --pack_header=2,88854 12:57:39.569585 git.c:458 trace: built-in: git index-pack --stdin --fix-thin '--keep=fetch-pack 3203 on fedora' --check-self-contained-and-connected --pack_header=2,88854 12:59:36.383111 http.c:664 == Info: Connection #0 to host src.fedoraproject.org left intact 12:59:36.383186 pkt-line.c:80 packet: git< 0000 fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output
Log in to comment on this ticket.