Key | Value |
---|---|
ID | 448 |
Status | NotKilled |
Start time | 12/10/2022, 6:17:00 PM |
End time | 12/10/2022, 6:26:13 PM |
File | src/validation.cpp |
Branch | master |
PR Number | N/A |
Patch:
--- original
+++ modified
@@ -2845,7 +2845,7 @@
bool fMissingData = !(pindexTest->nStatus & BLOCK_HAVE_DATA);
if (fFailedChain || fMissingData) {
// Candidate chain is not usable (either invalid or missing data)
- if (fFailedChain && (m_chainman.m_best_invalid == nullptr || pindexNew->nChainWork > m_chainman.m_best_invalid->nChainWork)) {
+ if (fFailedChain && (m_chainman.m_best_invalid == nullptr || pindexNew->nChainWork < m_chainman.m_best_invalid->nChainWork)) {
m_chainman.m_best_invalid = pindexNew;
}
CBlockIndex *pindexFailed = pindexNew;
stdout
No local changes to save
Your branch is up to date with 'origin/master'.
Updating 9e229a542..1ea02791f
Fast-forward
depends/packages/libmultiprocess.mk | 2 +-
depends/packages/native_libmultiprocess.mk | 6 +++---
doc/release-notes-26213.md | 8 ++++++++
src/httpserver.cpp | 14 +++-----------
src/rpc/net.cpp | 6 ++----
src/rpc/rawtransaction.cpp | 4 ++--
src/test/system_tests.cpp | 4 ++--
src/univalue/include/univalue.h | 1 -
src/univalue/lib/univalue_get.cpp | 2 +-
src/univalue/test/object.cpp | 4 ++--
src/wallet/rpc/spend.cpp | 5 +----
test/functional/rpc_net.py | 3 +++
12 files changed, 28 insertions(+), 31 deletions(-)
create mode 100644 doc/release-notes-26213.md
patching file src/validation.cpp
Making all in src
make[1]: Entering directory '/tmp/bitcoin/src'
make[2]: Entering directory '/tmp/bitcoin/src'
CXX libbitcoin_node_a-addrdb.o
CXX libbitcoin_node_a-banman.o
CXX libbitcoin_node_a-httprpc.o
CXX libbitcoin_node_a-httpserver.o
CXX libbitcoin_node_a-init.o
CXX libbitcoin_node_a-net.o
CXX libbitcoin_node_a-net_processing.o
CXX node/libbitcoin_node_a-context.o
CXX node/libbitcoin_node_a-interfaces.o
CXX libbitcoin_node_a-rest.o
CXX rpc/libbitcoin_node_a-blockchain.o
CXX rpc/libbitcoin_node_a-fees.o
CXX rpc/libbitcoin_node_a-mempool.o
CXX rpc/libbitcoin_node_a-mining.o
CXX rpc/libbitcoin_node_a-net.o
CXX rpc/libbitcoin_node_a-node.o
CXX rpc/libbitcoin_node_a-output_script.o
CXX rpc/libbitcoin_node_a-rawtransaction.o
CXX rpc/libbitcoin_node_a-server.o
CXX rpc/libbitcoin_node_a-server_util.o
CXX rpc/libbitcoin_node_a-signmessage.o
CXX rpc/libbitcoin_node_a-txoutproof.o
CXX libbitcoin_node_a-validation.o
CXX wallet/libbitcoin_node_a-init.o
CXX wallet/libbitcoin_wallet_a-external_signer_scriptpubkeyman.o
CXX wallet/libbitcoin_wallet_a-interfaces.o
CXX wallet/libbitcoin_wallet_a-load.o
CXX wallet/rpc/libbitcoin_wallet_a-addresses.o
CXX wallet/rpc/libbitcoin_wallet_a-backup.o
CXX wallet/rpc/libbitcoin_wallet_a-coins.o
CXX wallet/rpc/libbitcoin_wallet_a-encrypt.o
CXX wallet/rpc/libbitcoin_wallet_a-spend.o
CXX wallet/rpc/libbitcoin_wallet_a-signmessage.o
CXX wallet/rpc/libbitcoin_wallet_a-transactions.o
CXX wallet/rpc/libbitcoin_wallet_a-util.o
CXX wallet/rpc/libbitcoin_wallet_a-wallet.o
CXX wallet/libbitcoin_wallet_a-wallet.o
CXX common/libbitcoin_common_a-run_command.o
CXX libbitcoin_common_a-core_read.o
CXX libbitcoin_common_a-core_write.o
CXX libbitcoin_common_a-external_signer.o
CXX libbitcoin_common_a-net_types.o
CXX rpc/libbitcoin_common_a-rawtransaction_util.o
CXX rpc/libbitcoin_common_a-external_signer.o
CXX rpc/libbitcoin_common_a-util.o
CXX rpc/libbitcoin_util_a-request.o
CXX util/libbitcoin_util_a-system.o
CXX util/libbitcoin_util_a-settings.o
CXX univalue/lib/libunivalue_la-univalue.lo
CXX univalue/lib/libunivalue_la-univalue_get.lo
CXX univalue/lib/libunivalue_la-univalue_read.lo
CXX univalue/lib/libunivalue_la-univalue_write.lo
CXX bitcoin_cli-bitcoin-cli.o
CXX rpc/libbitcoin_cli_a-client.o
CXX bitcoin_tx-bitcoin-tx.o
CXX wallet/test/test_test_bitcoin-init_test_fixture.o
CXX test/test_bitcoin-addrman_tests.o
CXX test/test_bitcoin-argsman_tests.o
CXX test/test_bitcoin-banman_tests.o
CXX test/test_bitcoin-base58_tests.o
CXX test/test_bitcoin-blockfilter_tests.o
CXX test/test_bitcoin-denialofservice_tests.o
CXX test/test_bitcoin-getarg_tests.o
CXX test/test_bitcoin-key_io_tests.o
CXX test/test_bitcoin-rpc_tests.o
CXX test/test_bitcoin-script_standard_tests.o
CXX test/test_bitcoin-script_tests.o
CXX test/test_bitcoin-settings_tests.o
CXX test/test_bitcoin-sighash_tests.o
CXX test/test_bitcoin-system_tests.o
CXX test/test_bitcoin-transaction_tests.o
CXX test/test_bitcoin-util_tests.o
CXX test/test_bitcoin-validation_chainstate_tests.o
CXX test/test_bitcoin-validation_chainstatemanager_tests.o
CXX wallet/test/test_test_bitcoin-wallet_tests.o
CXX test/util/libtest_util_a-setup_common.o
CXX univalue/test/object-object.o
CXX univalue/test/unitester-unitester.o
AR libbitcoin_node.a
AR libbitcoin_wallet.a
AR libbitcoin_common.a
CXX libbitcoin_util_a-clientversion.o
CXXLD libunivalue.la
AR libbitcoin_cli.a
CXXLD univalue/test/object
CXXLD univalue/test/unitester
AR libbitcoin_util.a
CXXLD bitcoind
CXXLD bitcoin-cli
CXXLD bitcoin-tx
CXXLD bitcoin-wallet
CXXLD bitcoin-util
AR libtest_util.a
CXXLD test/test_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 check-TESTS check-local
make[3]: Entering directory '/tmp/bitcoin/src'
Running tests: addrman_tests from test/addrman_tests.cpp
Running tests: amount_tests from test/amount_tests.cpp
Running tests: base32_tests from test/base32_tests.cpp
Running tests: allocator_tests from test/allocator_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: base64_tests from test/base64_tests.cpp
Running tests: bech32_tests from test/bech32_tests.cpp
Running tests: base58_tests from test/base58_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: compress_tests from test/compress_tests.cpp
Running tests: crypto_tests from test/crypto_tests.cpp
Running tests: cuckoocache_tests from test/cuckoocache_tests.cpp
Running tests: dbwrapper_tests from test/dbwrapper_tests.cpp
make[4]: Entering directory '/tmp/bitcoin/src'
Running tests: denialofservice_tests from test/denialofservice_tests.cpp
Running tests: descriptor_tests from test/descriptor_tests.cpp
Running tests: flatfile_tests from test/flatfile_tests.cpp
PASS: univalue/test/object
PASS: univalue/test/unitester
Running tests: fs_tests from test/fs_tests.cpp
Running tests: getarg_tests from test/getarg_tests.cpp
Running tests: hash_tests from test/hash_tests.cpp
Running tests: headers_sync_chainwork_tests from test/headers_sync_chainwork_tests.cpp
Running tests: httpserver_tests from test/httpserver_tests.cpp
Running tests: i2p_tests from test/i2p_tests.cpp
Running tests: interfaces_tests from test/interfaces_tests.cpp
Running tests: key_io_tests from test/key_io_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: merkle_tests from test/merkle_tests.cpp
Running tests: merkleblock_tests from test/merkleblock_tests.cpp
Running tests: miner_tests from test/miner_tests.cpp
Running tests: miniscript_tests from test/miniscript_tests.cpp
Running tests: minisketch_tests from test/minisketch_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: netbase_tests from test/netbase_tests.cpp
Running tests: orphanage_tests from test/orphanage_tests.cpp
Running tests: pmt_tests from test/pmt_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
Running tests: rpc_tests from test/rpc_tests.cpp
Running tests: reverselock_tests from test/reverselock_tests.cpp
Running tests: sanity_tests from test/sanity_tests.cpp
Running tests: scheduler_tests from test/scheduler_tests.cpp
Running tests: script_p2sh_tests from test/script_p2sh_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: script_standard_tests from test/script_standard_tests.cpp
Running tests: script_tests from test/script_tests.cpp
Running tests: serfloat_tests from test/serfloat_tests.cpp
Running tests: scriptnum_tests from test/scriptnum_tests.cpp
Running tests: serialize_tests from test/serialize_tests.cpp
Running tests: settings_tests from test/settings_tests.cpp
Running tests: sighash_tests from test/sighash_tests.cpp
PASS: minisketch/test
Running tests: sigopcount_tests from test/sigopcount_tests.cpp
Running tests: skiplist_tests from test/skiplist_tests.cpp
============================================================================
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 tests: sock_tests from test/sock_tests.cpp
Running tests: streams_tests from test/streams_tests.cpp
Running tests: sync_tests from test/sync_tests.cpp
Running tests: system_tests from test/system_tests.cpp
Running tests: transaction_tests from test/transaction_tests.cpp
Running tests: timedata_tests from test/timedata_tests.cpp
Running tests: txindex_tests from test/txindex_tests.cpp
Running tests: torcontrol_tests from test/torcontrol_tests.cpp
Running tests: txreconciliation_tests from test/txreconciliation_tests.cpp
Running tests: txpackage_tests from test/txpackage_tests.cpp
Running tests: txrequest_tests from test/txrequest_tests.cpp
Running tests: txvalidation_tests from test/txvalidation_tests.cpp
Running tests: txvalidationcache_tests from test/txvalidationcache_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_chainstatemanager_tests from test/validation_chainstatemanager_tests.cpp
Running tests: validation_flush_tests from test/validation_flush_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: psbt_wallet_tests from wallet/test/psbt_wallet_tests.cpp
Running tests: wallet_tests from wallet/test/wallet_tests.cpp
Running tests: spend_tests from wallet/test/spend_tests.cpp
Running tests: walletdb_tests from wallet/test/walletdb_tests.cpp
Running tests: wallet_crypto_tests from wallet/test/wallet_crypto_tests.cpp
Running tests: wallet_transaction_tests from wallet/test/wallet_transaction_tests.cpp
Running tests: coinselector_tests from wallet/test/coinselector_tests.cpp
Running tests: availablecoins_tests from wallet/test/availablecoins_tests.cpp
Running tests: init_tests from wallet/test/init_tests.cpp
Running tests: ismine_tests from wallet/test/ismine_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
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'
PASS: exhaustive_tests
PASS: tests
============================================================================
Testsuite summary for libsecp256k1 0.1.0-pre
============================================================================
# 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: [wallet_import_rescan.py --legacy-wallet, wallet_sendall.py --legacy-wallet, p2p_node_network_limited.py, p2p_permissions.py, feature_config_args.py, feature_settings.py, rpc_help.py, feature_dirsymlinks.py, feature_help.py, feature_shutdown.py, wallet_migration.py, p2p_ibd_txrelay.py]
Remaining jobs: [wallet_import_rescan.py --legacy-wallet, wallet_sendall.py --legacy-wallet, p2p_node_network_limited.py, p2p_permissions.py, feature_config_args.py, rpc_help.py, feature_dirsymlinks.py, feature_shutdown.py, wallet_migration.py, p2p_ibd_txrelay.py]
Remaining jobs: [wallet_import_rescan.py --legacy-wallet, wallet_sendall.py --legacy-wallet, p2p_node_network_limited.py, p2p_permissions.py, feature_config_args.py, feature_dirsymlinks.py, feature_shutdown.py, wallet_migration.py, p2p_ibd_txrelay.py]
Remaining jobs: [wallet_import_rescan.py --legacy-wallet, wallet_sendall.py --legacy-wallet, p2p_node_network_limited.py, p2p_permissions.py, feature_config_args.py, feature_shutdown.py, wallet_migration.py]
Remaining jobs: [wallet_import_rescan.py --legacy-wallet, wallet_sendall.py --legacy-wallet, p2p_node_network_limited.py, p2p_permissions.py, feature_config_args.py, wallet_migration.py]
Remaining jobs: [wallet_import_rescan.py --legacy-wallet, wallet_sendall.py --legacy-wallet, p2p_permissions.py, feature_config_args.py, wallet_migration.py]
Remaining jobs: [wallet_import_rescan.py --legacy-wallet, wallet_sendall.py --legacy-wallet, feature_config_args.py, wallet_migration.py]
Remaining jobs: [wallet_import_rescan.py --legacy-wallet, feature_config_args.py, wallet_migration.py]
Remaining jobs: [wallet_import_rescan.py --legacy-wallet, feature_config_args.py]
Remaining jobs: [wallet_import_rescan.py --legacy-wallet]
TEST | STATUS | DURATION
example_test.py | ✓ Passed | 4 s
feature_abortnode.py | ✓ Passed | 35 s
feature_addrman.py | ✓ Passed | 3 s
feature_anchors.py | ✓ Passed | 2 s
feature_asmap.py | ✓ Passed | 4 s
feature_assumevalid.py | ✓ Passed | 17 s
feature_bind_extra.py | ✓ Passed | 3 s
feature_bip68_sequence.py | ✓ Passed | 23 s
feature_block.py | ✓ Passed | 108 s
feature_blocksdir.py | ✓ Passed | 1 s
feature_cltv.py | ✓ Passed | 2 s
feature_coinstatsindex.py | ✓ Passed | 6 s
feature_config_args.py | ✓ Passed | 19 s
feature_csv_activation.py | ✓ Passed | 22 s
feature_dersig.py | ✓ Passed | 1 s
feature_dirsymlinks.py | ✓ Passed | 2 s
feature_discover.py | ✓ Passed | 8 s
feature_fee_estimation.py | ✓ Passed | 102 s
feature_filelock.py | ✓ Passed | 1 s
feature_help.py | ✓ Passed | 1 s
feature_includeconf.py | ✓ Passed | 2 s
feature_init.py | ✓ Passed | 10 s
feature_loadblock.py | ✓ Passed | 1 s
feature_logging.py | ✓ Passed | 3 s
feature_maxtipage.py | ✓ Passed | 11 s
feature_maxuploadtarget.py | ✓ Passed | 62 s
feature_minchainwork.py | ✓ Passed | 12 s
feature_notifications.py | ✓ Passed | 13 s
feature_nulldummy.py | ✓ Passed | 1 s
feature_presegwit_node_upgrade.py | ✓ Passed | 1 s
feature_proxy.py | ✓ Passed | 4 s
feature_rbf.py | ✓ Passed | 9 s
feature_reindex.py | ✓ Passed | 11 s
feature_segwit.py --descriptors | ✓ Passed | 8 s
feature_segwit.py --legacy-wallet | ✓ Passed | 15 s
feature_settings.py | ✓ Passed | 3 s
feature_shutdown.py | ✓ Passed | 2 s
feature_signet.py | ✓ Passed | 3 s
feature_startupnotify.py | ✓ Passed | 1 s
feature_syscall_sandbox.py | ✓ Passed | 1 s
feature_taproot.py | ✓ Passed | 142 s
feature_uacomment.py | ✓ Passed | 2 s
feature_utxo_set_hash.py | ✓ Passed | 5 s
feature_versionbits_warning.py | ✓ Passed | 3 s
interface_bitcoin_cli.py --descriptors | ✓ Passed | 12 s
interface_bitcoin_cli.py --legacy-wallet | ✓ Passed | 14 s
interface_http.py | ✓ Passed | 1 s
interface_rest.py | ✓ Passed | 6 s
interface_rpc.py | ✓ Passed | 1 s
mempool_accept.py | ✓ Passed | 8 s
mempool_accept_wtxid.py | ✓ Passed | 6 s
mempool_datacarrier.py | ✓ Passed | 2 s
mempool_expiry.py | ✓ Passed | 1 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 | 15 s
mempool_persist.py --descriptors | ✓ Passed | 20 s
mempool_reorg.py | ✓ Passed | 2 s
mempool_resurrect.py | ✓ Passed | 1 s
mempool_spend_coinbase.py | ✓ Passed | 2 s
mempool_unbroadcast.py | ✓ Passed | 8 s
mempool_updatefromblock.py | ✓ Passed | 46 s
mining_basic.py | ✓ Passed | 13 s
mining_getblocktemplate_longpoll.py | ✓ Passed | 68 s
mining_prioritisetransaction.py | ✓ Passed | 7 s
p2p_add_connections.py | ✓ Passed | 7 s
p2p_addr_relay.py | ✓ Passed | 22 s
p2p_addrfetch.py | ✓ Passed | 1 s
p2p_addrv2_relay.py | ✓ Passed | 1 s
p2p_block_sync.py | ✓ Passed | 2 s
p2p_blockfilters.py | ✓ Passed | 15 s
p2p_blocksonly.py | ✓ Passed | 13 s
p2p_compactblocks.py | ✓ Passed | 7 s
p2p_compactblocks_blocksonly.py | ✓ Passed | 2 s
p2p_compactblocks_hb.py | ✓ Passed | 15 s
p2p_disconnect_ban.py | ✓ Passed | 2 s
p2p_dns_seeds.py | ✓ Passed | 36 s
p2p_dos_header_tree.py | ✓ Passed | 2 s
p2p_eviction.py | ✓ Passed | 5 s
p2p_feefilter.py | ✓ Passed | 14 s
p2p_filter.py | ✓ Passed | 6 s
p2p_fingerprint.py | ✓ Passed | 1 s
p2p_getaddr_caching.py | ✓ Passed | 9 s
p2p_getdata.py | ✓ Passed | 1 s
p2p_headers_sync_with_minchainwork.py | ✓ Passed | 22 s
p2p_i2p_ports.py | ✓ Passed | 3 s
p2p_i2p_sessions.py | ✓ Passed | 1 s
p2p_ibd_txrelay.py | ✓ Passed | 1 s
p2p_initial_headers_sync.py | ✓ Passed | 2 s
p2p_invalid_block.py | ✓ Passed | 3 s
p2p_invalid_locator.py | ✓ Passed | 2 s
p2p_invalid_messages.py | ✓ Passed | 20 s
p2p_invalid_tx.py | ✓ Passed | 10 s
p2p_leak.py | ✓ Passed | 7 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 | 11 s
p2p_permissions.py | ✓ Passed | 12 s
p2p_ping.py | ✓ Passed | 1 s
p2p_segwit.py | ✓ Passed | 107 s
p2p_sendheaders.py | ✓ Passed | 14 s
p2p_sendtxrcncl.py | ✓ Passed | 6 s
p2p_timeouts.py | ✓ Passed | 1 s
p2p_tx_download.py | ✓ Passed | 30 s
p2p_tx_privacy.py | ✓ Passed | 7 s
p2p_unrequested_blocks.py | ✓ Passed | 4 s
rpc_bind.py --ipv4 | ✓ Passed | 1 s
rpc_bind.py --nonloopback | ✓ Passed | 32 s
rpc_blockchain.py | ✓ Passed | 20 s
rpc_createmultisig.py | ✓ Passed | 7 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 | 3 s
rpc_estimatefee.py | ✓ Passed | 2 s
rpc_generate.py | ✓ Passed | 1 s
rpc_getblockfilter.py | ✓ Passed | 5 s
rpc_getblockfrompeer.py | ✓ Passed | 5 s
rpc_getblockstats.py | ✓ Passed | 2 s
rpc_getchaintips.py | ✓ Passed | 6 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 | 4 s
rpc_mempool_info.py | ✓ Passed | 1 s
rpc_misc.py | ✓ Passed | 7 s
rpc_named_arguments.py | ✓ Passed | 1 s
rpc_net.py | ✓ Passed | 13 s
rpc_packages.py | ✓ Passed | 21 s
rpc_preciousblock.py | ✓ Passed | 1 s
rpc_psbt.py --descriptors | ✓ Passed | 30 s
rpc_psbt.py --legacy-wallet | ✓ Passed | 31 s
rpc_rawtransaction.py --legacy-wallet | ✓ Passed | 11 s
rpc_scanblocks.py | ✓ Passed | 1 s
rpc_scantxoutset.py | ✓ Passed | 7 s
rpc_setban.py | ✓ Passed | 11 s
rpc_signer.py | ✓ Passed | 1 s
rpc_signmessagewithprivkey.py | ✓ Passed | 1 s
rpc_signrawtransactionwithkey.py | ✓ Passed | 3 s
rpc_txoutproof.py | ✓ Passed | 2 s
rpc_uptime.py | ✓ Passed | 3 s
rpc_users.py | ✓ Passed | 6 s
rpc_whitelist.py | ✓ Passed | 1 s
tool_signet_miner.py --descriptors | ✓ Passed | 4 s
tool_signet_miner.py --legacy-wallet | ✓ Passed | 9 s
tool_wallet.py --descriptors | ✓ Passed | 18 s
tool_wallet.py --legacy-wallet | ✓ Passed | 20 s
wallet_abandonconflict.py --descriptors | ✓ Passed | 11 s
wallet_abandonconflict.py --legacy-wallet | ✓ Passed | 12 s
wallet_address_types.py --descriptors | ✓ Passed | 18 s
wallet_address_types.py --legacy-wallet | ✓ Passed | 50 s
wallet_avoid_mixing_output_types.py --descriptors | ✓ Passed | 12 s
wallet_avoidreuse.py --descriptors | ✓ Passed | 13 s
wallet_avoidreuse.py --legacy-wallet | ✓ Passed | 46 s
wallet_backup.py --descriptors | ✓ Passed | 39 s
wallet_backup.py --legacy-wallet | ✓ Passed | 40 s
wallet_balance.py --descriptors | ✓ Passed | 8 s
wallet_balance.py --legacy-wallet | ✓ Passed | 10 s
wallet_basic.py --descriptors | ✓ Passed | 18 s
wallet_basic.py --legacy-wallet | ✓ Passed | 25 s
wallet_bumpfee.py --descriptors | ✓ Passed | 39 s
wallet_bumpfee.py --legacy-wallet | ✓ Passed | 32 s
wallet_coinbase_category.py --descriptors | ✓ Passed | 1 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 | 15 s
wallet_createwallet.py --descriptors | ✓ Passed | 3 s
wallet_createwallet.py --legacy-wallet | ✓ Passed | 5 s
wallet_createwallet.py --usecli | ✓ Passed | 6 s
wallet_crosschain.py | ✓ Passed | 2 s
wallet_descriptor.py --descriptors | ✓ Passed | 8 s
wallet_disable.py | ✓ Passed | 1 s
wallet_dump.py --legacy-wallet | ✓ Passed | 7 s
wallet_encryption.py --descriptors | ✓ Passed | 6 s
wallet_encryption.py --legacy-wallet | ✓ Passed | 7 s
wallet_fallbackfee.py --descriptors | ✓ Passed | 3 s
wallet_fallbackfee.py --legacy-wallet | ✓ Passed | 5 s
wallet_fast_rescan.py --descriptors | ✓ Passed | 15 s
wallet_fundrawtransaction.py --descriptors | ✓ Passed | 22 s
wallet_fundrawtransaction.py --legacy-wallet | ✓ Passed | 61 s
wallet_groups.py --descriptors | ✓ Passed | 32 s
wallet_groups.py --legacy-wallet | ✓ Passed | 50 s
wallet_hd.py --descriptors | ✓ Passed | 6 s
wallet_hd.py --legacy-wallet | ✓ Passed | 14 s
wallet_implicitsegwit.py --legacy-wallet | ✓ Passed | 6 s
wallet_import_rescan.py --legacy-wallet | ✓ Passed | 85 s
wallet_import_with_label.py --legacy-wallet | ✓ Passed | 2 s
wallet_importdescriptors.py --descriptors | ✓ Passed | 17 s
wallet_importmulti.py --legacy-wallet | ✓ Passed | 7 s
wallet_importprunedfunds.py --descriptors | ✓ Passed | 2 s
wallet_importprunedfunds.py --legacy-wallet | ✓ Passed | 2 s
wallet_keypool.py --descriptors | ✓ Passed | 3 s
wallet_keypool.py --legacy-wallet | ✓ Passed | 5 s
wallet_keypool_topup.py --descriptors | ✓ Passed | 13 s
wallet_keypool_topup.py --legacy-wallet | ✓ Passed | 29 s
wallet_labels.py --descriptors | ✓ Passed | 1 s
wallet_labels.py --legacy-wallet | ✓ Passed | 3 s
wallet_listdescriptors.py --descriptors | ✓ Passed | 2 s
wallet_listreceivedby.py --descriptors | ✓ Passed | 6 s
wallet_listreceivedby.py --legacy-wallet | ✓ Passed | 11 s
wallet_listsinceblock.py --descriptors | ✓ Passed | 13 s
wallet_listsinceblock.py --legacy-wallet | ✓ Passed | 11 s
wallet_listtransactions.py --descriptors | ✓ Passed | 23 s
wallet_listtransactions.py --legacy-wallet | ✓ Passed | 20 s
wallet_migration.py | ✓ Passed | 15 s
wallet_miniscript.py --descriptors | ✓ Passed | 1 s
wallet_multisig_descriptor_psbt.py --descriptors | ✓ Passed | 6 s
wallet_multiwallet.py --descriptors | ✓ Passed | 39 s
wallet_multiwallet.py --legacy-wallet | ✓ Passed | 15 s
wallet_multiwallet.py --usecli | ✓ Passed | 18 s
wallet_orphanedreward.py | ✓ Passed | 6 s
wallet_reorgsrestore.py | ✓ Passed | 4 s
wallet_resendwallettransactions.py --descriptors | ✓ Passed | 5 s
wallet_resendwallettransactions.py --legacy-wallet | ✓ Passed | 5 s
wallet_send.py --descriptors | ✓ Passed | 15 s
wallet_send.py --legacy-wallet | ✓ Passed | 20 s
wallet_sendall.py --descriptors | ✓ Passed | 4 s
wallet_sendall.py --legacy-wallet | ✓ Passed | 43 s
wallet_signer.py --descriptors | ✓ Passed | 3 s
wallet_signmessagewithaddress.py | ✓ Passed | 1 s
wallet_signrawtransactionwithwallet.py --descriptors | ✓ Passed | 3 s
wallet_signrawtransactionwithwallet.py --legacy-wallet | ✓ Passed | 2 s
wallet_simulaterawtx.py --descriptors | ✓ Passed | 1 s
wallet_simulaterawtx.py --legacy-wallet | ✓ Passed | 1 s
wallet_startup.py | ✓ Passed | 3 s
wallet_taproot.py --descriptors | ✓ Passed | 24 s
wallet_timelock.py | ✓ Passed | 1 s
wallet_transactiontime_rescan.py --descriptors | ✓ Passed | 8 s
wallet_transactiontime_rescan.py --legacy-wallet | ✓ Passed | 7 s
wallet_txn_clone.py | ✓ Passed | 7 s
wallet_txn_clone.py --mineblock | ✓ Passed | 5 s
wallet_txn_clone.py --segwit | ✓ Passed | 6 s
wallet_txn_doublespend.py --descriptors | ✓ Passed | 3 s
wallet_txn_doublespend.py --legacy-wallet | ✓ Passed | 4 s
wallet_txn_doublespend.py --mineblock | ✓ Passed | 4 s
wallet_watchonly.py --legacy-wallet | ✓ Passed | 2 s
wallet_watchonly.py --usecli --legacy-wallet | ✓ Passed | 2 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 | 0 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 | 1 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 | 0 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 | 2849 s (accumulated)
Runtime: 270 s
stderr
Already on 'master'
hint: Pulling without specifying how to reconcile divergent branches is
hint: discouraged. You can squelch this message by running one of the following
hint: commands sometime before your next pull:
hint:
hint: git config pull.rebase false # merge (the default strategy)
hint: git config pull.rebase true # rebase
hint: git config pull.ff only # fast-forward only
hint:
hint: You can replace "git config" with "git config --global" to set a default
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
hint: or --ff-only on the command line to override the configured default per
hint: invocation.
From https://github.com/bitcoin/bitcoin
* branch master -> FETCH_HEAD
9e229a542..1ea02791f master -> origin/master
...
----------------------------------------------------------------------
Ran 3 tests in 0.005s
OK
Temporary test directory at /tmp/test_runner_₿_🏃_20221210_182140
..........
----------------------------------------------------------------------
Ran 10 tests in 0.816s
OK
1/255 - p2p_compactblocks_blocksonly.py passed, Duration: 2 s
2/255 - wallet_hd.py --descriptors passed, Duration: 6 s
3/255 - p2p_compactblocks.py passed, Duration: 7 s
4/255 - feature_segwit.py --descriptors passed, Duration: 8 s
5/255 - wallet_hd.py --legacy-wallet passed, Duration: 14 s
6/255 - wallet_labels.py --legacy-wallet passed, Duration: 3 s
7/255 - feature_segwit.py --legacy-wallet passed, Duration: 15 s
8/255 - wallet_labels.py --descriptors passed, Duration: 1 s
9/255 - p2p_timeouts.py passed, Duration: 1 s
10/255 - wallet_fundrawtransaction.py --descriptors passed, Duration: 22 s
11/255 - wallet_basic.py --descriptors passed, Duration: 18 s
12/255 - wallet_dump.py --legacy-wallet passed, Duration: 7 s
13/255 - rpc_signer.py passed, Duration: 1 s
14/255 - wallet_basic.py --legacy-wallet passed, Duration: 25 s
15/255 - wallet_signer.py --descriptors passed, Duration: 3 s
16/255 - wallet_backup.py --descriptors passed, Duration: 39 s
17/255 - wallet_backup.py --legacy-wallet passed, Duration: 40 s
18/255 - wallet_importmulti.py --legacy-wallet passed, Duration: 7 s
19/255 - mempool_limit.py passed, Duration: 2 s
20/255 - rpc_txoutproof.py passed, Duration: 2 s
21/255 - p2p_tx_download.py passed, Duration: 30 s
22/255 - p2p_sendheaders.py passed, Duration: 14 s
23/255 - wallet_listreceivedby.py --descriptors passed, Duration: 6 s
24/255 - wallet_listreceivedby.py --legacy-wallet passed, Duration: 11 s
25/255 - wallet_abandonconflict.py --legacy-wallet passed, Duration: 12 s
26/255 - wallet_abandonconflict.py --descriptors passed, Duration: 11 s
27/255 - wallet_fundrawtransaction.py --legacy-wallet passed, Duration: 61 s
28/255 - feature_maxuploadtarget.py passed, Duration: 62 s
29/255 - mempool_updatefromblock.py passed, Duration: 46 s
30/255 - mining_getblocktemplate_longpoll.py passed, Duration: 68 s
31/255 - feature_csv_activation.py passed, Duration: 22 s
32/255 - wallet_address_types.py --descriptors passed, Duration: 18 s
33/255 - feature_reindex.py passed, Duration: 11 s
34/255 - p2p_feefilter.py passed, Duration: 14 s
35/255 - feature_bip68_sequence.py passed, Duration: 23 s
36/255 - interface_zmq.py skipped (python3-zmq module not available.)
37/255 - p2p_dns_seeds.py passed, Duration: 36 s
38/255 - rpc_invalid_address_message.py passed, Duration: 1 s
39/255 - rpc_packages.py passed, Duration: 21 s
40/255 - wallet_keypool_topup.py --descriptors passed, Duration: 13 s
41/255 - feature_bind_extra.py passed, Duration: 3 s
42/255 - mempool_resurrect.py passed, Duration: 1 s
43/255 - wallet_fast_rescan.py --descriptors passed, Duration: 15 s
44/255 - wallet_txn_doublespend.py --mineblock passed, Duration: 4 s
45/255 - interface_bitcoin_cli.py --descriptors passed, Duration: 12 s
46/255 - interface_bitcoin_cli.py --legacy-wallet passed, Duration: 14 s
47/255 - tool_signet_miner.py --descriptors passed, Duration: 4 s
48/255 - wallet_keypool_topup.py --legacy-wallet passed, Duration: 29 s
49/255 - tool_signet_miner.py --legacy-wallet passed, Duration: 9 s
50/255 - wallet_address_types.py --legacy-wallet passed, Duration: 50 s
51/255 - feature_abortnode.py passed, Duration: 35 s
52/255 - wallet_txn_clone.py passed, Duration: 7 s
53/255 - wallet_txn_clone.py --segwit passed, Duration: 6 s
54/255 - rpc_getchaintips.py passed, Duration: 6 s
55/255 - mempool_spend_coinbase.py passed, Duration: 2 s
56/255 - tool_wallet.py --descriptors passed, Duration: 18 s
57/255 - feature_block.py passed, Duration: 108 s
58/255 - rpc_misc.py passed, Duration: 7 s
59/255 - tool_wallet.py --legacy-wallet passed, Duration: 20 s
60/255 - mempool_reorg.py passed, Duration: 2 s
61/255 - interface_rest.py passed, Duration: 6 s
62/255 - p2p_block_sync.py passed, Duration: 2 s
63/255 - wallet_createwallet.py --legacy-wallet passed, Duration: 5 s
64/255 - wallet_createwallet.py --usecli passed, Duration: 6 s
65/255 - wallet_avoidreuse.py --descriptors passed, Duration: 13 s
66/255 - wallet_createwallet.py --descriptors passed, Duration: 3 s
67/255 - wallet_avoid_mixing_output_types.py --descriptors passed, Duration: 12 s
68/255 - wallet_watchonly.py --legacy-wallet passed, Duration: 2 s
69/255 - wallet_watchonly.py --usecli --legacy-wallet passed, Duration: 2 s
70/255 - p2p_segwit.py passed, Duration: 107 s
71/255 - interface_http.py passed, Duration: 1 s
72/255 - interface_usdt_coinselection.py skipped (bitcoind has not been built with USDT tracepoints enabled.)
73/255 - interface_rpc.py passed, Duration: 1 s
74/255 - interface_usdt_net.py skipped (bitcoind has not been built with USDT tracepoints enabled.)
75/255 - wallet_multiwallet.py --legacy-wallet passed, Duration: 15 s
76/255 - interface_usdt_utxocache.py skipped (bitcoind has not been built with USDT tracepoints enabled.)
77/255 - wallet_reorgsrestore.py passed, Duration: 4 s
78/255 - interface_usdt_validation.py skipped (bitcoind has not been built with USDT tracepoints enabled.)
79/255 - rpc_whitelist.py passed, Duration: 1 s
80/255 - wallet_multiwallet.py --usecli passed, Duration: 18 s
81/255 - mempool_persist.py --descriptors passed, Duration: 20 s
82/255 - feature_syscall_sandbox.py passed, Duration: 1 s
83/255 - feature_proxy.py passed, Duration: 4 s
84/255 - wallet_signrawtransactionwithwallet.py --legacy-wallet passed, Duration: 2 s
85/255 - rpc_users.py passed, Duration: 6 s
86/255 - wallet_signrawtransactionwithwallet.py --descriptors passed, Duration: 3 s
87/255 - rpc_signrawtransactionwithkey.py passed, Duration: 3 s
88/255 - wallet_listtransactions.py --legacy-wallet passed, Duration: 20 s
89/255 - wallet_listtransactions.py --descriptors passed, Duration: 23 s
90/255 - wallet_transactiontime_rescan.py --descriptors passed, Duration: 8 s
91/255 - rpc_rawtransaction.py --legacy-wallet passed, Duration: 11 s
92/255 - p2p_addrv2_relay.py passed, Duration: 1 s
93/255 - wallet_transactiontime_rescan.py --legacy-wallet passed, Duration: 7 s
94/255 - p2p_disconnect_ban.py passed, Duration: 2 s
95/255 - rpc_decodescript.py passed, Duration: 1 s
96/255 - rpc_deprecated.py passed, Duration: 1 s
97/255 - wallet_disable.py passed, Duration: 1 s
98/255 - wallet_multiwallet.py --descriptors passed, Duration: 39 s
99/255 - wallet_avoidreuse.py --legacy-wallet passed, Duration: 46 s
100/255 - p2p_getdata.py passed, Duration: 1 s
101/255 - p2p_headers_sync_with_minchainwork.py passed, Duration: 22 s
102/255 - p2p_addrfetch.py passed, Duration: 1 s
103/255 - rpc_psbt.py --descriptors passed, Duration: 30 s
104/255 - rpc_psbt.py --legacy-wallet passed, Duration: 31 s
105/255 - p2p_compactblocks_hb.py passed, Duration: 15 s
106/255 - wallet_keypool.py --descriptors passed, Duration: 3 s
107/255 - p2p_getaddr_caching.py passed, Duration: 9 s
108/255 - wallet_keypool.py --legacy-wallet passed, Duration: 5 s
109/255 - wallet_miniscript.py --descriptors passed, Duration: 1 s
110/255 - p2p_nobloomfilter_messages.py passed, Duration: 2 s
111/255 - wallet_descriptor.py --descriptors passed, Duration: 8 s
112/255 - p2p_filter.py passed, Duration: 6 s
113/255 - rpc_blockchain.py passed, Duration: 20 s
114/255 - rpc_net.py passed, Duration: 13 s
115/255 - p2p_invalid_locator.py passed, Duration: 2 s
116/255 - feature_taproot.py passed, Duration: 142 s
117/255 - feature_maxtipage.py passed, Duration: 11 s
118/255 - p2p_invalid_block.py passed, Duration: 3 s
119/255 - rpc_setban.py passed, Duration: 11 s
120/255 - p2p_addr_relay.py passed, Duration: 22 s
121/255 - mining_prioritisetransaction.py passed, Duration: 7 s
122/255 - wallet_backwards_compatibility.py --legacy-wallet skipped (previous releases not available or disabled)
123/255 - wallet_backwards_compatibility.py --descriptors skipped (previous releases not available or disabled)
124/255 - example_test.py passed, Duration: 4 s
125/255 - wallet_txn_doublespend.py --descriptors passed, Duration: 3 s
126/255 - wallet_groups.py --descriptors passed, Duration: 32 s
127/255 - wallet_txn_doublespend.py --legacy-wallet passed, Duration: 4 s
128/255 - p2p_blocksonly.py passed, Duration: 13 s
129/255 - wallet_multisig_descriptor_psbt.py --descriptors passed, Duration: 6 s
130/255 - wallet_txn_clone.py --mineblock passed, Duration: 5 s
131/255 - p2p_invalid_tx.py passed, Duration: 10 s
132/255 - rpc_getblockfilter.py passed, Duration: 5 s
133/255 - rpc_invalidateblock.py passed, Duration: 4 s
134/255 - feature_fee_estimation.py passed, Duration: 102 s
135/255 - rpc_getblockfrompeer.py passed, Duration: 5 s
136/255 - feature_utxo_set_hash.py passed, Duration: 5 s
137/255 - mempool_package_onemore.py passed, Duration: 1 s
138/255 - rpc_preciousblock.py passed, Duration: 1 s
139/255 - mempool_package_limits.py passed, Duration: 2 s
140/255 - wallet_groups.py --legacy-wallet passed, Duration: 50 s
141/255 - wallet_importprunedfunds.py --legacy-wallet passed, Duration: 2 s
142/255 - feature_versionbits_warning.py passed, Duration: 3 s
143/255 - p2p_leak_tx.py passed, Duration: 1 s
144/255 - wallet_importprunedfunds.py --descriptors passed, Duration: 2 s
145/255 - wallet_signmessagewithaddress.py passed, Duration: 1 s
146/255 - rpc_signmessagewithprivkey.py passed, Duration: 1 s
147/255 - rpc_generate.py passed, Duration: 1 s
148/255 - feature_nulldummy.py passed, Duration: 1 s
149/255 - p2p_initial_headers_sync.py passed, Duration: 2 s
150/255 - feature_rbf.py passed, Duration: 9 s
151/255 - mempool_expiry.py passed, Duration: 1 s
152/255 - p2p_invalid_messages.py passed, Duration: 20 s
153/255 - rpc_createmultisig.py passed, Duration: 7 s
154/255 - feature_assumevalid.py passed, Duration: 17 s
155/255 - p2p_eviction.py passed, Duration: 5 s
156/255 - wallet_upgradewallet.py --legacy-wallet skipped (previous releases not available or disabled)
157/255 - feature_notifications.py passed, Duration: 13 s
158/255 - wallet_import_with_label.py --legacy-wallet passed, Duration: 2 s
159/255 - rpc_bind.py --ipv6 skipped (This test requires ipv6 support.)
160/255 - rpc_bind.py --ipv4 passed, Duration: 1 s
161/255 - wallet_crosschain.py passed, Duration: 2 s
162/255 - feature_signet.py passed, Duration: 3 s
163/255 - wallet_balance.py --descriptors passed, Duration: 8 s
164/255 - rpc_named_arguments.py passed, Duration: 1 s
165/255 - mempool_packages.py passed, Duration: 15 s
166/255 - mempool_accept.py passed, Duration: 8 s
167/255 - wallet_balance.py --legacy-wallet passed, Duration: 10 s
168/255 - feature_startupnotify.py passed, Duration: 1 s
169/255 - wallet_simulaterawtx.py --legacy-wallet passed, Duration: 1 s
170/255 - wallet_simulaterawtx.py --descriptors passed, Duration: 1 s
171/255 - wallet_listdescriptors.py --descriptors passed, Duration: 2 s
172/255 - wallet_implicitsegwit.py --legacy-wallet passed, Duration: 6 s
173/255 - feature_dersig.py passed, Duration: 1 s
174/255 - feature_cltv.py passed, Duration: 2 s
175/255 - mining_basic.py passed, Duration: 13 s
176/255 - p2p_leak.py passed, Duration: 7 s
177/255 - wallet_encryption.py --descriptors passed, Duration: 6 s
178/255 - wallet_encryption.py --legacy-wallet passed, Duration: 7 s
179/255 - rpc_uptime.py passed, Duration: 3 s
180/255 - wallet_listsinceblock.py --legacy-wallet passed, Duration: 11 s
181/255 - wallet_importdescriptors.py --descriptors passed, Duration: 17 s
182/255 - wallet_listsinceblock.py --descriptors passed, Duration: 13 s
183/255 - wallet_resendwallettransactions.py --descriptors passed, Duration: 5 s
184/255 - wallet_fallbackfee.py --descriptors passed, Duration: 3 s
185/255 - wallet_resendwallettransactions.py --legacy-wallet passed, Duration: 5 s
186/255 - rpc_dumptxoutset.py passed, Duration: 3 s
187/255 - 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)
188/255 - wallet_fallbackfee.py --legacy-wallet passed, Duration: 5 s
189/255 - rpc_estimatefee.py passed, Duration: 2 s
190/255 - rpc_getblockstats.py passed, Duration: 2 s
191/255 - feature_discover.py passed, Duration: 8 s
192/255 - wallet_sendall.py --descriptors passed, Duration: 4 s
193/255 - wallet_create_tx.py --descriptors passed, Duration: 4 s
194/255 - wallet_inactive_hdchains.py --legacy-wallet skipped (previous releases not available or disabled)
195/255 - p2p_fingerprint.py passed, Duration: 1 s
196/255 - feature_uacomment.py passed, Duration: 2 s
197/255 - feature_minchainwork.py passed, Duration: 12 s
198/255 - wallet_coinbase_category.py --legacy-wallet passed, Duration: 1 s
199/255 - wallet_coinbase_category.py --descriptors passed, Duration: 1 s
200/255 - feature_filelock.py passed, Duration: 1 s
201/255 - feature_loadblock.py passed, Duration: 1 s
202/255 - rpc_bind.py --nonloopback passed, Duration: 32 s
203/255 - wallet_bumpfee.py --legacy-wallet passed, Duration: 32 s
204/255 - 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)
205/255 - p2p_dos_header_tree.py passed, Duration: 2 s
206/255 - wallet_send.py --descriptors passed, Duration: 15 s
207/255 - p2p_message_capture.py passed, Duration: 1 s
208/255 - wallet_create_tx.py --legacy-wallet passed, Duration: 15 s
209/255 - p2p_unrequested_blocks.py passed, Duration: 4 s
210/255 - feature_includeconf.py passed, Duration: 2 s
211/255 - feature_init.py passed, Duration: 10 s
212/255 - mempool_compatibility.py skipped (previous releases not available or disabled)
213/255 - feature_addrman.py passed, Duration: 3 s
214/255 - rpc_deriveaddresses.py passed, Duration: 1 s
215/255 - p2p_add_connections.py passed, Duration: 7 s
216/255 - feature_asmap.py passed, Duration: 4 s
217/255 - rpc_deriveaddresses.py --usecli passed, Duration: 1 s
218/255 - wallet_send.py --legacy-wallet passed, Duration: 20 s
219/255 - p2p_ping.py passed, Duration: 1 s
220/255 - wallet_bumpfee.py --descriptors passed, Duration: 39 s
221/255 - rpc_scanblocks.py passed, Duration: 1 s
222/255 - feature_txindex_compatibility.py skipped (previous releases not available or disabled)
223/255 - feature_unsupported_utxo_db.py skipped (previous releases not available or disabled)
224/255 - feature_anchors.py passed, Duration: 2 s
225/255 - mempool_datacarrier.py passed, Duration: 2 s
226/255 - mempool_accept_wtxid.py passed, Duration: 6 s
227/255 - feature_logging.py passed, Duration: 3 s
228/255 - mempool_unbroadcast.py passed, Duration: 8 s
229/255 - p2p_sendtxrcncl.py passed, Duration: 6 s
230/255 - wallet_timelock.py passed, Duration: 1 s
231/255 - wallet_taproot.py --descriptors passed, Duration: 24 s
232/255 - p2p_tx_privacy.py passed, Duration: 7 s
233/255 - feature_blocksdir.py passed, Duration: 1 s
234/255 - rpc_scantxoutset.py passed, Duration: 7 s
235/255 - p2p_i2p_sessions.py passed, Duration: 1 s
236/255 - p2p_blockfilters.py passed, Duration: 15 s
237/255 - feature_coinstatsindex.py passed, Duration: 6 s
238/255 - feature_presegwit_node_upgrade.py passed, Duration: 1 s
239/255 - wallet_orphanedreward.py passed, Duration: 6 s
240/255 - wallet_startup.py passed, Duration: 3 s
241/255 - rpc_getdescriptorinfo.py passed, Duration: 1 s
242/255 - p2p_i2p_ports.py passed, Duration: 3 s
243/255 - rpc_mempool_info.py passed, Duration: 1 s
244/255 - feature_settings.py passed, Duration: 3 s
245/255 - feature_help.py passed, Duration: 1 s
246/255 - rpc_help.py passed, Duration: 2 s
247/255 - feature_dirsymlinks.py passed, Duration: 2 s
248/255 - p2p_ibd_txrelay.py passed, Duration: 1 s
249/255 - feature_shutdown.py passed, Duration: 2 s
250/255 - p2p_node_network_limited.py passed, Duration: 11 s
251/255 - p2p_permissions.py passed, Duration: 12 s
252/255 - wallet_sendall.py --legacy-wallet passed, Duration: 43 s
253/255 - wallet_migration.py passed, Duration: 15 s
254/255 - feature_config_args.py passed, Duration: 19 s
255/255 - wallet_import_rescan.py --legacy-wallet passed, Duration: 85 s