Key Value
ID 50
Status NotKilled
Start time 12/9/2022, 4:07:30 PM
End time 12/9/2022, 4:12:53 PM
File src/script/script.cpp
Branch master
PR Number N/A

Patch:

--- original
+++ modified
@@ -304,7 +304,7 @@
         else if (opcode == OP_PUSHDATA1)
         {
             if (end - pc < 1)
-                return false;
+                return true;
             nSize = *pc++;
         }
         else if (opcode == OP_PUSHDATA2)

stdout


Saved working directory and index state WIP on master: 9e229a542 Merge bitcoin/bitcoin#26601: test: Move wallet tests to wallet_*.py
Your branch is up to date with 'origin/master'.
Already up to date.
patching file src/script/script.cpp
Making all in src
make[1]: Entering directory '/tmp/bitcoin/src'
make[2]: Entering directory '/tmp/bitcoin/src'
  CXX      script/libbitcoin_consensus_a-script.o
  CXX      script/libbitcoinconsensus_la-script.lo
  AR       libbitcoin_consensus.a
  CXXLD    bitcoin-util
  CXXLD    bitcoin-tx
  CXXLD    bitcoin-wallet
  CXXLD    bitcoind
  CXXLD    test/test_bitcoin
  CXXLD    libbitcoinconsensus.la
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'
Running 544 test cases...
Entering test module "Bitcoin Core Test Suite"
test/addrman_tests.cpp(61): Entering test suite "addrman_tests"
test/addrman_tests.cpp(63): Entering test case "addrman_simple"
test/addrman_tests.cpp(63): Leaving test case "addrman_simple"; testing time: 31198us
test/addrman_tests.cpp(107): Entering test case "addrman_ports"
test/addrman_tests.cpp(107): Leaving test case "addrman_ports"; testing time: 2506us
test/addrman_tests.cpp(136): Entering test case "addrman_select"
test/addrman_tests.cpp(136): Leaving test case "addrman_select"; testing time: 4149us
test/addrman_tests.cpp(195): Entering test case "addrman_new_collisions"
test/addrman_tests.cpp(195): Leaving test case "addrman_new_collisions"; testing time: 2904us
test/addrman_tests.cpp(224): Entering test case "addrman_new_multiplicity"
test/addrman_tests.cpp(224): Leaving test case "addrman_new_multiplicity"; testing time: 5244us
test/addrman_tests.cpp(256): Entering test case "addrman_tried_collisions"
test/addrman_tests.cpp(256): Leaving test case "addrman_tried_collisions"; testing time: 4071us
test/addrman_tests.cpp(287): Entering test case "addrman_getaddr"
test/addrman_tests.cpp(287): Leaving test case "addrman_getaddr"; testing time: 120776us
test/addrman_tests.cpp(347): Entering test case "caddrinfo_get_tried_bucket_legacy"
test/addrman_tests.cpp(347): Leaving test case "caddrinfo_get_tried_bucket_legacy"; testing time: 4989us
test/addrman_tests.cpp(398): Entering test case "caddrinfo_get_new_bucket_legacy"
test/addrman_tests.cpp(398): Leaving test case "caddrinfo_get_new_bucket_legacy"; testing time: 10526us
test/addrman_tests.cpp(472): Entering test case "caddrinfo_get_tried_bucket"
test/addrman_tests.cpp(472): Leaving test case "caddrinfo_get_tried_bucket"; testing time: 5630us
test/addrman_tests.cpp(526): Entering test case "caddrinfo_get_new_bucket"
test/addrman_tests.cpp(526): Leaving test case "caddrinfo_get_new_bucket"; testing time: 16321us
test/addrman_tests.cpp(604): Entering test case "addrman_serialization"
test/addrman_tests.cpp(604): Leaving test case "addrman_serialization"; testing time: 4583us
test/addrman_tests.cpp(669): Entering test case "remove_invalid"
test/addrman_tests.cpp(669): Leaving test case "remove_invalid"; testing time: 2612us
test/addrman_tests.cpp(710): Entering test case "addrman_selecttriedcollision"
test/addrman_tests.cpp(710): Leaving test case "addrman_selecttriedcollision"; testing time: 3643us
test/addrman_tests.cpp(743): Entering test case "addrman_noevict"
test/addrman_tests.cpp(743): Leaving test case "addrman_noevict"; testing time: 5541us
test/addrman_tests.cpp(795): Entering test case "addrman_evictionworks"
test/addrman_tests.cpp(795): Leaving test case "addrman_evictionworks"; testing time: 4183us
test/addrman_tests.cpp(865): Entering test case "load_addrman"
test/addrman_tests.cpp(865): Leaving test case "load_addrman"; testing time: 3037us
test/addrman_tests.cpp(936): Entering test case "load_addrman_corrupted"
test/addrman_tests.cpp(936): Leaving test case "load_addrman_corrupted"; testing time: 2254us
test/addrman_tests.cpp(962): Entering test case "addrman_update_address"
test/addrman_tests.cpp(962): Leaving test case "addrman_update_address"; testing time: 2133us
test/addrman_tests.cpp(61): Leaving test suite "addrman_tests"; testing time: 238495us
test/allocator_tests.cpp(16): Entering test suite "allocator_tests"
test/allocator_tests.cpp(18): Entering test case "arena_tests"
test/allocator_tests.cpp(18): Leaving test case "arena_tests"; testing time: 3407us
test/allocator_tests.cpp(165): Entering test case "lockedpool_tests_mock"
test/allocator_tests.cpp(165): Leaving test case "lockedpool_tests_mock"; testing time: 157us
test/allocator_tests.cpp(214): Entering test case "lockedpool_tests_live"
test/allocator_tests.cpp(214): Leaving test case "lockedpool_tests_live"; testing time: 120us
test/allocator_tests.cpp(16): Leaving test suite "allocator_tests"; testing time: 3861us
test/amount_tests.cpp(12): Entering test suite "amount_tests"
test/amount_tests.cpp(14): Entering test case "MoneyRangeTest"
test/amount_tests.cpp(14): Leaving test case "MoneyRangeTest"; testing time: 118us
test/amount_tests.cpp(23): Entering test case "GetFeeTest"
test/amount_tests.cpp(23): Leaving test case "GetFeeTest"; testing time: 89us
test/amount_tests.cpp(90): Entering test case "BinaryOperatorTest"
test/amount_tests.cpp(90): Leaving test case "BinaryOperatorTest"; testing time: 77us
test/amount_tests.cpp(107): Entering test case "ToStringTest"
test/amount_tests.cpp(107): Leaving test case "ToStringTest"; testing time: 81us
test/amount_tests.cpp(12): Leaving test suite "amount_tests"; testing time: 455us
test/argsman_tests.cpp(22): Entering test suite "argsman_tests"
test/argsman_tests.cpp(24): Entering test case "util_datadir"
test/argsman_tests.cpp(24): Leaving test case "util_datadir"; testing time: 2121us
test/argsman_tests.cpp(168): Entering test case "util_CheckValue"
test/argsman_tests.cpp(168): Leaving test case "util_CheckValue"; testing time: 76754us
test/argsman_tests.cpp(199): Entering test case "util_NoIncludeConf"
test/argsman_tests.cpp(199): Leaving test case "util_NoIncludeConf"; testing time: 139us
test/argsman_tests.cpp(206): Entering test case "util_ParseParameters"
test/argsman_tests.cpp(206): Leaving test case "util_ParseParameters"; testing time: 2121us
test/argsman_tests.cpp(243): Entering test case "util_ParseInvalidParameters"
test/argsman_tests.cpp(243): Leaving test case "util_ParseInvalidParameters"; testing time: 2043us
test/argsman_tests.cpp(279): Entering test case "util_ArgParsing"
test/argsman_tests.cpp(279): Leaving test case "util_ArgParsing"; testing time: 2049us
test/argsman_tests.cpp(318): Entering test case "util_GetBoolArg"
test/argsman_tests.cpp(318): Leaving test case "util_GetBoolArg"; testing time: 2021us
test/argsman_tests.cpp(359): Entering test case "util_GetBoolArgEdgeCases"
test/argsman_tests.cpp(359): Leaving test case "util_GetBoolArgEdgeCases"; testing time: 2040us
test/argsman_tests.cpp(412): Entering test case "util_ReadConfigStream"
test/argsman_tests.cpp(412): Leaving test case "util_ReadConfigStream"; testing time: 2107us
test/argsman_tests.cpp(601): Entering test case "util_GetArg"
test/argsman_tests.cpp(601): Leaving test case "util_GetArg"; testing time: 2006us
test/argsman_tests.cpp(640): Entering test case "util_GetChainName"
test/argsman_tests.cpp(640): Leaving test case "util_GetChainName"; testing time: 2120us
test/argsman_tests.cpp(800): Entering test case "util_ArgsMerge"
test/argsman_tests.cpp(800): Leaving test case "util_ArgsMerge"; testing time: 308153us
test/argsman_tests.cpp(935): Entering test case "util_ChainMerge"
test/argsman_tests.cpp(935): Leaving test case "util_ChainMerge"; testing time: 10320us
test/argsman_tests.cpp(1019): Entering test case "util_ReadWriteSettings"
test/argsman_tests.cpp(1019): Leaving test case "util_ReadWriteSettings"; testing time: 2497us
test/argsman_tests.cpp(22): Leaving test suite "argsman_tests"; testing time: 417802us
test/arith_uint256_tests.cpp(18): Entering test suite "arith_uint256_tests"
test/arith_uint256_tests.cpp(68): Entering test case "basics"
test/arith_uint256_tests.cpp(68): Leaving test case "basics"; testing time: 447us
test/arith_uint256_tests.cpp(157): Entering test case "shifts"
test/arith_uint256_tests.cpp(157): Leaving test case "shifts"; testing time: 1047us
test/arith_uint256_tests.cpp(200): Entering test case "unaryOperators"
test/arith_uint256_tests.cpp(200): Leaving test case "unaryOperators"; testing time: 159us
test/arith_uint256_tests.cpp(224): Entering test case "bitwiseOperators"
test/arith_uint256_tests.cpp(224): Leaving test case "bitwiseOperators"; testing time: 97us
test/arith_uint256_tests.cpp(268): Entering test case "comparison"
test/arith_uint256_tests.cpp(268): Leaving test case "comparison"; testing time: 674us
test/arith_uint256_tests.cpp(282): Entering test case "plusMinus"
test/arith_uint256_tests.cpp(282): Leaving test case "plusMinus"; testing time: 863us
test/arith_uint256_tests.cpp(326): Entering test case "multiply"
test/arith_uint256_tests.cpp(326): Leaving test case "multiply"; testing time: 93us
test/arith_uint256_tests.cpp(347): Entering test case "divide"
test/arith_uint256_tests.cpp(347): Leaving test case "divide"; testing time: 207us
test/arith_uint256_tests.cpp(371): Entering test case "methods"
test/arith_uint256_tests.cpp(371): Leaving test case "methods"; testing time: 285us
test/arith_uint256_tests.cpp(406): Entering test case "bignum_SetCompact"
test/arith_uint256_tests.cpp(406): Leaving test case "bignum_SetCompact"; testing time: 158us
test/arith_uint256_tests.cpp(535): Entering test case "getmaxcoverage"
test/arith_uint256_tests.cpp(535): Leaving test case "getmaxcoverage"; testing time: 148us
test/arith_uint256_tests.cpp(18): Leaving test suite "arith_uint256_tests"; testing time: 4882us
test/banman_tests.cpp(16): Entering test suite "banman_tests"
test/banman_tests.cpp(18): Entering test case "file"
test/banman_tests.cpp(18): Leaving test case "file"; testing time: 2512us
test/banman_tests.cpp(16): Leaving test suite "banman_tests"; testing time: 2587us
test/base32_tests.cpp(12): Entering test suite "base32_tests"
test/base32_tests.cpp(14): Entering test case "base32_testvectors"
test/base32_tests.cpp(14): Leaving test case "base32_testvectors"; testing time: 188us
test/base32_tests.cpp(12): Leaving test suite "base32_tests"; testing time: 265us
test/base58_tests.cpp(21): Entering test suite "base58_tests"
test/base58_tests.cpp(24): Entering test case "base58_EncodeBase58"
test/base58_tests.cpp(24): Leaving test case "base58_EncodeBase58"; testing time: 2317us
test/base58_tests.cpp(44): Entering test case "base58_DecodeBase58"
test/base58_tests.cpp(44): Leaving test case "base58_DecodeBase58"; testing time: 2281us
test/base58_tests.cpp(84): Entering test case "base58_random_encode_decode"
test/base58_tests.cpp(84): Leaving test case "base58_random_encode_decode"; testing time: 65922us
test/base58_tests.cpp(21): Leaving test suite "base58_tests"; testing time: 70821us
test/base64_tests.cpp(12): Entering test suite "base64_tests"
test/base64_tests.cpp(14): Entering test case "base64_testvectors"
test/base64_tests.cpp(14): Leaving test case "base64_testvectors"; testing time: 212us
test/base64_tests.cpp(12): Leaving test suite "base64_tests"; testing time: 260us
test/bech32_tests.cpp(13): Entering test suite "bech32_tests"
test/bech32_tests.cpp(15): Entering test case "bech32_testvectors_valid"
test/bech32_tests.cpp(15): Leaving test case "bech32_testvectors_valid"; testing time: 130us
test/bech32_tests.cpp(35): Entering test case "bech32m_testvectors_valid"
test/bech32_tests.cpp(35): Leaving test case "bech32m_testvectors_valid"; testing time: 141us
test/bech32_tests.cpp(55): Entering test case "bech32_testvectors_invalid"
test/bech32_tests.cpp(55): Leaving test case "bech32_testvectors_invalid"; testing time: 296us
test/bech32_tests.cpp(107): Entering test case "bech32m_testvectors_invalid"
test/bech32_tests.cpp(107): Leaving test case "bech32m_testvectors_invalid"; testing time: 242us
test/bech32_tests.cpp(13): Leaving test suite "bech32_tests"; testing time: 1223us
test/bip32_tests.cpp(160): Entering test suite "bip32_tests"
test/bip32_tests.cpp(162): Entering test case "bip32_test1"
test/bip32_tests.cpp(162): Leaving test case "bip32_test1"; testing time: 3572us
test/bip32_tests.cpp(166): Entering test case "bip32_test2"
test/bip32_tests.cpp(166): Leaving test case "bip32_test2"; testing time: 3368us
test/bip32_tests.cpp(170): Entering test case "bip32_test3"
test/bip32_tests.cpp(170): Leaving test case "bip32_test3"; testing time: 2621us
test/bip32_tests.cpp(174): Entering test case "bip32_test4"
test/bip32_tests.cpp(174): Leaving test case "bip32_test4"; testing time: 2625us
test/bip32_tests.cpp(178): Entering test case "bip32_test5"
test/bip32_tests.cpp(178): Leaving test case "bip32_test5"; testing time: 2519us
test/bip32_tests.cpp(187): Entering test case "bip32_max_depth"
test/bip32_tests.cpp(187): Leaving test case "bip32_max_depth"; testing time: 31484us
test/bip32_tests.cpp(160): Leaving test suite "bip32_tests"; testing time: 46794us
test/blockchain_tests.cpp(50): Entering test suite "blockchain_tests"
test/blockchain_tests.cpp(52): Entering test case "get_difficulty_for_very_low_target"
test/blockchain_tests.cpp(52): Leaving test case "get_difficulty_for_very_low_target"; testing time: 2281us
test/blockchain_tests.cpp(57): Entering test case "get_difficulty_for_low_target"
test/blockchain_tests.cpp(57): Leaving test case "get_difficulty_for_low_target"; testing time: 2103us
test/blockchain_tests.cpp(62): Entering test case "get_difficulty_for_mid_target"
test/blockchain_tests.cpp(62): Leaving test case "get_difficulty_for_mid_target"; testing time: 2078us
test/blockchain_tests.cpp(67): Entering test case "get_difficulty_for_high_target"
test/blockchain_tests.cpp(67): Leaving test case "get_difficulty_for_high_target"; testing time: 2013us
test/blockchain_tests.cpp(72): Entering test case "get_difficulty_for_very_high_target"
test/blockchain_tests.cpp(72): Leaving test case "get_difficulty_for_very_high_target"; testing time: 2024us
test/blockchain_tests.cpp(50): Leaving test suite "blockchain_tests"; testing time: 10920us
test/blockencodings_tests.cpp(18): Entering test suite "blockencodings_tests"
test/blockencodings_tests.cpp(56): Entering test case "SimpleRoundTripTest"
test/blockencodings_tests.cpp(56): Leaving test case "SimpleRoundTripTest"; testing time: 5426us
test/blockencodings_tests.cpp(139): Entering test case "NonCoinbasePreforwardRTTest"
test/blockencodings_tests.cpp(139): Leaving test case "NonCoinbasePreforwardRTTest"; testing time: 4485us
test/blockencodings_tests.cpp(209): Entering test case "SufficientPreforwardRTTest"
test/blockencodings_tests.cpp(209): Leaving test case "SufficientPreforwardRTTest"; testing time: 4459us
test/blockencodings_tests.cpp(260): Entering test case "EmptyBlockRoundTripTest"
test/blockencodings_tests.cpp(260): Leaving test case "EmptyBlockRoundTripTest"; testing time: 4314us
test/blockencodings_tests.cpp(304): Entering test case "TransactionsRequestSerializationTest"
test/blockencodings_tests.cpp(304): Leaving test case "TransactionsRequestSerializationTest"; testing time: 4158us
test/blockencodings_tests.cpp(327): Entering test case "TransactionsRequestDeserializationMaxTest"
test/blockencodings_tests.cpp(327): Leaving test case "TransactionsRequestDeserializationMaxTest"; testing time: 4117us
test/blockencodings_tests.cpp(342): Entering test case "TransactionsRequestDeserializationOverflowTest"
test/blockencodings_tests.cpp(342): Leaving test case "TransactionsRequestDeserializationOverflowTest"; testing time: 4166us
test/blockencodings_tests.cpp(18): Leaving test suite "blockencodings_tests"; testing time: 31863us
test/blockfilter_index_tests.cpp(24): Entering test suite "blockfilter_index_tests"
test/blockfilter_index_tests.cpp(112): Entering test case "blockfilter_index_initial_sync"
test/blockfilter_index_tests.cpp(112): Leaving test case "blockfilter_index_initial_sync"; testing time: 205395us
test/blockfilter_index_tests.cpp(276): Entering test case "blockfilter_index_init_destroy"
test/blockfilter_index_tests.cpp(276): Leaving test case "blockfilter_index_init_destroy"; testing time: 2643us
test/blockfilter_index_tests.cpp(24): Leaving test suite "blockfilter_index_tests"; testing time: 208289us
test/blockfilter_tests.cpp(17): Entering test suite "blockfilter_tests"
test/blockfilter_tests.cpp(19): Entering test case "gcsfilter_test"
test/blockfilter_tests.cpp(19): Leaving test case "gcsfilter_test"; testing time: 1622us
test/blockfilter_tests.cpp(42): Entering test case "gcsfilter_default_constructor"
test/blockfilter_tests.cpp(42): Leaving test case "gcsfilter_default_constructor"; testing time: 115us
test/blockfilter_tests.cpp(55): Entering test case "blockfilter_basic_test"
test/blockfilter_tests.cpp(55): Leaving test case "blockfilter_basic_test"; testing time: 109us
test/blockfilter_tests.cpp(128): Entering test case "blockfilters_json_test"
test/blockfilter_tests.cpp(128): Leaving test case "blockfilters_json_test"; testing time: 729us
test/blockfilter_tests.cpp(182): Entering test case "blockfilter_type_names"
test/blockfilter_tests.cpp(182): Leaving test case "blockfilter_type_names"; testing time: 96us
test/blockfilter_tests.cpp(17): Leaving test suite "blockfilter_tests"; testing time: 2999us
test/blockmanager_tests.cpp(17): Entering test suite "blockmanager_tests"
test/blockmanager_tests.cpp(19): Entering test case "blockmanager_find_block_pos"
test/blockmanager_tests.cpp(19): Leaving test case "blockmanager_find_block_pos"; testing time: 2247us
test/blockmanager_tests.cpp(17): Leaving test suite "blockmanager_tests"; testing time: 2317us
test/bloom_tests.cpp(24): Entering test suite "bloom_tests"
test/bloom_tests.cpp(26): Entering test case "bloom_create_insert_serialize"
test/bloom_tests.cpp(26): Leaving test case "bloom_create_insert_serialize"; testing time: 2057us
test/bloom_tests.cpp(53): Entering test case "bloom_create_insert_serialize_with_tweak"
test/bloom_tests.cpp(53): Leaving test case "bloom_create_insert_serialize_with_tweak"; testing time: 1952us
test/bloom_tests.cpp(78): Entering test case "bloom_create_insert_key"
test/bloom_tests.cpp(78): Leaving test case "bloom_create_insert_key"; testing time: 2037us
test/bloom_tests.cpp(99): Entering test case "bloom_match"
test/bloom_tests.cpp(99): Leaving test case "bloom_match"; testing time: 2022us
test/bloom_tests.cpp(168): Entering test case "merkle_block_1"
test/bloom_tests.cpp(168): Leaving test case "merkle_block_1"; testing time: 2005us
test/bloom_tests.cpp(209): Entering test case "merkle_block_2"
test/bloom_tests.cpp(209): Leaving test case "merkle_block_2"; testing time: 2001us
test/bloom_tests.cpp(264): Entering test case "merkle_block_2_with_update_none"
test/bloom_tests.cpp(264): Leaving test case "merkle_block_2_with_update_none"; testing time: 1983us
test/bloom_tests.cpp(316): Entering test case "merkle_block_3_and_serialize"
test/bloom_tests.cpp(316): Leaving test case "merkle_block_3_and_serialize"; testing time: 2197us
test/bloom_tests.cpp(352): Entering test case "merkle_block_4"
test/bloom_tests.cpp(352): Leaving test case "merkle_block_4"; testing time: 2015us
test/bloom_tests.cpp(398): Entering test case "merkle_block_4_test_p2pubkey_only"
test/bloom_tests.cpp(398): Leaving test case "merkle_block_4_test_p2pubkey_only"; testing time: 2089us
test/bloom_tests.cpp(421): Entering test case "merkle_block_4_test_update_none"
test/bloom_tests.cpp(421): Leaving test case "merkle_block_4_test_update_none"; testing time: 1977us
test/bloom_tests.cpp(449): Entering test case "rolling_bloom"
test/bloom_tests.cpp(449): Leaving test case "rolling_bloom"; testing time: 5210us
test/bloom_tests.cpp(24): Leaving test suite "bloom_tests"; testing time: 28587us
test/bswap_tests.cpp(9): Entering test suite "bswap_tests"
test/bswap_tests.cpp(11): Entering test case "bswap_tests"
test/bswap_tests.cpp(11): Leaving test case "bswap_tests"; testing time: 103us
test/bswap_tests.cpp(9): Leaving test suite "bswap_tests"; testing time: 116us
test/checkqueue_tests.cpp(35): Entering test suite "checkqueue_tests"
test/checkqueue_tests.cpp(194): Entering test case "test_CheckQueue_Correct_Zero"
test/checkqueue_tests.cpp(194): Leaving test case "test_CheckQueue_Correct_Zero"; testing time: 4970us
test/checkqueue_tests.cpp(202): Entering test case "test_CheckQueue_Correct_One"
test/checkqueue_tests.cpp(202): Leaving test case "test_CheckQueue_Correct_One"; testing time: 4350us
test/checkqueue_tests.cpp(210): Entering test case "test_CheckQueue_Correct_Max"
test/checkqueue_tests.cpp(210): Leaving test case "test_CheckQueue_Correct_Max"; testing time: 23685us
test/checkqueue_tests.cpp(218): Entering test case "test_CheckQueue_Correct_Random"
test/checkqueue_tests.cpp(218): Leaving test case "test_CheckQueue_Correct_Random"; testing time: 2411282us
test/checkqueue_tests.cpp(229): Entering test case "test_CheckQueue_Catches_Failure"
test/checkqueue_tests.cpp(229): Leaving test case "test_CheckQueue_Catches_Failure"; testing time: 383918us
test/checkqueue_tests.cpp(257): Entering test case "test_CheckQueue_Recovers_From_Failure"
test/checkqueue_tests.cpp(257): Leaving test case "test_CheckQueue_Recovers_From_Failure"; testing time: 5106us
test/checkqueue_tests.cpp(281): Entering test case "test_CheckQueue_UniqueCheck"
test/checkqueue_tests.cpp(281): Leaving test case "test_CheckQueue_UniqueCheck"; testing time: 50508us
test/checkqueue_tests.cpp(316): Entering test case "test_CheckQueue_Memory"
test/checkqueue_tests.cpp(316): Leaving test case "test_CheckQueue_Memory"; testing time: 661306us
test/checkqueue_tests.cpp(343): Entering test case "test_CheckQueue_FrozenCleanup"
test/checkqueue_tests.cpp(343): Leaving test case "test_CheckQueue_FrozenCleanup"; testing time: 4960us
test/checkqueue_tests.cpp(383): Entering test case "test_CheckQueueControl_Locks"
test/checkqueue_tests.cpp(383): Leaving test case "test_CheckQueueControl_Locks"; testing time: 35397us
test/checkqueue_tests.cpp(35): Leaving test suite "checkqueue_tests"; testing time: 3586837us
test/coins_tests.cpp(99): Entering test suite "coins_tests"
test/coins_tests.cpp(266): Entering test case "coins_cache_simulation_test"
test/coins_tests.cpp(266): Leaving test case "coins_cache_simulation_test"; testing time: 7392788us
test/coins_tests.cpp(296): Entering test case "updatecoins_simulation_test"
test/coins_tests.cpp(296): Leaving test case "updatecoins_simulation_test"; testing time: 1868065us
test/coins_tests.cpp(498): Entering test case "ccoins_serialization"
test/coins_tests.cpp(498): Leaving test case "ccoins_serialization"; testing time: 6151us
test/coins_tests.cpp(643): Entering test case "ccoins_access"
test/coins_tests.cpp(643): Leaving test case "ccoins_access"; testing time: 2459us
test/coins_tests.cpp(694): Entering test case "ccoins_spend"
test/coins_tests.cpp(694): Leaving test case "ccoins_spend"; testing time: 2373us
test/coins_tests.cpp(765): Entering test case "ccoins_add"
test/coins_tests.cpp(765): Leaving test case "ccoins_add"; testing time: 2670us
test/coins_tests.cpp(814): Entering test case "ccoins_write"
test/coins_tests.cpp(814): Leaving test case "ccoins_write"; testing time: 3125us
test/coins_tests.cpp(99): Leaving test suite "coins_tests"; testing time: 9278491us
test/coinstatsindex_tests.cpp(18): Entering test suite "coinstatsindex_tests"
test/coinstatsindex_tests.cpp(31): Entering test case "coinstatsindex_initial_sync"
test/coinstatsindex_tests.cpp(31): Leaving test case "coinstatsindex_initial_sync"; testing time: 989576us
test/coinstatsindex_tests.cpp(93): Entering test case "coinstatsindex_unclean_shutdown"
test/coinstatsindex_tests.cpp(93): Leaving test case "coinstatsindex_unclean_shutdown"; testing time: 1014687us
test/coinstatsindex_tests.cpp(18): Leaving test suite "coinstatsindex_tests"; testing time: 2004735us
test/compilerbug_tests.cpp(7): Entering test suite "compilerbug_tests"
test/compilerbug_tests.cpp(29): Entering test case "gccbug_90348"
test/compilerbug_tests.cpp(29): Leaving test case "gccbug_90348"; testing time: 201us
test/compilerbug_tests.cpp(7): Leaving test suite "compilerbug_tests"; testing time: 500us
test/compress_tests.cpp(25): Entering test suite "compress_tests"
test/compress_tests.cpp(40): Entering test case "compress_amounts"
test/compress_tests.cpp(40): Leaving test case "compress_amounts"; testing time: 159607us
test/compress_tests.cpp(65): Entering test case "compress_script_to_ckey_id"
test/compress_tests.cpp(65): Leaving test case "compress_script_to_ckey_id"; testing time: 2567us
test/compress_tests.cpp(85): Entering test case "compress_script_to_cscript_id"
test/compress_tests.cpp(85): Leaving test case "compress_script_to_cscript_id"; testing time: 2313us
test/compress_tests.cpp(102): Entering test case "compress_script_to_compressed_pubkey_id"
test/compress_tests.cpp(102): Leaving test case "compress_script_to_compressed_pubkey_id"; testing time: 2307us
test/compress_tests.cpp(120): Entering test case "compress_script_to_uncompressed_pubkey_id"
test/compress_tests.cpp(120): Leaving test case "compress_script_to_uncompressed_pubkey_id"; testing time: 2614us
test/compress_tests.cpp(25): Leaving test suite "compress_tests"; testing time: 171106us
test/crypto_tests.cpp(27): Entering test suite "crypto_tests"
test/crypto_tests.cpp(207): Entering test case "ripemd160_testvectors"
test/crypto_tests.cpp(207): Leaving test case "ripemd160_testvectors"; testing time: 207796us
test/crypto_tests.cpp(223): Entering test case "sha1_testvectors"
test/crypto_tests.cpp(223): Leaving test case "sha1_testvectors"; testing time: 151509us
test/crypto_tests.cpp(239): Entering test case "sha256_testvectors"
test/crypto_tests.cpp(239): Leaving test case "sha256_testvectors"; testing time: 257789us
test/crypto_tests.cpp(261): Entering test case "sha512_testvectors"
test/crypto_tests.cpp(261): Leaving test case "sha512_testvectors"; testing time: 241714us
test/crypto_tests.cpp(298): Entering test case "hmac_sha256_testvectors"
test/crypto_tests.cpp(298): Leaving test case "hmac_sha256_testvectors"; testing time: 5468us
test/crypto_tests.cpp(351): Entering test case "hmac_sha512_testvectors"
test/crypto_tests.cpp(351): Leaving test case "hmac_sha512_testvectors"; testing time: 7224us
test/crypto_tests.cpp(419): Entering test case "aes_testvectors"
test/crypto_tests.cpp(419): Leaving test case "aes_testvectors"; testing time: 2355us
test/crypto_tests.cpp(430): Entering test case "aes_cbc_testvectors"
test/crypto_tests.cpp(430): Leaving test case "aes_cbc_testvectors"; testing time: 2682us
test/crypto_tests.cpp(461): Entering test case "chacha20_testvector"
test/crypto_tests.cpp(461): Leaving test case "chacha20_testvector"; testing time: 2201us
test/crypto_tests.cpp(503): Entering test case "poly1305_testvector"
test/crypto_tests.cpp(503): Leaving test case "poly1305_testvector"; testing time: 2229us
test/crypto_tests.cpp(573): Entering test case "hkdf_hmac_sha256_l32_tests"
test/crypto_tests.cpp(573): Leaving test case "hkdf_hmac_sha256_l32_tests"; testing time: 2125us
test/crypto_tests.cpp(685): Entering test case "chacha20_poly1305_aead_testvector"
test/crypto_tests.cpp(685): Leaving test case "chacha20_poly1305_aead_testvector"; testing time: 11385us
test/crypto_tests.cpp(718): Entering test case "countbits_tests"
test/crypto_tests.cpp(718): Leaving test case "countbits_tests"; testing time: 18548us
test/crypto_tests.cpp(740): Entering test case "sha256d64"
test/crypto_tests.cpp(740): Leaving test case "sha256d64"; testing time: 3184us
test/crypto_tests.cpp(778): Entering test case "keccak_tests"
test/crypto_tests.cpp(778): Leaving test case "keccak_tests"; testing time: 434646us
test/crypto_tests.cpp(798): Entering test case "sha3_256_tests"
test/crypto_tests.cpp(798): Leaving test case "sha3_256_tests"; testing time: 3002us
test/crypto_tests.cpp(867): Entering test case "muhash_tests"
test/crypto_tests.cpp(867): Leaving test case "muhash_tests"; testing time: 527152us
test/crypto_tests.cpp(27): Leaving test suite "crypto_tests"; testing time: 1883183us
test/cuckoocache_tests.cpp(30): Entering test suite "cuckoocache_tests"
test/cuckoocache_tests.cpp(36): Entering test case "test_cuckoocache_no_fakes"
test/cuckoocache_tests.cpp(36): Leaving test case "test_cuckoocache_no_fakes"; testing time: 66076us
test/cuckoocache_tests.cpp(107): Entering test case "cuckoocache_hit_rate_ok"
test/cuckoocache_tests.cpp(107): Leaving test case "cuckoocache_hit_rate_ok"; testing time: 123793us
test/cuckoocache_tests.cpp(180): Entering test case "cuckoocache_erase_ok"
test/cuckoocache_tests.cpp(180): Leaving test case "cuckoocache_erase_ok"; testing time: 55499us
test/cuckoocache_tests.cpp(269): Entering test case "cuckoocache_erase_parallel_ok"
test/cuckoocache_tests.cpp(269): Leaving test case "cuckoocache_erase_parallel_ok"; testing time: 37639us
test/cuckoocache_tests.cpp(366): Entering test case "cuckoocache_generations"
test/cuckoocache_tests.cpp(366): Leaving test case "cuckoocache_generations"; testing time: 384452us
test/cuckoocache_tests.cpp(30): Leaving test suite "cuckoocache_tests"; testing time: 668266us
test/dbwrapper_tests.cpp(23): Entering test suite "dbwrapper_tests"
test/dbwrapper_tests.cpp(25): Entering test case "dbwrapper"
test/dbwrapper_tests.cpp(25): Leaving test case "dbwrapper"; testing time: 2705us
test/dbwrapper_tests.cpp(44): Entering test case "dbwrapper_basic_data"
test/dbwrapper_tests.cpp(44): Leaving test case "dbwrapper_basic_data"; testing time: 26014us
test/dbwrapper_tests.cpp(125): Entering test case "dbwrapper_batch"
test/dbwrapper_tests.cpp(125): Leaving test case "dbwrapper_batch"; testing time: 2680us
test/dbwrapper_tests.cpp(161): Entering test case "dbwrapper_iterator"
test/dbwrapper_tests.cpp(161): Leaving test case "dbwrapper_iterator"; testing time: 2565us
test/dbwrapper_tests.cpp(202): Entering test case "existing_data_no_obfuscate"
test/dbwrapper_tests.cpp(202): Leaving test case "existing_data_no_obfuscate"; testing time: 21827us
test/dbwrapper_tests.cpp(243): Entering test case "existing_data_reindex"
test/dbwrapper_tests.cpp(243): Leaving test case "existing_data_reindex"; testing time: 20323us
test/dbwrapper_tests.cpp(279): Entering test case "iterator_ordering"
test/dbwrapper_tests.cpp(279): Leaving test case "iterator_ordering"; testing time: 3235us
test/dbwrapper_tests.cpp(357): Entering test case "iterator_string_ordering"
test/dbwrapper_tests.cpp(357): Leaving test case "iterator_string_ordering"; testing time: 3419us
test/dbwrapper_tests.cpp(401): Entering test case "unicodepath"
test/dbwrapper_tests.cpp(401): Leaving test case "unicodepath"; testing time: 12401us
test/dbwrapper_tests.cpp(23): Leaving test suite "dbwrapper_tests"; testing time: 96262us
test/denialofservice_tests.cpp(36): Entering test suite "denialofservice_tests"
test/denialofservice_tests.cpp(46): Entering test case "outbound_slow_chain_eviction"
test/denialofservice_tests.cpp(46): Leaving test case "outbound_slow_chain_eviction"; testing time: 6082us
test/denialofservice_tests.cpp(130): Entering test case "stale_tip_peer_management"
test/denialofservice_tests.cpp(130): Leaving test case "stale_tip_peer_management"; testing time: 6673us
test/denialofservice_tests.cpp(207): Entering test case "block_relay_only_eviction"
test/denialofservice_tests.cpp(207): Leaving test case "block_relay_only_eviction"; testing time: 6828us
test/denialofservice_tests.cpp(269): Entering test case "peer_discouragement"
test/denialofservice_tests.cpp(269): Leaving test case "peer_discouragement"; testing time: 6755us
test/denialofservice_tests.cpp(372): Entering test case "DoS_bantime"
test/denialofservice_tests.cpp(372): Leaving test case "DoS_bantime"; testing time: 6524us
test/denialofservice_tests.cpp(36): Leaving test suite "denialofservice_tests"; testing time: 33610us
test/descriptor_tests.cpp(371): Entering test suite "descriptor_tests"
test/descriptor_tests.cpp(373): Entering test case "descriptor_test"
test/descriptor_tests.cpp(373): Leaving test case "descriptor_test"; testing time: 314886us
test/descriptor_tests.cpp(371): Leaving test suite "descriptor_tests"; testing time: 315005us
test/flatfile_tests.cpp(13): Entering test suite "flatfile_tests"
test/flatfile_tests.cpp(15): Entering test case "flatfile_filename"
test/flatfile_tests.cpp(15): Leaving test case "flatfile_filename"; testing time: 2603us
test/flatfile_tests.cpp(28): Entering test case "flatfile_open"
test/flatfile_tests.cpp(28): Leaving test case "flatfile_open"; testing time: 2700us
test/flatfile_tests.cpp(89): Entering test case "flatfile_allocate"
test/flatfile_tests.cpp(89): Leaving test case "flatfile_allocate"; testing time: 2474us
test/flatfile_tests.cpp(109): Entering test case "flatfile_flush"
test/flatfile_tests.cpp(109): Leaving test case "flatfile_flush"; testing time: 6582us
test/flatfile_tests.cpp(13): Leaving test suite "flatfile_tests"; testing time: 14872us
test/fs_tests.cpp(16): Entering test suite "fs_tests"
test/fs_tests.cpp(18): Entering test case "fsbridge_pathtostring"
test/fs_tests.cpp(18): Leaving test case "fsbridge_pathtostring"; testing time: 2510us
test/fs_tests.cpp(38): Entering test case "fsbridge_stem"
test/fs_tests.cpp(38): Leaving test case "fsbridge_stem"; testing time: 2276us
test/fs_tests.cpp(45): Entering test case "fsbridge_fstream"
test/fs_tests.cpp(45): Leaving test case "fsbridge_fstream"; testing time: 3333us
test/fs_tests.cpp(121): Entering test case "rename"
test/fs_tests.cpp(121): Leaving test case "rename"; testing time: 3269us
test/fs_tests.cpp(156): Entering test case "create_directories"
test/fs_tests.cpp(156): Leaving test case "create_directories"; testing time: 2461us
test/fs_tests.cpp(16): Leaving test suite "fs_tests"; testing time: 14331us
test/getarg_tests.cpp(18): Entering test suite "getarg_tests"
test/getarg_tests.cpp(53): Entering test case "setting_args"
test/getarg_tests.cpp(53): Leaving test case "setting_args"; testing time: 2505us
test/getarg_tests.cpp(156): Entering test case "boolarg"
test/getarg_tests.cpp(156): Leaving test case "boolarg"; testing time: 2268us
test/getarg_tests.cpp(211): Entering test case "stringarg"
test/getarg_tests.cpp(211): Leaving test case "stringarg"; testing time: 2279us
test/getarg_tests.cpp(239): Entering test case "intarg"
test/getarg_tests.cpp(239): Leaving test case "intarg"; testing time: 2147us
test/getarg_tests.cpp(268): Entering test case "patharg"
test/getarg_tests.cpp(268): Leaving test case "patharg"; testing time: 2255us
test/getarg_tests.cpp(380): Entering test case "doubledash"
test/getarg_tests.cpp(380): Leaving test case "doubledash"; testing time: 2086us
test/getarg_tests.cpp(395): Entering test case "boolargno"
test/getarg_tests.cpp(395): Leaving test case "boolargno"; testing time: 2235us
test/getarg_tests.cpp(423): Entering test case "logargs"
test/getarg_tests.cpp(423): Leaving test case "logargs"; testing time: 2130us
test/getarg_tests.cpp(18): Leaving test suite "getarg_tests"; testing time: 18635us
test/hash_tests.cpp(13): Entering test suite "hash_tests"
test/hash_tests.cpp(15): Entering test case "murmurhash3"
test/hash_tests.cpp(15): Leaving test case "murmurhash3"; testing time: 107us
test/hash_tests.cpp(80): Entering test case "siphash"
test/hash_tests.cpp(80): Leaving test case "siphash"; testing time: 121us
test/hash_tests.cpp(13): Leaving test suite "hash_tests"; testing time: 250us
test/headers_sync_chainwork_tests.cpp(58): Entering test suite "headers_sync_chainwork_tests"
test/headers_sync_chainwork_tests.cpp(68): Entering test case "headers_sync_state"
test/headers_sync_chainwork_tests.cpp(68): Leaving test case "headers_sync_state"; testing time: 126984us
test/headers_sync_chainwork_tests.cpp(58): Leaving test suite "headers_sync_chainwork_tests"; testing time: 127020us
test/httpserver_tests.cpp(10): Entering test suite "httpserver_tests"
test/httpserver_tests.cpp(12): Entering test case "test_query_parameters"
test/httpserver_tests.cpp(12): Leaving test case "test_query_parameters"; testing time: 2587us
test/httpserver_tests.cpp(10): Leaving test suite "httpserver_tests"; testing time: 2618us
test/i2p_tests.cpp(19): Entering test suite "i2p_tests"
test/i2p_tests.cpp(21): Entering test case "unlimited_recv"
test/i2p_tests.cpp(21): Leaving test case "unlimited_recv"; testing time: 2495us
test/i2p_tests.cpp(19): Leaving test suite "i2p_tests"; testing time: 2523us
test/interfaces_tests.cpp(16): Entering test suite "interfaces_tests"
test/interfaces_tests.cpp(18): Entering test case "findBlock"
test/interfaces_tests.cpp(18): Leaving test case "findBlock"; testing time: 76820us
test/interfaces_tests.cpp(63): Entering test case "findFirstBlockWithTimeAndHeight"
test/interfaces_tests.cpp(63): Leaving test case "findFirstBlockWithTimeAndHeight"; testing time: 76234us
test/interfaces_tests.cpp(76): Entering test case "findAncestorByHeight"
test/interfaces_tests.cpp(76): Leaving test case "findAncestorByHeight"; testing time: 75699us
test/interfaces_tests.cpp(87): Entering test case "findAncestorByHash"
test/interfaces_tests.cpp(87): Leaving test case "findAncestorByHash"; testing time: 88564us
test/interfaces_tests.cpp(98): Entering test case "findCommonAncestor"
test/interfaces_tests.cpp(98): Leaving test case "findCommonAncestor"; testing time: 100087us
test/interfaces_tests.cpp(128): Entering test case "hasBlocks"
test/interfaces_tests.cpp(128): Leaving test case "hasBlocks"; testing time: 79694us
test/interfaces_tests.cpp(16): Leaving test suite "interfaces_tests"; testing time: 497648us
test/key_io_tests.cpp(20): Entering test suite "key_io_tests"
test/key_io_tests.cpp(23): Entering test case "key_io_valid_parse"
test/key_io_tests.cpp(23): Leaving test case "key_io_valid_parse"; testing time: 4798us
test/key_io_tests.cpp(84): Entering test case "key_io_valid_gen"
test/key_io_tests.cpp(84): Leaving test case "key_io_valid_gen"; testing time: 4073us
test/key_io_tests.cpp(122): Entering test case "key_io_invalid"
test/key_io_tests.cpp(122): Leaving test case "key_io_invalid"; testing time: 7634us
test/key_io_tests.cpp(20): Leaving test suite "key_io_tests"; testing time: 16625us
test/key_tests.cpp(32): Entering test suite "key_tests"
test/key_tests.cpp(34): Entering test case "key_test1"
test/key_tests.cpp(34): Leaving test case "key_test1"; testing time: 43756us
test/key_tests.cpp(156): Entering test case "key_signature_tests"
test/key_tests.cpp(156): Leaving test case "key_signature_tests"; testing time: 47289us
test/key_tests.cpp(202): Entering test case "key_key_negation"
test/key_tests.cpp(202): Leaving test case "key_key_negation"; testing time: 2984us
test/key_tests.cpp(261): Entering test case "pubkey_unserialize"
test/key_tests.cpp(261): Leaving test case "pubkey_unserialize"; testing time: 2216us
test/key_tests.cpp(277): Entering test case "bip340_test_vectors"
test/key_tests.cpp(277): Leaving test case "bip340_test_vectors"; testing time: 14262us
test/key_tests.cpp(32): Leaving test suite "key_tests"; testing time: 111114us
test/logging_tests.cpp(20): Entering test suite "logging_tests"
test/logging_tests.cpp(76): Entering test case "logging_timer"
test/logging_tests.cpp(76): Leaving test case "logging_timer"; testing time: 2410us
test/logging_tests.cpp(94): Entering test case "logging_LogPrintf_"
test/logging_tests.cpp(94): Leaving test case "logging_LogPrintf_"; testing time: 2330us
test/logging_tests.cpp(115): Entering test case "logging_LogPrintMacros"
test/logging_tests.cpp(115): Leaving test case "logging_LogPrintMacros"; testing time: 2324us
test/logging_tests.cpp(141): Entering test case "logging_LogPrintMacros_CategoryName"
test/logging_tests.cpp(141): Leaving test case "logging_LogPrintMacros_CategoryName"; testing time: 2533us
test/logging_tests.cpp(171): Entering test case "logging_SeverityLevels"
test/logging_tests.cpp(171): Leaving test case "logging_SeverityLevels"; testing time: 2336us
test/logging_tests.cpp(204): Entering test case "logging_Conf"
test/logging_tests.cpp(204): Leaving test case "logging_Conf"; testing time: 2239us
test/logging_tests.cpp(20): Leaving test suite "logging_tests"; testing time: 14854us
test/mempool_tests.cpp(16): Entering test suite "mempool_tests"
test/mempool_tests.cpp(26): Entering test case "MempoolRemoveTest"
test/mempool_tests.cpp(26): Leaving test case "MempoolRemoveTest"; testing time: 5350us
test/mempool_tests.cpp(129): Entering test case "MempoolIndexingTest"
test/mempool_tests.cpp(129): Leaving test case "MempoolIndexingTest"; testing time: 5267us
test/mempool_tests.cpp(302): Entering test case "MempoolAncestorIndexingTest"
test/mempool_tests.cpp(302): Leaving test case "MempoolAncestorIndexingTest"; testing time: 5045us
test/mempool_tests.cpp(431): Entering test case "MempoolSizeLimitTest"
test/mempool_tests.cpp(431): Leaving test case "MempoolSizeLimitTest"; testing time: 5171us
test/mempool_tests.cpp(600): Entering test case "MempoolAncestryTests"
test/mempool_tests.cpp(600): Leaving test case "MempoolAncestryTests"; testing time: 4833us
test/mempool_tests.cpp(759): Entering test case "MempoolAncestryTestsDiamond"
test/mempool_tests.cpp(759): Leaving test case "MempoolAncestryTestsDiamond"; testing time: 4736us
test/mempool_tests.cpp(16): Leaving test suite "mempool_tests"; testing time: 31242us
test/merkle_tests.cpp(10): Entering test suite "merkle_tests"
test/merkle_tests.cpp(182): Entering test case "merkle_test"
test/merkle_tests.cpp(182): Leaving test case "merkle_test"; testing time: 624124us
test/merkle_tests.cpp(252): Entering test case "merkle_test_empty_block"
test/merkle_tests.cpp(252): Leaving test case "merkle_test_empty_block"; testing time: 5311us
test/merkle_tests.cpp(262): Entering test case "merkle_test_oneTx_block"
test/merkle_tests.cpp(262): Leaving test case "merkle_test_oneTx_block"; testing time: 4951us
test/merkle_tests.cpp(276): Entering test case "merkle_test_OddTxWithRepeatedLastTx_block"
test/merkle_tests.cpp(276): Leaving test case "merkle_test_OddTxWithRepeatedLastTx_block"; testing time: 4877us
test/merkle_tests.cpp(300): Entering test case "merkle_test_LeftSubtreeRightSubtree"
test/merkle_tests.cpp(300): Leaving test case "merkle_test_LeftSubtreeRightSubtree"; testing time: 5364us
test/merkle_tests.cpp(329): Entering test case "merkle_test_BlockWitness"
test/merkle_tests.cpp(329): Leaving test case "merkle_test_BlockWitness"; testing time: 4841us
test/merkle_tests.cpp(10): Leaving test suite "merkle_tests"; testing time: 650105us
test/merkleblock_tests.cpp(14): Entering test suite "merkleblock_tests"
test/merkleblock_tests.cpp(20): Entering test case "merkleblock_construct_from_txids_found"
test/merkleblock_tests.cpp(20): Leaving test case "merkleblock_construct_from_txids_found"; testing time: 347us
test/merkleblock_tests.cpp(61): Entering test case "merkleblock_construct_from_txids_not_found"
test/merkleblock_tests.cpp(61): Leaving test case "merkleblock_construct_from_txids_not_found"; testing time: 171us
test/merkleblock_tests.cpp(14): Leaving test suite "merkleblock_tests"; testing time: 785us
test/miner_tests.cpp(54): Entering test suite "miner_tests"
test/miner_tests.cpp(601): Entering test case "CreateNewBlock_validity"
test/miner_tests.cpp(601): Leaving test case "CreateNewBlock_validity"; testing time: 2394378us
test/miner_tests.cpp(54): Leaving test suite "miner_tests"; testing time: 2394672us
test/miniscript_tests.cpp(159): Entering test suite "miniscript_tests"
test/miniscript_tests.cpp(161): Entering test case "fixed_tests"
test/miniscript_tests.cpp(161): Leaving test case "fixed_tests"; testing time: 13609us
test/miniscript_tests.cpp(159): Leaving test suite "miniscript_tests"; testing time: 14200us
test/minisketch_tests.cpp(16): Entering test suite "minisketch_tests"
test/minisketch_tests.cpp(18): Entering test case "minisketch_test"
test/minisketch_tests.cpp(18): Leaving test case "minisketch_test"; testing time: 82483us
test/minisketch_tests.cpp(16): Leaving test suite "minisketch_tests"; testing time: 82527us
test/multisig_tests.cpp(19): Entering test suite "multisig_tests"
test/multisig_tests.cpp(38): Entering test case "multisig_verify"
test/multisig_tests.cpp(38): Leaving test case "multisig_verify"; testing time: 14349us
test/multisig_tests.cpp(138): Entering test case "multisig_IsStandard"
test/multisig_tests.cpp(138): Leaving test case "multisig_IsStandard"; testing time: 3236us
test/multisig_tests.cpp(182): Entering test case "multisig_Sign"
test/multisig_tests.cpp(182): Leaving test case "multisig_Sign"; testing time: 4310us
test/multisig_tests.cpp(19): Leaving test suite "multisig_tests"; testing time: 22012us
test/net_peer_eviction_tests.cpp(18): Entering test suite "net_peer_eviction_tests"
test/net_peer_eviction_tests.cpp(62): Entering test case "peer_protection_test"
test/net_peer_eviction_tests.cpp(62): Leaving test case "peer_protection_test"; testing time: 2578us
test/net_peer_eviction_tests.cpp(595): Entering test case "peer_eviction_test"
test/net_peer_eviction_tests.cpp(595): Leaving test case "peer_eviction_test"; testing time: 124646us
test/net_peer_eviction_tests.cpp(18): Leaving test suite "net_peer_eviction_tests"; testing time: 127294us
test/net_tests.cpp(36): Entering test suite "net_tests"
test/net_tests.cpp(38): Entering test case "cnode_listen_port"
test/net_tests.cpp(38): Leaving test case "cnode_listen_port"; testing time: 5339us
test/net_tests.cpp(50): Entering test case "cnode_simple_test"
test/net_tests.cpp(50): Leaving test case "cnode_simple_test"; testing time: 5128us
test/net_tests.cpp(133): Entering test case "cnetaddr_basic"
test/net_tests.cpp(133): Leaving test case "cnetaddr_basic"; testing time: 5073us
test/net_tests.cpp(274): Entering test case "cnetaddr_tostring_canonical_ipv6"
test/net_tests.cpp(274): Leaving test case "cnetaddr_tostring_canonical_ipv6"; testing time: 5142us
test/net_tests.cpp(328): Entering test case "cnetaddr_serialize_v1"
test/net_tests.cpp(328): Leaving test case "cnetaddr_serialize_v1"; testing time: 5071us
test/net_tests.cpp(361): Entering test case "cnetaddr_serialize_v2"
test/net_tests.cpp(361): Leaving test case "cnetaddr_serialize_v2"; testing time: 5018us
test/net_tests.cpp(397): Entering test case "cnetaddr_unserialize_v2"
test/net_tests.cpp(397): Leaving test case "cnetaddr_unserialize_v2"; testing time: 5218us
test/net_tests.cpp(607): Entering test case "ipv4_peer_with_ipv6_addrMe_test"
test/net_tests.cpp(607): Leaving test case "ipv4_peer_with_ipv6_addrMe_test"; testing time: 5075us
test/net_tests.cpp(658): Entering test case "get_local_addr_for_peer_port"
test/net_tests.cpp(658): Leaving test case "get_local_addr_for_peer_port"; testing time: 4943us
test/net_tests.cpp(722): Entering test case "LimitedAndReachable_Network"
test/net_tests.cpp(722): Leaving test case "LimitedAndReachable_Network"; testing time: 4978us
test/net_tests.cpp(755): Entering test case "LimitedAndReachable_NetworkCaseUnroutableAndInternal"
test/net_tests.cpp(755): Leaving test case "LimitedAndReachable_NetworkCaseUnroutableAndInternal"; testing time: 4927us
test/net_tests.cpp(778): Entering test case "LimitedAndReachable_CNetAddr"
test/net_tests.cpp(778): Leaving test case "LimitedAndReachable_CNetAddr"; testing time: 5037us
test/net_tests.cpp(792): Entering test case "LocalAddress_BasicLifecycle"
test/net_tests.cpp(792): Leaving test case "LocalAddress_BasicLifecycle"; testing time: 5023us
test/net_tests.cpp(806): Entering test case "initial_advertise_from_version_message"
test/net_tests.cpp(806): Leaving test case "initial_advertise_from_version_message"; testing time: 5941us
test/net_tests.cpp(36): Leaving test suite "net_tests"; testing time: 72383us
test/netbase_tests.cpp(23): Entering test suite "netbase_tests"
test/netbase_tests.cpp(46): Entering test case "netbase_networks"
test/netbase_tests.cpp(46): Leaving test case "netbase_networks"; testing time: 2461us
test/netbase_tests.cpp(56): Entering test case "netbase_properties"
test/netbase_tests.cpp(56): Leaving test case "netbase_properties"; testing time: 2356us
test/netbase_tests.cpp(95): Entering test case "netbase_splithost"
test/netbase_tests.cpp(95): Leaving test case "netbase_splithost"; testing time: 2282us
test/netbase_tests.cpp(137): Entering test case "netbase_lookupnumeric"
test/netbase_tests.cpp(137): Leaving test case "netbase_lookupnumeric"; testing time: 2294us
test/netbase_tests.cpp(153): Entering test case "embedded_test"
test/netbase_tests.cpp(153): Leaving test case "embedded_test"; testing time: 2281us
test/netbase_tests.cpp(161): Entering test case "subnet_test"
test/netbase_tests.cpp(161): Leaving test case "subnet_test"; testing time: 2377us
test/netbase_tests.cpp(334): Entering test case "netbase_getgroup"
test/netbase_tests.cpp(334): Leaving test case "netbase_getgroup"; testing time: 2246us
test/netbase_tests.cpp(354): Entering test case "netbase_parsenetwork"
test/netbase_tests.cpp(354): Leaving test case "netbase_parsenetwork"; testing time: 2197us
test/netbase_tests.cpp(374): Entering test case "netpermissions_test"
test/netbase_tests.cpp(374): Leaving test case "netpermissions_test"; testing time: 2275us
test/netbase_tests.cpp(478): Entering test case "netbase_dont_resolve_strings_with_embedded_nul_characters"
test/netbase_tests.cpp(478): Leaving test case "netbase_dont_resolve_strings_with_embedded_nul_characters"; testing time: 2177us
test/netbase_tests.cpp(563): Entering test case "caddress_serialize_v1"
test/netbase_tests.cpp(563): Leaving test case "caddress_serialize_v1"; testing time: 2244us
test/netbase_tests.cpp(571): Entering test case "caddress_unserialize_v1"
test/netbase_tests.cpp(571): Leaving test case "caddress_unserialize_v1"; testing time: 2266us
test/netbase_tests.cpp(580): Entering test case "caddress_serialize_v2"
test/netbase_tests.cpp(580): Leaving test case "caddress_serialize_v2"; testing time: 2139us
test/netbase_tests.cpp(588): Entering test case "caddress_unserialize_v2"
test/netbase_tests.cpp(588): Leaving test case "caddress_unserialize_v2"; testing time: 2193us
test/netbase_tests.cpp(597): Entering test case "isbadport"
test/netbase_tests.cpp(597): Leaving test case "isbadport"; testing time: 2637us
test/netbase_tests.cpp(23): Leaving test suite "netbase_tests"; testing time: 34886us
test/orphanage_tests.cpp(18): Entering test suite "orphanage_tests"
test/orphanage_tests.cpp(48): Entering test case "DoS_mapOrphans"
test/orphanage_tests.cpp(48): Leaving test case "DoS_mapOrphans"; testing time: 83834us
test/orphanage_tests.cpp(18): Leaving test suite "orphanage_tests"; testing time: 83871us
test/pmt_tests.cpp(28): Entering test suite "pmt_tests"
test/pmt_tests.cpp(30): Entering test case "pmt_test1"
test/pmt_tests.cpp(30): Leaving test case "pmt_test1"; testing time: 226880us
test/pmt_tests.cpp(107): Entering test case "pmt_malleability"
test/pmt_tests.cpp(107): Leaving test case "pmt_malleability"; testing time: 2406us
test/pmt_tests.cpp(28): Leaving test suite "pmt_tests"; testing time: 229365us
test/policy_fee_tests.cpp(12): Entering test suite "policy_fee_tests"
test/policy_fee_tests.cpp(14): Entering test case "FeeRounder"
test/policy_fee_tests.cpp(14): Leaving test case "FeeRounder"; testing time: 222us
test/policy_fee_tests.cpp(12): Leaving test suite "policy_fee_tests"; testing time: 242us
test/policyestimator_tests.cpp(16): Entering test suite "policyestimator_tests"
test/policyestimator_tests.cpp(18): Entering test case "BlockPolicyEstimates"
test/policyestimator_tests.cpp(18): Leaving test case "BlockPolicyEstimates"; testing time: 280709us
test/policyestimator_tests.cpp(16): Leaving test suite "policyestimator_tests"; testing time: 280759us
test/pow_tests.cpp(12): Entering test suite "pow_tests"
test/pow_tests.cpp(15): Entering test case "get_next_work"
test/pow_tests.cpp(15): Leaving test case "get_next_work"; testing time: 2826us
test/pow_tests.cpp(34): Entering test case "get_next_work_pow_limit"
test/pow_tests.cpp(34): Leaving test case "get_next_work_pow_limit"; testing time: 2439us
test/pow_tests.cpp(48): Entering test case "get_next_work_lower_limit_actual"
test/pow_tests.cpp(48): Leaving test case "get_next_work_lower_limit_actual"; testing time: 2414us
test/pow_tests.cpp(65): Entering test case "get_next_work_upper_limit_actual"
test/pow_tests.cpp(65): Leaving test case "get_next_work_upper_limit_actual"; testing time: 2337us
test/pow_tests.cpp(81): Entering test case "CheckProofOfWork_test_negative_target"
test/pow_tests.cpp(81): Leaving test case "CheckProofOfWork_test_negative_target"; testing time: 2333us
test/pow_tests.cpp(91): Entering test case "CheckProofOfWork_test_overflow_target"
test/pow_tests.cpp(91): Leaving test case "CheckProofOfWork_test_overflow_target"; testing time: 2281us
test/pow_tests.cpp(100): Entering test case "CheckProofOfWork_test_too_easy_target"
test/pow_tests.cpp(100): Leaving test case "CheckProofOfWork_test_too_easy_target"; testing time: 2261us
test/pow_tests.cpp(112): Entering test case "CheckProofOfWork_test_biger_hash_than_target"
test/pow_tests.cpp(112): Leaving test case "CheckProofOfWork_test_biger_hash_than_target"; testing time: 2323us
test/pow_tests.cpp(124): Entering test case "CheckProofOfWork_test_zero_target"
test/pow_tests.cpp(124): Leaving test case "CheckProofOfWork_test_zero_target"; testing time: 2293us
test/pow_tests.cpp(135): Entering test case "GetBlockProofEquivalentTime_test"
test/pow_tests.cpp(135): Leaving test case "GetBlockProofEquivalentTime_test"; testing time: 6156us
test/pow_tests.cpp(184): Entering test case "ChainParams_MAIN_sanity"
test/pow_tests.cpp(184): Leaving test case "ChainParams_MAIN_sanity"; testing time: 2608us
test/pow_tests.cpp(189): Entering test case "ChainParams_REGTEST_sanity"
test/pow_tests.cpp(189): Leaving test case "ChainParams_REGTEST_sanity"; testing time: 2446us
test/pow_tests.cpp(194): Entering test case "ChainParams_TESTNET_sanity"
test/pow_tests.cpp(194): Leaving test case "ChainParams_TESTNET_sanity"; testing time: 2417us
test/pow_tests.cpp(199): Entering test case "ChainParams_SIGNET_sanity"
test/pow_tests.cpp(199): Leaving test case "ChainParams_SIGNET_sanity"; testing time: 2428us
test/pow_tests.cpp(12): Leaving test suite "pow_tests"; testing time: 38043us
test/prevector_tests.cpp(16): Entering test suite "prevector_tests"
test/prevector_tests.cpp(218): Entering test case "PrevectorTestInt"
test/prevector_tests.cpp(218): Leaving test case "PrevectorTestInt"; testing time: 194709us
test/prevector_tests.cpp(16): Leaving test suite "prevector_tests"; testing time: 194750us
test/raii_event_tests.cpp(16): Entering test suite "raii_event_tests"
test/raii_event_tests.cpp(38): Entering test case "raii_event_creation"
test/raii_event_tests.cpp(38): Leaving test case "raii_event_creation"; testing time: 2609us
test/raii_event_tests.cpp(67): Entering test case "raii_event_order"
test/raii_event_tests.cpp(67): Leaving test case "raii_event_order"; testing time: 2276us
test/raii_event_tests.cpp(16): Leaving test suite "raii_event_tests"; testing time: 5074us
test/random_tests.cpp(14): Entering test suite "random_tests"
test/random_tests.cpp(16): Entering test case "osrandom_tests"
test/random_tests.cpp(16): Leaving test case "osrandom_tests"; testing time: 3279us
test/random_tests.cpp(21): Entering test case "fastrandom_tests"
test/random_tests.cpp(21): Leaving test case "fastrandom_tests"; testing time: 2284us
test/random_tests.cpp(89): Entering test case "fastrandom_randbits"
test/random_tests.cpp(89): Leaving test case "fastrandom_randbits"; testing time: 40661us
test/random_tests.cpp(105): Entering test case "stdrandom_test"
test/random_tests.cpp(105): Leaving test case "stdrandom_test"; testing time: 3070us
test/random_tests.cpp(127): Entering test case "shuffle_stat_test"
test/random_tests.cpp(127): Leaving test case "shuffle_stat_test"; testing time: 3959us
test/random_tests.cpp(14): Leaving test suite "random_tests"; testing time: 53813us
test/rbf_tests.cpp(17): Entering test suite "rbf_tests"
test/rbf_tests.cpp(55): Entering test case "rbf_helper_functions"
test/rbf_tests.cpp(55): Leaving test case "rbf_helper_functions"; testing time: 84140us
test/rbf_tests.cpp(17): Leaving test suite "rbf_tests"; testing time: 84271us
test/rest_tests.cpp(12): Entering test suite "rest_tests"
test/rest_tests.cpp(14): Entering test case "test_query_string"
test/rest_tests.cpp(14): Leaving test case "test_query_string"; testing time: 2564us
test/rest_tests.cpp(12): Leaving test suite "rest_tests"; testing time: 2644us
test/result_tests.cpp(19): Entering test suite "result_tests"
test/result_tests.cpp(76): Entering test case "check_returned"
test/result_tests.cpp(76): Leaving test case "check_returned"; testing time: 143us
test/result_tests.cpp(86): Entering test case "check_value_or"
test/result_tests.cpp(86): Leaving test case "check_value_or"; testing time: 86us
test/result_tests.cpp(19): Leaving test suite "result_tests"; testing time: 325us
test/reverselock_tests.cpp(12): Entering test suite "reverselock_tests"
test/reverselock_tests.cpp(14): Entering test case "reverselock_basics"
test/reverselock_tests.cpp(14): Leaving test case "reverselock_basics"; testing time: 87us
test/reverselock_tests.cpp(27): Entering test case "reverselock_multiple"
test/reverselock_tests.cpp(27): Leaving test case "reverselock_multiple"; testing time: 77us
test/reverselock_tests.cpp(45): Entering test case "reverselock_errors"
test/reverselock_tests.cpp(45): Leaving test case "reverselock_errors"; testing time: 140us
test/reverselock_tests.cpp(12): Leaving test suite "reverselock_tests"; testing time: 443us
test/rpc_tests.cpp(83): Entering test suite "rpc_tests"
test/rpc_tests.cpp(85): Entering test case "rpc_namedparams"
test/rpc_tests.cpp(85): Leaving test case "rpc_namedparams"; testing time: 5094us
test/rpc_tests.cpp(108): Entering test case "rpc_rawparams"
test/rpc_tests.cpp(108): Leaving test case "rpc_rawparams"; testing time: 6785us
test/rpc_tests.cpp(143): Entering test case "rpc_togglenetwork"
test/rpc_tests.cpp(143): Leaving test case "rpc_togglenetwork"; testing time: 5367us
test/rpc_tests.cpp(165): Entering test case "rpc_rawsign"
test/rpc_tests.cpp(165): Leaving test case "rpc_rawsign"; testing time: 5943us
test/rpc_tests.cpp(184): Entering test case "rpc_createraw_op_return"
test/rpc_tests.cpp(184): Leaving test case "rpc_createraw_op_return"; testing time: 5105us
test/rpc_tests.cpp(199): Entering test case "rpc_format_monetary_values"
test/rpc_tests.cpp(199): Leaving test case "rpc_format_monetary_values"; testing time: 4947us
test/rpc_tests.cpp(251): Entering test case "rpc_parse_monetary_values"
test/rpc_tests.cpp(251): Leaving test case "rpc_parse_monetary_values"; testing time: 4797us
test/rpc_tests.cpp(284): Entering test case "json_parse_errors"
test/rpc_tests.cpp(284): Leaving test case "json_parse_errors"; testing time: 4940us
test/rpc_tests.cpp(305): Entering test case "rpc_ban"
test/rpc_tests.cpp(305): Leaving test case "rpc_ban"; testing time: 15462us
test/rpc_tests.cpp(395): Entering test case "rpc_convert_values_generatetoaddress"
test/rpc_tests.cpp(395): Leaving test case "rpc_convert_values_generatetoaddress"; testing time: 5186us
test/rpc_tests.cpp(418): Entering test case "rpc_getblockstats_calculate_percentiles_by_weight"
test/rpc_tests.cpp(418): Leaving test case "rpc_getblockstats_calculate_percentiles_by_weight"; testing time: 4954us
test/rpc_tests.cpp(496): Entering test case "help_example"
test/rpc_tests.cpp(496): Leaving test case "help_example"; testing time: 4994us
test/rpc_tests.cpp(83): Leaving test suite "rpc_tests"; testing time: 74200us
test/sanity_tests.cpp(11): Entering test suite "sanity_tests"
test/sanity_tests.cpp(13): Entering test case "basic_sanity"
test/sanity_tests.cpp(13): Leaving test case "basic_sanity"; testing time: 2818us
test/sanity_tests.cpp(11): Leaving test suite "sanity_tests"; testing time: 2852us
test/scheduler_tests.cpp(16): Entering test suite "scheduler_tests"
test/scheduler_tests.cpp(31): Entering test case "manythreads"
test/scheduler_tests.cpp(31): Leaving test case "manythreads"; testing time: 3445us
test/scheduler_tests.cpp(108): Entering test case "wait_until_past"
test/scheduler_tests.cpp(108): Leaving test case "wait_until_past"; testing time: 159us
test/scheduler_tests.cpp(126): Entering test case "singlethreadedscheduler_ordered"
test/scheduler_tests.cpp(126): Leaving test case "singlethreadedscheduler_ordered"; testing time: 2857us
test/scheduler_tests.cpp(172): Entering test case "mockforward"
test/scheduler_tests.cpp(172): Leaving test case "mockforward"; testing time: 1297us
test/scheduler_tests.cpp(16): Leaving test suite "scheduler_tests"; testing time: 7866us
test/script_p2sh_tests.cpp(51): Entering test suite "script_p2sh_tests"
test/script_p2sh_tests.cpp(53): Entering test case "sign"
test/script_p2sh_tests.cpp(53): Leaving test case "sign"; testing time: 5985us
test/script_p2sh_tests.cpp(125): Entering test case "norecurse"
test/script_p2sh_tests.cpp(125): Leaving test case "norecurse"; testing time: 2359us
test/script_p2sh_tests.cpp(152): Entering test case "set"
test/script_p2sh_tests.cpp(152): Leaving test case "set"; testing time: 4628us
test/script_p2sh_tests.cpp(205): Entering test case "is"
test/script_p2sh_tests.cpp(205): Leaving test case "is"; testing time: 2273us
test/script_p2sh_tests.cpp(245): Entering test case "switchover"
test/script_p2sh_tests.cpp(245): Leaving test case "switchover"; testing time: 2138us
test/script_p2sh_tests.cpp(265): Entering test case "AreInputsStandard"
test/script_p2sh_tests.cpp(265): Leaving test case "AreInputsStandard"; testing time: 4882us
test/script_p2sh_tests.cpp(51): Leaving test suite "script_p2sh_tests"; testing time: 22500us
test/script_parse_tests.cpp(12): Entering test suite "script_parse_tests"
test/script_parse_tests.cpp(13): Entering test case "parse_script"
test/script_parse_tests.cpp(13): Leaving test case "parse_script"; testing time: 291us
test/script_parse_tests.cpp(12): Leaving test suite "script_parse_tests"; testing time: 308us
test/script_segwit_tests.cpp(10): Entering test suite "script_segwit_tests"
test/script_segwit_tests.cpp(12): Entering test case "IsPayToWitnessScriptHash_Valid"
test/script_segwit_tests.cpp(12): Leaving test case "IsPayToWitnessScriptHash_Valid"; testing time: 2117us
test/script_segwit_tests.cpp(24): Entering test case "IsPayToWitnessScriptHash_Invalid_NotOp0"
test/script_segwit_tests.cpp(24): Leaving test case "IsPayToWitnessScriptHash_Invalid_NotOp0"; testing time: 2198us
test/script_segwit_tests.cpp(32): Entering test case "IsPayToWitnessScriptHash_Invalid_Size"
test/script_segwit_tests.cpp(32): Leaving test case "IsPayToWitnessScriptHash_Invalid_Size"; testing time: 2153us
test/script_segwit_tests.cpp(40): Entering test case "IsPayToWitnessScriptHash_Invalid_Nop"
test/script_segwit_tests.cpp(40): Leaving test case "IsPayToWitnessScriptHash_Invalid_Nop"; testing time: 2154us
test/script_segwit_tests.cpp(48): Entering test case "IsPayToWitnessScriptHash_Invalid_EmptyScript"
test/script_segwit_tests.cpp(48): Leaving test case "IsPayToWitnessScriptHash_Invalid_EmptyScript"; testing time: 2188us
test/script_segwit_tests.cpp(54): Entering test case "IsPayToWitnessScriptHash_Invalid_Pushdata"
test/script_segwit_tests.cpp(54): Leaving test case "IsPayToWitnessScriptHash_Invalid_Pushdata"; testing time: 2099us
test/script_segwit_tests.cpp(93): Entering test case "IsWitnessProgram_Valid"
test/script_segwit_tests.cpp(93): Leaving test case "IsWitnessProgram_Valid"; testing time: 2121us
test/script_segwit_tests.cpp(113): Entering test case "IsWitnessProgram_Invalid_Version"
test/script_segwit_tests.cpp(113): Leaving test case "IsWitnessProgram_Invalid_Version"; testing time: 2036us
test/script_segwit_tests.cpp(121): Entering test case "IsWitnessProgram_Invalid_Size"
test/script_segwit_tests.cpp(121): Leaving test case "IsWitnessProgram_Invalid_Size"; testing time: 2079us
test/script_segwit_tests.cpp(134): Entering test case "IsWitnessProgram_Invalid_Nop"
test/script_segwit_tests.cpp(134): Leaving test case "IsWitnessProgram_Invalid_Nop"; testing time: 2047us
test/script_segwit_tests.cpp(142): Entering test case "IsWitnessProgram_Invalid_EmptyScript"
test/script_segwit_tests.cpp(142): Leaving test case "IsWitnessProgram_Invalid_EmptyScript"; testing time: 2083us
test/script_segwit_tests.cpp(148): Entering test case "IsWitnessProgram_Invalid_Pushdata"
test/script_segwit_tests.cpp(148): Leaving test case "IsWitnessProgram_Invalid_Pushdata"; testing time: 2048us
test/script_segwit_tests.cpp(10): Leaving test suite "script_segwit_tests"; testing time: 25656us
test/script_standard_tests.cpp(20): Entering test suite "script_standard_tests"
test/script_standard_tests.cpp(22): Entering test case "dest_default_is_no_dest"
test/script_standard_tests.cpp(22): Leaving test case "dest_default_is_no_dest"; testing time: 2103us
test/script_standard_tests.cpp(28): Entering test case "script_standard_Solver_success"
test/script_standard_tests.cpp(28): Leaving test case "script_standard_Solver_success"; testing time: 2183us
test/script_standard_tests.cpp(137): Entering test case "script_standard_Solver_failure"
test/script_standard_tests.cpp(137): Leaving test case "script_standard_Solver_failure"; testing time: 2157us
test/script_standard_tests.cpp(193): Entering test case "script_standard_ExtractDestination"
test/script_standard_tests.cpp(193): Leaving test case "script_standard_ExtractDestination"; testing time: 2125us
test/script_standard_tests.cpp(259): Entering test case "script_standard_GetScriptFor_"
test/script_standard_tests.cpp(259): Leaving test case "script_standard_GetScriptFor_"; testing time: 2292us
test/script_standard_tests.cpp(326): Entering test case "script_standard_taproot_builder"
test/script_standard_tests.cpp(326): Leaving test case "script_standard_taproot_builder"; testing time: 2233us
test/script_standard_tests.cpp(392): Entering test case "bip341_spk_test_vectors"
test/script_standard_tests.cpp(392): Leaving test case "bip341_spk_test_vectors"; testing time: 3044us
test/script_standard_tests.cpp(20): Leaving test suite "script_standard_tests"; testing time: 16336us
test/script_tests.cpp(126): Entering test suite "script_tests"
test/script_tests.cpp(456): Entering test case "script_build"
test/script_tests.cpp(456): Leaving test case "script_build"; testing time: 251812us
test/script_tests.cpp(933): Entering test case "script_json_test"
test/script_tests.cpp(933): Leaving test case "script_json_test"; testing time: 134089us
test/script_tests.cpp(976): Entering test case "script_PushData"
test/script_tests.cpp(976): Leaving test case "script_PushData"; testing time: 2313us
test/script_tests.cpp(1018): Entering test case "script_cltv_truncated"
test/script_tests.cpp(1018): Leaving test case "script_cltv_truncated"; testing time: 2162us
test/script_tests.cpp(1060): Entering test case "script_CHECKMULTISIG12"
test/script_tests.cpp(1060): Leaving test case "script_CHECKMULTISIG12"; testing time: 3080us
test/script_tests.cpp(1090): Entering test case "script_CHECKMULTISIG23"
test/script_tests.cpp(1090): Leaving test case "script_CHECKMULTISIG23"; testing time: 5991us
test/script_tests.cpp(1169): Entering test case "script_combineSigs"
test/script_tests.cpp(1169): Leaving test case "script_combineSigs"; testing time: 6513us
test/script_tests.cpp(1283): Entering test case "script_standard_push"
test/script_tests.cpp(1283): Leaving test case "script_standard_push"; testing time: 80452us
test/script_tests.cpp(1304): Entering test case "script_IsPushOnly_on_invalid_scripts"
test/script_tests.cpp(1304): Leaving test case "script_IsPushOnly_on_invalid_scripts"; testing time: 2412us
test/script_tests.cpp(1315): Entering test case "script_GetScriptAsm"
test/script_tests.cpp(1315): Leaving test case "script_GetScriptAsm"; testing time: 2189us
test/script_tests.cpp(1351): Entering test case "script_FindAndDelete"
test/script_tests.cpp(1351): Leaving test case "script_FindAndDelete"; testing time: 2143us
test/script_tests.cpp(1460): Entering test case "script_HasValidOps"
test/script_tests.cpp(1460): Leaving test case "script_HasValidOps"; testing time: 2087us
test/script_tests.cpp(1507): Entering test case "bitcoinconsensus_verify_script_returns_true"
test/script_tests.cpp(1507): Leaving test case "bitcoinconsensus_verify_script_returns_true"; testing time: 2116us
test/script_tests.cpp(1530): Entering test case "bitcoinconsensus_verify_script_tx_index_err"
test/script_tests.cpp(1530): Leaving test case "bitcoinconsensus_verify_script_tx_index_err"; testing time: 2101us
test/script_tests.cpp(1553): Entering test case "bitcoinconsensus_verify_script_tx_size"
test/script_tests.cpp(1553): Leaving test case "bitcoinconsensus_verify_script_tx_size"; testing time: 2124us
test/script_tests.cpp(1576): Entering test case "bitcoinconsensus_verify_script_tx_serialization"
test/script_tests.cpp(1576): Leaving test case "bitcoinconsensus_verify_script_tx_serialization"; testing time: 2166us
test/script_tests.cpp(1599): Entering test case "bitcoinconsensus_verify_script_amount_required_err"
test/script_tests.cpp(1599): Leaving test case "bitcoinconsensus_verify_script_amount_required_err"; testing time: 2169us
test/script_tests.cpp(1622): Entering test case "bitcoinconsensus_verify_script_invalid_flags"
test/script_tests.cpp(1622): Leaving test case "bitcoinconsensus_verify_script_invalid_flags"; testing time: 2105us
test/script_tests.cpp(1719): Entering test case "script_assets_test"
test/script_tests.cpp(1725): warning: in "script_tests/script_assets_test": Variable DIR_UNIT_TEST_DATA unset, skipping script_assets_test
Test case script_tests/script_assets_test did not check any assertions
test/script_tests.cpp(1719): Leaving test case "script_assets_test"; testing time: 2317us
test/script_tests.cpp(1748): Entering test case "bip341_keypath_test_vectors"
test/script_tests.cpp(1748): Leaving test case "bip341_keypath_test_vectors"; testing time: 4318us
test/script_tests.cpp(126): Leaving test suite "script_tests"; testing time: 515293us
test/scriptnum_tests.cpp(13): Entering test suite "scriptnum_tests"
test/scriptnum_tests.cpp(165): Entering test case "creation"
test/scriptnum_tests.cpp(165): Leaving test case "creation"; testing time: 3720us
test/scriptnum_tests.cpp(178): Entering test case "operators"
test/scriptnum_tests.cpp(178): Leaving test case "operators"; testing time: 14797us
test/scriptnum_tests.cpp(13): Leaving test suite "scriptnum_tests"; testing time: 18585us
test/serfloat_tests.cpp(16): Entering test suite "serfloat_tests"
test/serfloat_tests.cpp(38): Entering test case "double_serfloat_tests"
test/serfloat_tests.cpp(38): Leaving test case "double_serfloat_tests"; testing time: 614656us
test/serfloat_tests.cpp(112): Entering test case "doubles"
test/serfloat_tests.cpp(112): Leaving test case "doubles"; testing time: 2898us
test/serfloat_tests.cpp(16): Leaving test suite "serfloat_tests"; testing time: 617733us
test/serialize_tests.cpp(15): Entering test suite "serialize_tests"
test/serialize_tests.cpp(62): Entering test case "sizes"
test/serialize_tests.cpp(62): Leaving test case "sizes"; testing time: 2415us
test/serialize_tests.cpp(89): Entering test case "varints"
test/serialize_tests.cpp(89): Leaving test case "varints"; testing time: 57937us
test/serialize_tests.cpp(121): Entering test case "varints_bitpatterns"
test/serialize_tests.cpp(121): Leaving test case "varints_bitpatterns"; testing time: 2630us
test/serialize_tests.cpp(142): Entering test case "compactsize"
test/serialize_tests.cpp(142): Leaving test case "compactsize"; testing time: 2441us
test/serialize_tests.cpp(172): Entering test case "vector_bool"
test/serialize_tests.cpp(172): Leaving test case "vector_bool"; testing time: 2278us
test/serialize_tests.cpp(181): Entering test case "noncanonical"
test/serialize_tests.cpp(181): Leaving test case "noncanonical"; testing time: 2279us
test/serialize_tests.cpp(218): Entering test case "class_methods"
test/serialize_tests.cpp(218): Leaving test case "class_methods"; testing time: 2368us
test/serialize_tests.cpp(15): Leaving test suite "serialize_tests"; testing time: 73169us
test/settings_tests.cpp(50): Entering test suite "settings_tests"
test/settings_tests.cpp(52): Entering test case "ReadWrite"
test/settings_tests.cpp(52): Leaving test case "ReadWrite"; testing time: 25411us
test/settings_tests.cpp(118): Entering test case "Simple"
test/settings_tests.cpp(118): Leaving test case "Simple"; testing time: 2602us
test/settings_tests.cpp(140): Entering test case "NullOverride"
test/settings_tests.cpp(140): Leaving test case "NullOverride"; testing time: 2261us
test/settings_tests.cpp(183): Entering test case "Merge"
test/settings_tests.cpp(183): Leaving test case "Merge"; testing time: 10235us
test/settings_tests.cpp(50): Leaving test suite "settings_tests"; testing time: 40944us
test/sighash_tests.cpp(118): Entering test suite "sighash_tests"
test/sighash_tests.cpp(120): Entering test case "sighash_test"
test/sighash_tests.cpp(120): Leaving test case "sighash_test"; testing time: 332343us
test/sighash_tests.cpp(163): Entering test case "sighash_from_data"
test/sighash_tests.cpp(163): Leaving test case "sighash_from_data"; testing time: 12306us
test/sighash_tests.cpp(118): Leaving test suite "sighash_tests"; testing time: 344911us
test/sigopcount_tests.cpp(27): Entering test suite "sigopcount_tests"
test/sigopcount_tests.cpp(29): Entering test case "GetSigOpCount"
test/sigopcount_tests.cpp(29): Leaving test case "GetSigOpCount"; testing time: 2603us
test/sigopcount_tests.cpp(109): Entering test case "GetTxSigOpCost"
test/sigopcount_tests.cpp(109): Leaving test case "GetTxSigOpCost"; testing time: 2452us
test/sigopcount_tests.cpp(27): Leaving test suite "sigopcount_tests"; testing time: 5315us
test/skiplist_tests.cpp(14): Entering test suite "skiplist_tests"
test/skiplist_tests.cpp(16): Entering test case "skiplist_test"
test/skiplist_tests.cpp(16): Leaving test case "skiplist_test"; testing time: 187503us
test/skiplist_tests.cpp(45): Entering test case "getlocator_test"
test/skiplist_tests.cpp(45): Leaving test case "getlocator_test"; testing time: 106361us
test/skiplist_tests.cpp(101): Entering test case "findearliestatleast_test"
test/skiplist_tests.cpp(101): Leaving test case "findearliestatleast_test"; testing time: 70328us
test/skiplist_tests.cpp(145): Entering test case "findearliestatleast_edge_test"
test/skiplist_tests.cpp(145): Leaving test case "findearliestatleast_edge_test"; testing time: 2451us
test/skiplist_tests.cpp(14): Leaving test suite "skiplist_tests"; testing time: 367144us
test/sock_tests.cpp(18): Entering test suite "sock_tests"
test/sock_tests.cpp(37): Entering test case "constructor_and_destructor"
test/sock_tests.cpp(37): Leaving test case "constructor_and_destructor"; testing time: 2267us
test/sock_tests.cpp(47): Entering test case "move_constructor"
test/sock_tests.cpp(47): Leaving test case "move_constructor"; testing time: 2166us
test/sock_tests.cpp(59): Entering test case "move_assignment"
test/sock_tests.cpp(59): Leaving test case "move_assignment"; testing time: 2184us
test/sock_tests.cpp(90): Entering test case "send_and_receive"
test/sock_tests.cpp(90): Leaving test case "send_and_receive"; testing time: 2145us
test/sock_tests.cpp(116): Entering test case "wait"
test/sock_tests.cpp(116): Leaving test case "wait"; testing time: 2301us
test/sock_tests.cpp(131): Entering test case "recv_until_terminator_limit"
test/sock_tests.cpp(131): Leaving test case "recv_until_terminator_limit"; testing time: 2338us
test/sock_tests.cpp(18): Leaving test suite "sock_tests"; testing time: 13995us
test/streams_tests.cpp(13): Entering test suite "streams_tests"
test/streams_tests.cpp(15): Entering test case "streams_vector_writer"
test/streams_tests.cpp(15): Leaving test case "streams_vector_writer"; testing time: 2143us
test/streams_tests.cpp(73): Entering test case "streams_vector_reader"
test/streams_tests.cpp(73): Leaving test case "streams_vector_reader"; testing time: 2188us
test/streams_tests.cpp(118): Entering test case "streams_vector_reader_rvalue"
test/streams_tests.cpp(118): Leaving test case "streams_vector_reader_rvalue"; testing time: 2099us
test/streams_tests.cpp(129): Entering test case "bitstream_reader_writer"
test/streams_tests.cpp(129): Leaving test case "bitstream_reader_writer"; testing time: 2194us
test/streams_tests.cpp(164): Entering test case "streams_serializedata_xor"
test/streams_tests.cpp(164): Leaving test case "streams_serializedata_xor"; testing time: 2201us
test/streams_tests.cpp(198): Entering test case "streams_buffered_file"
test/streams_tests.cpp(198): Leaving test case "streams_buffered_file"; testing time: 2291us
test/streams_tests.cpp(333): Entering test case "streams_buffered_file_skip"
test/streams_tests.cpp(333): Leaving test case "streams_buffered_file_skip"; testing time: 2236us
test/streams_tests.cpp(382): Entering test case "streams_buffered_file_rand"
test/streams_tests.cpp(382): Leaving test case "streams_buffered_file_rand"; testing time: 563773us
test/streams_tests.cpp(13): Leaving test suite "streams_tests"; testing time: 579777us
test/sync_tests.cpp(80): Entering test suite "sync_tests"
test/sync_tests.cpp(82): Entering test case "potential_deadlock_detected"
test/sync_tests.cpp(82): Leaving test case "potential_deadlock_detected"; testing time: 145us
test/sync_tests.cpp(119): Entering test case "inconsistent_lock_order_detected"
test/sync_tests.cpp(119): Leaving test case "inconsistent_lock_order_detected"; testing time: 89us
test/sync_tests.cpp(80): Leaving test suite "sync_tests"; testing time: 382us
test/system_tests.cpp(24): Entering test suite "system_tests"
test/system_tests.cpp(28): Entering test case "dummy"
test/system_tests.cpp(28): Leaving test case "dummy"; testing time: 2367us
test/system_tests.cpp(35): Entering test case "run_command"
test/system_tests.cpp(35): Leaving test case "run_command"; testing time: 31949us
test/system_tests.cpp(24): Leaving test suite "system_tests"; testing time: 34559us
test/timedata_tests.cpp(19): Entering test suite "timedata_tests"
test/timedata_tests.cpp(21): Entering test case "util_MedianFilter"
test/timedata_tests.cpp(21): Leaving test case "util_MedianFilter"; testing time: 3545us
test/timedata_tests.cpp(57): Entering test case "addtimedata"
test/timedata_tests.cpp(57): Leaving test case "addtimedata"; testing time: 11214us
test/timedata_tests.cpp(19): Leaving test suite "timedata_tests"; testing time: 15040us
test/torcontrol_tests.cpp(17): Entering test suite "torcontrol_tests"
test/torcontrol_tests.cpp(26): Entering test case "util_SplitTorReplyLine"
test/torcontrol_tests.cpp(26): Leaving test case "util_SplitTorReplyLine"; testing time: 141us
test/torcontrol_tests.cpp(73): Entering test case "util_ParseTorReplyMapping"
test/torcontrol_tests.cpp(73): Leaving test case "util_ParseTorReplyMapping"; testing time: 135us
test/torcontrol_tests.cpp(17): Leaving test suite "torcontrol_tests"; testing time: 307us
test/transaction_tests.cpp(188): Entering test suite "transaction_tests"
test/transaction_tests.cpp(190): Entering test case "tx_valid"
test/transaction_tests.cpp(190): Leaving test case "tx_valid"; testing time: 251065us
test/transaction_tests.cpp(279): Entering test case "tx_invalid"
test/transaction_tests.cpp(279): Leaving test case "tx_invalid"; testing time: 62826us
test/transaction_tests.cpp(370): Entering test case "basic_transaction_tests"
test/transaction_tests.cpp(370): Leaving test case "basic_transaction_tests"; testing time: 2493us
test/transaction_tests.cpp(386): Entering test case "test_Get"
test/transaction_tests.cpp(386): Leaving test case "test_Get"; testing time: 2640us
test/transaction_tests.cpp(484): Entering test case "test_big_witness_transaction"
test/transaction_tests.cpp(484): Leaving test case "test_big_witness_transaction"; testing time: 5628482us
test/transaction_tests.cpp(569): Entering test case "test_witness"
test/transaction_tests.cpp(569): Leaving test case "test_witness"; testing time: 11384us
test/transaction_tests.cpp(749): Entering test case "test_IsStandard"
test/transaction_tests.cpp(749): Leaving test case "test_IsStandard"; testing time: 5854us
test/transaction_tests.cpp(188): Leaving test suite "transaction_tests"; testing time: 5965193us
test/txindex_tests.cpp(15): Entering test suite "txindex_tests"
test/txindex_tests.cpp(17): Entering test case "txindex_initial_sync"
test/txindex_tests.cpp(17): Leaving test case "txindex_initial_sync"; testing time: 192821us
test/txindex_tests.cpp(15): Leaving test suite "txindex_tests"; testing time: 192958us
test/txpackage_tests.cpp(17): Entering test suite "txpackage_tests"
test/txpackage_tests.cpp(38): Entering test case "package_sanitization_tests"
test/txpackage_tests.cpp(38): Leaving test case "package_sanitization_tests"; testing time: 78024us
test/txpackage_tests.cpp(67): Entering test case "package_validation_tests"
test/txpackage_tests.cpp(67): Leaving test case "package_validation_tests"; testing time: 82221us
test/txpackage_tests.cpp(121): Entering test case "noncontextual_package_tests"
test/txpackage_tests.cpp(121): Leaving test case "noncontextual_package_tests"; testing time: 86876us
test/txpackage_tests.cpp(213): Entering test case "package_submission_tests"
test/txpackage_tests.cpp(213): Leaving test case "package_submission_tests"; testing time: 81658us
test/txpackage_tests.cpp(345): Entering test case "package_witness_swap_tests"
test/txpackage_tests.cpp(345): Leaving test case "package_witness_swap_tests"; testing time: 83240us
test/txpackage_tests.cpp(601): Entering test case "package_cpfp_tests"
test/txpackage_tests.cpp(601): Leaving test case "package_cpfp_tests"; testing time: 85857us
test/txpackage_tests.cpp(17): Leaving test suite "txpackage_tests"; testing time: 498600us
test/txreconciliation_tests.cpp(11): Entering test suite "txreconciliation_tests"
test/txreconciliation_tests.cpp(13): Entering test case "RegisterPeerTest"
test/txreconciliation_tests.cpp(13): Leaving test case "RegisterPeerTest"; testing time: 2544us
test/txreconciliation_tests.cpp(49): Entering test case "ForgetPeerTest"
test/txreconciliation_tests.cpp(49): Leaving test case "ForgetPeerTest"; testing time: 2284us
test/txreconciliation_tests.cpp(68): Entering test case "IsPeerRegisteredTest"
test/txreconciliation_tests.cpp(68): Leaving test case "IsPeerRegisteredTest"; testing time: 2192us
test/txreconciliation_tests.cpp(11): Leaving test suite "txreconciliation_tests"; testing time: 7114us
test/txrequest_tests.cpp(17): Entering test suite "txrequest_tests"
test/txrequest_tests.cpp(731): Entering test case "TxRequestTest"
test/txrequest_tests.cpp(731): Leaving test case "TxRequestTest"; testing time: 1957619us
test/txrequest_tests.cpp(17): Leaving test suite "txrequest_tests"; testing time: 1957667us
test/txvalidation_tests.cpp(18): Entering test suite "txvalidation_tests"
test/txvalidation_tests.cpp(23): Entering test case "tx_mempool_reject_coinbase"
test/txvalidation_tests.cpp(23): Leaving test case "tx_mempool_reject_coinbase"; testing time: 81019us
test/txvalidation_tests.cpp(18): Leaving test suite "txvalidation_tests"; testing time: 81154us
test/txvalidationcache_tests.cpp(26): Entering test suite "txvalidationcache_tests"
test/txvalidationcache_tests.cpp(28): Entering test case "tx_mempool_block_doublespend"
test/txvalidationcache_tests.cpp(28): Leaving test case "tx_mempool_block_doublespend"; testing time: 79063us
test/txvalidationcache_tests.cpp(160): Entering test case "checkinputs_test"
test/txvalidationcache_tests.cpp(160): Leaving test case "checkinputs_test"; testing time: 766161us
test/txvalidationcache_tests.cpp(26): Leaving test suite "txvalidationcache_tests"; testing time: 845656us
test/uint256_tests.cpp(18): Entering test suite "uint256_tests"
test/uint256_tests.cpp(75): Entering test case "basics"
test/uint256_tests.cpp(75): Leaving test case "basics"; testing time: 233us
test/uint256_tests.cpp(127): Entering test case "comparison"
test/uint256_tests.cpp(127): Leaving test case "comparison"; testing time: 311us
test/uint256_tests.cpp(159): Entering test case "methods"
test/uint256_tests.cpp(159): Leaving test case "methods"; testing time: 185us
test/uint256_tests.cpp(253): Entering test case "conversion"
test/uint256_tests.cpp(253): Leaving test case "conversion"; testing time: 144us
test/uint256_tests.cpp(269): Entering test case "operator_with_self"
test/uint256_tests.cpp(269): Leaving test case "operator_with_self"; testing time: 126us
test/uint256_tests.cpp(282): Entering test case "check_ONE"
test/uint256_tests.cpp(282): Leaving test case "check_ONE"; testing time: 117us
test/uint256_tests.cpp(18): Leaving test suite "uint256_tests"; testing time: 1626us
test/util_tests.cpp(54): Entering test suite "util_tests"
test/util_tests.cpp(81): Entering test case "util_check"
test/util_tests.cpp(81): Leaving test case "util_check"; testing time: 2702us
test/util_tests.cpp(107): Entering test case "util_criticalsection"
test/util_tests.cpp(107): Leaving test case "util_criticalsection"; testing time: 2286us
test/util_tests.cpp(136): Entering test case "parse_hex"
test/util_tests.cpp(136): Leaving test case "parse_hex"; testing time: 2268us
test/util_tests.cpp(165): Entering test case "util_HexStr"
test/util_tests.cpp(165): Leaving test case "util_HexStr"; testing time: 2577us
test/util_tests.cpp(209): Entering test case "span_write_bytes"
test/util_tests.cpp(209): Leaving test case "span_write_bytes"; testing time: 2296us
test/util_tests.cpp(218): Entering test case "util_Join"
test/util_tests.cpp(218): Leaving test case "util_Join"; testing time: 2216us
test/util_tests.cpp(232): Entering test case "util_ReplaceAll"
test/util_tests.cpp(232): Leaving test case "util_ReplaceAll"; testing time: 2209us
test/util_tests.cpp(248): Entering test case "util_TrimString"
test/util_tests.cpp(248): Leaving test case "util_TrimString"; testing time: 2259us
test/util_tests.cpp(264): Entering test case "util_FormatISO8601DateTime"
test/util_tests.cpp(264): Leaving test case "util_FormatISO8601DateTime"; testing time: 2540us
test/util_tests.cpp(270): Entering test case "util_FormatISO8601Date"
test/util_tests.cpp(270): Leaving test case "util_FormatISO8601Date"; testing time: 2298us
test/util_tests.cpp(275): Entering test case "util_FormatMoney"
test/util_tests.cpp(275): Leaving test case "util_FormatMoney"; testing time: 2263us
test/util_tests.cpp(310): Entering test case "util_ParseMoney"
test/util_tests.cpp(310): Leaving test case "util_ParseMoney"; testing time: 2205us
test/util_tests.cpp(379): Entering test case "util_IsHex"
test/util_tests.cpp(379): Leaving test case "util_IsHex"; testing time: 2156us
test/util_tests.cpp(394): Entering test case "util_IsHexNumber"
test/util_tests.cpp(394): Leaving test case "util_IsHexNumber"; testing time: 2096us
test/util_tests.cpp(419): Entering test case "util_seed_insecure_rand"
test/util_tests.cpp(419): Leaving test case "util_seed_insecure_rand"; testing time: 4107us
test/util_tests.cpp(444): Entering test case "util_TimingResistantEqual"
test/util_tests.cpp(444): Leaving test case "util_TimingResistantEqual"; testing time: 2264us
test/util_tests.cpp(459): Entering test case "strprintf_numbers"
test/util_tests.cpp(459): Leaving test case "strprintf_numbers"; testing time: 2198us
test/util_tests.cpp(485): Entering test case "gettime"
test/util_tests.cpp(485): Leaving test case "gettime"; testing time: 2349us
test/util_tests.cpp(490): Entering test case "util_time_GetTime"
test/util_tests.cpp(490): Leaving test case "util_time_GetTime"; testing time: 4489us
test/util_tests.cpp(519): Entering test case "test_IsDigit"
test/util_tests.cpp(519): Leaving test case "test_IsDigit"; testing time: 2527us
test/util_tests.cpp(576): Entering test case "util_overflow"
test/util_tests.cpp(576): Leaving test case "util_overflow"; testing time: 2290us
test/util_tests.cpp(582): Entering test case "test_ParseInt32"
test/util_tests.cpp(582): Leaving test case "test_ParseInt32"; testing time: 2331us
test/util_tests.cpp(645): Entering test case "test_ToIntegral"
test/util_tests.cpp(645): Leaving test case "test_ToIntegral"; testing time: 2307us
test/util_tests.cpp(712): Entering test case "test_LocaleIndependentAtoi"
test/util_tests.cpp(712): Leaving test case "test_LocaleIndependentAtoi"; testing time: 2496us
test/util_tests.cpp(803): Entering test case "test_ParseInt64"
test/util_tests.cpp(803): Leaving test case "test_ParseInt64"; testing time: 2311us
test/util_tests.cpp(831): Entering test case "test_ParseUInt8"
test/util_tests.cpp(831): Leaving test case "test_ParseUInt8"; testing time: 2271us
test/util_tests.cpp(866): Entering test case "test_ParseUInt16"
test/util_tests.cpp(866): Leaving test case "test_ParseUInt16"; testing time: 2442us
test/util_tests.cpp(901): Entering test case "test_ParseUInt32"
test/util_tests.cpp(901): Leaving test case "test_ParseUInt32"; testing time: 2152us
test/util_tests.cpp(938): Entering test case "test_ParseUInt64"
test/util_tests.cpp(938): Leaving test case "test_ParseUInt64"; testing time: 2209us
test/util_tests.cpp(968): Entering test case "test_FormatParagraph"
test/util_tests.cpp(968): Leaving test case "test_FormatParagraph"; testing time: 2120us
test/util_tests.cpp(995): Entering test case "test_FormatSubVersion"
test/util_tests.cpp(995): Leaving test case "test_FormatSubVersion"; testing time: 2162us
test/util_tests.cpp(1007): Entering test case "test_ParseFixedPoint"
test/util_tests.cpp(1007): Leaving test case "test_ParseFixedPoint"; testing time: 2161us
test/util_tests.cpp(1119): Entering test case "test_LockDirectory"
test/util_tests.cpp(1119): Leaving test case "test_LockDirectory"; testing time: 122727us
test/util_tests.cpp(1207): Entering test case "test_DirIsWritable"
test/util_tests.cpp(1207): Leaving test case "test_DirIsWritable"; testing time: 3713us
test/util_tests.cpp(1223): Entering test case "test_ToLower"
test/util_tests.cpp(1223): Leaving test case "test_ToLower"; testing time: 2984us
test/util_tests.cpp(1237): Entering test case "test_ToUpper"
test/util_tests.cpp(1237): Leaving test case "test_ToUpper"; testing time: 2761us
test/util_tests.cpp(1251): Entering test case "test_Capitalize"
test/util_tests.cpp(1251): Leaving test case "test_Capitalize"; testing time: 2496us
test/util_tests.cpp(1263): Entering test case "test_spanparsing"
test/util_tests.cpp(1263): Leaving test case "test_spanparsing"; testing time: 2503us
test/util_tests.cpp(1381): Entering test case "test_SplitString"
test/util_tests.cpp(1381): Leaving test case "test_SplitString"; testing time: 2423us
test/util_tests.cpp(1443): Entering test case "test_LogEscapeMessage"
test/util_tests.cpp(1443): Leaving test case "test_LogEscapeMessage"; testing time: 2358us
test/util_tests.cpp(1478): Entering test case "test_tracked_vector"
test/util_tests.cpp(1478): Leaving test case "test_tracked_vector"; testing time: 2415us
test/util_tests.cpp(1555): Entering test case "message_sign"
test/util_tests.cpp(1555): Leaving test case "message_sign"; testing time: 2507us
test/util_tests.cpp(1591): Entering test case "message_verify"
test/util_tests.cpp(1591): Leaving test case "message_verify"; testing time: 2537us
test/util_tests.cpp(1643): Entering test case "message_hash"
test/util_tests.cpp(1643): Leaving test case "message_hash"; testing time: 2404us
test/util_tests.cpp(1660): Entering test case "remove_prefix"
test/util_tests.cpp(1660): Leaving test case "remove_prefix"; testing time: 2301us
test/util_tests.cpp(1673): Entering test case "util_ParseByteUnits"
test/util_tests.cpp(1673): Leaving test case "util_ParseByteUnits"; testing time: 2295us
test/util_tests.cpp(1721): Entering test case "util_ReadBinaryFile"
test/util_tests.cpp(1721): Leaving test case "util_ReadBinaryFile"; testing time: 2494us
test/util_tests.cpp(1754): Entering test case "util_WriteBinaryFile"
test/util_tests.cpp(1754): Leaving test case "util_WriteBinaryFile"; testing time: 2382us
test/util_tests.cpp(54): Leaving test suite "util_tests"; testing time: 241743us
test/util_threadnames_tests.cpp(20): Entering test suite "util_threadnames_tests"
test/util_threadnames_tests.cpp(54): Entering test case "util_threadnames_test_rename_threaded"
test/util_threadnames_tests.cpp(54): Leaving test case "util_threadnames_test_rename_threaded"; testing time: 4301us
test/util_threadnames_tests.cpp(20): Leaving test suite "util_threadnames_tests"; testing time: 4331us
test/validation_block_tests.cpp(34): Entering test suite "validation_block_tests"
test/validation_block_tests.cpp(149): Entering test case "processnewblock_signals_ordering"
test/validation_block_tests.cpp(149): Leaving test case "processnewblock_signals_ordering"; testing time: 608970us
test/validation_block_tests.cpp(223): Entering test case "mempool_locks_reorg"
test/validation_block_tests.cpp(223): Leaving test case "mempool_locks_reorg"; testing time: 958272us
test/validation_block_tests.cpp(326): Entering test case "witness_commitment_index"
test/validation_block_tests.cpp(326): Leaving test case "witness_commitment_index"; testing time: 5464us
test/validation_block_tests.cpp(34): Leaving test suite "validation_block_tests"; testing time: 1572921us
test/validation_chainstate_tests.cpp(19): Entering test suite "validation_chainstate_tests"
test/validation_chainstate_tests.cpp(23): Entering test case "validation_chainstate_resize_caches"
test/validation_chainstate_tests.cpp(23): Leaving test case "validation_chainstate_resize_caches"; testing time: 10084us
test/validation_chainstate_tests.cpp(80): Entering test case "chainstate_update_tip"
test/validation_chainstate_tests.cpp(80): Leaving test case "chainstate_update_tip"; testing time: 125805us
test/validation_chainstate_tests.cpp(19): Leaving test suite "validation_chainstate_tests"; testing time: 136349us
test/validation_chainstatemanager_tests.cpp(26): Entering test suite "validation_chainstatemanager_tests"
test/validation_chainstatemanager_tests.cpp(31): Entering test case "chainstatemanager"
test/validation_chainstatemanager_tests.cpp(31): Leaving test case "chainstatemanager"; testing time: 4463us
test/validation_chainstatemanager_tests.cpp(106): Entering test case "chainstatemanager_rebalance_caches"
test/validation_chainstatemanager_tests.cpp(106): Leaving test case "chainstatemanager_rebalance_caches"; testing time: 13509us
test/validation_chainstatemanager_tests.cpp(389): Entering test case "chainstatemanager_activate_snapshot"
Checking coins in Chainstate [ibd] @ height 110 (696e92821f65549c7ee134edceeeeaaa4105647a3c4fd9f298c0aec0ab50425c)
Checking coins in Chainstate [snapshot] @ height 110 (696e92821f65549c7ee134edceeeeaaa4105647a3c4fd9f298c0aec0ab50425c)
Checking coins in Chainstate [ibd] @ height 110 (696e92821f65549c7ee134edceeeeaaa4105647a3c4fd9f298c0aec0ab50425c)
Checking coins in Chainstate [snapshot] @ height 210 (4fe08ff1d78843f1b6f0d2b80fee9af49b3c945368e585b8aed1807c89d14804)
test/validation_chainstatemanager_tests.cpp(389): Leaving test case "chainstatemanager_activate_snapshot"; testing time: 495872us
test/validation_chainstatemanager_tests.cpp(404): Entering test case "chainstatemanager_loadblockindex"
test/validation_chainstatemanager_tests.cpp(404): Leaving test case "chainstatemanager_loadblockindex"; testing time: 80544us
test/validation_chainstatemanager_tests.cpp(473): Entering test case "chainstatemanager_snapshot_init"
Checking coins in Chainstate [ibd] @ height 110 (696e92821f65549c7ee134edceeeeaaa4105647a3c4fd9f298c0aec0ab50425c)
Checking coins in Chainstate [snapshot] @ height 110 (696e92821f65549c7ee134edceeeeaaa4105647a3c4fd9f298c0aec0ab50425c)
Checking coins in Chainstate [ibd] @ height 110 (696e92821f65549c7ee134edceeeeaaa4105647a3c4fd9f298c0aec0ab50425c)
Checking coins in Chainstate [snapshot] @ height 210 (4fe08ff1d78843f1b6f0d2b80fee9af49b3c945368e585b8aed1807c89d14804)
Simulating node restart
Performing Load/Verify/Activate of chainstate
Ensure we can mine blocks on top of the initialized snapshot chainstate
test/validation_chainstatemanager_tests.cpp(473): Leaving test case "chainstatemanager_snapshot_init"; testing time: 582462us
test/validation_chainstatemanager_tests.cpp(26): Leaving test suite "validation_chainstatemanager_tests"; testing time: 1177307us
test/validation_flush_tests.cpp(11): Entering test suite "validation_flush_tests"
test/validation_flush_tests.cpp(18): Entering test case "getcoinscachesizestate"
CCoinsViewCache memory usage: 32
CCoinsViewCache memory usage: 336
CCoinsViewCache memory usage: 544
CCoinsViewCache memory usage: 752
CCoinsViewCache memory usage: 960
CCoinsViewCache memory usage: 1168
CCoinsViewCache memory usage: 1376
CCoinsViewCache memory usage: 1584
CCoinsViewCache memory usage: 1792
CCoinsViewCache memory usage: 2000
CoinsTip usage percentage: 0.976562
CCoinsViewCache memory usage: 8896
test/validation_flush_tests.cpp(18): Leaving test case "getcoinscachesizestate"; testing time: 8250us
test/validation_flush_tests.cpp(11): Leaving test suite "validation_flush_tests"; testing time: 8286us
test/validation_tests.cpp(16): Entering test suite "validation_tests"
test/validation_tests.cpp(42): Entering test case "block_subsidy_test"
test/validation_tests.cpp(42): Leaving test case "block_subsidy_test"; testing time: 5486us
test/validation_tests.cpp(50): Entering test case "subsidy_limit_test"
test/validation_tests.cpp(50): Leaving test case "subsidy_limit_test"; testing time: 11629us
test/validation_tests.cpp(63): Entering test case "signet_parse_tests"
test/validation_tests.cpp(63): Leaving test case "signet_parse_tests"; testing time: 5342us
test/validation_tests.cpp(125): Entering test case "test_assumeutxo"
test/validation_tests.cpp(125): Leaving test case "test_assumeutxo"; testing time: 4961us
test/validation_tests.cpp(16): Leaving test suite "validation_tests"; testing time: 27617us
test/validationinterface_tests.cpp(13): Entering test suite "validationinterface_tests"
test/validationinterface_tests.cpp(19): Entering test case "unregister_validation_interface_race"
test/validationinterface_tests.cpp(19): Leaving test case "unregister_validation_interface_race"; testing time: 72852us
test/validationinterface_tests.cpp(77): Entering test case "unregister_all_during_call"
test/validationinterface_tests.cpp(77): Leaving test case "unregister_all_during_call"; testing time: 5508us
test/validationinterface_tests.cpp(13): Leaving test suite "validationinterface_tests"; testing time: 78437us
test/versionbits_tests.cpp(185): Entering test suite "versionbits_tests"
test/versionbits_tests.cpp(187): Entering test case "versionbits_test"
test/versionbits_tests.cpp(187): Leaving test case "versionbits_test"; testing time: 1353159us
test/versionbits_tests.cpp(414): Entering test case "versionbits_computeblockversion"
test/versionbits_tests.cpp(414): Leaving test case "versionbits_computeblockversion"; testing time: 254743us
test/versionbits_tests.cpp(185): Leaving test suite "versionbits_tests"; testing time: 1608103us
wallet/test/feebumper_tests.cpp(18): Entering test suite "feebumper_tests"
wallet/test/feebumper_tests.cpp(42): Entering test case "external_max_weight_test"
wallet/test/feebumper_tests.cpp(42): Leaving test case "external_max_weight_test"; testing time: 10371us
wallet/test/feebumper_tests.cpp(18): Leaving test suite "feebumper_tests"; testing time: 10543us
wallet/test/psbt_wallet_tests.cpp(15): Entering test suite "psbt_wallet_tests"
wallet/test/psbt_wallet_tests.cpp(29): Entering test case "psbt_updater_test"
wallet/test/psbt_wallet_tests.cpp(29): Leaving test case "psbt_updater_test"; testing time: 225305us
wallet/test/psbt_wallet_tests.cpp(73): Entering test case "parse_hd_keypath"
wallet/test/psbt_wallet_tests.cpp(73): Leaving test case "parse_hd_keypath"; testing time: 6848us
wallet/test/psbt_wallet_tests.cpp(15): Leaving test suite "psbt_wallet_tests"; testing time: 232514us
wallet/test/spend_tests.cpp(16): Entering test suite "spend_tests"
wallet/test/spend_tests.cpp(18): Entering test case "SubtractFee"
wallet/test/spend_tests.cpp(18): Leaving test case "SubtractFee"; testing time: 650057us
wallet/test/spend_tests.cpp(78): Entering test case "FillInputToWeightTest"
wallet/test/spend_tests.cpp(78): Leaving test case "FillInputToWeightTest"; testing time: 2728us
wallet/test/spend_tests.cpp(115): Entering test case "wallet_duplicated_preset_inputs_test"
wallet/test/spend_tests.cpp(115): Leaving test case "wallet_duplicated_preset_inputs_test"; testing time: 639400us
wallet/test/spend_tests.cpp(16): Leaving test suite "spend_tests"; testing time: 1292731us
wallet/test/wallet_tests.cpp(44): Entering test suite "wallet_tests"
wallet/test/wallet_tests.cpp(91): Entering test case "scan_for_wallet_transactions"
wallet/test/wallet_tests.cpp(91): Leaving test case "scan_for_wallet_transactions"; testing time: 87961us
wallet/test/wallet_tests.cpp(214): Entering test case "importmulti_rescan"
wallet/test/wallet_tests.cpp(214): Leaving test case "importmulti_rescan"; testing time: 86990us
wallet/test/wallet_tests.cpp(280): Entering test case "importwallet_rescan"
wallet/test/wallet_tests.cpp(280): Leaving test case "importwallet_rescan"; testing time: 85683us
wallet/test/wallet_tests.cpp(356): Entering test case "coin_mark_dirty_immature_credit"
wallet/test/wallet_tests.cpp(356): Leaving test case "coin_mark_dirty_immature_credit"; testing time: 613369us
wallet/test/wallet_tests.cpp(407): Entering test case "ComputeTimeSmart"
wallet/test/wallet_tests.cpp(407): Leaving test case "ComputeTimeSmart"; testing time: 6720us
wallet/test/wallet_tests.cpp(430): Entering test case "LoadReceiveRequests"
wallet/test/wallet_tests.cpp(430): Leaving test case "LoadReceiveRequests"; testing time: 6123us
wallet/test/wallet_tests.cpp(491): Entering test case "WatchOnlyPubKeys"
wallet/test/wallet_tests.cpp(491): Leaving test case "WatchOnlyPubKeys"; testing time: 6536us
wallet/test/wallet_tests.cpp(568): Entering test case "ListCoinsTest"
wallet/test/wallet_tests.cpp(568): Leaving test case "ListCoinsTest"; testing time: 639457us
wallet/test/wallet_tests.cpp(625): Entering test case "wallet_disableprivkeys"
wallet/test/wallet_tests.cpp(625): Leaving test case "wallet_disableprivkeys"; testing time: 84087us
wallet/test/wallet_tests.cpp(682): Entering test case "dummy_input_size_test"
wallet/test/wallet_tests.cpp(682): Leaving test case "dummy_input_size_test"; testing time: 82853us
wallet/test/wallet_tests.cpp(694): Entering test case "wallet_descriptor_test"
wallet/test/wallet_tests.cpp(694): Leaving test case "wallet_descriptor_test"; testing time: 2602us
wallet/test/wallet_tests.cpp(727): Entering test case "CreateWallet"
wallet/test/wallet_tests.cpp(727): Leaving test case "CreateWallet"; testing time: 1939645us
wallet/test/wallet_tests.cpp(825): Entering test case "CreateWalletWithoutChain"
wallet/test/wallet_tests.cpp(825): Leaving test case "CreateWalletWithoutChain"; testing time: 660171us
wallet/test/wallet_tests.cpp(834): Entering test case "ZapSelectTx"
wallet/test/wallet_tests.cpp(834): Leaving test case "ZapSelectTx"; testing time: 763512us
wallet/test/wallet_tests.cpp(918): Entering test case "wallet_sync_tx_invalid_state_test"
wallet/test/wallet_tests.cpp(918): Leaving test case "wallet_sync_tx_invalid_state_test"; testing time: 539204us
wallet/test/wallet_tests.cpp(44): Leaving test suite "wallet_tests"; testing time: 5608099us
wallet/test/walletdb_tests.cpp(13): Entering test suite "walletdb_tests"
wallet/test/walletdb_tests.cpp(15): Entering test case "walletdb_readkeyvalue"
wallet/test/walletdb_tests.cpp(15): Leaving test case "walletdb_readkeyvalue"; testing time: 2555us
wallet/test/walletdb_tests.cpp(13): Leaving test suite "walletdb_tests"; testing time: 2686us
wallet/test/wallet_crypto_tests.cpp(14): Entering test suite "wallet_crypto_tests"
wallet/test/wallet_crypto_tests.cpp(75): Entering test case "passphrase"
wallet/test/wallet_crypto_tests.cpp(75): Leaving test case "passphrase"; testing time: 1084374us
wallet/test/wallet_crypto_tests.cpp(91): Entering test case "encrypt"
wallet/test/wallet_crypto_tests.cpp(91): Leaving test case "encrypt"; testing time: 47201us
wallet/test/wallet_crypto_tests.cpp(106): Entering test case "decrypt"
wallet/test/wallet_crypto_tests.cpp(106): Leaving test case "decrypt"; testing time: 16141us
wallet/test/wallet_crypto_tests.cpp(14): Leaving test suite "wallet_crypto_tests"; testing time: 1148289us
wallet/test/wallet_transaction_tests.cpp(12): Entering test suite "wallet_transaction_tests"
wallet/test/wallet_transaction_tests.cpp(14): Entering test case "roundtrip"
wallet/test/wallet_transaction_tests.cpp(14): Leaving test case "roundtrip"; testing time: 5996us
wallet/test/wallet_transaction_tests.cpp(12): Leaving test suite "wallet_transaction_tests"; testing time: 6132us
wallet/test/coinselector_tests.cpp(23): Entering test suite "coinselector_tests"
wallet/test/coinselector_tests.cpp(162): Entering test case "bnb_search_test"
wallet/test/coinselector_tests.cpp(162): Leaving test case "bnb_search_test"; testing time: 1700087us
wallet/test/coinselector_tests.cpp(412): Entering test case "knapsack_solver_test"
wallet/test/coinselector_tests.cpp(412): Leaving test case "knapsack_solver_test"; testing time: 4417798us
wallet/test/coinselector_tests.cpp(724): Entering test case "ApproximateBestSubset"
wallet/test/coinselector_tests.cpp(724): Leaving test case "ApproximateBestSubset"; testing time: 550044us
wallet/test/coinselector_tests.cpp(747): Entering test case "SelectCoins_test"
wallet/test/coinselector_tests.cpp(747): Leaving test case "SelectCoins_test"; testing time: 1452179us
wallet/test/coinselector_tests.cpp(801): Entering test case "waste_test"
wallet/test/coinselector_tests.cpp(801): Leaving test case "waste_test"; testing time: 7094us
wallet/test/coinselector_tests.cpp(899): Entering test case "effective_value_test"
wallet/test/coinselector_tests.cpp(899): Leaving test case "effective_value_test"; testing time: 5477us
wallet/test/coinselector_tests.cpp(959): Entering test case "check_max_weight"
wallet/test/coinselector_tests.cpp(959): Leaving test case "check_max_weight"; testing time: 3898194us
wallet/test/coinselector_tests.cpp(1052): Entering test case "SelectCoins_effective_value_test"
wallet/test/coinselector_tests.cpp(1052): Leaving test case "SelectCoins_effective_value_test"; testing time: 1076148us
wallet/test/coinselector_tests.cpp(1102): Entering test case "wallet_coinsresult_test"
wallet/test/coinselector_tests.cpp(1102): Leaving test case "wallet_coinsresult_test"; testing time: 537650us
wallet/test/coinselector_tests.cpp(23): Leaving test suite "coinselector_tests"; testing time: 13647193us
wallet/test/availablecoins_tests.cpp(14): Entering test suite "availablecoins_tests"
wallet/test/availablecoins_tests.cpp(58): Entering test case "BasicOutputTypesTest"
wallet/test/availablecoins_tests.cpp(58): Leaving test case "BasicOutputTypesTest"; testing time: 643738us
wallet/test/availablecoins_tests.cpp(14): Leaving test suite "availablecoins_tests"; testing time: 643920us
wallet/test/init_tests.cpp(14): Entering test suite "init_tests"
wallet/test/init_tests.cpp(16): Entering test case "walletinit_verify_walletdir_default"
wallet/test/init_tests.cpp(16): Leaving test case "walletinit_verify_walletdir_default"; testing time: 2935us
wallet/test/init_tests.cpp(26): Entering test case "walletinit_verify_walletdir_custom"
wallet/test/init_tests.cpp(26): Leaving test case "walletinit_verify_walletdir_custom"; testing time: 2603us
wallet/test/init_tests.cpp(36): Entering test case "walletinit_verify_walletdir_does_not_exist"
wallet/test/init_tests.cpp(36): Leaving test case "walletinit_verify_walletdir_does_not_exist"; testing time: 2503us
wallet/test/init_tests.cpp(46): Entering test case "walletinit_verify_walletdir_is_not_directory"
wallet/test/init_tests.cpp(46): Leaving test case "walletinit_verify_walletdir_is_not_directory"; testing time: 2517us
wallet/test/init_tests.cpp(56): Entering test case "walletinit_verify_walletdir_is_not_relative"
wallet/test/init_tests.cpp(56): Leaving test case "walletinit_verify_walletdir_is_not_relative"; testing time: 2520us
wallet/test/init_tests.cpp(66): Entering test case "walletinit_verify_walletdir_no_trailing"
wallet/test/init_tests.cpp(66): Leaving test case "walletinit_verify_walletdir_no_trailing"; testing time: 2470us
wallet/test/init_tests.cpp(76): Entering test case "walletinit_verify_walletdir_no_trailing2"
wallet/test/init_tests.cpp(76): Leaving test case "walletinit_verify_walletdir_no_trailing2"; testing time: 2501us
wallet/test/init_tests.cpp(14): Leaving test suite "init_tests"; testing time: 18904us
wallet/test/ismine_tests.cpp(18): Entering test suite "ismine_tests"
wallet/test/ismine_tests.cpp(39): Entering test case "ismine_standard"
wallet/test/ismine_tests.cpp(39): Leaving test case "ismine_standard"; testing time: 10817us
wallet/test/ismine_tests.cpp(18): Leaving test suite "ismine_tests"; testing time: 11003us
wallet/test/rpc_util_tests.cpp(11): Entering test suite "wallet_util_tests"
wallet/test/rpc_util_tests.cpp(13): Entering test case "util_ParseISO8601DateTime"
wallet/test/rpc_util_tests.cpp(13): Leaving test case "util_ParseISO8601DateTime"; testing time: 231us
wallet/test/rpc_util_tests.cpp(11): Leaving test suite "wallet_util_tests"; testing time: 244us
wallet/test/scriptpubkeyman_tests.cpp(14): Entering test suite "scriptpubkeyman_tests"
wallet/test/scriptpubkeyman_tests.cpp(18): Entering test case "CanProvide"
wallet/test/scriptpubkeyman_tests.cpp(18): Leaving test case "CanProvide"; testing time: 2414us
wallet/test/scriptpubkeyman_tests.cpp(14): Leaving test suite "scriptpubkeyman_tests"; testing time: 2508us
wallet/test/walletload_tests.cpp(13): Entering test suite "walletload_tests"
wallet/test/walletload_tests.cpp(35): Entering test case "wallet_load_unknown_descriptor"
wallet/test/walletload_tests.cpp(35): Leaving test case "wallet_load_unknown_descriptor"; testing time: 5763us
wallet/test/walletload_tests.cpp(71): Entering test case "wallet_load_verif_crypted_key_checksum"
wallet/test/walletload_tests.cpp(71): Leaving test case "wallet_load_verif_crypted_key_checksum"; testing time: 2573657us
wallet/test/walletload_tests.cpp(13): Leaving test suite "walletload_tests"; testing time: 2579768us
wallet/test/db_tests.cpp(16): Entering test suite "db_tests"
wallet/test/db_tests.cpp(25): Entering test case "getwalletenv_file"
wallet/test/db_tests.cpp(25): Leaving test case "getwalletenv_file"; testing time: 2626us
wallet/test/db_tests.cpp(39): Entering test case "getwalletenv_directory"
wallet/test/db_tests.cpp(39): Leaving test case "getwalletenv_directory"; testing time: 2220us
wallet/test/db_tests.cpp(50): Entering test case "getwalletenv_g_dbenvs_multiple"
wallet/test/db_tests.cpp(50): Leaving test case "getwalletenv_g_dbenvs_multiple"; testing time: 2151us
wallet/test/db_tests.cpp(64): Entering test case "getwalletenv_g_dbenvs_free_instance"
wallet/test/db_tests.cpp(64): Leaving test case "getwalletenv_g_dbenvs_free_instance"; testing time: 2158us
wallet/test/db_tests.cpp(16): Leaving test suite "db_tests"; testing time: 9552us
Leaving test module "Bitcoin Core Test Suite"; testing time: 66737745us
Running Unit Tests for Test Framework Modules
Remaining jobs: [wallet_import_rescan.py --legacy-wallet, wallet_taproot.py --descriptors, p2p_blockfilters.py, 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_taproot.py --descriptors, p2p_blockfilters.py, 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_taproot.py --descriptors, p2p_blockfilters.py, p2p_node_network_limited.py, p2p_permissions.py, feature_config_args.py, feature_shutdown.py, wallet_migration.py, p2p_ibd_txrelay.py]
Remaining jobs: [wallet_import_rescan.py --legacy-wallet, wallet_taproot.py --descriptors, p2p_blockfilters.py, p2p_node_network_limited.py, p2p_permissions.py, feature_config_args.py, wallet_migration.py]
Remaining jobs: [wallet_import_rescan.py --legacy-wallet, p2p_blockfilters.py, p2p_node_network_limited.py, p2p_permissions.py, feature_config_args.py, wallet_migration.py]
Remaining jobs: [wallet_import_rescan.py --legacy-wallet, p2p_blockfilters.py, p2p_permissions.py, feature_config_args.py, wallet_migration.py]
Remaining jobs: [wallet_import_rescan.py --legacy-wallet, p2p_blockfilters.py, 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  | 1 s
feature_abortnode.py                                   | ✓ Passed  | 31 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  | 1 s
feature_bip68_sequence.py                              | ✓ Passed  | 18 s
feature_block.py                                       | ✓ Passed  | 108 s
feature_blocksdir.py                                   | ✓ Passed  | 1 s
feature_cltv.py                                        | ✓ Passed  | 2 s
feature_coinstatsindex.py                              | ✓ Passed  | 7 s
feature_config_args.py                                 | ✓ Passed  | 15 s
feature_csv_activation.py                              | ✓ Passed  | 19 s
feature_dersig.py                                      | ✓ Passed  | 1 s
feature_dirsymlinks.py                                 | ✓ Passed  | 2 s
feature_discover.py                                    | ✓ Passed  | 2 s
feature_fee_estimation.py                              | ✓ Passed  | 102 s
feature_filelock.py                                    | ✓ Passed  | 2 s
feature_help.py                                        | ✓ Passed  | 1 s
feature_includeconf.py                                 | ✓ Passed  | 2 s
feature_init.py                                        | ✓ Passed  | 9 s
feature_loadblock.py                                   | ✓ Passed  | 1 s
feature_logging.py                                     | ✓ Passed  | 3 s
feature_maxtipage.py                                   | ✓ Passed  | 6 s
feature_maxuploadtarget.py                             | ✓ Passed  | 59 s
feature_minchainwork.py                                | ✓ Passed  | 10 s
feature_notifications.py                               | ✓ Passed  | 16 s
feature_nulldummy.py                                   | ✓ Passed  | 1 s
feature_presegwit_node_upgrade.py                      | ✓ Passed  | 2 s
feature_proxy.py                                       | ✓ Passed  | 4 s
feature_rbf.py                                         | ✓ Passed  | 11 s
feature_reindex.py                                     | ✓ Passed  | 3 s
feature_segwit.py --descriptors                        | ✓ Passed  | 7 s
feature_segwit.py --legacy-wallet                      | ✓ Passed  | 12 s
feature_settings.py                                    | ✓ Passed  | 2 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  | 155 s
feature_uacomment.py                                   | ✓ Passed  | 2 s
feature_utxo_set_hash.py                               | ✓ Passed  | 1 s
feature_versionbits_warning.py                         | ✓ Passed  | 3 s
interface_bitcoin_cli.py --descriptors                 | ✓ Passed  | 10 s
interface_bitcoin_cli.py --legacy-wallet               | ✓ Passed  | 12 s
interface_http.py                                      | ✓ Passed  | 1 s
interface_rest.py                                      | ✓ Passed  | 4 s
interface_rpc.py                                       | ✓ Passed  | 1 s
mempool_accept.py                                      | ✓ Passed  | 11 s
mempool_accept_wtxid.py                                | ✓ Passed  | 6 s
mempool_datacarrier.py                                 | ✓ Passed  | 2 s
mempool_expiry.py                                      | ✓ Passed  | 2 s
mempool_limit.py                                       | ✓ Passed  | 3 s
mempool_package_limits.py                              | ✓ Passed  | 3 s
mempool_package_onemore.py                             | ✓ Passed  | 1 s
mempool_packages.py                                    | ✓ Passed  | 11 s
mempool_persist.py --descriptors                       | ✓ Passed  | 17 s
mempool_reorg.py                                       | ✓ Passed  | 2 s
mempool_resurrect.py                                   | ✓ Passed  | 1 s
mempool_spend_coinbase.py                              | ✓ Passed  | 1 s
mempool_unbroadcast.py                                 | ✓ Passed  | 8 s
mempool_updatefromblock.py                             | ✓ Passed  | 55 s
mining_basic.py                                        | ✓ Passed  | 12 s
mining_getblocktemplate_longpoll.py                    | ✓ Passed  | 67 s
mining_prioritisetransaction.py                        | ✓ Passed  | 4 s
p2p_add_connections.py                                 | ✓ Passed  | 7 s
p2p_addr_relay.py                                      | ✓ Passed  | 16 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  | 22 s
p2p_blocksonly.py                                      | ✓ Passed  | 20 s
p2p_compactblocks.py                                   | ✓ Passed  | 7 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  | 27 s
p2p_dos_header_tree.py                                 | ✓ Passed  | 2 s
p2p_eviction.py                                        | ✓ Passed  | 5 s
p2p_feefilter.py                                       | ✓ Passed  | 23 s
p2p_filter.py                                          | ✓ Passed  | 3 s
p2p_fingerprint.py                                     | ✓ Passed  | 1 s
p2p_getaddr_caching.py                                 | ✓ Passed  | 14 s
p2p_getdata.py                                         | ✓ Passed  | 1 s
p2p_headers_sync_with_minchainwork.py                  | ✓ Passed  | 31 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  | 1 s
p2p_invalid_block.py                                   | ✓ Passed  | 2 s
p2p_invalid_locator.py                                 | ✓ Passed  | 2 s
p2p_invalid_messages.py                                | ✓ Passed  | 17 s
p2p_invalid_tx.py                                      | ✓ Passed  | 7 s
p2p_leak.py                                            | ✓ Passed  | 6 s
p2p_leak_tx.py                                         | ✓ Passed  | 2 s
p2p_message_capture.py                                 | ✓ Passed  | 1 s
p2p_nobloomfilter_messages.py                          | ✓ Passed  | 1 s
p2p_node_network_limited.py                            | ✓ Passed  | 10 s
p2p_permissions.py                                     | ✓ Passed  | 11 s
p2p_ping.py                                            | ✓ Passed  | 2 s
p2p_segwit.py                                          | ✓ Passed  | 102 s
p2p_sendheaders.py                                     | ✓ Passed  | 14 s
p2p_sendtxrcncl.py                                     | ✓ Passed  | 6 s
p2p_timeouts.py                                        | ✓ Passed  | 1 s
p2p_tx_download.py                                     | ✓ Passed  | 29 s
p2p_tx_privacy.py                                      | ✓ Passed  | 2 s
p2p_unrequested_blocks.py                              | ✓ Passed  | 4 s
rpc_bind.py --ipv4                                     | ✓ Passed  | 2 s
rpc_bind.py --nonloopback                              | ✓ Passed  | 31 s
rpc_blockchain.py                                      | ✓ Passed  | 18 s
rpc_createmultisig.py                                  | ✓ Passed  | 6 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  | 1 s
rpc_getblockfrompeer.py                                | ✓ Passed  | 2 s
rpc_getblockstats.py                                   | ✓ Passed  | 1 s
rpc_getchaintips.py                                    | ✓ Passed  | 4 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  | 4 s
rpc_named_arguments.py                                 | ✓ Passed  | 1 s
rpc_net.py                                             | ✓ Passed  | 16 s
rpc_packages.py                                        | ✓ Passed  | 33 s
rpc_preciousblock.py                                   | ✓ Passed  | 3 s
rpc_psbt.py --descriptors                              | ✓ Passed  | 33 s
rpc_psbt.py --legacy-wallet                            | ✓ Passed  | 42 s
rpc_rawtransaction.py --legacy-wallet                  | ✓ Passed  | 9 s
rpc_scanblocks.py                                      | ✓ Passed  | 2 s
rpc_scantxoutset.py                                    | ✓ Passed  | 7 s
rpc_setban.py                                          | ✓ Passed  | 3 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  | 6 s
rpc_whitelist.py                                       | ✓ Passed  | 1 s
tool_signet_miner.py --descriptors                     | ✓ Passed  | 2 s
tool_signet_miner.py --legacy-wallet                   | ✓ Passed  | 3 s
tool_wallet.py --descriptors                           | ✓ Passed  | 10 s
tool_wallet.py --legacy-wallet                         | ✓ Passed  | 12 s
wallet_abandonconflict.py --descriptors                | ✓ Passed  | 5 s
wallet_abandonconflict.py --legacy-wallet              | ✓ Passed  | 6 s
wallet_address_types.py --descriptors                  | ✓ Passed  | 16 s
wallet_address_types.py --legacy-wallet                | ✓ Passed  | 31 s
wallet_avoid_mixing_output_types.py --descriptors      | ✓ Passed  | 17 s
wallet_avoidreuse.py --descriptors                     | ✓ Passed  | 18 s
wallet_avoidreuse.py --legacy-wallet                   | ✓ Passed  | 41 s
wallet_backup.py --descriptors                         | ✓ Passed  | 37 s
wallet_backup.py --legacy-wallet                       | ✓ Passed  | 34 s
wallet_balance.py --descriptors                        | ✓ Passed  | 5 s
wallet_balance.py --legacy-wallet                      | ✓ Passed  | 7 s
wallet_basic.py --descriptors                          | ✓ Passed  | 18 s
wallet_basic.py --legacy-wallet                        | ✓ Passed  | 23 s
wallet_bumpfee.py --descriptors                        | ✓ Passed  | 28 s
wallet_bumpfee.py --legacy-wallet                      | ✓ Passed  | 27 s
wallet_coinbase_category.py --descriptors              | ✓ Passed  | 1 s
wallet_coinbase_category.py --legacy-wallet            | ✓ Passed  | 1 s
wallet_create_tx.py --descriptors                      | ✓ Passed  | 3 s
wallet_create_tx.py --legacy-wallet                    | ✓ Passed  | 9 s
wallet_createwallet.py --descriptors                   | ✓ Passed  | 3 s
wallet_createwallet.py --legacy-wallet                 | ✓ Passed  | 4 s
wallet_createwallet.py --usecli                        | ✓ Passed  | 6 s
wallet_crosschain.py                                   | ✓ Passed  | 2 s
wallet_descriptor.py --descriptors                     | ✓ Passed  | 4 s
wallet_disable.py                                      | ✓ Passed  | 1 s
wallet_dump.py --legacy-wallet                         | ✓ Passed  | 6 s
wallet_encryption.py --descriptors                     | ✓ Passed  | 6 s
wallet_encryption.py --legacy-wallet                   | ✓ Passed  | 5 s
wallet_fallbackfee.py --descriptors                    | ✓ Passed  | 1 s
wallet_fallbackfee.py --legacy-wallet                  | ✓ Passed  | 2 s
wallet_fast_rescan.py --descriptors                    | ✓ Passed  | 10 s
wallet_fundrawtransaction.py --descriptors             | ✓ Passed  | 27 s
wallet_fundrawtransaction.py --legacy-wallet           | ✓ Passed  | 41 s
wallet_groups.py --descriptors                         | ✓ Passed  | 33 s
wallet_groups.py --legacy-wallet                       | ✓ Passed  | 37 s
wallet_hd.py --descriptors                             | ✓ Passed  | 6 s
wallet_hd.py --legacy-wallet                           | ✓ Passed  | 8 s
wallet_implicitsegwit.py --legacy-wallet               | ✓ Passed  | 7 s
wallet_import_rescan.py --legacy-wallet                | ✓ Passed  | 69 s
wallet_import_with_label.py --legacy-wallet            | ✓ Passed  | 1 s
wallet_importdescriptors.py --descriptors              | ✓ Passed  | 14 s
wallet_importmulti.py --legacy-wallet                  | ✓ Passed  | 6 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  | 4 s
wallet_keypool_topup.py --descriptors                  | ✓ Passed  | 10 s
wallet_keypool_topup.py --legacy-wallet                | ✓ Passed  | 14 s
wallet_labels.py --descriptors                         | ✓ Passed  | 2 s
wallet_labels.py --legacy-wallet                       | ✓ Passed  | 3 s
wallet_listdescriptors.py --descriptors                | ✓ Passed  | 1 s
wallet_listreceivedby.py --descriptors                 | ✓ Passed  | 6 s
wallet_listreceivedby.py --legacy-wallet               | ✓ Passed  | 7 s
wallet_listsinceblock.py --descriptors                 | ✓ Passed  | 9 s
wallet_listsinceblock.py --legacy-wallet               | ✓ Passed  | 9 s
wallet_listtransactions.py --descriptors               | ✓ Passed  | 16 s
wallet_listtransactions.py --legacy-wallet             | ✓ Passed  | 20 s
wallet_migration.py                                    | ✓ Passed  | 8 s
wallet_miniscript.py --descriptors                     | ✓ Passed  | 1 s
wallet_multisig_descriptor_psbt.py --descriptors       | ✓ Passed  | 3 s
wallet_multiwallet.py --descriptors                    | ✓ Passed  | 10 s
wallet_multiwallet.py --legacy-wallet                  | ✓ Passed  | 41 s
wallet_multiwallet.py --usecli                         | ✓ Passed  | 17 s
wallet_orphanedreward.py                               | ✓ Passed  | 4 s
wallet_reorgsrestore.py                                | ✓ Passed  | 4 s
wallet_resendwallettransactions.py --descriptors       | ✓ Passed  | 9 s
wallet_resendwallettransactions.py --legacy-wallet     | ✓ Passed  | 1 s
wallet_send.py --descriptors                           | ✓ Passed  | 13 s
wallet_send.py --legacy-wallet                         | ✓ Passed  | 18 s
wallet_sendall.py --descriptors                        | ✓ Passed  | 5 s
wallet_sendall.py --legacy-wallet                      | ✓ Passed  | 26 s
wallet_signer.py --descriptors                         | ✓ Passed  | 3 s
wallet_signmessagewithaddress.py                       | ✓ Passed  | 1 s
wallet_signrawtransactionwithwallet.py --descriptors   | ✓ Passed  | 2 s
wallet_signrawtransactionwithwallet.py --legacy-wallet | ✓ Passed  | 3 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  | 28 s
wallet_timelock.py                                     | ✓ Passed  | 1 s
wallet_transactiontime_rescan.py --descriptors         | ✓ Passed  | 9 s
wallet_transactiontime_rescan.py --legacy-wallet       | ✓ Passed  | 7 s
wallet_txn_clone.py                                    | ✓ Passed  | 4 s
wallet_txn_clone.py --mineblock                        | ✓ Passed  | 3 s
wallet_txn_clone.py --segwit                           | ✓ Passed  | 2 s
wallet_txn_doublespend.py --descriptors                | ✓ Passed  | 2 s
wallet_txn_doublespend.py --legacy-wallet              | ✓ Passed  | 3 s
wallet_txn_doublespend.py --mineblock                  | ✓ Passed  | 3 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 | 2 s
interface_usdt_utxocache.py                            | ○ Skipped | 0 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  | 2561 s (accumulated) 
Runtime: 237 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

*** No errors detected
Temporary test directory at /tmp/test_runner_₿_🏃_20221209_160853
..........
----------------------------------------------------------------------
Ran 10 tests in 0.885s

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