Running this:
--8<---------------cut here---------------start------------->8--- mathieu@cervin:~/tmp$ GUIX_PACKAGE_PATH=pomdappi/ guix repl scheme@(guix-user)> ,use (gnu) (guix store) (gnu ci) scheme@(guix-user)> (define s (hydra-jobs (open-connection) '((subset "pomdappi") (systems "x86_64-linux")))) --8<---------------cut here---------------end--------------->8--- gives several errors: --8<---------------cut here---------------start------------->8--- evaluating for 'x86_64-linux' (heap size: 43.0 MiB)... guix repl: warning: failed to load '(gen-hall)': no code for module (gen-hall) hint: File `pomdappi//gen-hall.scm' should probably start with: (define-module (gen-hall)) guix repl: warning: failed to load '(guix divoplade services pomdappi)': no code for module (divoplade packages pomdappi) pomdappi//guix/divoplade/services/pomdappi.scm:1:0: warning: module name (divoplade services pomdappi) does not match file name 'guix/divoplade/services/pomdappi.scm' hint: File `pomdappi//guix/divoplade/services/pomdappi.scm' should probably start with: (define-module (guix divoplade services pomdappi)) ;;; note: source file pomdappi/guix.scm ;;; newer than compiled /gnu/store/j447qlziqmkmlq50kxsrcww2nhhkj1vv-guix-module-union/lib/guile/3.0/site-ccache/guix.go ;;; note: source file pomdappi/guix.scm ;;; newer than compiled /home/mathieu/.guix-profile//lib/guile/3.0/site-ccache/guix.go guix repl: warning: failed to load '(pomdappi access-token)': In procedure dynamic-link: file: "libpomdappi", message: "file not found" guix repl: warning: failed to load '(pomdappi authorization)': no code for module (turtle tordf) guix repl: warning: failed to load '(pomdappi client)': no code for module (rdf rdf) guix repl: warning: failed to load '(tests access-token)': No such file or directory guix repl: warning: failed to load '(tests cache)': No such file or directory guix repl: warning: failed to load '(tests client-manifest)': No such file or directory guix repl: warning: failed to load '(tests dpop)': No such file or directory guix repl: warning: failed to load '(tests flow)': No such file or directory %%%% Starting test JKT error: make-rsa-public-key: unbound variable hint: Did you forget a `use-modules' form? error: make-rsa-public-key: unbound variable hint: Did you forget a `use-modules' form? guix repl: warning: failed to load '(tests jws)': No such file or directory guix repl: warning: failed to load '(tests jwt)': No such file or directory guix repl: warning: failed to load '(tests refresh)': No such file or directory guix repl: error: pomdappi: unknown package --8<---------------cut here---------------end--------------->8--- Cuirass evaluation is probably broken because of those errors. Mathieu