From owner-freebsd-git@freebsd.org Thu Dec 24 16:57:10 2020 Return-Path: Delivered-To: freebsd-git@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 573FE4CB01D for ; Thu, 24 Dec 2020 16:57:10 +0000 (UTC) (envelope-from uqs@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4D1x7p20zpz4mjb for ; Thu, 24 Dec 2020 16:57:10 +0000 (UTC) (envelope-from uqs@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 44C5F4CAFA2; Thu, 24 Dec 2020 16:57:10 +0000 (UTC) Delivered-To: git@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 448814CA971 for ; Thu, 24 Dec 2020 16:57:10 +0000 (UTC) (envelope-from uqs@freebsd.org) Received: from acme.spoerlein.net (acme.spoerlein.net [IPv6:2a05:fc87:1:5::15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "www.spoerlein.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D1x7p0LJLz4mWy; Thu, 24 Dec 2020 16:57:09 +0000 (UTC) (envelope-from uqs@freebsd.org) Received: from localhost (acme.spoerlein.net [IPv6:2a05:fc87:1:5:0:0:0:15]) by acme.spoerlein.net (8.16.1/8.15.2) with ESMTPS id 0BOGuu8r051645 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Thu, 24 Dec 2020 17:56:56 +0100 (CET) (envelope-from uqs@freebsd.org) Date: Thu, 24 Dec 2020 17:56:56 +0100 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: Gordon Bergling Cc: git@freebsd.org, David Wolfskill Subject: Re: Checkout problems Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/2.0.1 (2020-11-14) X-Rspamd-Queue-Id: 4D1x7p0LJLz4mWy X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2020 16:57:10 -0000 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 >> 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