From unknown Thu Aug 14 21:51:17 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#42077 <42077@debbugs.gnu.org> To: bug#42077 <42077@debbugs.gnu.org> Subject: Status: updated guix package build fails: tests/git-authenticate.log Error 1 Reply-To: bug#42077 <42077@debbugs.gnu.org> Date: Fri, 15 Aug 2025 04:51:17 +0000 retitle 42077 updated guix package build fails: tests/git-authenticate.log = Error 1 reassign 42077 guix submitter 42077 Jan Nieuwenhuizen severity 42077 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 27 03:41:47 2020 Received: (at submit) by debbugs.gnu.org; 27 Jun 2020 07:41:47 +0000 Received: from localhost ([127.0.0.1]:43433 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jp5T9-0006JP-HN for submit@debbugs.gnu.org; Sat, 27 Jun 2020 03:41:47 -0400 Received: from lists.gnu.org ([209.51.188.17]:42994) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jp5T6-0006JD-7t for submit@debbugs.gnu.org; Sat, 27 Jun 2020 03:41:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58908) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jp5T5-0007RH-Um for bug-guix@gnu.org; Sat, 27 Jun 2020 03:41:43 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53938) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jp5T4-0001c9-CB; Sat, 27 Jun 2020 03:41:42 -0400 Received: from [2001:980:1b4f:1:42d2:832d:bb59:862] (port=54092 helo=dundal.peder.onsbrabantnet.nl) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jp5T3-0007GF-SC; Sat, 27 Jun 2020 03:41:42 -0400 From: Jan Nieuwenhuizen To: bug-guix@gnu.org Subject: updated guix package build fails: tests/git-authenticate.log Error 1 Organization: AvatarAcademy.nl X-Url: http://AvatarAcademy.nl Date: Sat, 27 Jun 2020 09:41:38 +0200 Message-ID: <877dvtx8el.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit 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 (---) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, On current master (35691bf5dc69e4d482b31fab63e3bd73ffece755, and "some time" earlier), updating guix (see attached patch) and running --8<---------------cut here---------------start------------->8--- ./pre-inst-env guix build guix --keep-failed --verbosity=3D1 --8<---------------cut here---------------end--------------->8--- fails like so --8<---------------cut here---------------start------------->8--- PASS: tests/gexp.scm SKIP: tests/git.scm make[4]: *** [Makefile:5274: tests/git-authenticate.log] Error 1 make[4]: Leaving directory '/tmp/guix-build-guix-1.1.0-13.35691bf.drv-0/sou= rce' make[3]: *** [Makefile:5256: check-TESTS] Error 2 make[3]: Leaving directory '/tmp/guix-build-guix-1.1.0-13.35691bf.drv-0/sou= rce' make[2]: *** [Makefile:5505: check-am] Error 2 make[2]: Leaving directory '/tmp/guix-build-guix-1.1.0-13.35691bf.drv-0/sou= rce' make[1]: *** [Makefile:5033: check-recursive] Error 1 make[1]: Leaving directory '/tmp/guix-build-guix-1.1.0-13.35691bf.drv-0/sou= rce' make: *** [Makefile:5507: check] Error 2 Test suite failed, dumping logs. command "make" "check" failed with status 2 --8<---------------cut here---------------end--------------->8--- Contents of /tmp/guix-build-guix-1.1.0-13.35691bf.drv-0/source/tests/git-au= thenticate.log: --8<---------------cut here---------------start------------->8--- Backtrace: 2 (primitive-load-path "tests/git-authenticate.scm") In ice-9/eval.scm: 259:9 1 (_ #f) In unknown file: 0 (search-path ("/tmp/guix-build-guix-1.1.0-13.35691b=E2=80=A6" = =E2=80=A6) =E2=80=A6) ERROR: In procedure search-path: Wrong type (expecting string): #f test-name: unsigned commits location: /tmp/guix-build-guix-1.1.0-13.35691bf.drv-0/source/tests/git-auth= enticate.scm:43 source: + (test-assert + "unsigned commits" + (with-temporary-git-repository + directory + '((add "a.txt" "A") + (commit "first commit") + (add "b.txt" "B") + (commit "second commit")) + (with-repository + directory + repository + (let ((commit1 (find-commit repository "first")) + (commit2 (find-commit repository "second"))) + (guard (c ((unsigned-commit-error? c) + (oid=3D? (git-authentication-error-commit c) + (commit-id commit1)))) + (authenticate-commits + repository + (list commit1 commit2) + #:keyring-reference + "master") + 'failed))))) result: SKIP --8<---------------cut here---------------end--------------->8--- Greetings, Janneke --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-guix-Update-to-1.1.0-13.35691bf5dc6.patch Content-Transfer-Encoding: quoted-printable >From bc29c78ac33d9f4e037bbe2a8104873a5644df57 Mon Sep 17 00:00:00 2001 From: "Jan (janneke) Nieuwenhuizen" Date: Thu, 7 May 2020 18:25:26 +0200 Subject: [PATCH] gnu: guix: Update to 1.1.0-13.35691bf5dc6. * gnu/packages/package-management.scm (guix): Update to 1.1.0-13.35691bf5dc6 --- gnu/packages/package-management.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-man= agement.scm index bfecf110ca..bf5e59fb4b 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm @@ -118,8 +118,8 @@ ;; Note: the 'update-guix-package.scm' script expects this definition to ;; start precisely like this. (let ((version "1.1.0") - (commit "c00564192a9924ab2218c243342963aba89d67d1") - (revision 12)) + (commit "35691bf5dc69e4d482b31fab63e3bd73ffece755") + (revision 13)) (package (name "guix") =20 @@ -135,7 +135,7 @@ (commit commit))) (sha256 (base32 - "008ywpdkc5f2jh25x6rr9glzvq4a6qih7v73w5dbxscpddx5c5g2")) + "0hh31lbbbmjkwlxvp4fzrdz0r8p9233h2zlf71r4gccsjqh16pra")) (file-name (string-append "guix-" version "-checkout")))) (build-system gnu-build-system) (arguments --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.com --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.com --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 28 17:33:16 2020 Received: (at 42077-done) by debbugs.gnu.org; 28 Jun 2020 21:33:16 +0000 Received: from localhost ([127.0.0.1]:47098 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jpevM-0002xP-Fa for submit@debbugs.gnu.org; Sun, 28 Jun 2020 17:33:16 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41952) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jpevJ-0002xA-Jc for 42077-done@debbugs.gnu.org; Sun, 28 Jun 2020 17:33:15 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:48437) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jpevD-0005cf-So; Sun, 28 Jun 2020 17:33:08 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=42750 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jpevD-0001ES-93; Sun, 28 Jun 2020 17:33:07 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Jan Nieuwenhuizen Subject: Re: bug#42077: updated guix package build fails: tests/git-authenticate.log Error 1 References: <877dvtx8el.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 11 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: Sun, 28 Jun 2020 23:33:06 +0200 In-Reply-To: <877dvtx8el.fsf@gnu.org> (Jan Nieuwenhuizen's message of "Sat, 27 Jun 2020 09:41:38 +0200") Message-ID: <87h7uueuzx.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: 42077-done Cc: 42077-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 (---) Hey! Jan Nieuwenhuizen skribis: > On current master (35691bf5dc69e4d482b31fab63e3bd73ffece755, and "some > time" earlier), updating guix (see attached patch) and running > > ./pre-inst-env guix build guix --keep-failed --verbosity=3D1 > > > fails like so > > PASS: tests/gexp.scm > SKIP: tests/git.scm > make[4]: *** [Makefile:5274: tests/git-authenticate.log] Error 1 > make[4]: Leaving directory '/tmp/guix-build-guix-1.1.0-13.35691bf.drv-0/s= ource' > make[3]: *** [Makefile:5256: check-TESTS] Error 2 > make[3]: Leaving directory '/tmp/guix-build-guix-1.1.0-13.35691bf.drv-0/s= ource' > make[2]: *** [Makefile:5505: check-am] Error 2 > make[2]: Leaving directory '/tmp/guix-build-guix-1.1.0-13.35691bf.drv-0/s= ource' > make[1]: *** [Makefile:5033: check-recursive] Error 1 > make[1]: Leaving directory '/tmp/guix-build-guix-1.1.0-13.35691bf.drv-0/s= ource' > make: *** [Makefile:5507: check] Error 2 > > Test suite failed, dumping logs. > command "make" "check" failed with status 2 Oops, fixed in 0a8dd8aae5fad365c2f429d48e4085a3b3388332. Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 29 03:48:12 2020 Received: (at 42077-done) by debbugs.gnu.org; 29 Jun 2020 07:48:12 +0000 Received: from localhost ([127.0.0.1]:47676 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jpoWS-0005Zt-5H for submit@debbugs.gnu.org; Mon, 29 Jun 2020 03:48:12 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55700) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jpoWP-0005Ze-1n for 42077-done@debbugs.gnu.org; Mon, 29 Jun 2020 03:48:10 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55089) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jpoWI-0005zP-JW; Mon, 29 Jun 2020 03:48:02 -0400 Received: from [2001:980:1b4f:1:42d2:832d:bb59:862] (port=45426 helo=dundal.peder.onsbrabantnet.nl) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jpoWH-0001KV-T8; Mon, 29 Jun 2020 03:48:02 -0400 From: Jan Nieuwenhuizen To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#42077: updated guix package build fails: tests/git-authenticate.log Error 1 Organization: AvatarAcademy.nl References: <877dvtx8el.fsf@gnu.org> <87h7uueuzx.fsf@gnu.org> X-Url: http://AvatarAcademy.nl Date: Mon, 29 Jun 2020 09:48:00 +0200 In-Reply-To: <87h7uueuzx.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sun, 28 Jun 2020 23:33:06 +0200") Message-ID: <87lfk6wbwv.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: 42077-done Cc: 42077-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 (---) Ludovic Court=C3=A8s writes: Hello, >> Test suite failed, dumping logs. >> command "make" "check" failed with status 2 > > Oops, fixed in 0a8dd8aae5fad365c2f429d48e4085a3b3388332. Thank you. Oh, I suppose that was easy once you spotted it; that was what I hoped anyway. I tried following the backtrace and looking for search-patch instances for a bit...but it wasn't obvious. Greetings, Janneke --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.com From unknown Thu Aug 14 21:51:17 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 27 Jul 2020 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator