Re: master: FAIL: tests/store.scm

2014-03-17 Thread Nikita Karetnikov
FAIL: tests/store.scm FAIL: tests/guix-build.sh FAIL: tests/guix-register.sh These two failures are because the ‘test-tmp’ directory predates the nix → guix change in commit f5768afa333bbc8167ef2e33db44c9bb64bef0be. An annoyance, but that should be fixed by either “rm -rf test-tmp make

Re: master: FAIL: tests/store.scm

2014-03-17 Thread Ludovic Courtès
Nikita Karetnikov nik...@karetnikov.org skribis: FAIL: tests/store.scm FAIL: tests/guix-build.sh FAIL: tests/guix-register.sh These two failures are because the ‘test-tmp’ directory predates the nix → guix change in commit f5768afa333bbc8167ef2e33db44c9bb64bef0be. An annoyance, but that

Re: master: FAIL: tests/store.scm

2014-03-16 Thread Nikita Karetnikov
Which log files would you like to see? The SRFI-64 $top_builddir/*.log files, and $top_builddir/test-suite.log. $ git rev-parse HEAD 6f58d582432fe46c163f61ddf8f653584f4f7be8 FAIL: tests/store.scm FAIL: tests/guix-build.sh FAIL: tests/guix-register.sh Starting test store Group begin:

Re: master: FAIL: tests/store.scm

2014-03-11 Thread Nikita Karetnikov
Apologies for the sloppy reporting. Let me explain why it’s the case. I ran ‘make check’ multiple times. These tests failed when I cloned the repo and ran ‘make check’ for the first time: tests/derivations.scm, tests/store.scm, tests/guix-build.sh, tests/guix-register.sh. These ones failed

Re: master: FAIL: tests/store.scm

2014-03-11 Thread Ludovic Courtès
Nikita Karetnikov nik...@karetnikov.org skribis: Which log files would you like to see? The SRFI-64 $top_builddir/*.log files, and $top_builddir/test-suite.log. The topological sort issue is normally solved by 58cbbe4. Ludo’.

master: FAIL: tests/store.scm (was: master: the tests take ages)

2014-03-05 Thread Nikita Karetnikov
Yes, some of the tests involve downloading a couple of packages, and building them. This takes a while the first time you run ‘make check’, but is fast in subsequent runs (unless you removed ‘test-tmp’.) Now ‘tests/store’ fails on ece262461625e80957d904f39a6818286099d367.

Re: master: FAIL: tests/store.scm

2014-03-05 Thread Ludovic Courtès
Nikita Karetnikov nik...@karetnikov.org skribis: Yes, some of the tests involve downloading a couple of packages, and building them. This takes a while the first time you run ‘make check’, but is fast in subsequent runs (unless you removed ‘test-tmp’.) Now ‘tests/store’ fails on