Checkout problems

Ulrich Spörlein uqs at freebsd.org
Thu Dec 24 16:57:10 UTC 2020


On Thu, 2020-12-24 at 15:07:47 +0100, Gordon Bergling wrote:
>Hi Uli,
>
>On Wed, Dec 23, 2020 at 05:49:03PM +0100, Ulrich Spörlein wrote:
>> On Wed, Dec 23, 2020 at 5:39 PM David Wolfskill <david at catwhisker.org>
>> wrote:
>>
>> > On Wed, Dec 23, 2020 at 05:35:26PM +0100, Gordon Bergling wrote:
>> > > Fellow developers,
>> > >
>> > > I try to checkout the new FreeBSD git sources, but even afer after
>> > > 3 days I had not luck.
>> > >
>> > > The command I tried was the following,
>> > >
>> > > git clone -o freebsd --config
>> > remote.freebsd.fetch='+refs/notes/*:refs/notes/*'
>> > https://git.freebsd.org/src.git
>> > >
>> > > But even on freefall, it wasn't successful.
>> > >
>> > > Has anyone an idea about what the problem my be?
>> >
>> >
>> Well, you're not showing us any logs, so it's hard to tell for sure. Please
>> add -v (maybe two or three times) and actually show us the error you are
>> getting.
>>
>> Cheers
>> Uli
>>
>> PS: any reason you need a checkout on freefall itself?
>
>I tried the checkout with '-vvv' applied. A shortened log is the following,
>
>[...]
>want 9399617194d8919c03460eeeb49aa5e7bb930047 (refs/tags/vendor/zstd/1.4.1)
>want e103cc7d192afc1de4ebc29e6e467651c6436112 (refs/tags/vendor/zstd/1.4.2)
>want 41746347b22e30608746cf036cb3b36bc24d2ab3 (refs/tags/vendor/zstd/1.4.4)
>want f57d3351ea7669d274e6763623c24bc2f14e0bcb (refs/tags/vendor/zstd/1.4.5)
>done
>POST git-upload-pack (gzip 164615 to 81924 bytes)
>remote: Enumerating objects: 4249437, done.
>remote: Counting objects: 100% (4249437/4249437), done.
>remote: Compressing objects: 100% (829788/829788), done.
>Receiving objects:  14% (594922/4249437), 152.45 MiB | 6.29 MiB/s
>
>Afterwards it just stalls and sometimes the checkout process went to about 30% before it
>stalls.
>
>The checkout on freefall was just a test that my network connection isn't problem.

Strange. So I had less than stellar performance when checking out via 
https:// myself, but never a stall or an abort.

I logged into freefall just now and ran the above command and it fetched 
with 34MB/s and took an overall of 2:45 min.

Did you just get very unlucky wrt. timing? I could imagine a lot of 
folks are checking out right now ...

hth
Uli


More information about the freebsd-git mailing list