From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Test failure when building libarchive-3.1.2 Date: Sat, 14 Nov 2015 12:40:20 +0100 Message-ID: <87h9koyfkr.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]:36069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxZBz-0002OC-Fd for guix-devel@gnu.org; Sat, 14 Nov 2015 06:40:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZxZBv-0005ao-C4 for guix-devel@gnu.org; Sat, 14 Nov 2015 06:40:27 -0500 In-Reply-To: ("Jan \=\?utf-8\?B\?U3luw6HEjWVrIidz\?\= message of "Fri, 13 Nov 2015 12:33:32 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Jan =?utf-8?B?U3luw6HEjWVr?= Cc: guix-devel Jan Syn=C3=A1=C4=8Dek skribis: > Reference files will be read from: > /tmp/nix-build-libarchive-3.1.2.drv-0/libarchive-3.1.2/tar/test > Running tests on: > "/tmp/nix-build-libarchive-3.1.2.drv-0/libarchive-3.1.2/./bsdtar" > Exercising: bsdtar 3.1.2 - libarchive 3.1.2 [...] > 17: test_option_b FAIL Ricardo reported the same issue a while back: https://lists.gnu.org/archive/html/guix-devel/2015-03/msg00182.html What platform is this on, i686? It would be nice to see if this systematically fails. If it is non-deterministic, we should build it with --keep-failed until it fails (removing successful builds with =E2=80=98guix gc -d=E2=80=99), collect use= ful info from the build tree, and debug. (You can also work around it by enabling substitutes since Hydra had no problems building it.) Ludo=E2=80=99.