Key Value
ID 5777
Status NotKilled
Start time 1/15/2023, 12:08:10 AM
End time 1/15/2023, 12:10:40 AM
File src/secp256k1/src/tests.c
Branch null
PR Number 26857

Patch:

--- original
+++ modified
@@ -401,7 +401,7 @@
     /* Try max allocation with a large number of objects. Only makes sense if
      * ALIGNMENT is greater than 1 because otherwise the objects take no extra
      * space. */
-    CHECK(ALIGNMENT <= 1 || !secp256k1_scratch_max_allocation(&ctx->error_callback, scratch, (SIZE_MAX / (ALIGNMENT - 1)) + 1));
+    CHECK(ALIGNMENT >= 1 || !secp256k1_scratch_max_allocation(&ctx->error_callback, scratch, (SIZE_MAX / (ALIGNMENT - 1)) + 1));
     /* Try allocating SIZE_MAX to test wrap around which only happens if
      * ALIGNMENT > 1, otherwise it returns NULL anyway because the scratch
      * space is too small. */

stdout


HEAD is now at 0c2a1288a Merge bitcoin/bitcoin#26835: contrib: add PE Canary check to security-check
Your branch is behind 'origin/master' by 82 commits, and can be fast-forwarded.
  (use "git pull" to update your local branch)
Deleted branch 2023-01-opvault (was 0c2a1288a).
patching file src/secp256k1/src/tests.c
Making all in src
make[1]: Entering directory '/tmp/bitcoin/src'
make[2]: Entering directory '/tmp/bitcoin/src'
make[3]: Entering directory '/tmp/bitcoin'
make[3]: Leaving directory '/tmp/bitcoin'
make[2]: Leaving directory '/tmp/bitcoin/src'
make[1]: Leaving directory '/tmp/bitcoin/src'
Making all in doc/man
make[1]: Entering directory '/tmp/bitcoin/doc/man'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/bitcoin/doc/man'
make[1]: Entering directory '/tmp/bitcoin'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/tmp/bitcoin'
Making check in src
make[1]: Entering directory '/tmp/bitcoin/src'
make[2]: Entering directory '/tmp/bitcoin/src'
make[3]: Entering directory '/tmp/bitcoin'
make[3]: Leaving directory '/tmp/bitcoin'
make  check-TESTS check-local
make[3]: Entering directory '/tmp/bitcoin/src'
Running tests: addrman_tests from test/addrman_tests.cpp
Running tests: allocator_tests from test/allocator_tests.cpp
Running tests: amount_tests from test/amount_tests.cpp
Running tests: arith_uint256_tests from test/arith_uint256_tests.cpp
Running tests: argsman_tests from test/argsman_tests.cpp
Running tests: banman_tests from test/banman_tests.cpp
Running tests: base32_tests from test/base32_tests.cpp
Running tests: base58_tests from test/base58_tests.cpp
Running tests: base64_tests from test/base64_tests.cpp
Running tests: bech32_tests from test/bech32_tests.cpp
Running tests: bip32_tests from test/bip32_tests.cpp
Running tests: blockchain_tests from test/blockchain_tests.cpp
Running tests: blockencodings_tests from test/blockencodings_tests.cpp
Running tests: blockfilter_index_tests from test/blockfilter_index_tests.cpp
Running tests: blockfilter_tests from test/blockfilter_tests.cpp
Running tests: blockmanager_tests from test/blockmanager_tests.cpp
Running tests: bloom_tests from test/bloom_tests.cpp
Running tests: bswap_tests from test/bswap_tests.cpp
Running tests: checkqueue_tests from test/checkqueue_tests.cpp
Running tests: coins_tests from test/coins_tests.cpp
Running tests: coinstatsindex_tests from test/coinstatsindex_tests.cpp
Running tests: compilerbug_tests from test/compilerbug_tests.cpp
Running tests: crypto_tests from test/crypto_tests.cpp
Running tests: denialofservice_tests from test/denialofservice_tests.cpp
Running tests: cuckoocache_tests from test/cuckoocache_tests.cpp
Running tests: descriptor_tests from test/descriptor_tests.cpp
Running tests: compress_tests from test/compress_tests.cpp
Running tests: flatfile_tests from test/flatfile_tests.cpp
Running tests: dbwrapper_tests from test/dbwrapper_tests.cpp
Running tests: getarg_tests from test/getarg_tests.cpp
Running tests: fs_tests from test/fs_tests.cpp
Running tests: headers_sync_chainwork_tests from test/headers_sync_chainwork_tests.cpp
Running tests: i2p_tests from test/i2p_tests.cpp
Running tests: httpserver_tests from test/httpserver_tests.cpp
Running tests: key_io_tests from test/key_io_tests.cpp
Running tests: interfaces_tests from test/interfaces_tests.cpp
Running tests: hash_tests from test/hash_tests.cpp
Running tests: key_tests from test/key_tests.cpp
Running tests: logging_tests from test/logging_tests.cpp
Running tests: mempool_tests from test/mempool_tests.cpp
Running tests: miner_tests from test/miner_tests.cpp
Running tests: merkle_tests from test/merkle_tests.cpp
Running tests: miniscript_tests from test/miniscript_tests.cpp
Running tests: minisketch_tests from test/minisketch_tests.cpp
Running tests: merkleblock_tests from test/merkleblock_tests.cpp
Running tests: multisig_tests from test/multisig_tests.cpp
Running tests: net_peer_eviction_tests from test/net_peer_eviction_tests.cpp
Running tests: net_tests from test/net_tests.cpp
Running tests: orphanage_tests from test/orphanage_tests.cpp
Running tests: pmt_tests from test/pmt_tests.cpp
Running tests: netbase_tests from test/netbase_tests.cpp
Running tests: policy_fee_tests from test/policy_fee_tests.cpp
Running tests: policyestimator_tests from test/policyestimator_tests.cpp
Running tests: pow_tests from test/pow_tests.cpp
Running tests: prevector_tests from test/prevector_tests.cpp
Running tests: raii_event_tests from test/raii_event_tests.cpp
Running tests: random_tests from test/random_tests.cpp
Running tests: rbf_tests from test/rbf_tests.cpp
Running tests: rest_tests from test/rest_tests.cpp
Running tests: result_tests from test/result_tests.cpp
make[4]: Entering directory '/tmp/bitcoin/src'
Running tests: rpc_tests from test/rpc_tests.cpp
Running tests: sanity_tests from test/sanity_tests.cpp
Running tests: reverselock_tests from test/reverselock_tests.cpp
Running tests: script_p2sh_tests from test/script_p2sh_tests.cpp
Running tests: scheduler_tests from test/scheduler_tests.cpp
Running tests: script_parse_tests from test/script_parse_tests.cpp
Running tests: script_segwit_tests from test/script_segwit_tests.cpp
Running tests: scriptnum_tests from test/scriptnum_tests.cpp
Running tests: script_tests from test/script_tests.cpp
Running tests: serfloat_tests from test/serfloat_tests.cpp
Running tests: script_standard_tests from test/script_standard_tests.cpp
Running tests: serialize_tests from test/serialize_tests.cpp
Running tests: sighash_tests from test/sighash_tests.cpp
Running tests: settings_tests from test/settings_tests.cpp
Running tests: sigopcount_tests from test/sigopcount_tests.cpp
Running tests: skiplist_tests from test/skiplist_tests.cpp
Running tests: sock_tests from test/sock_tests.cpp
Running tests: sync_tests from test/sync_tests.cpp
Running tests: system_tests from test/system_tests.cpp
Running tests: streams_tests from test/streams_tests.cpp
PASS: univalue/test/object
Running tests: timedata_tests from test/timedata_tests.cpp
PASS: univalue/test/unitester
Running tests: torcontrol_tests from test/torcontrol_tests.cpp
Running tests: transaction_tests from test/transaction_tests.cpp
Running tests: txpackage_tests from test/txpackage_tests.cpp
Running tests: txvalidationcache_tests from test/txvalidationcache_tests.cpp
Running tests: txvalidation_tests from test/txvalidation_tests.cpp
Running tests: txreconciliation_tests from test/txreconciliation_tests.cpp
Running tests: txindex_tests from test/txindex_tests.cpp
Running tests: txrequest_tests from test/txrequest_tests.cpp
Running tests: uint256_tests from test/uint256_tests.cpp
Running tests: util_tests from test/util_tests.cpp
Running tests: util_threadnames_tests from test/util_threadnames_tests.cpp
Running tests: validation_block_tests from test/validation_block_tests.cpp
Running tests: validation_chainstate_tests from test/validation_chainstate_tests.cpp
Running tests: validation_flush_tests from test/validation_flush_tests.cpp
Running tests: validation_chainstatemanager_tests from test/validation_chainstatemanager_tests.cpp
Running tests: validation_tests from test/validation_tests.cpp
Running tests: validationinterface_tests from test/validationinterface_tests.cpp
Running tests: versionbits_tests from test/versionbits_tests.cpp
Running tests: feebumper_tests from wallet/test/feebumper_tests.cpp
Running tests: spend_tests from wallet/test/spend_tests.cpp
Running tests: psbt_wallet_tests from wallet/test/psbt_wallet_tests.cpp
Running tests: walletdb_tests from wallet/test/walletdb_tests.cpp
Running tests: wallet_tests from wallet/test/wallet_tests.cpp
Running tests: wallet_crypto_tests from wallet/test/wallet_crypto_tests.cpp
Running tests: coinselector_tests from wallet/test/coinselector_tests.cpp
Running tests: wallet_transaction_tests from wallet/test/wallet_transaction_tests.cpp
Running tests: ismine_tests from wallet/test/ismine_tests.cpp
Running tests: init_tests from wallet/test/init_tests.cpp
Running tests: wallet_util_tests from wallet/test/rpc_util_tests.cpp
Running tests: scriptpubkeyman_tests from wallet/test/scriptpubkeyman_tests.cpp
Running tests: walletload_tests from wallet/test/walletload_tests.cpp
Running tests: db_tests from wallet/test/db_tests.cpp
PASS: minisketch/test
============================================================================
Testsuite summary for Bitcoin Core 24.99.0
============================================================================
# TOTAL: 3
# PASS:  3
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: Leaving directory '/tmp/bitcoin/src'
Running test/util/test_runner.py...
/usr/bin/python3.9 ../test/util/test_runner.py
Running test/util/rpcauth-test.py...
/usr/bin/python3.9 ../test/util/rpcauth-test.py
make[4]: Entering directory '/tmp/bitcoin/src/secp256k1'
make  check-am
make[5]: Entering directory '/tmp/bitcoin/src/secp256k1'
  CC       src/tests-tests.o
  CC       src/exhaustive_tests-tests_exhaustive.o
  CCLD     exhaustive_tests
  CCLD     tests
make  check-TESTS
make[6]: Entering directory '/tmp/bitcoin/src/secp256k1'
make[7]: Entering directory '/tmp/bitcoin/src/secp256k1'
  CCLD     tests
PASS: exhaustive_tests
PASS: tests
============================================================================
Testsuite summary for libsecp256k1 0.2.0
============================================================================
# TOTAL: 2
# PASS:  2
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[7]: Leaving directory '/tmp/bitcoin/src/secp256k1'
make[6]: Leaving directory '/tmp/bitcoin/src/secp256k1'
make[5]: Leaving directory '/tmp/bitcoin/src/secp256k1'
make[4]: Leaving directory '/tmp/bitcoin/src/secp256k1'
make[3]: Leaving directory '/tmp/bitcoin/src'
make[2]: Leaving directory '/tmp/bitcoin/src'
make[1]: Leaving directory '/tmp/bitcoin/src'
Making check in doc/man
make[1]: Entering directory '/tmp/bitcoin/doc/man'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/tmp/bitcoin/doc/man'
make[1]: Entering directory '/tmp/bitcoin'
make[1]: Nothing to be done for 'check-am'.
make[1]: Leaving directory '/tmp/bitcoin'
Running Unit Tests for Test Framework Modules
Remaining jobs: [mining_getblocktemplate_longpoll.py, p2p_segwit.py, wallet_fundrawtransaction.py --legacy-wallet, wallet_import_rescan.py --legacy-wallet, wallet_keypool_topup.py --legacy-wallet, rpc_blockchain.py, wallet_importdescriptors.py --descriptors, mining_basic.py, feature_minchainwork.py, wallet_create_tx.py --legacy-wallet, wallet_send.py --legacy-wallet, wallet_send.py --descriptors, wallet_sendall.py --legacy-wallet, feature_init.py, feature_asmap.py, mempool_unbroadcast.py, mempool_accept_wtxid.py, p2p_sendtxrcncl.py, feature_logging.py, feature_coinstatsindex.py, wallet_orphanedreward.py, p2p_node_network_limited.py, p2p_permissions.py, wallet_startup.py, p2p_i2p_ports.py, feature_config_args.py, feature_presegwit_node_upgrade.py, feature_settings.py, rpc_mempool_info.py, rpc_help.py, feature_dirsymlinks.py, feature_help.py, feature_shutdown.py, wallet_migration.py, p2p_ibd_txrelay.py]
Remaining jobs: [mining_getblocktemplate_longpoll.py, p2p_segwit.py, wallet_fundrawtransaction.py --legacy-wallet, wallet_import_rescan.py --legacy-wallet, wallet_keypool_topup.py --legacy-wallet, rpc_blockchain.py, wallet_importdescriptors.py --descriptors, mining_basic.py, wallet_create_tx.py --legacy-wallet, wallet_send.py --legacy-wallet, wallet_send.py --descriptors, wallet_sendall.py --legacy-wallet, feature_init.py, mempool_unbroadcast.py, mempool_accept_wtxid.py, p2p_sendtxrcncl.py, feature_logging.py, feature_coinstatsindex.py, p2p_node_network_limited.py, p2p_permissions.py, wallet_startup.py, p2p_i2p_ports.py, feature_config_args.py, feature_settings.py, rpc_help.py, feature_dirsymlinks.py, feature_shutdown.py, wallet_migration.py, p2p_ibd_txrelay.py]
Remaining jobs: [mining_getblocktemplate_longpoll.py, p2p_segwit.py, wallet_fundrawtransaction.py --legacy-wallet, wallet_import_rescan.py --legacy-wallet, wallet_keypool_topup.py --legacy-wallet, rpc_blockchain.py, wallet_importdescriptors.py --descriptors, mining_basic.py, wallet_create_tx.py --legacy-wallet, wallet_send.py --legacy-wallet, wallet_sendall.py --legacy-wallet, feature_init.py, mempool_unbroadcast.py, mempool_accept_wtxid.py, p2p_sendtxrcncl.py, feature_coinstatsindex.py, p2p_node_network_limited.py, p2p_permissions.py, p2p_i2p_ports.py, feature_config_args.py, feature_settings.py, feature_dirsymlinks.py, feature_shutdown.py, wallet_migration.py, p2p_ibd_txrelay.py]
Remaining jobs: [mining_getblocktemplate_longpoll.py, p2p_segwit.py, wallet_fundrawtransaction.py --legacy-wallet, wallet_import_rescan.py --legacy-wallet, rpc_blockchain.py, wallet_importdescriptors.py --descriptors, mining_basic.py, wallet_create_tx.py --legacy-wallet, wallet_send.py --legacy-wallet, wallet_sendall.py --legacy-wallet, feature_init.py, mempool_unbroadcast.py, mempool_accept_wtxid.py, p2p_sendtxrcncl.py, feature_coinstatsindex.py, p2p_node_network_limited.py, p2p_permissions.py, feature_config_args.py, feature_settings.py, feature_shutdown.py, wallet_migration.py, p2p_ibd_txrelay.py]
Remaining jobs: [mining_getblocktemplate_longpoll.py, p2p_segwit.py, wallet_fundrawtransaction.py --legacy-wallet, wallet_import_rescan.py --legacy-wallet, rpc_blockchain.py, wallet_importdescriptors.py --descriptors, mining_basic.py, wallet_create_tx.py --legacy-wallet, wallet_send.py --legacy-wallet, wallet_sendall.py --legacy-wallet, feature_init.py, mempool_unbroadcast.py, mempool_accept_wtxid.py, p2p_sendtxrcncl.py, feature_coinstatsindex.py, p2p_node_network_limited.py, p2p_permissions.py, feature_config_args.py, feature_settings.py, wallet_migration.py]
Remaining jobs: [mining_getblocktemplate_longpoll.py, p2p_segwit.py, wallet_fundrawtransaction.py --legacy-wallet, rpc_blockchain.py, wallet_importdescriptors.py --descriptors, mining_basic.py, wallet_create_tx.py --legacy-wallet, wallet_send.py --legacy-wallet, wallet_sendall.py --legacy-wallet, feature_init.py, mempool_accept_wtxid.py, feature_coinstatsindex.py, p2p_node_network_limited.py, p2p_permissions.py, feature_config_args.py, wallet_migration.py]
Remaining jobs: [p2p_segwit.py, wallet_fundrawtransaction.py --legacy-wallet, rpc_blockchain.py, wallet_importdescriptors.py --descriptors, mining_basic.py, wallet_create_tx.py --legacy-wallet, wallet_send.py --legacy-wallet, wallet_sendall.py --legacy-wallet, feature_init.py, mempool_accept_wtxid.py, p2p_node_network_limited.py, p2p_permissions.py, feature_config_args.py, wallet_migration.py]
Remaining jobs: [p2p_segwit.py, wallet_fundrawtransaction.py --legacy-wallet, wallet_importdescriptors.py --descriptors, mining_basic.py, wallet_create_tx.py --legacy-wallet, wallet_send.py --legacy-wallet, wallet_sendall.py --legacy-wallet, feature_init.py, mempool_accept_wtxid.py, p2p_permissions.py, feature_config_args.py, wallet_migration.py]
Remaining jobs: [p2p_segwit.py, wallet_fundrawtransaction.py --legacy-wallet, wallet_importdescriptors.py --descriptors, mining_basic.py, wallet_create_tx.py --legacy-wallet, wallet_send.py --legacy-wallet, wallet_sendall.py --legacy-wallet, mempool_accept_wtxid.py, p2p_permissions.py, feature_config_args.py, wallet_migration.py]
Remaining jobs: [p2p_segwit.py, wallet_fundrawtransaction.py --legacy-wallet, wallet_importdescriptors.py --descriptors, wallet_create_tx.py --legacy-wallet, wallet_send.py --legacy-wallet, wallet_sendall.py --legacy-wallet, mempool_accept_wtxid.py, p2p_permissions.py, feature_config_args.py, wallet_migration.py]
Remaining jobs: [wallet_fundrawtransaction.py --legacy-wallet, wallet_importdescriptors.py --descriptors, wallet_create_tx.py --legacy-wallet, wallet_send.py --legacy-wallet, wallet_sendall.py --legacy-wallet, mempool_accept_wtxid.py, p2p_permissions.py, feature_config_args.py, wallet_migration.py]
Remaining jobs: [wallet_fundrawtransaction.py --legacy-wallet, wallet_create_tx.py --legacy-wallet, wallet_send.py --legacy-wallet, wallet_sendall.py --legacy-wallet, mempool_accept_wtxid.py, p2p_permissions.py, feature_config_args.py, wallet_migration.py]
Remaining jobs: [wallet_fundrawtransaction.py --legacy-wallet, wallet_create_tx.py --legacy-wallet, wallet_send.py --legacy-wallet, wallet_sendall.py --legacy-wallet, mempool_accept_wtxid.py, feature_config_args.py, wallet_migration.py]
Remaining jobs: [wallet_fundrawtransaction.py --legacy-wallet, wallet_create_tx.py --legacy-wallet, wallet_sendall.py --legacy-wallet, mempool_accept_wtxid.py, feature_config_args.py, wallet_migration.py]
Remaining jobs: [wallet_fundrawtransaction.py --legacy-wallet, wallet_create_tx.py --legacy-wallet, wallet_sendall.py --legacy-wallet, feature_config_args.py, wallet_migration.py]
Remaining jobs: [wallet_fundrawtransaction.py --legacy-wallet, wallet_sendall.py --legacy-wallet, feature_config_args.py, wallet_migration.py]
Remaining jobs: [wallet_fundrawtransaction.py --legacy-wallet, wallet_sendall.py --legacy-wallet, wallet_migration.py]
Remaining jobs: [wallet_fundrawtransaction.py --legacy-wallet, wallet_sendall.py --legacy-wallet]
Remaining jobs: [wallet_sendall.py --legacy-wallet]

TEST                                                   | STATUS    | DURATION

example_test.py                                        | ✓ Passed  | 3 s
feature_abortnode.py                                   | ✓ Passed  | 32 s
feature_addrman.py                                     | ✓ Passed  | 4 s
feature_anchors.py                                     | ✓ Passed  | 3 s
feature_asmap.py                                       | ✓ Passed  | 7 s
feature_assumevalid.py                                 | ✓ Passed  | 8 s
feature_bind_extra.py                                  | ✓ Passed  | 2 s
feature_bip68_sequence.py                              | ✓ Passed  | 8 s
feature_block.py                                       | ✓ Passed  | 46 s
feature_blocksdir.py                                   | ✓ Passed  | 2 s
feature_cltv.py                                        | ✓ Passed  | 2 s
feature_coinstatsindex.py                              | ✓ Passed  | 7 s
feature_config_args.py                                 | ✓ Passed  | 19 s
feature_csv_activation.py                              | ✓ Passed  | 15 s
feature_dersig.py                                      | ✓ Passed  | 2 s
feature_dirsymlinks.py                                 | ✓ Passed  | 2 s
feature_discover.py                                    | ✓ Passed  | 5 s
feature_fee_estimation.py                              | ✓ Passed  | 56 s
feature_filelock.py                                    | ✓ Passed  | 2 s
feature_help.py                                        | ✓ Passed  | 1 s
feature_includeconf.py                                 | ✓ Passed  | 3 s
feature_init.py                                        | ✓ Passed  | 14 s
feature_loadblock.py                                   | ✓ Passed  | 2 s
feature_logging.py                                     | ✓ Passed  | 5 s
feature_maxtipage.py                                   | ✓ Passed  | 8 s
feature_maxuploadtarget.py                             | ✓ Passed  | 58 s
feature_minchainwork.py                                | ✓ Passed  | 11 s
feature_notifications.py                               | ✓ Passed  | 13 s
feature_nulldummy.py                                   | ✓ Passed  | 2 s
feature_presegwit_node_upgrade.py                      | ✓ Passed  | 2 s
feature_proxy.py                                       | ✓ Passed  | 5 s
feature_rbf.py                                         | ✓ Passed  | 5 s
feature_reindex.py                                     | ✓ Passed  | 5 s
feature_segwit.py --descriptors                        | ✓ Passed  | 8 s
feature_segwit.py --legacy-wallet                      | ✓ Passed  | 13 s
feature_settings.py                                    | ✓ Passed  | 4 s
feature_shutdown.py                                    | ✓ Passed  | 2 s
feature_signet.py                                      | ✓ Passed  | 2 s
feature_startupnotify.py                               | ✓ Passed  | 2 s
feature_syscall_sandbox.py                             | ✓ Passed  | 1 s
feature_taproot.py                                     | ✓ Passed  | 33 s
feature_uacomment.py                                   | ✓ Passed  | 3 s
feature_utxo_set_hash.py                               | ✓ Passed  | 1 s
feature_vaults.py                                      | ✓ Passed  | 4 s
feature_versionbits_warning.py                         | ✓ Passed  | 3 s
interface_bitcoin_cli.py --descriptors                 | ✓ Passed  | 11 s
interface_bitcoin_cli.py --legacy-wallet               | ✓ Passed  | 14 s
interface_http.py                                      | ✓ Passed  | 1 s
interface_rest.py                                      | ✓ Passed  | 4 s
interface_rpc.py                                       | ✓ Passed  | 3 s
mempool_accept.py                                      | ✓ Passed  | 4 s
mempool_accept_wtxid.py                                | ✓ Passed  | 19 s
mempool_datacarrier.py                                 | ✓ Passed  | 1 s
mempool_expiry.py                                      | ✓ Passed  | 2 s
mempool_limit.py                                       | ✓ Passed  | 2 s
mempool_package_limits.py                              | ✓ Passed  | 2 s
mempool_package_onemore.py                             | ✓ Passed  | 1 s
mempool_packages.py                                    | ✓ Passed  | 6 s
mempool_persist.py --descriptors                       | ✓ Passed  | 22 s
mempool_reorg.py                                       | ✓ Passed  | 2 s
mempool_resurrect.py                                   | ✓ Passed  | 1 s
mempool_spend_coinbase.py                              | ✓ Passed  | 1 s
mempool_unbroadcast.py                                 | ✓ Passed  | 9 s
mempool_updatefromblock.py                             | ✓ Passed  | 23 s
mining_basic.py                                        | ✓ Passed  | 20 s
mining_getblocktemplate_longpoll.py                    | ✓ Passed  | 67 s
mining_prioritisetransaction.py                        | ✓ Passed  | 3 s
p2p_add_connections.py                                 | ✓ Passed  | 7 s
p2p_addr_relay.py                                      | ✓ Passed  | 17 s
p2p_addrfetch.py                                       | ✓ Passed  | 2 s
p2p_addrv2_relay.py                                    | ✓ Passed  | 1 s
p2p_block_sync.py                                      | ✓ Passed  | 2 s
p2p_blockfilters.py                                    | ✓ Passed  | 9 s
p2p_blocksonly.py                                      | ✓ Passed  | 8 s
p2p_compactblocks.py                                   | ✓ Passed  | 6 s
p2p_compactblocks_blocksonly.py                        | ✓ Passed  | 2 s
p2p_compactblocks_hb.py                                | ✓ Passed  | 12 s
p2p_disconnect_ban.py                                  | ✓ Passed  | 2 s
p2p_dns_seeds.py                                       | ✓ Passed  | 29 s
p2p_dos_header_tree.py                                 | ✓ Passed  | 2 s
p2p_eviction.py                                        | ✓ Passed  | 5 s
p2p_feefilter.py                                       | ✓ Passed  | 8 s
p2p_filter.py                                          | ✓ Passed  | 4 s
p2p_fingerprint.py                                     | ✓ Passed  | 2 s
p2p_getaddr_caching.py                                 | ✓ Passed  | 6 s
p2p_getdata.py                                         | ✓ Passed  | 1 s
p2p_headers_sync_with_minchainwork.py                  | ✓ Passed  | 10 s
p2p_i2p_ports.py                                       | ✓ Passed  | 3 s
p2p_i2p_sessions.py                                    | ✓ Passed  | 1 s
p2p_ibd_txrelay.py                                     | ✓ Passed  | 2 s
p2p_initial_headers_sync.py                            | ✓ Passed  | 2 s
p2p_invalid_block.py                                   | ✓ Passed  | 2 s
p2p_invalid_locator.py                                 | ✓ Passed  | 2 s
p2p_invalid_messages.py                                | ✓ Passed  | 8 s
p2p_invalid_tx.py                                      | ✓ Passed  | 7 s
p2p_leak.py                                            | ✓ Passed  | 6 s
p2p_leak_tx.py                                         | ✓ Passed  | 1 s
p2p_message_capture.py                                 | ✓ Passed  | 1 s
p2p_nobloomfilter_messages.py                          | ✓ Passed  | 2 s
p2p_node_network_limited.py                            | ✓ Passed  | 8 s
p2p_permissions.py                                     | ✓ Passed  | 15 s
p2p_ping.py                                            | ✓ Passed  | 2 s
p2p_segwit.py                                          | ✓ Passed  | 73 s
p2p_sendheaders.py                                     | ✓ Passed  | 15 s
p2p_sendtxrcncl.py                                     | ✓ Passed  | 8 s
p2p_timeouts.py                                        | ✓ Passed  | 2 s
p2p_tx_download.py                                     | ✓ Passed  | 41 s
p2p_tx_privacy.py                                      | ✓ Passed  | 5 s
p2p_unrequested_blocks.py                              | ✓ Passed  | 3 s
rpc_bind.py --ipv4                                     | ✓ Passed  | 2 s
rpc_bind.py --nonloopback                              | ✓ Passed  | 32 s
rpc_blockchain.py                                      | ✓ Passed  | 27 s
rpc_createmultisig.py                                  | ✓ Passed  | 2 s
rpc_decodescript.py                                    | ✓ Passed  | 1 s
rpc_deprecated.py                                      | ✓ Passed  | 1 s
rpc_deriveaddresses.py                                 | ✓ Passed  | 1 s
rpc_deriveaddresses.py --usecli                        | ✓ Passed  | 1 s
rpc_dumptxoutset.py                                    | ✓ Passed  | 1 s
rpc_estimatefee.py                                     | ✓ Passed  | 1 s
rpc_generate.py                                        | ✓ Passed  | 1 s
rpc_getblockfilter.py                                  | ✓ Passed  | 2 s
rpc_getblockfrompeer.py                                | ✓ Passed  | 2 s
rpc_getblockstats.py                                   | ✓ Passed  | 1 s
rpc_getchaintips.py                                    | ✓ Passed  | 3 s
rpc_getdescriptorinfo.py                               | ✓ Passed  | 1 s
rpc_help.py                                            | ✓ Passed  | 2 s
rpc_invalid_address_message.py                         | ✓ Passed  | 1 s
rpc_invalidateblock.py                                 | ✓ Passed  | 1 s
rpc_mempool_info.py                                    | ✓ Passed  | 1 s
rpc_misc.py                                            | ✓ Passed  | 3 s
rpc_named_arguments.py                                 | ✓ Passed  | 1 s
rpc_net.py                                             | ✓ Passed  | 10 s
rpc_packages.py                                        | ✓ Passed  | 3 s
rpc_preciousblock.py                                   | ✓ Passed  | 1 s
rpc_psbt.py --descriptors                              | ✓ Passed  | 40 s
rpc_psbt.py --legacy-wallet                            | ✓ Passed  | 41 s
rpc_rawtransaction.py --legacy-wallet                  | ✓ Passed  | 10 s
rpc_scanblocks.py                                      | ✓ Passed  | 1 s
rpc_scantxoutset.py                                    | ✓ Passed  | 5 s
rpc_setban.py                                          | ✓ Passed  | 5 s
rpc_signer.py                                          | ✓ Passed  | 1 s
rpc_signmessagewithprivkey.py                          | ✓ Passed  | 1 s
rpc_signrawtransactionwithkey.py                       | ✓ Passed  | 2 s
rpc_txoutproof.py                                      | ✓ Passed  | 1 s
rpc_uptime.py                                          | ✓ Passed  | 1 s
rpc_users.py                                           | ✓ Passed  | 7 s
rpc_whitelist.py                                       | ✓ Passed  | 1 s
tool_signet_miner.py --descriptors                     | ✓ Passed  | 1 s
tool_signet_miner.py --legacy-wallet                   | ✓ Passed  | 2 s
tool_wallet.py --descriptors                           | ✓ Passed  | 11 s
tool_wallet.py --legacy-wallet                         | ✓ Passed  | 13 s
wallet_abandonconflict.py --descriptors                | ✓ Passed  | 7 s
wallet_abandonconflict.py --legacy-wallet              | ✓ Passed  | 9 s
wallet_address_types.py --descriptors                  | ✓ Passed  | 18 s
wallet_address_types.py --legacy-wallet                | ✓ Passed  | 31 s
wallet_avoid_mixing_output_types.py --descriptors      | ✓ Passed  | 14 s
wallet_avoidreuse.py --descriptors                     | ✓ Passed  | 6 s
wallet_avoidreuse.py --legacy-wallet                   | ✓ Passed  | 51 s
wallet_backup.py --descriptors                         | ✓ Passed  | 24 s
wallet_backup.py --legacy-wallet                       | ✓ Passed  | 58 s
wallet_balance.py --descriptors                        | ✓ Passed  | 6 s
wallet_balance.py --legacy-wallet                      | ✓ Passed  | 8 s
wallet_basic.py --descriptors                          | ✓ Passed  | 19 s
wallet_basic.py --legacy-wallet                        | ✓ Passed  | 25 s
wallet_bumpfee.py --descriptors                        | ✓ Passed  | 27 s
wallet_bumpfee.py --legacy-wallet                      | ✓ Passed  | 41 s
wallet_coinbase_category.py --descriptors              | ✓ Passed  | 2 s
wallet_coinbase_category.py --legacy-wallet            | ✓ Passed  | 1 s
wallet_create_tx.py --descriptors                      | ✓ Passed  | 4 s
wallet_create_tx.py --legacy-wallet                    | ✓ Passed  | 25 s
wallet_createwallet.py --descriptors                   | ✓ Passed  | 3 s
wallet_createwallet.py --legacy-wallet                 | ✓ Passed  | 7 s
wallet_createwallet.py --usecli                        | ✓ Passed  | 4 s
wallet_crosschain.py                                   | ✓ Passed  | 1 s
wallet_descriptor.py --descriptors                     | ✓ Passed  | 4 s
wallet_disable.py                                      | ✓ Passed  | 1 s
wallet_dump.py --legacy-wallet                         | ✓ Passed  | 12 s
wallet_encryption.py --descriptors                     | ✓ Passed  | 5 s
wallet_encryption.py --legacy-wallet                   | ✓ Passed  | 7 s
wallet_fallbackfee.py --descriptors                    | ✓ Passed  | 2 s
wallet_fallbackfee.py --legacy-wallet                  | ✓ Passed  | 2 s
wallet_fast_rescan.py --descriptors                    | ✓ Passed  | 5 s
wallet_fundrawtransaction.py --descriptors             | ✓ Passed  | 26 s
wallet_fundrawtransaction.py --legacy-wallet           | ✓ Passed  | 92 s
wallet_groups.py --descriptors                         | ✓ Passed  | 43 s
wallet_groups.py --legacy-wallet                       | ✓ Passed  | 36 s
wallet_hd.py --descriptors                             | ✓ Passed  | 4 s
wallet_hd.py --legacy-wallet                           | ✓ Passed  | 14 s
wallet_implicitsegwit.py --legacy-wallet               | ✓ Passed  | 12 s
wallet_import_rescan.py --legacy-wallet                | ✓ Passed  | 67 s
wallet_import_with_label.py --legacy-wallet            | ✓ Passed  | 2 s
wallet_importdescriptors.py --descriptors              | ✓ Passed  | 25 s
wallet_importmulti.py --legacy-wallet                  | ✓ Passed  | 10 s
wallet_importprunedfunds.py --descriptors              | ✓ Passed  | 2 s
wallet_importprunedfunds.py --legacy-wallet            | ✓ Passed  | 3 s
wallet_keypool.py --descriptors                        | ✓ Passed  | 3 s
wallet_keypool.py --legacy-wallet                      | ✓ Passed  | 5 s
wallet_keypool_topup.py --descriptors                  | ✓ Passed  | 7 s
wallet_keypool_topup.py --legacy-wallet                | ✓ Passed  | 35 s
wallet_labels.py --descriptors                         | ✓ Passed  | 2 s
wallet_labels.py --legacy-wallet                       | ✓ Passed  | 8 s
wallet_listdescriptors.py --descriptors                | ✓ Passed  | 2 s
wallet_listreceivedby.py --descriptors                 | ✓ Passed  | 6 s
wallet_listreceivedby.py --legacy-wallet               | ✓ Passed  | 8 s
wallet_listsinceblock.py --descriptors                 | ✓ Passed  | 12 s
wallet_listsinceblock.py --legacy-wallet               | ✓ Passed  | 11 s
wallet_listtransactions.py --descriptors               | ✓ Passed  | 21 s
wallet_listtransactions.py --legacy-wallet             | ✓ Passed  | 19 s
wallet_migration.py                                    | ✓ Passed  | 23 s
wallet_miniscript.py --descriptors                     | ✓ Passed  | 1 s
wallet_multisig_descriptor_psbt.py --descriptors       | ✓ Passed  | 3 s
wallet_multiwallet.py --descriptors                    | ✓ Passed  | 40 s
wallet_multiwallet.py --legacy-wallet                  | ✓ Passed  | 47 s
wallet_multiwallet.py --usecli                         | ✓ Passed  | 13 s
wallet_orphanedreward.py                               | ✓ Passed  | 4 s
wallet_reorgsrestore.py                                | ✓ Passed  | 4 s
wallet_resendwallettransactions.py --descriptors       | ✓ Passed  | 4 s
wallet_resendwallettransactions.py --legacy-wallet     | ✓ Passed  | 9 s
wallet_send.py --descriptors                           | ✓ Passed  | 11 s
wallet_send.py --legacy-wallet                         | ✓ Passed  | 23 s
wallet_sendall.py --descriptors                        | ✓ Passed  | 3 s
wallet_sendall.py --legacy-wallet                      | ✓ Passed  | 45 s
wallet_signer.py --descriptors                         | ✓ Passed  | 4 s
wallet_signmessagewithaddress.py                       | ✓ Passed  | 1 s
wallet_signrawtransactionwithwallet.py --descriptors   | ✓ Passed  | 3 s
wallet_signrawtransactionwithwallet.py --legacy-wallet | ✓ Passed  | 5 s
wallet_simulaterawtx.py --descriptors                  | ✓ Passed  | 1 s
wallet_simulaterawtx.py --legacy-wallet                | ✓ Passed  | 2 s
wallet_startup.py                                      | ✓ Passed  | 3 s
wallet_taproot.py --descriptors                        | ✓ Passed  | 16 s
wallet_timelock.py                                     | ✓ Passed  | 1 s
wallet_transactiontime_rescan.py --descriptors         | ✓ Passed  | 7 s
wallet_transactiontime_rescan.py --legacy-wallet       | ✓ Passed  | 8 s
wallet_txn_clone.py                                    | ✓ Passed  | 3 s
wallet_txn_clone.py --mineblock                        | ✓ Passed  | 3 s
wallet_txn_clone.py --segwit                           | ✓ Passed  | 2 s
wallet_txn_doublespend.py --descriptors                | ✓ Passed  | 1 s
wallet_txn_doublespend.py --legacy-wallet              | ✓ Passed  | 3 s
wallet_txn_doublespend.py --mineblock                  | ✓ Passed  | 4 s
wallet_watchonly.py --legacy-wallet                    | ✓ Passed  | 2 s
wallet_watchonly.py --usecli --legacy-wallet           | ✓ Passed  | 3 s
feature_bind_port_discover.py                          | ○ Skipped | 0 s
feature_bind_port_externalip.py                        | ○ Skipped | 0 s
feature_txindex_compatibility.py                       | ○ Skipped | 0 s
feature_unsupported_utxo_db.py                         | ○ Skipped | 1 s
interface_usdt_coinselection.py                        | ○ Skipped | 0 s
interface_usdt_net.py                                  | ○ Skipped | 1 s
interface_usdt_utxocache.py                            | ○ Skipped | 1 s
interface_usdt_validation.py                           | ○ Skipped | 0 s
interface_zmq.py                                       | ○ Skipped | 0 s
mempool_compatibility.py                               | ○ Skipped | 0 s
rpc_bind.py --ipv6                                     | ○ Skipped | 0 s
wallet_backwards_compatibility.py --descriptors        | ○ Skipped | 1 s
wallet_backwards_compatibility.py --legacy-wallet      | ○ Skipped | 0 s
wallet_inactive_hdchains.py --legacy-wallet            | ○ Skipped | 0 s
wallet_upgradewallet.py --legacy-wallet                | ○ Skipped | 0 s

ALL                                                    | ✓ Passed  | 2452 s (accumulated) 
Runtime: 99 s

stderr


From https://github.com/bitcoin/bitcoin
 * branch                master     -> FETCH_HEAD
Switched to branch 'master'
From https://github.com/bitcoin/bitcoin
 * [new ref]             refs/pull/26857/head -> 2023-01-opvault
Switched to branch '2023-01-opvault'
fatal: No rebase in progress?
From https://github.com/bitcoin/bitcoin
 * branch                master     -> FETCH_HEAD
Rebasing (1/7)
Rebasing (2/7)
Rebasing (3/7)
Rebasing (4/7)
Rebasing (5/7)
Rebasing (6/7)
Rebasing (7/7)

                                                                                
Successfully rebased and updated refs/heads/2023-01-opvault.
make: Warning: File 'Makefile' has modification time 3258 s in the future
make[1]: Warning: File 'wallet/test/.deps/test_test_bitcoin-walletload_tests.Po' has modification time 3260 s in the future
make[2]: Warning: File 'wallet/test/.deps/test_test_bitcoin-walletload_tests.Po' has modification time 3260 s in the future
make[3]: Warning: File 'Makefile' has modification time 3257 s in the future
make[3]: warning:  Clock skew detected.  Your build may be incomplete.
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
make[1]: warning:  Clock skew detected.  Your build may be incomplete.
make[1]: Warning: File 'Makefile' has modification time 3257 s in the future
make[1]: warning:  Clock skew detected.  Your build may be incomplete.
make[1]: Warning: File 'Makefile' has modification time 3257 s in the future
make[1]: warning:  Clock skew detected.  Your build may be incomplete.
make: warning:  Clock skew detected.  Your build may be incomplete.
make: Warning: File 'Makefile' has modification time 3257 s in the future
make[1]: Warning: File 'wallet/test/.deps/test_test_bitcoin-walletload_tests.Po' has modification time 3259 s in the future
make[2]: Warning: File 'wallet/test/.deps/test_test_bitcoin-walletload_tests.Po' has modification time 3259 s in the future
make[3]: Warning: File 'Makefile' has modification time 3257 s in the future
make[3]: warning:  Clock skew detected.  Your build may be incomplete.
make[3]: Warning: File 'wallet/test/.deps/test_test_bitcoin-walletload_tests.Po' has modification time 3258 s in the future
make[4]: Warning: File 'wallet/test/.deps/test_test_bitcoin-walletload_tests.Po' has modification time 3258 s in the future
make[4]: warning:  Clock skew detected.  Your build may be incomplete.
...
----------------------------------------------------------------------
Ran 3 tests in 0.002s

OK
make[4]: Warning: File 'src/.deps/libsecp256k1_precomputed_la-precomputed_ecmult_gen.Plo' has modification time 3249 s in the future
make[5]: Warning: File 'src/.deps/libsecp256k1_precomputed_la-precomputed_ecmult_gen.Plo' has modification time 3249 s in the future
make[6]: Warning: File 'src/.deps/libsecp256k1_precomputed_la-precomputed_ecmult_gen.Plo' has modification time 3245 s in the future
make[7]: Warning: File 'src/.deps/libsecp256k1_precomputed_la-precomputed_ecmult_gen.Plo' has modification time 3245 s in the future
make[7]: warning:  Clock skew detected.  Your build may be incomplete.
make[6]: warning:  Clock skew detected.  Your build may be incomplete.
make[5]: warning:  Clock skew detected.  Your build may be incomplete.
make[4]: warning:  Clock skew detected.  Your build may be incomplete.
make[3]: warning:  Clock skew detected.  Your build may be incomplete.
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
make[1]: warning:  Clock skew detected.  Your build may be incomplete.
make[1]: Warning: File 'Makefile' has modification time 3212 s in the future
make[1]: warning:  Clock skew detected.  Your build may be incomplete.
make[1]: Warning: File 'Makefile' has modification time 3212 s in the future
make[1]: warning:  Clock skew detected.  Your build may be incomplete.
make: warning:  Clock skew detected.  Your build may be incomplete.
Temporary test directory at /tmp/test_runner_₿_🏃_20230115_000859
..........
----------------------------------------------------------------------
Ran 10 tests in 0.404s

OK
1/256 - wallet_avoidreuse.py --descriptors passed, Duration: 6 s
2/256 - feature_segwit.py --descriptors passed, Duration: 8 s
3/256 - feature_maxtipage.py passed, Duration: 8 s
4/256 - feature_assumevalid.py passed, Duration: 8 s
5/256 - p2p_blockfilters.py passed, Duration: 9 s
6/256 - rpc_bind.py --ipv6 skipped (This test requires ipv6 support.)
7/256 - rpc_bind.py --ipv4 passed, Duration: 2 s
8/256 - rpc_packages.py passed, Duration: 3 s
9/256 - wallet_multiwallet.py --usecli passed, Duration: 13 s
10/256 - feature_segwit.py --legacy-wallet passed, Duration: 13 s
11/256 - feature_bip68_sequence.py passed, Duration: 8 s
12/256 - wallet_address_types.py --descriptors passed, Duration: 18 s
13/256 - wallet_basic.py --descriptors passed, Duration: 19 s
14/256 - p2p_feefilter.py passed, Duration: 8 s
15/256 - p2p_headers_sync_with_minchainwork.py passed, Duration: 10 s
16/256 - mempool_persist.py --descriptors passed, Duration: 22 s
17/256 - wallet_taproot.py --descriptors passed, Duration: 16 s
18/256 - rpc_createmultisig.py passed, Duration: 2 s
19/256 - mempool_updatefromblock.py passed, Duration: 23 s
20/256 - p2p_timeouts.py passed, Duration: 2 s
21/256 - wallet_backup.py --descriptors passed, Duration: 24 s
22/256 - rpc_signer.py passed, Duration: 1 s
23/256 - wallet_basic.py --legacy-wallet passed, Duration: 25 s
24/256 - mempool_limit.py passed, Duration: 2 s
25/256 - rpc_txoutproof.py passed, Duration: 1 s
26/256 - wallet_fundrawtransaction.py --descriptors passed, Duration: 26 s
27/256 - p2p_invalid_messages.py passed, Duration: 8 s
28/256 - wallet_signer.py --descriptors passed, Duration: 4 s
29/256 - wallet_bumpfee.py --descriptors passed, Duration: 27 s
30/256 - feature_csv_activation.py passed, Duration: 15 s
31/256 - p2p_dns_seeds.py passed, Duration: 29 s
32/256 - p2p_sendheaders.py passed, Duration: 15 s
33/256 - wallet_labels.py --descriptors passed, Duration: 2 s
34/256 - wallet_address_types.py --legacy-wallet passed, Duration: 31 s
35/256 - feature_reindex.py passed, Duration: 5 s
36/256 - p2p_compactblocks_blocksonly.py passed, Duration: 2 s
37/256 - wallet_listreceivedby.py --descriptors passed, Duration: 6 s
38/256 - interface_zmq.py skipped (python3-zmq module not available.)
39/256 - feature_abortnode.py passed, Duration: 32 s
40/256 - wallet_listreceivedby.py --legacy-wallet passed, Duration: 8 s
41/256 - wallet_abandonconflict.py --descriptors passed, Duration: 7 s
42/256 - wallet_hd.py --descriptors passed, Duration: 4 s
43/256 - rpc_invalid_address_message.py passed, Duration: 1 s
44/256 - feature_taproot.py passed, Duration: 33 s
45/256 - wallet_importmulti.py --legacy-wallet passed, Duration: 10 s
46/256 - p2p_compactblocks.py passed, Duration: 6 s
47/256 - wallet_abandonconflict.py --legacy-wallet passed, Duration: 9 s
48/256 - feature_bind_extra.py passed, Duration: 2 s
49/256 - mempool_resurrect.py passed, Duration: 1 s
50/256 - wallet_dump.py --legacy-wallet passed, Duration: 12 s
51/256 - tool_signet_miner.py --descriptors passed, Duration: 1 s
52/256 - wallet_labels.py --legacy-wallet passed, Duration: 8 s
53/256 - tool_signet_miner.py --legacy-wallet passed, Duration: 2 s
54/256 - wallet_fast_rescan.py --descriptors passed, Duration: 5 s
55/256 - wallet_txn_clone.py --segwit passed, Duration: 2 s
56/256 - wallet_groups.py --legacy-wallet passed, Duration: 36 s
57/256 - wallet_listtransactions.py --legacy-wallet passed, Duration: 19 s
58/256 - wallet_txn_doublespend.py --mineblock passed, Duration: 4 s
59/256 - wallet_txn_clone.py passed, Duration: 3 s
60/256 - mempool_spend_coinbase.py passed, Duration: 1 s
61/256 - rpc_getchaintips.py passed, Duration: 3 s
62/256 - p2p_block_sync.py passed, Duration: 2 s
63/256 - wallet_keypool_topup.py --descriptors passed, Duration: 7 s
64/256 - rpc_misc.py passed, Duration: 3 s
65/256 - mempool_reorg.py passed, Duration: 2 s
66/256 - wallet_listtransactions.py --descriptors passed, Duration: 21 s
67/256 - interface_http.py passed, Duration: 1 s
68/256 - interface_usdt_coinselection.py skipped (bitcoind has not been built with USDT tracepoints enabled.)
69/256 - interface_rest.py passed, Duration: 4 s
70/256 - wallet_watchonly.py --legacy-wallet passed, Duration: 2 s
71/256 - interface_usdt_net.py skipped (bitcoind has not been built with USDT tracepoints enabled.)
72/256 - interface_usdt_validation.py skipped (bitcoind has not been built with USDT tracepoints enabled.)
73/256 - rpc_psbt.py --descriptors passed, Duration: 40 s
74/256 - wallet_watchonly.py --usecli --legacy-wallet passed, Duration: 3 s
75/256 - interface_usdt_utxocache.py skipped (bitcoind has not been built with USDT tracepoints enabled.)
76/256 - wallet_multiwallet.py --descriptors passed, Duration: 40 s
77/256 - wallet_createwallet.py --descriptors passed, Duration: 3 s
78/256 - rpc_whitelist.py passed, Duration: 1 s
79/256 - feature_syscall_sandbox.py passed, Duration: 1 s
80/256 - rpc_psbt.py --legacy-wallet passed, Duration: 41 s
81/256 - p2p_tx_download.py passed, Duration: 41 s
82/256 - wallet_createwallet.py --usecli passed, Duration: 4 s
83/256 - wallet_bumpfee.py --legacy-wallet passed, Duration: 41 s
84/256 - interface_rpc.py passed, Duration: 3 s
85/256 - p2p_addrv2_relay.py passed, Duration: 1 s
86/256 - rpc_decodescript.py passed, Duration: 1 s
87/256 - rpc_bind.py --nonloopback passed, Duration: 32 s
88/256 - wallet_reorgsrestore.py passed, Duration: 4 s
89/256 - rpc_signrawtransactionwithkey.py passed, Duration: 2 s
90/256 - rpc_deprecated.py passed, Duration: 1 s
91/256 - wallet_hd.py --legacy-wallet passed, Duration: 14 s
92/256 - interface_bitcoin_cli.py --descriptors passed, Duration: 11 s
93/256 - wallet_signrawtransactionwithwallet.py --descriptors passed, Duration: 3 s
94/256 - wallet_disable.py passed, Duration: 1 s
95/256 - wallet_groups.py --descriptors passed, Duration: 43 s
96/256 - wallet_createwallet.py --legacy-wallet passed, Duration: 7 s
97/256 - p2p_disconnect_ban.py passed, Duration: 2 s
98/256 - p2p_getdata.py passed, Duration: 1 s
99/256 - tool_wallet.py --descriptors passed, Duration: 11 s
100/256 - feature_proxy.py passed, Duration: 5 s
101/256 - p2p_addrfetch.py passed, Duration: 2 s
102/256 - wallet_miniscript.py --descriptors passed, Duration: 1 s
103/256 - wallet_signrawtransactionwithwallet.py --legacy-wallet passed, Duration: 5 s
104/256 - p2p_nobloomfilter_messages.py passed, Duration: 2 s
105/256 - interface_bitcoin_cli.py --legacy-wallet passed, Duration: 14 s
106/256 - feature_block.py passed, Duration: 46 s
107/256 - tool_wallet.py --legacy-wallet passed, Duration: 13 s
108/256 - rpc_users.py passed, Duration: 7 s
109/256 - wallet_keypool.py --descriptors passed, Duration: 3 s
110/256 - p2p_invalid_locator.py passed, Duration: 2 s
111/256 - wallet_backwards_compatibility.py --legacy-wallet skipped (previous releases not available or disabled)
112/256 - wallet_multiwallet.py --legacy-wallet passed, Duration: 47 s
113/256 - wallet_descriptor.py --descriptors passed, Duration: 4 s
114/256 - p2p_invalid_block.py passed, Duration: 2 s
115/256 - wallet_txn_doublespend.py --descriptors passed, Duration: 1 s
116/256 - wallet_keypool.py --legacy-wallet passed, Duration: 5 s
117/256 - mining_prioritisetransaction.py passed, Duration: 3 s
118/256 - example_test.py passed, Duration: 3 s
119/256 - wallet_backwards_compatibility.py --descriptors skipped (previous releases not available or disabled)
120/256 - wallet_transactiontime_rescan.py --descriptors passed, Duration: 7 s
121/256 - p2p_filter.py passed, Duration: 4 s
122/256 - wallet_txn_doublespend.py --legacy-wallet passed, Duration: 3 s
123/256 - rpc_invalidateblock.py passed, Duration: 1 s
124/256 - p2p_getaddr_caching.py passed, Duration: 6 s
125/256 - rpc_setban.py passed, Duration: 5 s
126/256 - wallet_multisig_descriptor_psbt.py --descriptors passed, Duration: 3 s
127/256 - rpc_getblockfilter.py passed, Duration: 2 s
128/256 - feature_utxo_set_hash.py passed, Duration: 1 s
129/256 - mempool_package_onemore.py passed, Duration: 1 s
130/256 - wallet_transactiontime_rescan.py --legacy-wallet passed, Duration: 8 s
131/256 - rpc_getblockfrompeer.py passed, Duration: 2 s
132/256 - rpc_preciousblock.py passed, Duration: 1 s
133/256 - wallet_txn_clone.py --mineblock passed, Duration: 3 s
134/256 - p2p_leak_tx.py passed, Duration: 1 s
135/256 - wallet_signmessagewithaddress.py passed, Duration: 1 s
136/256 - rpc_generate.py passed, Duration: 1 s
137/256 - wallet_avoid_mixing_output_types.py --descriptors passed, Duration: 14 s
138/256 - mempool_package_limits.py passed, Duration: 2 s
139/256 - rpc_signmessagewithprivkey.py passed, Duration: 1 s
140/256 - wallet_upgradewallet.py --legacy-wallet skipped (previous releases not available or disabled)
141/256 - rpc_rawtransaction.py --legacy-wallet passed, Duration: 10 s
142/256 - feature_versionbits_warning.py passed, Duration: 3 s
143/256 - wallet_importprunedfunds.py --descriptors passed, Duration: 2 s
144/256 - p2p_initial_headers_sync.py passed, Duration: 2 s
145/256 - wallet_avoidreuse.py --legacy-wallet passed, Duration: 51 s
146/256 - feature_nulldummy.py passed, Duration: 2 s
147/256 - wallet_crosschain.py passed, Duration: 1 s
148/256 - rpc_named_arguments.py passed, Duration: 1 s
149/256 - p2p_blocksonly.py passed, Duration: 8 s
150/256 - wallet_importprunedfunds.py --legacy-wallet passed, Duration: 3 s
151/256 - mempool_expiry.py passed, Duration: 2 s
152/256 - p2p_invalid_tx.py passed, Duration: 7 s
153/256 - wallet_import_with_label.py --legacy-wallet passed, Duration: 2 s
154/256 - feature_signet.py passed, Duration: 2 s
155/256 - wallet_simulaterawtx.py --descriptors passed, Duration: 1 s
156/256 - feature_rbf.py passed, Duration: 5 s
157/256 - feature_startupnotify.py passed, Duration: 2 s
158/256 - p2p_compactblocks_hb.py passed, Duration: 12 s
159/256 - rpc_net.py passed, Duration: 10 s
160/256 - p2p_eviction.py passed, Duration: 5 s
161/256 - mempool_accept.py passed, Duration: 4 s
162/256 - wallet_simulaterawtx.py --legacy-wallet passed, Duration: 2 s
163/256 - wallet_listdescriptors.py --descriptors passed, Duration: 2 s
164/256 - rpc_uptime.py passed, Duration: 1 s
165/256 - mempool_packages.py passed, Duration: 6 s
166/256 - feature_dersig.py passed, Duration: 2 s
167/256 - feature_bind_port_externalip.py skipped (To run this test make sure that 1.1.1.1 (a routable address) is assigned to one of the interfaces on this machine and rerun with --ihave1111)
168/256 - feature_cltv.py passed, Duration: 2 s
169/256 - rpc_dumptxoutset.py passed, Duration: 1 s
170/256 - rpc_estimatefee.py passed, Duration: 1 s
171/256 - wallet_balance.py --descriptors passed, Duration: 6 s
172/256 - wallet_fallbackfee.py --descriptors passed, Duration: 2 s
173/256 - rpc_getblockstats.py passed, Duration: 1 s
174/256 - wallet_inactive_hdchains.py --legacy-wallet skipped (previous releases not available or disabled)
175/256 - wallet_fallbackfee.py --legacy-wallet passed, Duration: 2 s
176/256 - feature_fee_estimation.py passed, Duration: 56 s
177/256 - p2p_fingerprint.py passed, Duration: 2 s
178/256 - wallet_coinbase_category.py --legacy-wallet passed, Duration: 1 s
179/256 - wallet_balance.py --legacy-wallet passed, Duration: 8 s
180/256 - wallet_resendwallettransactions.py --descriptors passed, Duration: 4 s
181/256 - wallet_coinbase_category.py --descriptors passed, Duration: 2 s
182/256 - wallet_encryption.py --descriptors passed, Duration: 5 s
183/256 - wallet_sendall.py --descriptors passed, Duration: 3 s
184/256 - feature_filelock.py passed, Duration: 2 s
185/256 - feature_bind_port_discover.py skipped (To run this test make sure that 1.1.1.1 and 2.2.2.2 (routable addresses) are assigned to the interfaces on this machine and rerun with --ihave1111and2222)
186/256 - p2p_leak.py passed, Duration: 6 s
187/256 - feature_discover.py passed, Duration: 5 s
188/256 - feature_uacomment.py passed, Duration: 3 s
189/256 - p2p_message_capture.py passed, Duration: 1 s
190/256 - wallet_encryption.py --legacy-wallet passed, Duration: 7 s
191/256 - feature_loadblock.py passed, Duration: 2 s
192/256 - mempool_compatibility.py skipped (previous releases not available or disabled)
193/256 - feature_maxuploadtarget.py passed, Duration: 58 s
194/256 - wallet_backup.py --legacy-wallet passed, Duration: 58 s
195/256 - wallet_create_tx.py --descriptors passed, Duration: 4 s
196/256 - p2p_dos_header_tree.py passed, Duration: 2 s
197/256 - rpc_deriveaddresses.py passed, Duration: 1 s
198/256 - rpc_deriveaddresses.py --usecli passed, Duration: 1 s
199/256 - feature_txindex_compatibility.py skipped (previous releases not available or disabled)
200/256 - p2p_addr_relay.py passed, Duration: 17 s
201/256 - rpc_scanblocks.py passed, Duration: 1 s
202/256 - feature_unsupported_utxo_db.py skipped (previous releases not available or disabled)
203/256 - feature_notifications.py passed, Duration: 13 s
204/256 - p2p_unrequested_blocks.py passed, Duration: 3 s
205/256 - p2p_ping.py passed, Duration: 2 s
206/256 - feature_includeconf.py passed, Duration: 3 s
207/256 - mempool_datacarrier.py passed, Duration: 1 s
208/256 - wallet_resendwallettransactions.py --legacy-wallet passed, Duration: 9 s
209/256 - feature_addrman.py passed, Duration: 4 s
210/256 - wallet_timelock.py passed, Duration: 1 s
211/256 - wallet_listsinceblock.py --legacy-wallet passed, Duration: 11 s
212/256 - feature_anchors.py passed, Duration: 3 s
213/256 - wallet_implicitsegwit.py --legacy-wallet passed, Duration: 12 s
214/256 - feature_vaults.py passed, Duration: 4 s
215/256 - feature_blocksdir.py passed, Duration: 2 s
216/256 - p2p_i2p_sessions.py passed, Duration: 1 s
217/256 - wallet_listsinceblock.py --descriptors passed, Duration: 12 s
218/256 - p2p_add_connections.py passed, Duration: 7 s
219/256 - p2p_tx_privacy.py passed, Duration: 5 s
220/256 - rpc_scantxoutset.py passed, Duration: 5 s
221/256 - rpc_getdescriptorinfo.py passed, Duration: 1 s
222/256 - feature_minchainwork.py passed, Duration: 11 s
223/256 - feature_asmap.py passed, Duration: 7 s
224/256 - wallet_orphanedreward.py passed, Duration: 4 s
225/256 - feature_presegwit_node_upgrade.py passed, Duration: 2 s
226/256 - rpc_mempool_info.py passed, Duration: 1 s
227/256 - feature_help.py passed, Duration: 1 s
228/256 - wallet_send.py --descriptors passed, Duration: 11 s
229/256 - feature_logging.py passed, Duration: 5 s
230/256 - wallet_startup.py passed, Duration: 3 s
231/256 - rpc_help.py passed, Duration: 2 s
232/256 - wallet_keypool_topup.py --legacy-wallet passed, Duration: 35 s
233/256 - p2p_i2p_ports.py passed, Duration: 3 s
234/256 - feature_dirsymlinks.py passed, Duration: 2 s
235/256 - feature_shutdown.py passed, Duration: 2 s
236/256 - p2p_ibd_txrelay.py passed, Duration: 2 s
237/256 - wallet_import_rescan.py --legacy-wallet passed, Duration: 67 s
238/256 - mempool_unbroadcast.py passed, Duration: 9 s
239/256 - p2p_sendtxrcncl.py passed, Duration: 8 s
240/256 - feature_settings.py passed, Duration: 4 s
241/256 - mining_getblocktemplate_longpoll.py passed, Duration: 67 s
242/256 - feature_coinstatsindex.py passed, Duration: 7 s
243/256 - rpc_blockchain.py passed, Duration: 27 s
244/256 - p2p_node_network_limited.py passed, Duration: 8 s
245/256 - feature_init.py passed, Duration: 14 s
246/256 - mining_basic.py passed, Duration: 20 s
247/256 - p2p_segwit.py passed, Duration: 73 s
248/256 - wallet_importdescriptors.py --descriptors passed, Duration: 25 s
249/256 - p2p_permissions.py passed, Duration: 15 s
250/256 - wallet_send.py --legacy-wallet passed, Duration: 23 s
251/256 - mempool_accept_wtxid.py passed, Duration: 19 s
252/256 - wallet_create_tx.py --legacy-wallet passed, Duration: 25 s
253/256 - feature_config_args.py passed, Duration: 19 s
254/256 - wallet_migration.py passed, Duration: 23 s
255/256 - wallet_fundrawtransaction.py --legacy-wallet passed, Duration: 92 s
256/256 - wallet_sendall.py --legacy-wallet passed, Duration: 45 s