From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#19780: 13 failing tests Date: Sat, 07 Feb 2015 18:19:53 +0100 Message-ID: <874mqxprk6.fsf@gnu.org> References: 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]:50329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YK943-0001NV-9j for bug-guix@gnu.org; Sat, 07 Feb 2015 12:21:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YK942-0006nx-I6 for bug-guix@gnu.org; Sat, 07 Feb 2015 12:21:03 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:45524) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YK942-0006nt-EU for bug-guix@gnu.org; Sat, 07 Feb 2015 12:21:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YK942-0007As-4D for bug-guix@gnu.org; Sat, 07 Feb 2015 12:21:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Ricardo Wurmus's message of "Thu, 5 Feb 2015 14:55:03 +0100") 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: 19780@debbugs.gnu.org What architecture is it? There are a lot of these: --8<---------------cut here---------------start------------->8--- builder for `/localhome/rwurmus-tmp/guix/test-tmp/store/m1cbz6gmyv2f5551j7z= pm99d7mgy2zp9-guile-bootstrap-2.0.drv' failed due to signal 11 (Segmentatio= n fault) --8<---------------cut here---------------end--------------->8--- Could you run, from the top-level build tree, something like: ./test-env guix build --log-file \ /localhome/rwurmus-tmp/guix/test-tmp/store/m1cbz6gmyv2f5551j7zpm99d7mgy= 2zp9-guile-bootstrap-2.0.drv and send the log file that it returns? In addition, could you run: cd gnu/packages/bootstrap/x86_64-linux # or whatever system that is for i in bash mkdir tar xz ; do env -i ./$i --version || echo "FAIL -> $i= " ; done Is one of these programs failing? TIA, Ludo=E2=80=99.