From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 10 19:56:09 2021 Received: (at submit) by debbugs.gnu.org; 10 Jul 2021 23:56:09 +0000 Received: from localhost ([127.0.0.1]:33637 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m2MpN-0003pQ-4W for submit@debbugs.gnu.org; Sat, 10 Jul 2021 19:56:09 -0400 Received: from lists.gnu.org ([209.51.188.17]:33978) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m2MpM-0003pJ-0g for submit@debbugs.gnu.org; Sat, 10 Jul 2021 19:56:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42708) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m2MpL-0000O4-ND for bug-guix@gnu.org; Sat, 10 Jul 2021 19:56:07 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:51196) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m2MpL-0000FM-G2 for bug-guix@gnu.org; Sat, 10 Jul 2021 19:56:07 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=42928 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m2MpL-00030Q-7n for bug-guix@gnu.org; Sat, 10 Jul 2021 19:56:07 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: bug-guix@gnu.org Subject: [core-updates] mescc-tools tests fail X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 23 Messidor an 229 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, 11 Jul 2021 01:56:05 +0200 Message-ID: <87k0lxafl6.fsf@inria.fr> 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: 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 (---) On commit 9b4c3c675c05870e5983c21ce4ff944e0b0bc2fa of =E2=80=98core-updates= =E2=80=99, mescc-tools fails tests, with generated binaries segfaulting: --8<---------------cut here---------------start------------->8--- $ ./pre-inst-env guix build mescc-tools [=E2=80=A6] + . ./sha256.sh ++ set -ex ++ ./bin/get_machine + ./bin/M1 -f test/test3/defs -f test/test3/lisp.s --BigEndian --architectu= re knight-native -o test/test3/hold + '[' amd64 =3D amd64 ']' + ./test/results/test1-binary + ./bin/hex2 -f elf_headers/elf32.hex2 -f test/test2/hold --LittleEndian --= architecture x86 --BaseAddress 0x8048000 -o test/results/test2-binary --exe= c_enable test/test1/hello.sh: line 37: 125 Segmentation fault ./test/results/= test1-binary < test/test1/hex0.hex0 > test/test1/proof1 ++ ./bin/get_machine make: *** [makefile:104: test1-binary] Error 139 make: *** Waiting for unfinished jobs.... + '[' amd64 =3D x86 ']' + exit 0 + . ./sha256.sh ++ set -ex ++ ./bin/get_machine + '[' amd64 =3D x86 ']' + exit 0 + ./bin/hex2 -f test/test3/hold --BigEndian --architecture knight-native --= BaseAddress 0 -o test/results/test3-binary + . ./sha256.sh ++ set -ex test/test3/hello.sh: line 23: GET_MACHINE_FLAGS: unbound variable + '[' '' =3D 'knight*' ']' + exit 0 Test suite failed, dumping logs. error: in phase 'check': uncaught exception: %exception #<&invoke-error program: "make" arguments: ("test" "-j" "4" "PRE= FIX=3D/gnu/store/xps0k41ydjl14lx7cnrgclgsi5cnkib7-mescc-tools-0.7.0" "CC=3D= gcc") exit-status: 2 term-signal: #f stop-signal: #f>=20 phase `check' failed after 0.1 seconds command "make" "test" "-j" "4" "PREFIX=3D/gnu/store/xps0k41ydjl14lx7cnrgclg= si5cnkib7-mescc-tools-0.7.0" "CC=3Dgcc" failed with status 2 builder for `/gnu/store/lir8pmc63k1bcj4ml9gsx1769aw9ndj2-mescc-tools-0.7.0.= drv' failed with exit code 1 build of /gnu/store/lir8pmc63k1bcj4ml9gsx1769aw9ndj2-mescc-tools-0.7.0.drv = failed --8<---------------cut here---------------end--------------->8--- This is a dependency of the =E2=80=98bootstrap-tarballs=E2=80=99 package. Ludo=E2=80=99.