From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 10 04:07:46 2020 Received: (at 42286-done) by debbugs.gnu.org; 10 Jul 2020 08:07:46 +0000 Received: from localhost ([127.0.0.1]:42240 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jto4Q-0001bx-A2 for submit@debbugs.gnu.org; Fri, 10 Jul 2020 04:07:46 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40460) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jto4O-0001bj-BU for 42286-done@debbugs.gnu.org; Fri, 10 Jul 2020 04:07:44 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46349) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jto4J-0002Qe-5o; Fri, 10 Jul 2020 04:07:39 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=55874 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jto4F-00054K-8o; Fri, 10 Jul 2020 04:07:38 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: zimoun Subject: Re: bug#42286: SWH fallback fails (git-fetch) References: <86imexcymw.fsf@gmail.com> <87o8oo9vjp.fsf@gnu.org> <86sge0awhq.fsf@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 23 Messidor an 228 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 10 Jul 2020 10:07:33 +0200 In-Reply-To: <86sge0awhq.fsf@gmail.com> (zimoun's message of "Fri, 10 Jul 2020 05:18:25 +0200") Message-ID: <87365zaj3u.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42286-done Cc: 42286-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi! zimoun skribis: > On Fri, 10 Jul 2020 at 00:24, Ludovic Court=C3=A8s wrote: >> Hi! >> >> zimoun skribis: >> >>> Trying to download from Software Heritage... >>> Backtrace: >>> 4 (primitive-load "/gnu/store/s56y8npabah6jc1bqrhsac6wqb1?") >>> In ./guix/swh.scm: >>> 573:13 3 (swh-download "https://github.com/zimoun/hello-example?" ?) >>> 224:22 2 (call "https://archive.softwareheritage.org/api/1/revi?" ?) >>> In web/client.scm: >>> 563:0 1 (http-get "https://archive.softwareheritage.org/api/1/?" ?) >>> 231:6 0 (tls-wrap # _ # _) >>> >>> web/client.scm:231:6: In procedure tls-wrap: >>> Error while printing exception. >>> builder for `/gnu/store/jn6f86hg9zyyhms1vn56hviv4m9yjm8j-git-checkout.d= rv' failed with exit code 1 >> >> Should be fixed with commit a7696b9733d4ede9817a0a0accb5ce5b85d9a2d3. >> Let me know if anything=E2=80=99s amiss. > > Cool! Works. :-) > > I was almost there. :-) The missing trick was because the Guile bug > > I was not aware and so the new "http-get*". Yeah. :-) > Is it worth to add the test in guix-build.sh? We don=E2=80=99t add tests that depend on external services, so we can=E2= =80=99t really do that. Or we would need to mock the original server, SWH, etc. but that seems tricky. Thanks, Ludo=E2=80=99.