Mathieu Othacehe <othacehe@gnu.org> skribis:
The log shows an endless loop of:
… which suggests nothing’s listening on port 6788, which probably means
that ‘guix publish’ didn’t start, for example due to EADDRINUSE (but the
Are you able to reproduce the issue with:
while make check TESTS=tests/publish.scm ; do : ; done
Surprisingly, port 6788 doesn’t seem to be used by any other test, which
probably rules out a problem due to concurrent tests using the same
Also, was it the result of “guix build guix” or equivalent? In that
case tests run sequentially.