Hello, Gábor Boskovits <[email protected]> skribis:
> Joshua Branson <[email protected]> ezt írta (időpont: 2018. okt. > 18., Cs, 16:51): [...] >> Total duration: 8 min 47 sec >> Tests result: FAILURE >> make: *** [Makefile:869: test] Error 2 >> >> Test suite failed, dumping logs. >> Backtrace: >> \ 4 (primitive-load "/gnu/store/nh1m265kg7ddar7jgwd7dh8f8y7���") >> In ice-9/eval.scm: >> 191:35 3 (_ _) >> In srfi/srfi-1.scm: >> 640:9 2 (for-each #<procedure b84680 at /gnu/store/f95ghy8mx00���> ���) >> In >> /gnu/store/f95ghy8mx00fc22nrvswvnpqlfdkf2nk-module-import/guix/build/gnu-build-system.scm: >> 799:31 1 (_ _) >> 369:6 0 (check #:target _ #:make-flags _ #:tests? _ # _ # _ # _) >> >> /gnu/store/f95ghy8mx00fc22nrvswvnpqlfdkf2nk-module-import/guix/build/gnu-build-system.scm:369:6: >> In procedure check: >> Throw to key `srfi-34' with args `(#<condition &invoke-error [program: >> "make" arguments: ("test" "-j" "2") exit-status: 2 term-signal: #f >> stop-signal: #f] b8a840>)'. >> builder for `/gnu/store/qpvqn6ff2lmfq74ff3i9pz5hrb01p9hw-python2-2.7.14.drv' >> failed with exit code 1 >> @ build-failed >> /gnu/store/qpvqn6ff2lmfq74ff3i9pz5hrb01p9hw-python2-2.7.14.drv - 1 builder >> for `/gnu/store/qpvqn6ff2lmfq74ff3i9pz5hrb01p9hw-python2-2.7.14.drv' failed >> with exit code 1 > > It was trying to build python2, and tests failed. > Could you retry this to see if it is a persistent failure, or the > tests are failing indeterministically? Specifically, could you try running: guix build /gnu/store/qpvqn6ff2lmfq74ff3i9pz5hrb01p9hw-python2-2.7.14.drv ? If you enabled substitutes (pre-built binaries) you should now be getting substitutes for this. If that is the case, you can go ahead and rerun ‘guix pull’. (This doesn’t tell us why you were getting test failures in the first place, but that’s a separate issue.) HTH, Ludo’.
