These fields have been deprecated since 0.24.x, it's been long enough.
Details
Details
- Reviewers
sdulfari - Group Reviewers
Restricted Project - Commits
- rABC77053cf31017: Cleanup the deprecated RPC fields
ninja all check-all
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-debug) failed.
Failed tests logs:
====== Bitcoin ABC functional tests: abc_p2p_proof_inventory.py ====== ------- Stdout: ------- 2022-09-19T15:52:08.621000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_ _20220919_155001/abc_p2p_proof_inventory_21 2022-09-19T15:52:09.968000Z TestFramework (INFO): Test sending a proof to our peers 2022-09-19T15:53:11.061000Z TestFramework.utils (ERROR): wait_until() failed. Predicate: '''' self.wait_until(lambda: all(proof_inv_found(i) for i in node.p2ps)) ''' 2022-09-19T15:53:11.061000Z TestFramework (ERROR): Assertion failed Traceback (most recent call last): File "/work/test/functional/test_framework/test_framework.py", line 132, in main self.run_test() File "/work/test/functional/abc_p2p_proof_inventory.py", line 340, in run_test self.test_send_proof_inv() File "/work/test/functional/abc_p2p_proof_inventory.py", line 87, in test_send_proof_inv self.wait_until(lambda: all(proof_inv_found(i) for i in node.p2ps)) File "/work/test/functional/test_framework/test_framework.py", line 671, in wait_until timeout_factor=self.options.timeout_factor) File "/work/test/functional/test_framework/util.py", line 286, in wait_until_helper "Predicate {} not true after {} seconds".format(predicate_source, timeout)) AssertionError: Predicate '''' self.wait_until(lambda: all(proof_inv_found(i) for i in node.p2ps)) ''' not true after 60.0 seconds 2022-09-19T15:53:11.112000Z TestFramework (INFO): Stopping nodes 2022-09-19T15:53:11.417000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_ _20220919_155001/abc_p2p_proof_inventory_21 2022-09-19T15:53:11.417000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_ _20220919_155001/abc_p2p_proof_inventory_21/test_framework.log 2022-09-19T15:53:11.417000Z TestFramework (ERROR): 2022-09-19T15:53:11.417000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_ _20220919_155001/abc_p2p_proof_inventory_21' to consolidate all logs 2022-09-19T15:53:11.417000Z TestFramework (ERROR): 2022-09-19T15:53:11.417000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log. 2022-09-19T15:53:11.417000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues 2022-09-19T15:53:11.417000Z TestFramework (ERROR):
Each failure log is accessible here:
Bitcoin ABC functional tests: abc_p2p_proof_inventory.py