This concludes backport of core#19077 [26/26]
https://github.com/bitcoin/bitcoin/pull/19077/commits/c4a29d0a90b821c443c10891d9326c534d15cf97
Depends on D10573
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project
ninja check-functional
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- pr19077
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 17411 Build 34650: Build Diff build-without-wallet · build-diff · build-debug · build-clang-tidy · build-clang Build 34649: arc lint + arc unit
Event Timeline
Comment Actions
Build Bitcoin ABC Diffs / Diff Testing (build-diff) failed.
Tail of the build log:
[0m[0;32mrpc_signrawtransaction.py | ✓ Passed | 2 s [0m[0;32mrpc_txoutproof.py | ✓ Passed | 1 s [0m[0;32mrpc_uptime.py | ✓ Passed | 1 s [0m[0;32mrpc_users.py | ✓ Passed | 7 s [0m[0;32mrpc_whitelist.py | ✓ Passed | 1 s [0m[0;32mtool_wallet.py | ✓ Passed | 6 s [0m[0;32mwallet_abandonconflict.py | ✓ Passed | 7 s [0m[0;32mwallet_address_types.py | ✓ Passed | 18 s [0m[0;32mwallet_avoidreuse.py | ✓ Passed | 13 s [0m[0;32mwallet_avoidreuse.py --descriptors | ✓ Passed | 24 s [0m[0;32mwallet_backup.py | ✓ Passed | 28 s [0m[0;32mwallet_backup.py --descriptors | ✓ Passed | 20 s [0m[0;32mwallet_balance.py | ✓ Passed | 13 s [0m[0;32mwallet_basic.py | ✓ Passed | 28 s [0m[0;32mwallet_coinbase_category.py | ✓ Passed | 1 s [0m[0;32mwallet_create_tx.py | ✓ Passed | 19 s [0m[0;32mwallet_createwallet.py | ✓ Passed | 5 s [0m[0;32mwallet_createwallet.py --usecli | ✓ Passed | 5 s [0m[0;32mwallet_descriptor.py | ✓ Passed | 29 s [0m[0;32mwallet_disable.py | ✓ Passed | 1 s [0m[0;32mwallet_dump.py | ✓ Passed | 9 s [0m[0;32mwallet_encryption.py | ✓ Passed | 6 s [0m[0;32mwallet_encryption.py --descriptors | ✓ Passed | 6 s [0m[0;32mwallet_hd.py | ✓ Passed | 8 s [0m[0;32mwallet_hd.py --descriptors | ✓ Passed | 8 s [0m[0;32mwallet_import_rescan.py | ✓ Passed | 16 s [0m[0;32mwallet_import_with_label.py | ✓ Passed | 1 s [0m[0;32mwallet_importdescriptors.py | ✓ Passed | 7 s [0m[0;32mwallet_importmulti.py | ✓ Passed | 5 s [0m[0;32mwallet_importprunedfunds.py | ✓ Passed | 2 s [0m[0;32mwallet_keypool.py | ✓ Passed | 3 s [0m[0;32mwallet_keypool_topup.py | ✓ Passed | 3 s [0m[0;32mwallet_keypool_topup.py --descriptors | ✓ Passed | 9 s [0m[0;32mwallet_labels.py | ✓ Passed | 5 s [0m[0;32mwallet_labels.py --descriptors | ✓ Passed | 4 s [0m[0;32mwallet_listreceivedby.py | ✓ Passed | 10 s [0m[0;32mwallet_listsinceblock.py | ✓ Passed | 4 s [0m[0;32mwallet_listtransactions.py | ✓ Passed | 14 s [0m[0;32mwallet_multiwallet.py --usecli --descriptors | ✓ Passed | 12 s [0m[0;32mwallet_reorgsrestore.py | ✓ Passed | 5 s [0m[0;32mwallet_resendwallettransactions.py | ✓ Passed | 6 s [0m[0;32mwallet_send.py | ✓ Passed | 8 s [0m[0;32mwallet_startup.py | ✓ Passed | 4 s [0m[0;32mwallet_txn_clone.py | ✓ Passed | 5 s [0m[0;32mwallet_txn_clone.py --mineblock | ✓ Passed | 6 s [0m[0;32mwallet_txn_doublespend.py | ✓ Passed | 4 s [0m[0;32mwallet_txn_doublespend.py --mineblock | ✓ Passed | 6 s [0m[0;32mwallet_watchonly.py | ✓ Passed | 1 s [0m[0;32mwallet_watchonly.py --usecli | ✓ Passed | 3 s [0m[1m ALL | ✓ Passed | 1189 s (accumulated) [0mRuntime: 251 s ---------------------------------------------------------------------- Ran 10 tests in 0.092s OK ninja: build stopped: cannot make progress due to previous errors. Build build-diff failed with exit code 1
Comment Actions
Does this depend on sqlite ? If yes this should be squashed (you don't want the test to break), if not this should be moved before sqlite is enabled