From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: tests/packages.scm fails with make check Date: Sat, 19 Jan 2013 14:56:25 +0100 Message-ID: <871udh1dkm.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 ([208.118.235.92]:37270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwYuK-0003qs-8W for bug-guix@gnu.org; Sat, 19 Jan 2013 08:56:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TwYuJ-0005P5-8z for bug-guix@gnu.org; Sat, 19 Jan 2013 08:56:28 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:19322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwYuJ-0005P1-2u for bug-guix@gnu.org; Sat, 19 Jan 2013 08:56:27 -0500 In-Reply-To: (Alen Skondro's message of "Sat, 19 Jan 2013 14:20:33 +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: Alen Skondro Cc: bug-guix@gnu.org Hi, Alen Skondro skribis: > test/packages.scm failes on my machine. > I cleaned out my whole git repository but this test always fails. Do you run =E2=80=98make check -jX=E2=80=99, with X > 1? Can you try running tests sequentially, with =E2=80=98make check=E2=80=99? I=E2=80=99ve noticed this failure sometimes when running tests in parallel,= but I haven=E2=80=99t been able to find out what=E2=80=99s wrong. (Looking at test-suite.log, you can see that one of the downloads required for the test did not terminate, hence the failure, but it=E2=80=99s not clear why.) > BTW, I uploaded guix (git version) on Arch Linux's AUR repository. Nice! Thanks, Ludo=E2=80=99.