build of docbook-xsl-1.79.2-0.fe16c90 failed

  • Open
  • quality assurance status badge
Details
2 participants
  • Maxim Cournoyer
  • Russell Hernandez Ruiz
Owner
unassigned
Submitted by
Russell Hernandez Ruiz
Severity
normal
R
R
Russell Hernandez Ruiz wrote on 22 Dec 2023 22:50
(address . bug-guix@gnu.org)
c52cf701c2f801d2f05eb8116c90908214ba59ef.camel@hyperlife.xyz
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@gnu.org>.
Attachment: file
M
M
Maxim Cournoyer wrote 5 days ago
[PATCH core-updates] gnu: docbook-xsl: Disable parallel tests.
(address . 67984@debbugs.gnu.org)(name . Maxim Cournoyer)(address . maxim.cournoyer@gmail.com)
c681bad14b54cee4f52102e100129904d10b509f.1731399140.git.maxim.cournoyer@gmail.com
* gnu/packages/docbook.scm (docbook-xsl)
[arguments] <#:parallel-tests?>: New argument.

Change-Id: I29180345bf48cb2f2c7d0e3b6fd59406fd545c6b
---
gnu/packages/docbook.scm | 3 +++
1 file changed, 3 insertions(+)

Toggle diff (18 lines)
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
M
M
Maxim Cournoyer wrote 5 days ago
control message for bug #67984
(address . control@debbugs.gnu.org)
874j4c7tsu.fsf@gmail.com
tags 67984 + patch
quit
M
M
Maxim Cournoyer wrote 5 days ago
Re: bug#67984: build of docbook-xsl-1.79.2-0.fe16c90 failed
(name . Russell Hernandez Ruiz)(address . qrpnxz@hyperlife.xyz)(address . 67984@debbugs.gnu.org)
87ikss1rp1.fsf@gmail.com
Hi,

Russell Hernandez Ruiz <qrpnxz@hyperlife.xyz> writes:

Toggle quote (53 lines)
> 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@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:

Toggle snippet (3 lines)
$ guix build docbook-xsl --no-grafts --check --rounds=50

I guess we should report that upstream and set #:parallel-tests? to #f
in the meantime it gets resolved.

--
Thanks,
Maxim
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 67984@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67984
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch