From debbugs-submit-bounces@debbugs.gnu.org Tue May 14 07:14:18 2024 Received: (at submit) by debbugs.gnu.org; 14 May 2024 11:14:18 +0000 Received: from localhost ([127.0.0.1]:38729 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s6q6r-0006S0-Kv for submit@debbugs.gnu.org; Tue, 14 May 2024 07:14:18 -0400 Received: from lists.gnu.org ([209.51.188.17]:38164) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s6q6n-0006Ru-HJ for submit@debbugs.gnu.org; Tue, 14 May 2024 07:14:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s6q6m-0008Va-6R for bug-guix@gnu.org; Tue, 14 May 2024 07:14:12 -0400 Received: from mira.cbaines.net ([212.71.252.8]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s6q6k-00083l-AT for bug-guix@gnu.org; Tue, 14 May 2024 07:14:11 -0400 Received: from localhost (unknown [45.67.83.168]) by mira.cbaines.net (Postfix) with ESMTPSA id 30E5D27BBE2 for ; Tue, 14 May 2024 12:14:08 +0100 (BST) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 84de54c0 for ; Tue, 14 May 2024 11:14:06 +0000 (UTC) From: Christopher Baines To: bug-guix@gnu.org Subject: FAIL tests/guix-shell.sh User-Agent: mu4e 1.12.2; emacs 29.3 Date: Tue, 14 May 2024 12:14:06 +0100 Message-ID: <87ikzgzlvl.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=212.71.252.8; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: -2.4 (--) --=-=-= Content-Type: text/plain When attempting to update the guix package, I got this failure. The test log makes no sense though, as it's trying to test for errors, so I have no idea where to start in working out what is wrong. I thought maybe the issue was here: guix shell: error: package intelmetool@4.7 does not support armhf-linux But apparently that's expected? There's nothing in the log to indicate that it's going to try something that should fail though. FAIL: tests/guix-shell ====================== + guix shell --version guix shell (GNU Guix) 1.4.0-20.37719d3 Copyright (C) 2024 the Guix authors License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + configdir=t-guix-shell-config-19847 + tmpdir=t-guix-shell-19847 + trap 'rm -r "$tmpdir" "$configdir"' EXIT + mkdir t-guix-shell-19847 t-guix-shell-config-19847 t-guix-shell-config-19847/guix ++ realpath t-guix-shell-config-19847 + XDG_CONFIG_HOME=/tmp/guix-build-guix-1.4.0-20.37719d3.drv-0/source/t-guix-shell-config-19847 + export XDG_CONFIG_HOME + guix shell --bootstrap --pure guile-bootstrap -- guile --version accepted connection from pid 19864, user nixbld guile (GNU Guile) 2.0.9 Copyright (C) 2013 Free Software Foundation, Inc. License LGPLv3+: GNU LGPL 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + guix shell --bootstrap guile-bootstrap -S /dummy=bin/guile hint: Consider passing the `--check' option once to make sure your shell does not clobber environment variables. guix shell: error: '--symlink' cannot be used without '--container' + guix shell --ad-hoc guile-bootstrap guix shell: error: ad-hoc: unrecognized option + guix shell -s armhf-linux intelmetool -n hint: Consider passing the `--check' option once to make sure your shell does not clobber environment variables. accepted connection from pid 19896, user nixbld guix shell: error: package intelmetool@4.7 does not support armhf-linux ++ echo /proc/19847/fd/0 /proc/19847/fd/1 /proc/19847/fd/2 /proc/19847/fd/255 /proc/19847/fd/3 + initial_fd_list='/proc/19847/fd/0 /proc/19847/fd/1 /proc/19847/fd/2 /proc/19847/fd/255 /proc/19847/fd/3' ++ guix shell --bootstrap guile-bootstrap -- bash -c 'echo /proc/$$/fd/*' + fd_list='/proc/19918/fd/0 /proc/19918/fd/1 /proc/19918/fd/2 /proc/19918/fd/3' ++ echo /proc/19918/fd/0 /proc/19918/fd/1 /proc/19918/fd/2 /proc/19918/fd/3 ++ wc -w ++ echo /proc/19847/fd/0 /proc/19847/fd/1 /proc/19847/fd/2 /proc/19847/fd/255 /proc/19847/fd/3 ++ wc -w + test 4 -le 5 + cat + cd t-guix-shell-19847 ++ type -P true + SHELL=/gnu/store/a5i8avx826brw5grn3n4qv40g514505c-coreutils-9.1/bin/true + guix shell --bootstrap + grep 'not authorized' t-guix-shell-19847/stderr guix shell: error: not loading '/tmp/guix-build-guix-1.4.0-20.37719d3.drv-0/source/t-guix-shell-19847/guix.scm' because not authorized to do so + rm t-guix-shell-19847/stderr ++ realpath t-guix-shell-19847 + echo /tmp/guix-build-guix-1.4.0-20.37719d3.drv-0/source/t-guix-shell-19847 + cd t-guix-shell-19847 + guix shell --bootstrap -- true accepted connection from pid 19942, user nixbld guix shell: warning: no packages specified; creating an empty environment + mv t-guix-shell-19847/guix.scm t-guix-shell-19847/manifest.scm + cd t-guix-shell-19847 + guix shell --bootstrap -- true guix shell: warning: no packages specified; creating an empty environment + rm t-guix-shell-19847/manifest.scm + cat + cat + chmod +x t-guix-shell-19847/fake-shell.sh ++ cd t-guix-shell-19847 +++ realpath fake-shell.sh ++ SHELL=/tmp/guix-build-guix-1.4.0-20.37719d3.drv-0/source/t-guix-shell-19847/fake-shell.sh ++ guix shell --bootstrap guix shell: loading environment from '/tmp/guix-build-guix-1.4.0-20.37719d3.drv-0/source/t-guix-shell-19847/manifest.scm'... hint: Consider passing the `--check' option once to make sure your shell does not clobber environment variables. accepted connection from pid 19971, user nixbld + profile1=/tmp/guix-tests/store/vqrwmdf81v9wb4gb70g6v8b4xnm8l5ih-profile ++ guix shell --bootstrap guile-bootstrap -- /gnu/store/rib9g2ig1xf3kclyl076w28parmncg4k-bash-minimal-5.1.16/bin/sh -c 'echo $GUIX_ENVIRONMENT' + profile2=/tmp/guix-tests/store/vqrwmdf81v9wb4gb70g6v8b4xnm8l5ih-profile + test -n /tmp/guix-tests/store/vqrwmdf81v9wb4gb70g6v8b4xnm8l5ih-profile + test /tmp/guix-tests/store/vqrwmdf81v9wb4gb70g6v8b4xnm8l5ih-profile = /tmp/guix-tests/store/vqrwmdf81v9wb4gb70g6v8b4xnm8l5ih-profile + rm t-guix-shell-19847/manifest.scm + echo 'Broken manifest.' + cd t-guix-shell-19847 ++ realpath fake-shell.sh + SHELL=/tmp/guix-build-guix-1.4.0-20.37719d3.drv-0/source/t-guix-shell-19847/fake-shell.sh + guix shell --bootstrap -q hint: Consider passing the `--check' option once to make sure your shell does not clobber environment variables. guix shell: warning: no packages specified; creating an empty environment /tmp/guix-tests/store/j5bh45fk0nc7zxs74lv3ninf23plpsvm-profile + rm t-guix-shell-19847/manifest.scm + cat + guix shell --bootstrap --pure -D -f t-guix-shell-19847/empty-package.scm guile-bootstrap -- guile --version accepted connection from pid 20011, user nixbld guile (GNU Guile) 2.0.9 Copyright (C) 2013 Free Software Foundation, Inc. License LGPLv3+: GNU LGPL 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + rm t-guix-shell-19847/empty-package.scm ++ guile -c '(use-modules (guix utils)) (display (%current-system))' + this_system=x86_64-linux ++ guile -c '(use-modules (guix utils)) (display (if (string=? "riscv64-linux" (%current-system)) "x86_64-linux" "riscv64-linux"))' + other_system=riscv64-linux + cat + guix shell -D -f t-guix-shell-19847/some-package.scm -n hint: Consider passing the `--check' option once to make sure your shell does not clobber environment variables. + false + rm -r t-guix-shell-19847 t-guix-shell-config-19847 FAIL tests/guix-shell.sh (exit status: 1) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmZDR35fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XcJWRAApPbzIf3t2AJ6S15hPtlrClHkehIQ8SMu BTwwVoCrIXQPyFXidcghoZfK1N3V66dmx25CLnl15ncBtdiB2zyRDGNIROG5iHcA 9jwC6ZVnv1suDYX0ar7O5X6gIqGMFLgUMM5VeabBvx1Ht0uRlTti1e9HDrQdqOfw SC9PHC+McCJ49iCmUP3Ddyu53g+ivmvNLsa4Ebwy2ZLvg2InvDQr0iA33pwAGOjr cazimxIj57Brs4ZPwJh46l8B4MSZD3wVLYj3akUJoc1aGSDhowR52EwL/S1/IK/J AhdVreiOXIJlR7xyqkX+nV8/1glvHAk7lLQ6Qw2w/rhOqgYzEKldkYi0c9Cifx9D PmZRmxpcxyqoGhqE+7lYzA53jtKXMe/BM56kSkR4m7xO+3cMiYMSNjSSzKZa1BC1 b+AdTvsu++Gg/xGkBdiUOD9BMUA31vU9oeVbRHffEFiqj2mnv1zNm12hQV5irbTQ ftKjKGuCxHrKgeEJ3Teg94f881IEV9cnXx4/fadxvmM1ivHQ8UCCc34fXzzG43ev cfytQNLaHLJHmfmz4PrqzTcWoU2LeBDTx7fbAjpqxfBBun5rz6IpsO5nnXM7pmi0 TwysAWGt9wnPufc2XxMPPgxDy8+jn5yvBEVoGCGjLWjbYvuZ9Q9ui/1Sh6b9mroS tfRMPARHed0= =oI4p -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat May 25 05:58:44 2024 Received: (at 70932) by debbugs.gnu.org; 25 May 2024 09:58:44 +0000 Received: from localhost ([127.0.0.1]:42488 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sAoAm-00088S-1y for submit@debbugs.gnu.org; Sat, 25 May 2024 05:58:44 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60442) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sAoAj-00088M-UA for 70932@debbugs.gnu.org; Sat, 25 May 2024 05:58:42 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sAoAX-0000oI-2u; Sat, 25 May 2024 05:58:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=TatvQ19KRDjcqwYQQ7jRWiuUDAf+2LAFfT9EDKwJb/k=; b=BC8pzi87QN+iexrU/KYb MFYKla/Kr+U+HrMVPXzeudp1/SBSeiueF8+N2XlSoaE1DP72IuiJqBKq7w1T4yKrPv5wLeofBy1hJ JPm7LhFFm1AVX0HROwHepiQ9ZBPZ8kAJyWPZPzCXlJV/PcjDhbd8uQzh0aOBCzj3QoY2NpXhXFc4E PpbkxYqvIQXEL/XGs1nxy0hrkBdNazm7N8yvBr6TjtKODghLRoehJBTLVmJXQfTwvLVrKOvhQq5Vm NLb29HiUmNgVshmeJJBe69XORT/1enog7O7fUIbF7CH88cJ5VfLKkRcKVvrqNY2YmvxSbgttEE7Iq lWMJFotF8Rqbag==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Christopher Baines Subject: Re: bug#70932: FAIL tests/guix-shell.sh In-Reply-To: <87ikzgzlvl.fsf@cbaines.net> (Christopher Baines's message of "Tue, 14 May 2024 12:14:06 +0100") References: <87ikzgzlvl.fsf@cbaines.net> Date: Sat, 25 May 2024 11:58:24 +0200 Message-ID: <87cypa2oxr.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) 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: 70932 Cc: 70932@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, Christopher Baines skribis: > ++ guile -c '(use-modules (guix utils)) > (display (%current-system))' > + this_system=3Dx86_64-linux > ++ guile -c '(use-modules (guix utils)) > (display (if (string=3D? "riscv64-linux" (%current-system)) > "x86_64-linux" > "riscv64-linux"))' > + other_system=3Driscv64-linux > + cat > + guix shell -D -f t-guix-shell-19847/some-package.scm -n > hint: Consider passing the `--check' option once to make sure your shell = does not > clobber environment variables. > > + false This is in =E2=80=98tests/guix-shell.sh=E2=80=99 a test that checks that un= supported packages are rejected. The =E2=80=98guix shell -D -f -t =E2=80=A6=E2=80=99= command above is supposed to fail (non-zero exit code), but in your case it succeeded, hence the test failure. =E2=80=9Cmake check TESTS=3Dtests/guix-shell.sh=E2=80=9D passes for me thou= gh with 9c3a8a380bcfebdb77af61532e7bfec523d7bde8. Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Sat May 25 07:53:24 2024 Received: (at 70932) by debbugs.gnu.org; 25 May 2024 11:53:25 +0000 Received: from localhost ([127.0.0.1]:42998 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sApxk-0000kN-Kh for submit@debbugs.gnu.org; Sat, 25 May 2024 07:53:24 -0400 Received: from mira.cbaines.net ([212.71.252.8]:43576) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sApxi-0000k9-74 for 70932@debbugs.gnu.org; Sat, 25 May 2024 07:53:23 -0400 Received: from localhost (unknown [212.132.255.10]) by mira.cbaines.net (Postfix) with ESMTPSA id D4BF227BBE2; Sat, 25 May 2024 12:53:13 +0100 (BST) Received: from felis (localhost.lan [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id feabf60a; Sat, 25 May 2024 11:53:13 +0000 (UTC) From: Christopher Baines To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#70932: FAIL tests/guix-shell.sh In-Reply-To: <87cypa2oxr.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Sat, 25 May 2024 11:58:24 +0200") References: <87ikzgzlvl.fsf@cbaines.net> <87cypa2oxr.fsf@gnu.org> User-Agent: mu4e 1.12.2; emacs 29.3 Date: Sat, 25 May 2024 12:53:11 +0100 Message-ID: <874jamglaw.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 70932 Cc: 70932@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.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > Christopher Baines skribis: > >> ++ guile -c '(use-modules (guix utils)) >> (display (%current-system))' >> + this_system=3Dx86_64-linux >> ++ guile -c '(use-modules (guix utils)) >> (display (if (string=3D? "riscv64-linux" (%current-system)) >> "x86_64-linux" >> "riscv64-linux"))' >> + other_system=3Driscv64-linux >> + cat >> + guix shell -D -f t-guix-shell-19847/some-package.scm -n >> hint: Consider passing the `--check' option once to make sure your shell= does not >> clobber environment variables. >> >> + false > > This is in =E2=80=98tests/guix-shell.sh=E2=80=99 a test that checks that = unsupported > packages are rejected. The =E2=80=98guix shell -D -f -t =E2=80=A6=E2=80= =99 command above is > supposed to fail (non-zero exit code), but in your case it succeeded, > hence the test failure. > > =E2=80=9Cmake check TESTS=3Dtests/guix-shell.sh=E2=80=9D passes for me th= ough with > 9c3a8a380bcfebdb77af61532e7bfec523d7bde8. I can just about see what's happening on this line now, I'm still not sure why the exit status means the test fails. I think I knew when I submitted the issue that the test was flaky as it passed on the second attempt. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmZR0SdfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xf3sw//T+JZZ1BUxtDdan0og571Gzzk3R267Cks HFmWeKe/HOW5o/HjX5XcXhqCMQtPmhh0NXuFYDhlbjsJ2xJZDZugw2SrTojNlWqC Xb8uyUOKZZcfZRxY4i9cTIjm4Vj+/A8yER2fdZNKfD/gcBOsQla+YT14BH+GFj7p fqrBPZnGOgtnKYB5LDr2Ttcis80RIJiX7FtGibFkTt2ZgWJ2jUZ5zJB2mU8kSQ8o 3Pj/KnZ6Y6gpYbt0w6829UFIvPAFZ9nY/wKyc2ggsfFmpjNOKj5VlbmBfdFbdlvT cPhHwlFGOOmh+aoibbmTsR8F/S8tpiAMFzaqJicyAD3xzLvqE7adTjMaWdqhB+5+ Jxjt1z1IlAeQg83IagAqgGqoIVj75ZkuxoJK9HzYf5Hv7mnOyJFtr1FamdoVxA1N WHZc9faWrhudsBVXd6tNCNjLA61N+wn1PBAGYzea5NsK3zYFjvNUx9/5EBcXL6nM UCjzLyzlTDJAs+GZ9d1yw6z8BKlTf6RlVXUVXLIw1xgHCMAozTC3N5c7J0IFamfm 6s3lYkaUmj+mTySHswZIoDQkNd3VJ082DCTBc/dtzWytPX+wvgqy0LlwbV1ex2XK E2cmCi6Tl2DY3p+BvRPT9tmA88FiL92yCNossgb73bZ6YsaRDalP8jqkNOPpncwj hsz2QsMzr/s= =qOPf -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat May 25 09:01:24 2024 Received: (at 70932) by debbugs.gnu.org; 25 May 2024 13:01:24 +0000 Received: from localhost ([127.0.0.1]:43295 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sAr1Y-0005q9-5w for submit@debbugs.gnu.org; Sat, 25 May 2024 09:01:24 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38314) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sAr1S-0005gs-RQ for 70932@debbugs.gnu.org; Sat, 25 May 2024 09:01:22 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sAr1F-0004zE-PG; Sat, 25 May 2024 09:01:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=qJon6r9Te/a941F1BiiEPdyqwrWE+q5j6u6gx5AbiQY=; b=nzBVKc8vIxkw8QhN6C3t MBt4kdPVWmiycZh0NRP1wW73G+XwToIxphxWhlNHmMl4duAUEpiOzpbdSJ4vD+AAfpXpeGpGkEEi9 SdsEK93y47Kdh34N+5uCBZRPvhlcTz6FyCU4V4T+rgBqpWCpXDdLfZPkoWETR3xbiGP4Nms3BEKAD zLiEGI860itKMuEZbTKAzwQxD0avun3tMs3ylQR2hBYR5XrPSrq7OpAAhrBf6nxemv1uT5+n32oxQ 1WTTXdHoVXiB1rvVOT2471zmHgpuaMCWZ+YXKKp0HpCDjwzwEk7/rfhXgl4/uVlR7b3yWl5ZudwO9 lZy2mIBhANw0tA==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Christopher Baines Subject: Re: bug#70932: FAIL tests/guix-shell.sh In-Reply-To: <874jamglaw.fsf@cbaines.net> (Christopher Baines's message of "Sat, 25 May 2024 12:53:11 +0100") References: <87ikzgzlvl.fsf@cbaines.net> <87cypa2oxr.fsf@gnu.org> <874jamglaw.fsf@cbaines.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Septidi 7 Prairial an 232 de la =?utf-8?Q?R=C3=A9vol?= =?utf-8?Q?ution=2C?= jour du Fromental 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: Sat, 25 May 2024 15:00:56 +0200 Message-ID: <871q5q2ghj.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) 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: 70932 Cc: 70932@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 (---) Christopher Baines skribis: >> =E2=80=9Cmake check TESTS=3Dtests/guix-shell.sh=E2=80=9D passes for me t= hough with >> 9c3a8a380bcfebdb77af61532e7bfec523d7bde8. > > I can just about see what's happening on this line now, I'm still not > sure why the exit status means the test fails. > > I think I knew when I submitted the issue that the test was flaky as it > passed on the second attempt. I don=E2=80=99t think how this particular test is flaky: checking whether a package=E2=80=99s =E2=80=98supported-systems=E2=80=99 matches the current s= ystem is fully deterministic AFAICS. But, who knows, it would be interesting to see if it eventually fails when ran in a loop. Closing? Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 11 16:24:09 2024 Received: (at control) by debbugs.gnu.org; 11 Jun 2024 20:24:09 +0000 Received: from localhost ([127.0.0.1]:36359 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sH82K-0002j4-Pa for submit@debbugs.gnu.org; Tue, 11 Jun 2024 16:24:09 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47376) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sH82I-0002i3-Bt for control@debbugs.gnu.org; Tue, 11 Jun 2024 16:24:06 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sH5uO-0006V8-An for control@debbugs.gnu.org; Tue, 11 Jun 2024 14:07:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:Subject:From:To:Date:in-reply-to: references; bh=23CYVwqWKlHO3m3n/BtKYtm3EGeOdzUcH2P+ofwvMuA=; b=PMxt4FR1UzWNYb 1IpBYwF57lSjhI6HvoDhXl5qZ8cEuKshTgOL1f4+w1p+klTZI/62sONP5w89kLVXIZA50OirBvK87 TFmUmAlRpeOH9lvSSIsft32DmoAS0wo6Tck2OVjXD8KElD5DiJRQH/a8M3lcJOw6TPxWGCzX9YMnm J7cfvKEAUBsMmkLsvZmQU86NyWmqG8MoqKfDJUoRzaAUwU4C5tsGwPUEpQLzwaz0FpealkklSLRDH kxnBVhGa+YPQ2ldekFGtnfuPoeKj0T1JA21XlbrL3RFfqV8EkGkU/1I91dRzHPzJV7NWgD78FBkLU QXtDze1DNSWvo1t1wi1A==; Date: Tue, 11 Jun 2024 20:07:45 +0200 Message-Id: <87y17bl5e6.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #70932 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control 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 (---) tags 70932 notabug close 70932 quit From unknown Fri Sep 05 09:10:01 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 10 Jul 2024 11:24:12 +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