I get the following error when doing make check VALGRIND=0 under the Ubuntu portion of install.md:
FAILED tests/test_bolt1-01-init.py::test_init - ConnectionResetError: [Errno 104] Connection reset by peer.
Any help would be greatly appreciated.
OS is Pop!_OS 22.04 LTS (jammy).
Following the instructions, everything seems to be good until make check VALGRIND=0. I could provide the terminal commands and responses for everything, but that will make the issue exceed the maximum characters. The error seems to be related to lnprototest.runner, running, restarting and/or stopping c-lightning.
Immediately below is what results from make check VALGRIND=0
I get the following error when doing
make check VALGRIND=0
under the Ubuntu portion of install.md:FAILED tests/test_bolt1-01-init.py::test_init - ConnectionResetError: [Errno 104] Connection reset by peer.
Any help would be greatly appreciated.
OS is Pop!_OS 22.04 LTS (jammy).
Following the instructions, everything seems to be good until
make check VALGRIND=0
. I could provide the terminal commands and responses for everything, but that will make the issue exceed the maximum characters. The error seems to be related tolnprototest.runner
, running, restarting and/or stopping c-lightning.Immediately below is what results from
make check VALGRIND=0