all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#67984: build of docbook-xsl-1.79.2-0.fe16c90 failed
@ 2023-12-22 21:50 Russell Hernandez Ruiz
  2024-11-12  8:13 ` bug#67984: [PATCH core-updates] gnu: docbook-xsl: Disable parallel tests Maxim Cournoyer
  2024-11-12 13:56 ` bug#67984: build of docbook-xsl-1.79.2-0.fe16c90 failed Maxim Cournoyer
  0 siblings, 2 replies; 3+ messages in thread
From: Russell Hernandez Ruiz @ 2023-12-22 21:50 UTC (permalink / raw)
  To: 67984

[-- Attachment #1: Type: text/plain, Size: 2332 bytes --]

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 #2: 5cmzdjs74s32m6yzfl076l292cr7vf-docbook-xsl-1.79.2-0.fe16c90.drv.gz --]
[-- Type: application/gzip, Size: 38295 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#67984: [PATCH core-updates] gnu: docbook-xsl: Disable parallel tests.
  2023-12-22 21:50 bug#67984: build of docbook-xsl-1.79.2-0.fe16c90 failed Russell Hernandez Ruiz
@ 2024-11-12  8:13 ` Maxim Cournoyer
  2024-11-12 13:56 ` bug#67984: build of docbook-xsl-1.79.2-0.fe16c90 failed Maxim Cournoyer
  1 sibling, 0 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2024-11-12  8:13 UTC (permalink / raw)
  To: 67984; +Cc: Maxim Cournoyer, Russell Hernandez Ruiz

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#67984: build of docbook-xsl-1.79.2-0.fe16c90 failed
  2023-12-22 21:50 bug#67984: build of docbook-xsl-1.79.2-0.fe16c90 failed Russell Hernandez Ruiz
  2024-11-12  8:13 ` bug#67984: [PATCH core-updates] gnu: docbook-xsl: Disable parallel tests Maxim Cournoyer
@ 2024-11-12 13:56 ` Maxim Cournoyer
  1 sibling, 0 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2024-11-12 13:56 UTC (permalink / raw)
  To: Russell Hernandez Ruiz; +Cc: 67984

Hi,

Russell Hernandez Ruiz <qrpnxz@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@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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-11-12 13:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-22 21:50 bug#67984: build of docbook-xsl-1.79.2-0.fe16c90 failed Russell Hernandez Ruiz
2024-11-12  8:13 ` bug#67984: [PATCH core-updates] gnu: docbook-xsl: Disable parallel tests Maxim Cournoyer
2024-11-12 13:56 ` bug#67984: build of docbook-xsl-1.79.2-0.fe16c90 failed Maxim Cournoyer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.