From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#23582: Test failure on "make check" from a fresh git checkout (commit 9684e30b9b597b93ae9c797ba8f3b40eff893ebe) Date: Fri, 20 May 2016 14:12:40 +0200 Message-ID: <87lh35exmv.fsf@gnu.org> References: <573DD91E.5080702@fastmail.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3jId-00050c-BU for bug-guix@gnu.org; Fri, 20 May 2016 08:13:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b3jIc-00076f-2r for bug-guix@gnu.org; Fri, 20 May 2016 08:13:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46316) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3jIb-00076Y-WC for bug-guix@gnu.org; Fri, 20 May 2016 08:13:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1b3jIb-0003jh-Sw for bug-guix@gnu.org; Fri, 20 May 2016 08:13:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <573DD91E.5080702@fastmail.net> (Konrad Hinsen's message of "Thu, 19 May 2016 17:17:50 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Konrad Hinsen Cc: 23582@debbugs.gnu.org, davet@gnu.org Hi Konrad, Konrad Hinsen skribis: > FAIL: tests/guix-environment-container > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > + set -e > + guix environment --version > guix environment (GNU Guix) 0.10.0 > Copyright (C) 2016 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. > + guile -c '((@@ (guix scripts environment) assert-container-features))' > + tmpdir=3Dt-guix-environment-20990 > + trap 'rm -r "$tmpdir"' EXIT > + mkdir t-guix-environment-20990 > + guix environment --container --ad-hoc --bootstrap guile-bootstrap -- gu= ile -c '(exit 42)' > accepted connection from pid 21005, user hinsen > + test 1 =3D 42 > + rm -r t-guix-environment-20990 > FAIL tests/guix-environment-container.sh (exit status: 1) Could you show the output of =E2=80=9Cuname -srvo=E2=80=9D on this machine?= What distribution does it run? Also, from the top-level build directory, could you run: ./pre-inst-env strace -f -s 234 -o log \ guix environment --container --ad-hoc --bootstrap guile-bootstrap \ -- guile -c '(exit 42)' and send the =E2=80=98log=E2=80=99 file (gzipped)? Thanks for your report! Ludo=E2=80=99.