Hi Konrad, Konrad Hinsen <[email protected]> skribis:
> FAIL: tests/guix-environment-container > ====================================== > > + set -e > + guix environment --version > guix environment (GNU Guix) 0.10.0 > Copyright (C) 2016 the Guix authors > License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > + guile -c '((@@ (guix scripts environment) assert-container-features))' > + tmpdir=t-guix-environment-20990 > + trap 'rm -r "$tmpdir"' EXIT > + mkdir t-guix-environment-20990 > + guix environment --container --ad-hoc --bootstrap guile-bootstrap -- guile > -c '(exit 42)' > accepted connection from pid 21005, user hinsen > + test 1 = 42 > + rm -r t-guix-environment-20990 > FAIL tests/guix-environment-container.sh (exit status: 1) Could you show the output of “uname -srvo” on this machine? What distribution does it run? Also, from the top-level build directory, could you run: ./pre-inst-env strace -f -s 234 -o log \ guix environment --container --ad-hoc --bootstrap guile-bootstrap \ -- guile -c '(exit 42)' and send the ‘log’ file (gzipped)? Thanks for your report! Ludo’.
