GNU bug report logs -
#67984
build of docbook-xsl-1.79.2-0.fe16c90 failed
Previous Next
To reply to this bug, email your comments to 67984 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#67984
; Package
guix
.
(Sat, 23 Dec 2023 05:43:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Russell Hernandez Ruiz <qrpnxz <at> hyperlife.xyz>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Sat, 23 Dec 2023 05:43:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Terminal log follows. Build log attached.
building /gnu/store/cr5cmzdjs74s32m6yzfl076l292cr7vf-docbook-xsl-
1.79.2-0.fe16c90.drv...
|builder for `/gnu/store/cr5cmzdjs74s32m6yzfl076l292cr7vf-docbook-xsl-
1.79.2-0.fe16c90.drv' failed with exit code 1
build of /gnu/store/cr5cmzdjs74s32m6yzfl076l292cr7vf-docbook-xsl-
1.79.2-0.fe16c90.drv failed
View build log at
'/var/log/guix/drvs/cr/5cmzdjs74s32m6yzfl076l292cr7vf-docbook-xsl-
1.79.2-0.fe16c90.drv.gz'.
Backtrace:
15 (primitive-load
"/gnu/store/sik3gd8vps1r6qahkj3lrzai1q5q13rx-compute-guix-derivation")
In ice-9/eval.scm:
155:9 14 (_ _)
159:9 13 (_ #(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#<directory (guile-u?>
?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?))
In ice-9/boot-9.scm:
152:2 12 (with-fluid* _ _ _)
152:2 11 (with-fluid* _ _ _)
In ./guix/store.scm:
2180:24 10 (run-with-store #<store-connection 256.99 7fbb7a077140>
#<procedure 7fbb67191d20 at ./guix/self.scm:13?> ?)
2008:8 9 (_ #<store-connection 256.99 7fbb7a077140>)
In ./guix/gexp.scm:
299:22 8 (_ #<store-connection 256.99 7fbb7a077140>)
1201:2 7 (_ #<store-connection 256.99 7fbb7a077140>)
1068:2 6 (_ #<store-connection 256.99 7fbb7a077140>)
909:4 5 (_ #<store-connection 256.99 7fbb7a077140>)
In ./guix/store.scm:
2065:12 4 (_ #<store-connection 256.99 7fbb7a077140>)
1407:13 3 (map/accumulate-builds #<store-connection 256.99
7fbb7a077140> #<procedure 7fbb61515700 at ./guix/stor?> ?)
1403:5 2 (map/accumulate-builds #<store-connection 256.99
7fbb7a077140> #<procedure 7fbb679e09c0 at ./guix/stor?> ?)
1419:15 1 (_ #<store-connection 256.99 7fbb7a077140>
("/gnu/store/rclz4h8d3sizp4psr1a3821y7hbzan6p-guix-daemo?" ?) ?)
1419:15 0 (loop #f)
./guix/store.scm:1419:15: In procedure loop:
ERROR:
1. &store-protocol-error:
message: "build of `/gnu/store/xjqlqzvdfnnvj3rl4ivwv4db3c6dr3x0-
graphviz-minimal-7.0.1.drv' failed"
status: 100
guix pull: error: You found a bug: the program
'/gnu/store/sik3gd8vps1r6qahkj3lrzai1q5q13rx-compute-guix-derivation'
failed to compute the derivation for Guix (version:
"ca813173894360edef35a5d98878a3135e99e62a"; system: "x86_64-linux";
host version: "1.4.0"; pull-version: 1).
Please report the COMPLETE output above by email to <bug-guix <at> gnu.org>.
[5cmzdjs74s32m6yzfl076l292cr7vf-docbook-xsl-1.79.2-0.fe16c90.drv.gz (application/gzip, attachment)]
Information forwarded
to
qrpnxz <at> hyperlife.xyz, bug-guix <at> gnu.org
:
bug#67984
; Package
guix
.
(Tue, 12 Nov 2024 08:16:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 67984 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/docbook.scm (docbook-xsl)
[arguments] <#:parallel-tests?>: New argument.
Fixes: <https://issues.guix.gnu.org/67984>
Change-Id: I29180345bf48cb2f2c7d0e3b6fd59406fd545c6b
---
gnu/packages/docbook.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm
index 02cea45e97..6846edd50d 100644
--- a/gnu/packages/docbook.scm
+++ b/gnu/packages/docbook.scm
@@ -375,6 +375,9 @@ (define-public docbook-xsl
(build-system gnu-build-system)
(arguments
(list
+ ;; Do not run the test suite in parallel otherwise it sometimes fail
+ ;; (see: https://github.com/docbook/xslt10-stylesheets/issues/269).
+ #:parallel-tests? #f
#:make-flags #~(list "XSLTENGINE=xsltproc")
#:modules '((guix build gnu-build-system)
(guix build utils)
base-commit: ef84004825cd8a60734258c054bed194c6628f8e
--
2.46.0
Added tag(s) patch.
Request was from
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Tue, 12 Nov 2024 08:16:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-guix <at> gnu.org
:
bug#67984
; Package
guix
.
(Tue, 12 Nov 2024 13:58:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 67984 <at> debbugs.gnu.org (full text, mbox):
Hi,
Russell Hernandez Ruiz <qrpnxz <at> hyperlife.xyz> writes:
> Terminal log follows. Build log attached.
>
> building /gnu/store/cr5cmzdjs74s32m6yzfl076l292cr7vf-docbook-xsl-
> 1.79.2-0.fe16c90.drv...
> |builder for `/gnu/store/cr5cmzdjs74s32m6yzfl076l292cr7vf-docbook-xsl-
> 1.79.2-0.fe16c90.drv' failed with exit code 1
> build of /gnu/store/cr5cmzdjs74s32m6yzfl076l292cr7vf-docbook-xsl-
> 1.79.2-0.fe16c90.drv failed
> View build log at
> '/var/log/guix/drvs/cr/5cmzdjs74s32m6yzfl076l292cr7vf-docbook-xsl-
> 1.79.2-0.fe16c90.drv.gz'.
> Backtrace:
> 15 (primitive-load
> "/gnu/store/sik3gd8vps1r6qahkj3lrzai1q5q13rx-compute-guix-derivation")
> In ice-9/eval.scm:
> 155:9 14 (_ _)
> 159:9 13 (_ #(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#(#<directory (guile-u?>
> ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?))
> In ice-9/boot-9.scm:
> 152:2 12 (with-fluid* _ _ _)
> 152:2 11 (with-fluid* _ _ _)
> In ./guix/store.scm:
> 2180:24 10 (run-with-store #<store-connection 256.99 7fbb7a077140>
> #<procedure 7fbb67191d20 at ./guix/self.scm:13?> ?)
> 2008:8 9 (_ #<store-connection 256.99 7fbb7a077140>)
> In ./guix/gexp.scm:
> 299:22 8 (_ #<store-connection 256.99 7fbb7a077140>)
> 1201:2 7 (_ #<store-connection 256.99 7fbb7a077140>)
> 1068:2 6 (_ #<store-connection 256.99 7fbb7a077140>)
> 909:4 5 (_ #<store-connection 256.99 7fbb7a077140>)
> In ./guix/store.scm:
> 2065:12 4 (_ #<store-connection 256.99 7fbb7a077140>)
> 1407:13 3 (map/accumulate-builds #<store-connection 256.99
> 7fbb7a077140> #<procedure 7fbb61515700 at ./guix/stor?> ?)
> 1403:5 2 (map/accumulate-builds #<store-connection 256.99
> 7fbb7a077140> #<procedure 7fbb679e09c0 at ./guix/stor?> ?)
> 1419:15 1 (_ #<store-connection 256.99 7fbb7a077140>
> ("/gnu/store/rclz4h8d3sizp4psr1a3821y7hbzan6p-guix-daemo?" ?) ?)
> 1419:15 0 (loop #f)
>
> ./guix/store.scm:1419:15: In procedure loop:
> ERROR:
> 1. &store-protocol-error:
> message: "build of `/gnu/store/xjqlqzvdfnnvj3rl4ivwv4db3c6dr3x0-
> graphviz-minimal-7.0.1.drv' failed"
> status: 100
> guix pull: error: You found a bug: the program
> '/gnu/store/sik3gd8vps1r6qahkj3lrzai1q5q13rx-compute-guix-derivation'
> failed to compute the derivation for Guix (version:
> "ca813173894360edef35a5d98878a3135e99e62a"; system: "x86_64-linux";
> host version: "1.4.0"; pull-version: 1).
> Please report the COMPLETE output above by email to <bug-guix <at> gnu.org>.
I was able to reproduce the issue, but the builds to fail ratio appears
to be high. I could triggered it using something like:
--8<---------------cut here---------------start------------->8---
$ guix build docbook-xsl --no-grafts --check --rounds=50
--8<---------------cut here---------------end--------------->8---
I guess we should report that upstream and set #:parallel-tests? to #f
in the meantime it gets resolved.
--
Thanks,
Maxim
This bug report was last modified 277 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.