From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 05 08:50:00 2020 Received: (at 39374) by debbugs.gnu.org; 5 Feb 2020 13:50:00 +0000 Received: from localhost ([127.0.0.1]:45228 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1izL43-0001vL-QU for submit@debbugs.gnu.org; Wed, 05 Feb 2020 08:50:00 -0500 Received: from eggs.gnu.org ([209.51.188.92]:35421) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1izL42-0001v9-Pa for 39374@debbugs.gnu.org; Wed, 05 Feb 2020 08:49:59 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55554) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1izL3x-0007Q7-Ai; Wed, 05 Feb 2020 08:49:53 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=38422 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1izL3w-00077B-Rl; Wed, 05 Feb 2020 08:49:53 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Ellen Papsch Subject: Re: bug#39374: Failing channels and graph on 1.0.1.10297-c5bbcb References: X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 17 =?utf-8?Q?Pluvi=C3=B4se?= 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: Wed, 05 Feb 2020 14:49:50 +0100 In-Reply-To: (Ellen Papsch's message of "Fri, 31 Jan 2020 17:37:29 +0100") Message-ID: <87o8udp2ip.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-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 39374 Cc: 39374@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: -1.7 (-) Hi Ellen, Ellen Papsch skribis: > Hello, > > I have installed GuixSD today with the attached config.scm and followed > the "Contributing" chapter of the manual and executed the test suite, > which results in two lone errors. I assume the errors are not due > misconfiguration, although the messages don't tell me much, I could be > mistaken. Thanks for your report. The first failing test is: --8<---------------cut here---------------start------------->8--- test-name: channel-news, one entry location: /home/ep/src/guix/tests/channels.scm:266 source: + (test-assert + "channel-news, one entry" [...] + (lset=3D equal? + (map channel-news-entry-tag + (channel-news-for-commit channel commit5 commit1= )) + '(#f "tag-for-first-news-entry"))))))) Initialized empty Git repository in /tmp/guix-directory.KCQpPV/.git/ [master (root-commit) 60bd594] first commit 1 file changed, 1 insertion(+) create mode 100644 .guix-channel [master 5349d58] second commit 1 file changed, 1 insertion(+) create mode 100644 src/a.txt [master ef05798] third commit 1 file changed, 1 insertion(+) create mode 100644 news.scm [master 0db78fb] fourth commit 1 file changed, 1 insertion(+) create mode 100644 src/b.txt [master 9ded21e] fifth commit 1 file changed, 1 insertion(+), 1 deletion(-) actual-value: #f result: FAIL random seed for tests: 1580471271 Updating channel 'test' from Git repository at 'test'... Updating channel 'test-channel' from Git repository at 'https://example.com= /test-channel'... Updating channel 'test' from Git repository at 'test'... Updating channel 'test-channel' from Git repository at 'https://example.com= /test-channel'... Updating channel 'test-channel' from Git repository at 'https://example.com= /test-channel'... --8<---------------cut here---------------end--------------->8--- I wonder if this could be caused by settings in ~/.gitconfig. Could you try to move it out of the way and run the test? With: rm ~/.gitconfig{,.bak} make check TESTS=3Dtests/channels.scm The second failure is: --8<---------------cut here---------------start------------->8--- test-name: reverse bag DAG location: /home/ep/src/guix/tests/graph.scm:194 source: + (test-assert + "reverse bag DAG" + (let-values + (((dune bap ocaml-base) + (values + (specification->package "dune") + (specification->package "bap") + (specification->package "ocaml-base"))) [...] actual-error: + (quit 1) result: FAIL --8<---------------cut here---------------end--------------->8--- It=E2=80=99s due to recent changes in the OCaml packages. I=E2=80=99ll pus= h a fix shortly. Thanks! Ludo=E2=80=99.