Nikita Karetnikov <nik...@karetnikov.org> 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’.

Reply via email to