Running `make check` in the Guix repository results it three failing tests. `git describe` in the Guix repository outputs: v0.16.0-3655-g549332027 These are the steps actions that lead to this result. Clone the Guix repository `cd guix` `guix environment guix` `./bootstrap` `./configure --localstatedir=/var` `make` `make check` Attached is the "test-suite.log" with three failing tests.