Hi, Mark H Weaver <m...@netris.org> skribis:
> Mark H Weaver <m...@netris.org> writes: > >> Efraim Flashner <efr...@flashner.co.il> writes: >> >>> So I think I'd like to see a comparison on hydra of staging vs master >>> and if it's good enough we go ahead and merge >> >> I just asked Hydra to produce another evaluation of 'staging'. When it >> has finished doing so, we'll know more. > > Hydra failed to create the evaluation, with the following error: > > hydra-eval-guile-jobs returned exit code 1: > adding `/gnu/store/qcssqgcyk67v146c9n2byw1acnx7d693-git-export' to the load > path > Backtrace: > In ice-9/eval.scm: > 619:8 19 (_ #(#(#<directory (guile-user) 169c140>))) > In ice-9/command-line.scm: > 181:18 18 (_ #<input: string 16d68c0>) > In unknown file: > 17 (eval (apply (module-ref (resolve-interface (?)) #) #) #) > In /usr/local/bin/hydra-eval-guile-jobs: > 244:18 16 (eval-guile-jobs . _) > In ice-9/eval.scm: > 619:8 15 (_ #(#(#(#<module (#{ g23}#) 16d03c0>) #<build-da?> ?) ?)) > 626:19 14 (_ #(#(#(#<module (#{ g23}#) 16d03c0>) #<build-da?> ?) ?)) > In guix/store.scm: > 1698:24 13 (run-with-store _ _ #:guile-for-build _ #:system _ # _) > In guix/channels.scm: > 402:2 12 (_ _) > 394:2 11 (_ _) > 310:2 10 (_ _) > In unknown file: > 9 (_ #<procedure 40ca580 at ice-9/eval.scm:330:13 ()> #<?> ?) > In guix/gexp.scm: > 702:2 8 (_ _) > In guix/monads.scm: > 471:9 7 (_ _) > In guix/gexp.scm: > 572:13 6 (_ _) > In guix/store.scm: > 1571:8 5 (_ _) > 1594:38 4 (_ #<build-daemon 256.97 4e46f50>) > In guix/packages.scm: > 873:16 3 (cache! #<weak-table 307/443> #<package guile-gcrypt@0?> ?) > 1195:22 2 (thunk) > 1128:25 1 (bag->derivation #<build-daemon 256.97 4e46f50> #<<bag?> ?) > In srfi/srfi-1.scm: > 592:17 0 (map1 (("source" #<origin #<<git-reference> url: "?>) ?)) > > srfi/srfi-1.scm:592:17: In procedure map1: > Throw to key `srfi-34' with args `(#<condition &message [message: > "ghostscript-CVE-2018-16509.patch: patch not found"] 49753e0>)'. Presumably this happens while trying to build the inferior that will then compute the derivations. I suppose there’s a load path issue or a .go vs .scm mtime issue that leads hydra-eval-guile-jobs to load the wrong gnu/packages/*.{scm,go} files, eventually leading to that error. This is weird because that works well for ‘master’ on hydra. Ludo’.