TBD
Details
Details
- Reviewers
- None
- Group Reviewers
Restricted Project
TBD
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- investigate_getavaaddr
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 32421 Build 64331: Build Diff build-diff · lint-circular-dependencies · build-without-wallet · build-debug · build-clang-tidy · build-clang Build 64330: arc lint + arc unit
Event Timeline
Comment Actions
@bot build-coverage build-tsan build-ubsan build-asan build-debug build-linux-aarch64
Comment Actions
@bot build-coverage build-tsan build-ubsan build-asan build-debug build-linux-aarch64
Comment Actions
@bot build-coverage build-tsan build-ubsan build-asan build-debug build-linux-aarch64
Comment Actions
Build Bitcoin ABC Diffs / Diff Testing (build-tsan) failed.
Failed tests logs:
====== Bitcoin ABC functional tests: abc_p2p_getavaaddr.py ====== ------- Stdout: ------- 2025-02-19T14:53:40.325000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-tsan/test/tmp/test_runner_₿₵_🏃_20250219_145337/abc_p2p_getavaaddr_4 2025-02-19T14:55:49.629000Z TestFramework.utils (ERROR): wait_until() failed. Predicate: '''' def test_function(): if check_connected: assert self.is_connected return test_function_in() ''' 2025-02-19T14:55:49.630000Z TestFramework (ERROR): Assertion failed Traceback (most recent call last): File "/work/test/functional/test_framework/test_framework.py", line 149, in main self._run_test_internal() File "/work/test/functional/test_framework/test_framework.py", line 139, in _run_test_internal self.run_test() File "/work/test/functional/abc_p2p_getavaaddr.py", line 557, in run_test self.getavaaddr_interval_test() File "/work/test/functional/abc_p2p_getavaaddr.py", line 195, in getavaaddr_interval_test requester.wait_until(requester.addr_received) File "/work/test/functional/test_framework/p2p.py", line 582, in wait_until wait_until_helper( File "/work/test/functional/test_framework/util.py", line 296, in wait_until_helper raise AssertionError( AssertionError: Predicate '''' def test_function(): if check_connected: assert self.is_connected return test_function_in() ''' not true after 120.0 seconds 2025-02-19T14:55:49.631000Z TestFramework (INFO): Stopping nodes 2025-02-19T14:55:49.984000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-tsan/test/tmp/test_runner_₿₵_🏃_20250219_145337/abc_p2p_getavaaddr_4 2025-02-19T14:55:49.984000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-tsan/test/tmp/test_runner_₿₵_🏃_20250219_145337/abc_p2p_getavaaddr_4/test_framework.log 2025-02-19T14:55:49.984000Z TestFramework (ERROR): 2025-02-19T14:55:49.984000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-tsan/test/tmp/test_runner_₿₵_🏃_20250219_145337/abc_p2p_getavaaddr_4' to consolidate all logs 2025-02-19T14:55:49.984000Z TestFramework (ERROR): 2025-02-19T14:55:49.984000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log. 2025-02-19T14:55:49.984000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues 2025-02-19T14:55:49.985000Z TestFramework (ERROR):
Each failure log is accessible here:
Bitcoin ABC functional tests: abc_p2p_getavaaddr.py