[core-updates] Another Hydra evaluation failed

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Mark H Weaver
Owner
unassigned
Submitted by
Mark H Weaver
Severity
normal
M
M
Mark H Weaver wrote on 21 Dec 2017 02:01
(address . bug-guix@gnu.org)
87lghwopvp.fsf@netris.org
In the last hour or so, another Hydra evaluation failed, this time on
core-updates. Here's the tail of the evaluator.log:

Toggle snippet (50 lines)
;;; compiled /home/hydra/.cache/guile/ccache/2.2-LE-8-3.A/gnu/store/sr851pk6c79l5x8yz76zcvm802q7wr5p-git-export/gnu/system/examples/bare-bones.tmpl.go
;;; compiling /gnu/store/sr851pk6c79l5x8yz76zcvm802q7wr5p-git-export/build-aux/hydra/../../gnu/tests.scm
;;; compiled /home/hydra/.cache/guile/ccache/2.2-LE-8-3.A/gnu/store/sr851pk6c79l5x8yz76zcvm802q7wr5p-git-export/gnu/tests.scm.go
evaluating for 'x86_64-linux' (heap size: 749.0 MiB)...
evaluating for 'i686-linux' (heap size: 749.0 MiB)...
evaluating for 'armhf-linux' (heap size: 749.0 MiB)...
Backtrace:
In ice-9/eval.scm:
191:35 19 (_ #(#(#<module (#{ g859}#) 29f5320> #<build-daemon?> ?)))
In guix/packages.scm:
835:14 18 (cache! #<weak-table 6297/7027> #<package gcc@4.8.5 gn?> ?)
In unknown file:
17 (_ #<procedure thunk ()> #<procedure list _> #<undefined>)
In guix/packages.scm:
1178:22 16 (thunk)
1112:22 15 (bag->cross-derivation #<build-daemon 256.97 36fb3730> # ?)
In srfi/srfi-1.scm:
592:17 14 (map1 (("isl" #<package isl@0.11.1 gnu/packages/gc?>) ?))
In guix/packages.scm:
880:16 13 (expand-input #<build-daemon 256.97 36fb3730> #f ("?" ?) ?)
835:14 12 (cache! #<weak-table 6297/7027> #<package isl@0.11.1 g?> ?)
In unknown file:
11 (_ #<procedure thunk ()> #<procedure list _> #<undefined>)
In guix/packages.scm:
1178:22 10 (thunk)
1112:22 9 (bag->cross-derivation #<build-daemon 256.97 36fb3730> # ?)
In srfi/srfi-1.scm:
592:17 8 (map1 (("gmp" #<package gmp@6.1.2 gnu/packages/multi?>)))
In guix/packages.scm:
880:16 7 (expand-input #<build-daemon 256.97 36fb3730> #f ("?" ?) ?)
835:14 6 (cache! #<weak-table 6297/7027> #<package gmp@6.1.2 gn?> ?)
In unknown file:
5 (_ #<procedure thunk ()> #<procedure list _> #<undefined>)
In guix/packages.scm:
1178:22 4 (thunk)
In guix/build-system/gnu.scm:
480:13 3 (gnu-cross-build #<build-daemon 256.97 36fb3730> "gmp-?" ?)
In srfi/srfi-1.scm:
592:29 2 (map1 (("cross-libc" #<derivation /gnu/store/k2pfc?>) #))
592:17 1 (map1 (("cross-libc:static" #<derivation /gnu/store?> ?)))
In guix/build-system/gnu.scm:
482:31 0 (_ ("cross-libc:static" #<derivation /gnu/store/k2pf?> ?))

guix/build-system/gnu.scm:482:31: guix/build-system/gnu.scm:482:31: Throw to key `srfi-34' with args `(#<condition &derivation-missing-output-error [derivation: #<derivation /gnu/store/k2pfca0qd9qkbg4wrxr877sh1a812fd5-mingw-w64-5.0-rc2.drv => /gnu/store/ypfrhfy0a4byagc2m16n35khrvsv4j70-mingw-w64-5.0-rc2 305f3960> output: "static"] 296f9c90>)'.

Some deprecated features have been used. Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information. Set it to "no" to suppress
this message.
L
L
Ludovic Courtès wrote on 21 Dec 2017 15:57
(name . Mark H Weaver)(address . mhw@netris.org)(address . 29794-done@debbugs.gnu.org)
878tdw5dsi.fsf@gnu.org
Mark H Weaver <mhw@netris.org> skribis:

Toggle quote (3 lines)
> In the last hour or so, another Hydra evaluation failed, this time on
> core-updates. Here's the tail of the evaluator.log:

[...]

Toggle quote (10 lines)
> In guix/build-system/gnu.scm:
> 480:13 3 (gnu-cross-build #<build-daemon 256.97 36fb3730> "gmp-?" ?)
> In srfi/srfi-1.scm:
> 592:29 2 (map1 (("cross-libc" #<derivation /gnu/store/k2pfc?>) #))
> 592:17 1 (map1 (("cross-libc:static" #<derivation /gnu/store?> ?)))
> In guix/build-system/gnu.scm:
> 482:31 0 (_ ("cross-libc:static" #<derivation /gnu/store/k2pf?> ?))
>
> guix/build-system/gnu.scm:482:31: guix/build-system/gnu.scm:482:31: Throw to key `srfi-34' with args `(#<condition &derivation-missing-output-error [derivation: #<derivation /gnu/store/k2pfca0qd9qkbg4wrxr877sh1a812fd5-mingw-w64-5.0-rc2.drv => /gnu/store/ypfrhfy0a4byagc2m16n35khrvsv4j70-mingw-w64-5.0-rc2 305f3960> output: "static"] 296f9c90>)'.

Fixed in d2b5ede0539567568cfb917e08f1b80a3eab38e7.

Ludo’.
Closed
?