Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABC2d464809a97d: refactor: use std::string for thread names
ninja all check-all
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 32500 Build 64488: Build Diff lint-circular-dependencies · build-without-wallet · build-diff · build-debug · build-clang-tidy · build-clang Build 64487: arc lint + arc unit
Event Timeline
| src/util/thread.cpp | ||
|---|---|---|
| 13 | Why is that needed ? | |
Comment Actions
Build Bitcoin ABC Diffs / Diff Testing (build-debug) failed.
Failed tests logs:
====== Bitcoin ABC functional tests: feature_assumevalid.py ======
------- Stdout: -------
2025-02-27T07:30:18.742000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20250227_072748/feature_assumevalid_43
2025-02-27T07:31:25.242000Z TestFramework.utils (ERROR): wait_until() failed. Predicate: ''''
self.wait_until(lambda: self.nodes[0].getblockcount() >= COINBASE_MATURITY + 1)
'''
2025-02-27T07:31:25.242000Z 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/feature_assumevalid.py", line 158, in run_test
self.wait_until(lambda: self.nodes[0].getblockcount() >= COINBASE_MATURITY + 1)
File "/work/test/functional/test_framework/test_framework.py", line 874, in wait_until
return wait_until_helper(
^^^^^^^^^^^^^^^^^^
File "/work/test/functional/test_framework/util.py", line 296, in wait_until_helper
raise AssertionError(
AssertionError: Predicate ''''
self.wait_until(lambda: self.nodes[0].getblockcount() >= COINBASE_MATURITY + 1)
''' not true after 60.0 seconds
2025-02-27T07:31:25.293000Z TestFramework (INFO): Stopping nodes
2025-02-27T07:31:25.700000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20250227_072748/feature_assumevalid_43
2025-02-27T07:31:25.700000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20250227_072748/feature_assumevalid_43/test_framework.log
2025-02-27T07:31:25.700000Z TestFramework (ERROR):
2025-02-27T07:31:25.700000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_🏃_20250227_072748/feature_assumevalid_43' to consolidate all logs
2025-02-27T07:31:25.700000Z TestFramework (ERROR):
2025-02-27T07:31:25.700000Z 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-27T07:31:25.700000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2025-02-27T07:31:25.700000Z TestFramework (ERROR):Each failure log is accessible here:
Bitcoin ABC functional tests: feature_assumevalid.py