[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FAIL: tests/guix-build.sh
From: |
Ludovic Courtès |
Subject: |
Re: FAIL: tests/guix-build.sh |
Date: |
Tue, 12 Nov 2013 13:02:05 +0100 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
Nikita Karetnikov <address@hidden> skribis:
> I got the following error, which I couldn’t reproduce
> (bf4211523baf8ab1c853aac48ef0324f8f704510). Is there a need to worry?
>
> + guix build hello -d
> + grep -e '-hello-[0-9\.]\+\.drv$'
> accepted connection from pid 15177, uid 1000
> guix build: error: build failed: substituter `substitute-binary' died
> unexpectedly
It could be a non-deterministic bug in ‘substitute-binary’.
Could you try running this:
ulimit -c unlimited
while make check TESTS=tests/guix-build.sh ; do : ; done
If you manage to reproduce it this way, can you check if there are more
details in the log, or a core dump? If not, could you add debugging
statements in substitute-binary.scm to see how far it goes (that needs
to print to (current-error-port), not to (current-output-port))?
TIA,
Ludo’.