guix pull failed

  • Open
  • quality assurance status badge
Details
2 participants
  • Maxime Devos
  • sossu pummi
Owner
unassigned
Submitted by
sossu pummi
Severity
normal

Debbugs page

sossu pummi wrote 3 years ago
(address . bug-guix@gnu.org)
CAHrUV1-rFKHhEYkC3RG4zv5q1Dtx6h3-ucnGsJADXRdk_LsxBQ@mail.gmail.com
building
/gnu/store/qrk7il64y0vng9mnyx3iz9jd0l7jhw5z-guile-3.0.7.tar.xz.drv...
building /gnu/store/714fy94b37lpw9146f5n0l5rvkcaf3ib-guile-json-3.5.0.drv...
building
/gnu/store/a6rmwck41z80gf8hlkdqah63kbis1v19-guile-quickcheck-0.1.0.tar.gz.drv...
building /gnu/store/801b0qnq0kcmbnn08hi18x9533zb2zhr-libgc-8.0.4.drv...
building
/gnu/store/cpm9y8zlyzcdh1xcmxiy11qwv90xff5w-guile-quickcheck-0.1.0.drv...
building /gnu/store/7k6s13bzbz5fd72ha1gx9rf6rrywhxzz-guile-3.0.7.drv...
building /gnu/store/9z83x19023jvgqy06llxj1l7q6x8q1s8-disarchive-0.3.0.drv...
- 'check' phasebuild-log 625772 53
command "make" "check" "-j" "4" failed with status 2
Backtrace:
In ./guix/store.scm:
2119:24 19 (run-with-store #<store-connection 256.99 7fc499938280> _
#:guile-for-build _ #:system _ #:target _)
1956:8 18 (_ _)
In ./guix/gexp.scm:
275:18 17 (_ _)
1156:2 16 (_ _)
1022:2 15 (_ _)
868:4 14 (_ _)
In ./guix/store.scm:
2004:12 13 (_ #<store-connection 256.99 7fc499938280>)
1381:9 12 (map/accumulate-builds #<store-connection 256.99 7fc499938280>
#<procedure 7fc4983d20f0 at ./guix/stor?> ?)
1320:8 11 (call-with-build-handler _ _)
1320:8 10 (call-with-build-handler #<procedure 7fc492484680 at
./guix/store.scm:1355:2 (continue store things mo?> ?)
2119:24 9 (run-with-store #<store-connection 256.99 7fc499938280>
#<procedure 7fc492484620 at ./guix/gexp.scm:87?> ?)
In ./guix/gexp.scm:
873:13 8 (_ _)
In ./guix/store.scm:
1956:8 7 (_ _)
In ./guix/gexp.scm:
275:18 6 (_ _)
1156:2 5 (_ #<store-connection 256.99 7fc499938820>)
1022:2 4 (_ _)
868:4 3 (_ _)
In ./guix/store.scm:
2004:12 2 (_ #<store-connection 256.99 7fc499938820>)
1402:5 1 (map/accumulate-builds #<store-connection 256.99 7fc499938820>
#<procedure 7fc4948fb8a0 at ./guix/stor?> ?)
1417:15 0 (_ #<store-connection 256.99 7fc499938820> _ _)

./guix/store.scm:1417:15: ERROR:
1. &store-protocol-error:
message: "build of
`/gnu/store/y1dwvcaz6hjyfyqxhmfcq16ih4fay1ws-guix-daemon-1.3.0-12.9bbbac6.drv'
failed"
status: 100
guix pull: error: You found a bug: the program
'/gnu/store/gl08q1mnkmn6p6323nggpawn15a0cy0v-compute-guix-derivation'
failed to compute the derivation for Guix (version:
"bf1e46e959884df4bb204807efd21bbf44c5f87e"; system: "x86_64-linux";
host version: "1.3.0"; pull-version: 1).
Please report the COMPLETE output above by email to <bug-guix@gnu.org>.
Attachment: file
Maxime Devos wrote 3 years ago
(name . sossu pummi)(address . sossupummit@gmail.com)(address . 52145@debbugs.gnu.org)
f9609a2eecf8549b7ee23f518ad880ba3a2de70b.camel@telenet.be
sossu pummi schreef op za 27-11-2021 om 18:51 [+0200]:
Toggle quote (6 lines)
> [...]
> building /gnu/store/9z83x19023jvgqy06llxj1l7q6x8q1s8-disarchive-
> 0.3.0.drv...
> - 'check' phasebuild-log 625772 53
> command "make" "check" "-j" "4" failed with status 2 [...]

Could you run ‘guix build --log-file disarchive’ & send the compressedd
log file as an attachement? It should be named something like
‘/var/log/guix/drvs/9z/83x19023jvgqy06llxj1l7q6x8q1s8-disarchive-
0.3.0.drv.bz2’.

That log file should contain a clue for what the underlying issue is.

Greetings,
Maxime
?
Your comment

Commenting via the web interface is currently disabled.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 52145
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help