java-snappy fails as a dependency of several Java evaluations, for example: http://ci.guix.gnu.org/eval/120281?status=failed http://ci.guix.gnu.org/build/359649/log/raw These failures exist only on ci.guix.gnu.org, but locally it build perfectly, even with --rounds=100! Why? Because our buildmachine has too much memory :-) [And I can remember, we once had that for another package, I just can't remember again which one]. What should we do about it? Just disable the test, or something more complicated? Analysis: To analyze, I let it once fail with the -K switch to have the directory /tmp/guix-build-java-snappy-1.1.7.drv-0/ available. Enter the environment with $ guix environment java-snappy $ cd /tmp/guix-build-java-snappy-1.1.7.drv-0/ $ source ./environment-variables $ cd source $ ant check --> everything is fine. Then increase the memory used by junit: Edit the build.xml file, add a huge "maxmemory" property like this :