Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rABC4d1fdd7ec759: fuzz: Pass down MAKEJOBS to test_runner
ninja bitcoin-fuzzers ./test/fuzz/test_runner.py -j 20 <path_to_corpus>
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Build Bitcoin ABC Diffs / Diff Testing (build-without-wallet) failed.
Failed tests logs:
====== Bitcoin ABC functional tests: interface_zmq.py ====== ------- Stdout: ------- 2020-11-05T10:26:46.099000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_ _20201105_102642/interface_zmq_339 2020-11-05T10:26:46.459000Z TestFramework (ERROR): Assertion failed Traceback (most recent call last): File "/work/test/functional/test_framework/test_framework.py", line 119, in main self.setup() File "/work/test/functional/test_framework/test_framework.py", line 235, in setup self.setup_network() File "/work/test/functional/test_framework/test_framework.py", line 329, in setup_network self.setup_nodes() File "/work/test/functional/test_framework/test_framework.py", line 368, in setup_nodes assert_equal(chain_info["initialblockdownload"], False) File "/work/test/functional/test_framework/util.py", line 59, in assert_equal for arg in (thing1, thing2) + args))) AssertionError: not(True == False) 2020-11-05T10:26:46.510000Z TestFramework (INFO): Stopping nodes 2020-11-05T10:26:47.214000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_ _20201105_102642/interface_zmq_339 2020-11-05T10:26:47.214000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_ _20201105_102642/interface_zmq_339/test_framework.log 2020-11-05T10:26:47.214000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_ _20201105_102642/interface_zmq_339' to consolidate all logs
Each failure log is accessible here:
Bitcoin ABC functional tests: interface_zmq.py