From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: master: the tests take ages Date: Tue, 04 Mar 2014 18:14:11 +0100 Message-ID: <87ha7dq42k.fsf@gnu.org> References: <87d2i2dwnk.fsf@karetnikov.org> <87r46ilyp5.fsf@yeeloong.lan> 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]:35802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKsv3-0003Mr-FE for guix-devel@gnu.org; Tue, 04 Mar 2014 12:14:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKsuy-00052L-L6 for guix-devel@gnu.org; Tue, 04 Mar 2014 12:14:17 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:43553) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKsuy-00052G-EA for guix-devel@gnu.org; Tue, 04 Mar 2014 12:14:12 -0500 In-Reply-To: <87r46ilyp5.fsf@yeeloong.lan> (Mark H. Weaver's message of "Tue, 04 Mar 2014 11:23:50 -0500") 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: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver skribis: > Nikita Karetnikov writes: > >> On master, =E2=80=98make check=E2=80=99 hangs after >> >> PASS: tests/base32.scm >> PASS: tests/hash.scm >> PASS: tests/pk-crypto.scm >> PASS: tests/pki.scm > > After "tests/pki.scm" comes "tests/builders.scm", which involves > building a few packages from source code. It takes a while. Yes, some of the tests involve downloading a couple of packages, and building them. This takes a while the first time you run =E2=80=98make che= ck=E2=80=99, but is fast in subsequent runs (unless you removed =E2=80=98test-tmp=E2=80= =99.) Thanks, Ludo=E2=80=99.