Trying to get an environment for hacking on Guix going on my new computer. Installed guix on my Debian stable using guix-install.sh then ran guix pull. Did a fresh git clone on guix then guix environment guix --pure ./bootstrap ./configure --localstatedir=/var make -j24 make -j24 check mostly works, but I get these failures: FAIL: tests/guix-git-authenticate.sh PASS: tests/workers.scm make[4]: *** [Makefile:5605: tests/derivations.log] Error 1 make[4]: *** Waiting for unfinished jobs.... FAIL: tests/build-utils.scm make[4]: *** [Makefile:5605: tests/grafts.log] Error 1 any thoughts?