-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Description
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
Happens every time.
master (640eb77), self-compiled
Qubes 4.0, Debian 11 Standard VM, x86
Metadata
Metadata
Assignees
Labels
No labels