GNU bug report logs - #23807
guix build not respecting --keep-going

Previous Next

Package: guix;

Reported by: Ethan J <doubleplusgood23 <at> gmail.com>

Date: Mon, 20 Jun 2016 05:01:02 UTC

Severity: normal

Tags: moreinfo, unreproducible

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 23807 in the body.
You can then email your comments to 23807 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#23807; Package guix. (Mon, 20 Jun 2016 05:01:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ethan J <doubleplusgood23 <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Mon, 20 Jun 2016 05:01:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ethan J <doubleplusgood23 <at> gmail.com>
To: bug-guix <at> gnu.org
Subject: guix build not respecting --keep-going
Date: Mon, 20 Jun 2016 03:33:29 +0000
[Message part 1 (text/plain, inline)]
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
[Message part 2 (text/html, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#23807; Package guix. (Tue, 28 Jun 2016 21:11:02 GMT) Full text and rfc822 format available.

Message #8 received at 23807 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Ethan J <doubleplusgood23 <at> gmail.com>
Cc: 23807 <at> debbugs.gnu.org
Subject: Re: bug#23807: guix build not respecting --keep-going
Date: Tue, 28 Jun 2016 23:09:50 +0200
Hello,

Ethan J <doubleplusgood23 <at> gmail.com> 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'
============================================================================
Testsuite summary for yasm 1.3.0
============================================================================
# TOTAL: 44
# PASS:  43
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to bug-yasm <at> tortall.net
============================================================================
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' failed 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/8wv8d2asnyh3ac3i7bd2384i9c5i21gd-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’.




Information forwarded to bug-guix <at> gnu.org:
bug#23807; Package guix. (Sun, 31 Jul 2016 16:40:02 GMT) Full text and rfc822 format available.

Message #11 received at 23807 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Ethan J <doubleplusgood23 <at> gmail.com>
Cc: 23807 <at> debbugs.gnu.org
Subject: Re: bug#23807: guix build not respecting --keep-going
Date: Sun, 31 Jul 2016 18:38:49 +0200
Hi Ethan,

Any update on this?
(See <http://bugs.gnu.org/23807>.)

Ludo’.

ludo <at> gnu.org (Ludovic Courtès) skribis:

> Hello,
>
> Ethan J <doubleplusgood23 <at> gmail.com> 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:
>
> 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'
> ============================================================================
> Testsuite summary for yasm 1.3.0
> ============================================================================
> # TOTAL: 44
> # PASS:  43
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> ============================================================================
> See ./test-suite.log
> Please report to bug-yasm <at> tortall.net
> ============================================================================
> 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' failed 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/8wv8d2asnyh3ac3i7bd2384i9c5i21gd-yasm-1.3.0.drv' failed
>
> What was the exact command that you run?  What does the same command
> report with --dry-run?
>
> Thanks,
> Ludo’.




Added tag(s) moreinfo. Request was from ludo <at> gnu.org (Ludovic Courtès) to control <at> debbugs.gnu.org. (Tue, 02 Aug 2016 22:16:02 GMT) Full text and rfc822 format available.

Added tag(s) unreproducible. Request was from ludo <at> gnu.org (Ludovic Courtès) to control <at> debbugs.gnu.org. (Fri, 09 Sep 2016 14:37:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 23807 <at> debbugs.gnu.org and Ethan J <doubleplusgood23 <at> gmail.com> Request was from ludo <at> gnu.org (Ludovic Courtès) to control <at> debbugs.gnu.org. (Fri, 09 Sep 2016 14:37:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 08 Oct 2016 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 174 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.