Partial backport of core#21015:
https://github.com/bitcoin/bitcoin/pull/21015/commits/c733ac4d8a597b1001555b142f488ed9fbecc405
Depends on D10903.
Ref T1696.
Differential D10906
Convert block/header sync timeouts to std::chrono types Fabien on Jan 26 2022, 12:47. Authored by Tags None Subscribers None
Details
Partial backport of core#21015: Depends on D10903. Ref T1696. ninja all check-all
Diff Detail
Event TimelineComment Actions Build Bitcoin ABC Diffs / Diff Testing (build-debug) failed.
Failed tests logs: ====== Bitcoin ABC functional tests: feature_bip68_sequence.py ====== ------- Stdout: ------- 2022-01-26T12:53:48.733000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_ _20220126_125220/feature_bip68_sequence_13 2022-01-26T12:53:49.920000Z TestFramework (INFO): Running test disable flag 2022-01-26T12:53:50.012000Z TestFramework (INFO): Running test sequence-lock-confirmed-inputs 2022-01-26T12:54:12.732000Z TestFramework (ERROR): Unexpected exception caught during testing 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/feature_bip68_sequence.py", line 70, in run_test self.test_sequence_lock_confirmed_inputs() File "/work/test/functional/feature_bip68_sequence.py", line 230, in test_sequence_lock_confirmed_inputs CTxIn(COutPoint(int(utxos[j]["txid"], 16), utxos[j]["vout"]), nSequence=sequence_value)) IndexError: list index out of range 2022-01-26T12:54:12.783000Z TestFramework (INFO): Stopping nodes 2022-01-26T12:54:13.036000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_ _20220126_125220/feature_bip68_sequence_13 2022-01-26T12:54:13.036000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_ _20220126_125220/feature_bip68_sequence_13/test_framework.log 2022-01-26T12:54:13.036000Z TestFramework (ERROR): 2022-01-26T12:54:13.036000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_ _20220126_125220/feature_bip68_sequence_13' to consolidate all logs 2022-01-26T12:54:13.036000Z TestFramework (ERROR): 2022-01-26T12:54:13.036000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log. 2022-01-26T12:54:13.036000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues 2022-01-26T12:54:13.036000Z TestFramework (ERROR): Each failure log is accessible here: |