I am compiling Bitcoin Core:
make
make check
gets stuck on:
Running bench/bench_bitcoin (one iteration sanity check)... bench/bench_bitcoin --sanity-check > /dev/null
I interrupt the process:
make[3]: *** [Makefile:20873: check-local] Interrupt make[2]: *** [Makefile:18979: check-am] Interrupt make[1]: *** [Makefile:18636: check-recursive] Interrupt make: *** [Makefile:818: check-recursive] Interrupt
However, I then successfully can run all functional and util tests:
test/functional/python3 test_runner.py --extended
test/util/python3 test_runner.py -v
<!--- How reliably can you reproduce the issue, what are the steps to do so? -->
Happens every time.
<!-- What version of Bitcoin Core are you using, where did you get it (website, self-compiled, etc)? -->
master (640eb772e55671c5dab29843cebe42ec35cb703f), self-compiled
<!-- What type of machine are you observing the error on (OS/CPU and disk type)? -->
Qubes 4.0, Debian 11 Standard VM, x86