From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: master: the tests take ages Date: Tue, 04 Mar 2014 11:23:50 -0500 Message-ID: <87r46ilyp5.fsf@yeeloong.lan> References: <87d2i2dwnk.fsf@karetnikov.org> 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]:51045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKs9b-0000kA-Gd for guix-devel@gnu.org; Tue, 04 Mar 2014 11:25:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKs9V-0003ms-4l for guix-devel@gnu.org; Tue, 04 Mar 2014 11:25:15 -0500 Received: from world.peace.net ([96.39.62.75]:35666) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKs9U-0003fz-Ky for guix-devel@gnu.org; Tue, 04 Mar 2014 11:25:09 -0500 In-Reply-To: <87d2i2dwnk.fsf@karetnikov.org> (Nikita Karetnikov's message of "Tue, 04 Mar 2014 15:35:11 +0400") 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: Nikita Karetnikov Cc: guix-devel@gnu.org 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. Mark