From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#23807: guix build not respecting --keep-going Date: Tue, 28 Jun 2016 23:09:50 +0200 Message-ID: <878txpja01.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]:46698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bI0Hj-0004ys-12 for bug-guix@gnu.org; Tue, 28 Jun 2016 17:11:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bI0He-0001kt-Ou for bug-guix@gnu.org; Tue, 28 Jun 2016 17:11:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47099) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bI0He-0001kp-Lr for bug-guix@gnu.org; Tue, 28 Jun 2016 17:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bI0He-0000bz-I5 for bug-guix@gnu.org; Tue, 28 Jun 2016 17:11:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Ethan J.'s message of "Mon, 20 Jun 2016 03:33:29 +0000") 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" To: Ethan J Cc: 23807@debbugs.gnu.org Hello, Ethan J skribis: > I've been attempting to use the "build all packages" one liner listed > on > https://www.gnu.org/software/guix/manual/html_node/Invoking-guix-build. > html to populate my store for a local mirror however when guix fails > to build a package it exits and stops building (which I had assumed > the --keep-going flag prevented) Here's an example of yasm failing to > build http://paste.lisp.org/display/318806 The paste shows: --8<---------------cut here---------------start------------->8--- make[5]: Entering directory '/tmp/guix-build-yasm-1.3.0.drv-0/yasm-1.3.0' make all-recursive make[6]: Entering directory '/tmp/guix-build-yasm-1.3.0.drv-0/yasm-1.3.0' Making all in po make[7]: Entering directory '/tmp/guix-build-yasm-1.3.0.drv-0/yasm-1.3.0/po' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/tmp/guix-build-yasm-1.3.0.drv-0/yasm-1.3.0/po' Making all in . make[7]: Entering directory '/tmp/guix-build-yasm-1.3.0.drv-0/yasm-1.3.0' make[7]: Leaving directory '/tmp/guix-build-yasm-1.3.0.drv-0/yasm-1.3.0' make[6]: Leaving directory '/tmp/guix-build-yasm-1.3.0.drv-0/yasm-1.3.0' make[5]: Leaving directory '/tmp/guix-build-yasm-1.3.0.drv-0/yasm-1.3.0' =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D Testsuite summary for yasm 1.3.0 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D # TOTAL: 44 # PASS: 43 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D See ./test-suite.log Please report to bug-yasm@tortall.net =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D Makefile:3166: recipe for target 'test-suite.log' failed make[4]: *** [test-suite.log] Error 1 make[4]: Leaving directory '/tmp/guix-build-yasm-1.3.0.drv-0/yasm-1.3.0' Makefile:3272: recipe for target 'check-TESTS' failed make[3]: *** [check-TESTS] Error 2 make[3]: Leaving directory '/tmp/guix-build-yasm-1.3.0.drv-0/yasm-1.3.0' Makefile:3814: recipe for target 'check-am' failed make[2]: *** [check-am] Error 2 make[2]: Leaving directory '/tmp/guix-build-yasm-1.3.0.drv-0/yasm-1.3.0' Makefile:3052: recipe for target 'check-recursive' failed make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory '/tmp/guix-build-yasm-1.3.0.drv-0/yasm-1.3.0' Makefile:3817: recipe for target 'check' failed make: *** [check] Error 2 phase `check' failed after 3.2 seconds builder for `/gnu/store/8wv8d2asnyh3ac3i7bd2384i9c5i21gd-yasm-1.3.0.drv' fa= iled with exit code 1 @ build-failed /gnu/store/8wv8d2asnyh3ac3i7bd2384i9c5i21gd-yasm-1.3.0.drv -= 1 builder for `/gnu/store/8wv8d2asnyh3ac3i7bd2384i9c5i21gd-yasm-1.3.0.drv'= failed with exit code 1 guix build: error: build failed: build of `/gnu/store/8wv8d2asnyh3ac3i7bd23= 84i9c5i21gd-yasm-1.3.0.drv' failed --8<---------------cut here---------------end--------------->8--- What was the exact command that you run? What does the same command report with --dry-run? Thanks, Ludo=E2=80=99.