From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 13 08:53:10 2021 Received: (at 48595) by debbugs.gnu.org; 13 Jun 2021 12:53:10 +0000 Received: from localhost ([127.0.0.1]:42957 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsPbv-0006fE-5M for submit@debbugs.gnu.org; Sun, 13 Jun 2021 08:53:10 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60340) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsPbs-0006el-V8 for 48595@debbugs.gnu.org; Sun, 13 Jun 2021 08:53:05 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:41084) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lsPbm-0005gV-Qa; Sun, 13 Jun 2021 08:52:58 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=56382 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lsPbX-000285-Ox; Sun, 13 Jun 2021 08:52:58 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Gabriel Wicki Subject: Re: bug#48595: `guix install mes` fails in 'check'-phase References: <20210522221133.zu2pqmuzdxuta364@silver> Date: Sun, 13 Jun 2021 14:52:41 +0200 In-Reply-To: <20210522221133.zu2pqmuzdxuta364@silver> (Gabriel Wicki's message of "Sun, 23 May 2021 00:11:33 +0200") Message-ID: <87a6nu0vvq.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (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: 48595 Cc: 48595@debbugs.gnu.org, Jan Nieuwenhuizen 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, (Cc: Janneke.) Gabriel Wicki skribis: > i tried running `guix install mes` which fails on my x86_64 debian > machine. CI fails as well > (https://ci.guix.gnu.org/build/286577/details). > > log output shows a couple of segmentation faults and an undefined > variable in phase 'check': > > test/test10/hello.sh > + '[' amd64 =3D amd64 ']' > + ./test/results/test1-binary > + . ./sha256.sh > ++ set -ex > test/test1/hello.sh: line 37: 171 Segmentation fault ./test/result= s/test1-binary < test/test1/hex0.hex0 > test/test1/proof1 > + '[' amd64 =3D x86 ']' > + exit 0 > make: *** [makefile:104: test1-binary] Error 139 > [...] > test/test7/hello.sh: line 31: 175 Segmentation fault ./test/result= s/test7-binary test/test7/hex1.hex1 > test/test7/proof > [...] > test/test3/hello.sh: line 23: GET_MACHINE_FLAGS: unbound variable Could this be non-deterministic? I just got substitutes from bayfront.guix.gnu.org: --8<---------------cut here---------------start------------->8--- $ guix build mes=20 1.4 MB will be downloaded: /gnu/store/2x63a7415vfz605pw33awfccrn0z74dg-mes-0.23 substituting /gnu/store/2x63a7415vfz605pw33awfccrn0z74dg-mes-0.23... downloading from https://bayfront.guix.gnu.org/nar/lzip/2x63a7415vfz605pw33= awfccrn0z74dg-mes-0.23 ... mes-0.23 1.3MiB 3.4MiB/s 00:00 [###= ###############] 100.0% /gnu/store/2x63a7415vfz605pw33awfccrn0z74dg-mes-0.23 $ guix build mes -d --no-grafts /gnu/store/nb6vmrz197bfpz4w5mdrmj0r10mszzig-mes-0.23.drv ludo@ribbon ~/src/guix$ guix describe Generacio 185 Jun 07 2021 15:07:46 (nuna) guix e3611cc repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: e3611cc412e7b1c750a56d17fb1b7cde684baa3f --8<---------------cut here---------------end--------------->8--- I rebuilt it with =E2=80=98--check=E2=80=99 and it went fine. Hmm! Thoughts? Ludo=E2=80=99.