Hi Danny, dan...@scratchpost.org (Danny Milosavljevic) writes:
> dannym pushed a commit to branch master > in repository guix. > > commit de2bc8d6da0ba4e74ed083af66a22cf96f74e67f > Author: Danny Milosavljevic <dan...@scratchpost.org> > Date: Tue Jan 23 00:50:12 2018 +0100 > > hydra: Add arm image builder. > > * build-aux/hydra/gnu-system.scm (%u-boot-systems): New > variable. > (%guixsd-supported-systems): Add armhf-linux. > (qemu-jobs): Use u-boot if system in %u-boot-systems. The latest attempt to evaluate 'master' on Hydra failed, and I guess the commit above is the most likely cause. Here's the tail of the evaluator output: --8<---------------cut here---------------start------------->8--- evaluating for 'i686-linux' (heap size: 748.0 MiB)... evaluating for 'armhf-linux' (heap size: 756.0 MiB)... Backtrace: In ice-9/boot-9.scm: 713:2 19 (call-with-prompt _ _ #<procedure default-prompt-handle?>) In ice-9/eval.scm: 619:8 18 (_ #(#(#<directory (guile-user) 22700a0>))) In ice-9/command-line.scm: 181:18 17 (_ #<input: string 24d9700>) In unknown file: 16 (eval (apply (module-ref (resolve-interface (?)) #) #) #) In /usr/local/bin/hydra-eval-guile-jobs: 242:18 15 (eval-guile-jobs . _) In ice-9/boot-9.scm: 152:2 14 (with-fluid* _ _ _) In srfi/srfi-1.scm: 679:15 13 (append-map _ _ . _) 592:29 12 (map1 _) 592:29 11 (map1 _) 592:17 10 (map1 ("armhf-linux")) In ice-9/eval.scm: 173:47 9 (_ #(#(#(#(#<module (#{ g859}#) 24ee320> #<?> ?) ?) ?) ?)) 159:9 8 (_ #(#(#(#<module (#{ g859}#) 24ee320>) #<build-d?> ?) ?)) 196:43 7 (_ #(#(#(#<module (#{ g859}#) 24ee320>) #<build-d?> ?) ?)) In guix/store.scm: 1443:24 6 (run-with-store _ _ #:guile-for-build _ #:system _ # _) In ice-9/eval.scm: 191:27 5 (_ #(#(#<module (#{ g859}#) 24ee320> #<procedure 4?>) ?)) 163:9 4 (_ #(#(#<module (#{ g859}#) 24ee320> #<variable b?> ?) ?)) 293:34 3 (_ #(#(#<module (#{ g859}#) 24ee320> "armhf-linux") #)) 182:19 2 (proc #(#(#<module (#{ g859}#) 24ee320> "armhf-lin?") #)) 142:16 1 (compile-top-call _ (7 . bootloader-configuration) (# #)) In unknown file: 0 (%resolve-variable (7 . bootloader-configuration) #<mod?>) ERROR: In procedure %resolve-variable: ERROR: bootloader-configuration: unbound variable --8<---------------cut here---------------end--------------->8--- Could you take a look? Mark