From owner-freebsd-git@freebsd.org Thu Dec 24 14:07:49 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 A8B904C615D for ; Thu, 24 Dec 2020 14:07:49 +0000 (UTC) (envelope-from gbe@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 4D1sNP4N8yz4ZcG for ; Thu, 24 Dec 2020 14:07:49 +0000 (UTC) (envelope-from gbe@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 9474D4C60F2; Thu, 24 Dec 2020 14:07:49 +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 944064C623D for ; Thu, 24 Dec 2020 14:07:49 +0000 (UTC) (envelope-from gbe@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D1sNP3sCsz4Zl6; Thu, 24 Dec 2020 14:07:49 +0000 (UTC) (envelope-from gbe@freebsd.org) Received: from localhost (p548616ad.dip0.t-ipconnect.de [84.134.22.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gbe) by smtp.freebsd.org (Postfix) with ESMTPSA id 1D7052147; Thu, 24 Dec 2020 14:07:49 +0000 (UTC) (envelope-from gbe@freebsd.org) Date: Thu, 24 Dec 2020 15:07:47 +0100 From: Gordon Bergling To: Ulrich =?iso-8859-1?Q?Sp=F6rlein?= Cc: git@freebsd.org, David Wolfskill Subject: Re: Checkout problems Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Url: X-Operating-System: FreeBSD 12.2-STABLE amd64 X-Host-Uptime: 2:58PM up 7 days, 7:50, 5 users, load averages: 0.29, 0.23, 0.26 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 14:07:49 -0000 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. --Gordon