Skip to content

0.17.1: test suite is failing #152

@kloczek

Description

@kloczek

source tree is configured with:

%configure \
        --disable-debug \
        --disable-gprof \
        --disable-zmq \
        --disable-static \
        --enable-upnp-default \
        --enable-asm \
        --enable-bench \
        --enable-determinism \
        --enable-extended-functional-tests \
        --enable-gui-tests \
        --enable-man \
        --enable-reduce-exports \
        --enable-sse2 \
        --enable-tests \
        --enable-threadlocal \
        --enable-util-cli \
        --enable-util-tx \
        --enable-util-wallet \
        --enable-wallet \
        --with-boost \
        --with-boost-filesystem \
        --with-boost-thread \
        --with-boost-unit-test-framework \
        --with-daemon \
        --with-gui \
        --with-incompatible-bdb \
        --with-libs \
        --without-miniupnpc \
        --without-system-univalue \
        --with-qrencode \
        --with-qtdbus \
        --with-utils \

Full log of the check target:

+ cd vertcoin-core-0.17.1
+ /usr/bin/make -O -j48 V=1 VERBOSE=1 check
Making check in src
/usr/bin/make  check-TESTS check-local
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: blockfilter_tests from test/blockfilter_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/blockfilter_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/blockfilter_tests.cpp.log 2>&1 || (cat test/blockfilter_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: base32_tests from test/base32_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/base32_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/base32_tests.cpp.log 2>&1 || (cat test/base32_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: bswap_tests from test/bswap_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/bswap_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/bswap_tests.cpp.log 2>&1 || (cat test/bswap_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: base64_tests from test/base64_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/base64_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/base64_tests.cpp.log 2>&1 || (cat test/base64_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: bech32_tests from test/bech32_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/bech32_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/bech32_tests.cpp.log 2>&1 || (cat test/bech32_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: allocator_tests from test/allocator_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/allocator_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/allocator_tests.cpp.log 2>&1 || (cat test/allocator_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: blockchain_tests from test/blockchain_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/blockchain_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/blockchain_tests.cpp.log 2>&1 || (cat test/blockchain_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: amount_tests from test/amount_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/amount_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/amount_tests.cpp.log 2>&1 || (cat test/amount_tests.cpp.log && false)
Running 4 test cases...
Entering test module "Bitcoin Core Test Suite"
wallet/test/scriptpubkeyman_tests.cpp(13): Test suite "scriptpubkeyman_tests" is skipped because disabled
wallet/test/ismine_tests.cpp(16): Test suite "ismine_tests" is skipped because disabled
wallet/test/init_tests.cpp(13): Test suite "init_tests" is skipped because disabled
wallet/test/coinselector_tests.cpp(18): Test suite "coinselector_tests" is skipped because disabled
wallet/test/wallet_crypto_tests.cpp(13): Test suite "wallet_crypto_tests" is skipped because disabled
wallet/test/wallet_tests.cpp(27): Test suite "wallet_tests" is skipped because disabled
wallet/test/psbt_wallet_tests.cpp(14): Test suite "psbt_wallet_tests" is skipped because disabled
wallet/test/db_tests.cpp(14): Test suite "db_tests" is skipped because disabled
test/versionbits_tests.cpp(159): Test suite "versionbits_tests" is skipped because disabled
test/validationinterface_tests.cpp(13): Test suite "validationinterface_tests" is skipped because disabled
test/validation_flush_tests.cpp(12): Test suite "validation_flush_tests" is skipped because disabled
test/validation_block_tests.cpp(33): Test suite "validation_block_tests" is skipped because disabled
test/util_tests.cpp(42): Test suite "util_tests" is skipped because disabled
test/uint256_tests.cpp(16): Test suite "uint256_tests" is skipped because disabled
test/txvalidationcache_tests.cpp(18): Test suite "txvalidationcache_tests" is skipped because disabled
test/txvalidation_tests.cpp(14): Test suite "txvalidation_tests" is skipped because disabled
test/txindex_tests.cpp(13): Test suite "txindex_tests" is skipped because disabled
test/transaction_tests.cpp(97): Test suite "transaction_tests" is skipped because disabled
test/torcontrol_tests.cpp(18): Test suite "torcontrol_tests" is skipped because disabled
test/timedata_tests.cpp(18): Test suite "timedata_tests" is skipped because disabled
test/util_threadnames_tests.cpp(20): Test suite "util_threadnames_tests" is skipped because disabled
test/sync_tests.cpp(32): Test suite "sync_tests" is skipped because disabled
test/streams_tests.cpp(10): Test suite "streams_tests" is skipped because disabled
test/skiplist_tests.cpp(14): Test suite "skiplist_tests" is skipped because disabled
test/sigopcount_tests.cpp(26): Test suite "sigopcount_tests" is skipped because disabled
test/sighash_tests.cpp(117): Test suite "sighash_tests" is skipped because disabled
test/settings_tests.cpp(17): Test suite "settings_tests" is skipped because disabled
test/serialize_tests.cpp(15): Test suite "serialize_tests" is skipped because disabled
test/scriptnum_tests.cpp(13): Test suite "scriptnum_tests" is skipped because disabled
test/script_standard_tests.cpp(14): Test suite "script_standard_tests" is skipped because disabled
test/script_tests.cpp(123): Test suite "script_tests" is skipped because disabled
test/script_p2sh_tests.cpp(48): Test suite "script_p2sh_tests" is skipped because disabled
test/scheduler_tests.cpp(12): Test suite "scheduler_tests" is skipped because disabled
test/sanity_tests.cpp(11): Test suite "sanity_tests" is skipped because disabled
test/rpc_tests.cpp(43): Test suite "rpc_tests" is skipped because disabled
test/reverselock_tests.cpp(10): Test suite "reverselock_tests" is skipped because disabled
test/random_tests.cpp(14): Test suite "random_tests" is skipped because disabled
test/raii_event_tests.cpp(37): Test suite "raii_event_tests" is skipped because disabled
test/prevector_tests.cpp(16): Test suite "prevector_tests" is skipped because disabled
test/pow_tests.cpp(12): Test suite "pow_tests" is skipped because disabled
test/policyestimator_tests.cpp(15): Test suite "policyestimator_tests" is skipped because disabled
test/pmt_tests.cpp(29): Test suite "pmt_tests" is skipped because disabled
test/netbase_tests.cpp(14): Test suite "netbase_tests" is skipped because disabled
test/net_tests.cpp(80): Test suite "net_tests" is skipped because disabled
test/multisig_tests.cpp(19): Test suite "multisig_tests" is skipped because disabled
test/miner_tests.cpp(37): Test suite "miner_tests" is skipped because disabled
test/merkleblock_tests.cpp(12): Test suite "merkleblock_tests" is skipped because disabled
test/merkle_tests.cpp(10): Test suite "merkle_tests" is skipped because disabled
test/mempool_tests.cpp(15): Test suite "mempool_tests" is skipped because disabled
test/validation_tests.cpp(14): Test suite "validation_tests" is skipped because disabled
test/dbwrapper_tests.cpp(24): Test suite "dbwrapper_tests" is skipped because disabled
test/logging_tests.cpp(13): Test suite "logging_tests" is skipped because disabled
test/limitedmap_tests.cpp(11): Test suite "limitedmap_tests" is skipped because disabled
test/key_tests.cpp(31): Test suite "key_tests" is skipped because disabled
test/key_io_tests.cpp(20): Test suite "key_io_tests" is skipped because disabled
test/hash_tests.cpp(13): Test suite "hash_tests" is skipped because disabled
test/getarg_tests.cpp(16): Test suite "getarg_tests" is skipped because disabled
test/fs_tests.cpp(11): Test suite "fs_tests" is skipped because disabled
test/flatfile_tests.cpp(13): Test suite "flatfile_tests" is skipped because disabled
test/descriptor_tests.cpp(280): Test suite "descriptor_tests" is skipped because disabled
test/denialofservice_tests.cpp(68): Test suite "denialofservice_tests" is skipped because disabled
test/cuckoocache_tests.cpp(25): Test suite "cuckoocache_tests" is skipped because disabled
test/crypto_tests.cpp(24): Test suite "crypto_tests" is skipped because disabled
test/compress_tests.cpp(25): Test suite "compress_tests" is skipped because disabled
test/compilerbug_tests.cpp(8): Test suite "compilerbug_tests" is skipped because disabled
test/coins_tests.cpp(99): Test suite "coins_tests" is skipped because disabled
test/checkqueue_tests.cpp(22): Test suite "checkqueue_tests" is skipped because disabled
test/bswap_tests.cpp(10): Test suite "bswap_tests" is skipped because disabled
test/bloom_tests.cpp(24): Test suite "bloom_tests" is skipped because disabled
test/blockfilter_index_tests.cpp(19): Test suite "blockfilter_index_tests" is skipped because disabled
test/blockfilter_tests.cpp(17): Test suite "blockfilter_tests" is skipped because disabled
test/blockencodings_tests.cpp(17): Test suite "blockencodings_tests" is skipped because disabled
test/blockchain_tests.cpp(50): Test suite "blockchain_tests" is skipped because disabled
test/bip32_tests.cpp(124): Test suite "bip32_tests" is skipped because disabled
test/bech32_tests.cpp(11): Test suite "bech32_tests" is skipped because disabled
test/base64_tests.cpp(10): Test suite "base64_tests" is skipped because disabled
test/base58_tests.cpp(19): Test suite "base58_tests" is skipped because disabled
test/base32_tests.cpp(10): Test suite "base32_tests" is skipped because disabled
test/allocator_tests.cpp(14): Test suite "allocator_tests" is skipped because disabled
test/amount_tests.cpp(11): Entering test suite "amount_tests"
test/amount_tests.cpp(13): Entering test case "MoneyRangeTest"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=9870da6a5cc44e5e6e9f16e77937870d004f66b705142abf689920da25a105f9
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/amount_tests.cpp(13): Leaving test case "MoneyRangeTest"; testing time: 32010us
test/amount_tests.cpp(22): Entering test case "GetFeeTest"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=9870da6a5cc44e5e6e9f16e77937870d004f66b705142abf689920da25a105f9
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/amount_tests.cpp(22): Leaving test case "GetFeeTest"; testing time: 2227us
test/amount_tests.cpp(89): Entering test case "BinaryOperatorTest"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=9870da6a5cc44e5e6e9f16e77937870d004f66b705142abf689920da25a105f9
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/amount_tests.cpp(89): Leaving test case "BinaryOperatorTest"; testing time: 2255us
test/amount_tests.cpp(106): Entering test case "ToStringTest"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=9870da6a5cc44e5e6e9f16e77937870d004f66b705142abf689920da25a105f9
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/amount_tests.cpp(110): error: in "amount_tests/ToStringTest": check feeRate.ToString() == "0.00000001 BTC/kB" has failed [0.00000001 VTC/kB != 0.00000001 BTC/kB]
test/amount_tests.cpp(106): Leaving test case "ToStringTest"; testing time: 2253us
test/amount_tests.cpp(11): Leaving test suite "amount_tests"; testing time: 38895us
test/addrman_tests.cpp(122): Test suite "addrman_tests" is skipped because disabled
test/arith_uint256_tests.cpp(16): Test suite "arith_uint256_tests" is skipped because disabled
Leaving test module "Bitcoin Core Test Suite"; testing time: 39691us

*** 1 failure is detected in the test module "Bitcoin Core Test Suite"
make[3]: *** [Makefile:19738: test/amount_tests.cpp.test] Error 1
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: *** Waiting for unfinished jobs....
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: compilerbug_tests from test/compilerbug_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/compilerbug_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/compilerbug_tests.cpp.log 2>&1 || (cat test/compilerbug_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: bip32_tests from test/bip32_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/bip32_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/bip32_tests.cpp.log 2>&1 || (cat test/bip32_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: fs_tests from test/fs_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/fs_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/fs_tests.cpp.log 2>&1 || (cat test/fs_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: limitedmap_tests from test/limitedmap_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/limitedmap_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/limitedmap_tests.cpp.log 2>&1 || (cat test/limitedmap_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: arith_uint256_tests from test/arith_uint256_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/arith_uint256_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/arith_uint256_tests.cpp.log 2>&1 || (cat test/arith_uint256_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: flatfile_tests from test/flatfile_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/flatfile_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/flatfile_tests.cpp.log 2>&1 || (cat test/flatfile_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: hash_tests from test/hash_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/hash_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/hash_tests.cpp.log 2>&1 || (cat test/hash_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: getarg_tests from test/getarg_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/getarg_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/getarg_tests.cpp.log 2>&1 || (cat test/getarg_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: logging_tests from test/logging_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/logging_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/logging_tests.cpp.log 2>&1 || (cat test/logging_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: bloom_tests from test/bloom_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/bloom_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/bloom_tests.cpp.log 2>&1 || (cat test/bloom_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: key_io_tests from test/key_io_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/key_io_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/key_io_tests.cpp.log 2>&1 || (cat test/key_io_tests.cpp.log && false)
Running 3 test cases...
Entering test module "Bitcoin Core Test Suite"
wallet/test/scriptpubkeyman_tests.cpp(13): Test suite "scriptpubkeyman_tests" is skipped because disabled
wallet/test/ismine_tests.cpp(16): Test suite "ismine_tests" is skipped because disabled
wallet/test/init_tests.cpp(13): Test suite "init_tests" is skipped because disabled
wallet/test/coinselector_tests.cpp(18): Test suite "coinselector_tests" is skipped because disabled
wallet/test/wallet_crypto_tests.cpp(13): Test suite "wallet_crypto_tests" is skipped because disabled
wallet/test/wallet_tests.cpp(27): Test suite "wallet_tests" is skipped because disabled
wallet/test/psbt_wallet_tests.cpp(14): Test suite "psbt_wallet_tests" is skipped because disabled
wallet/test/db_tests.cpp(14): Test suite "db_tests" is skipped because disabled
test/versionbits_tests.cpp(159): Test suite "versionbits_tests" is skipped because disabled
test/validationinterface_tests.cpp(13): Test suite "validationinterface_tests" is skipped because disabled
test/validation_flush_tests.cpp(12): Test suite "validation_flush_tests" is skipped because disabled
test/validation_block_tests.cpp(33): Test suite "validation_block_tests" is skipped because disabled
test/util_tests.cpp(42): Test suite "util_tests" is skipped because disabled
test/uint256_tests.cpp(16): Test suite "uint256_tests" is skipped because disabled
test/txvalidationcache_tests.cpp(18): Test suite "txvalidationcache_tests" is skipped because disabled
test/txvalidation_tests.cpp(14): Test suite "txvalidation_tests" is skipped because disabled
test/txindex_tests.cpp(13): Test suite "txindex_tests" is skipped because disabled
test/transaction_tests.cpp(97): Test suite "transaction_tests" is skipped because disabled
test/torcontrol_tests.cpp(18): Test suite "torcontrol_tests" is skipped because disabled
test/timedata_tests.cpp(18): Test suite "timedata_tests" is skipped because disabled
test/util_threadnames_tests.cpp(20): Test suite "util_threadnames_tests" is skipped because disabled
test/sync_tests.cpp(32): Test suite "sync_tests" is skipped because disabled
test/streams_tests.cpp(10): Test suite "streams_tests" is skipped because disabled
test/skiplist_tests.cpp(14): Test suite "skiplist_tests" is skipped because disabled
test/sigopcount_tests.cpp(26): Test suite "sigopcount_tests" is skipped because disabled
test/sighash_tests.cpp(117): Test suite "sighash_tests" is skipped because disabled
test/settings_tests.cpp(17): Test suite "settings_tests" is skipped because disabled
test/serialize_tests.cpp(15): Test suite "serialize_tests" is skipped because disabled
test/scriptnum_tests.cpp(13): Test suite "scriptnum_tests" is skipped because disabled
test/script_standard_tests.cpp(14): Test suite "script_standard_tests" is skipped because disabled
test/script_tests.cpp(123): Test suite "script_tests" is skipped because disabled
test/script_p2sh_tests.cpp(48): Test suite "script_p2sh_tests" is skipped because disabled
test/scheduler_tests.cpp(12): Test suite "scheduler_tests" is skipped because disabled
test/sanity_tests.cpp(11): Test suite "sanity_tests" is skipped because disabled
test/rpc_tests.cpp(43): Test suite "rpc_tests" is skipped because disabled
test/reverselock_tests.cpp(10): Test suite "reverselock_tests" is skipped because disabled
test/random_tests.cpp(14): Test suite "random_tests" is skipped because disabled
test/raii_event_tests.cpp(37): Test suite "raii_event_tests" is skipped because disabled
test/prevector_tests.cpp(16): Test suite "prevector_tests" is skipped because disabled
test/pow_tests.cpp(12): Test suite "pow_tests" is skipped because disabled
test/policyestimator_tests.cpp(15): Test suite "policyestimator_tests" is skipped because disabled
test/pmt_tests.cpp(29): Test suite "pmt_tests" is skipped because disabled
test/netbase_tests.cpp(14): Test suite "netbase_tests" is skipped because disabled
test/net_tests.cpp(80): Test suite "net_tests" is skipped because disabled
test/multisig_tests.cpp(19): Test suite "multisig_tests" is skipped because disabled
test/miner_tests.cpp(37): Test suite "miner_tests" is skipped because disabled
test/merkleblock_tests.cpp(12): Test suite "merkleblock_tests" is skipped because disabled
test/merkle_tests.cpp(10): Test suite "merkle_tests" is skipped because disabled
test/mempool_tests.cpp(15): Test suite "mempool_tests" is skipped because disabled
test/validation_tests.cpp(14): Test suite "validation_tests" is skipped because disabled
test/dbwrapper_tests.cpp(24): Test suite "dbwrapper_tests" is skipped because disabled
test/logging_tests.cpp(13): Test suite "logging_tests" is skipped because disabled
test/limitedmap_tests.cpp(11): Test suite "limitedmap_tests" is skipped because disabled
test/key_tests.cpp(31): Test suite "key_tests" is skipped because disabled
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"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=d29d1fe7b7ed7bc805f985f5ab962fe49130fd529982041f3140eb8ed9b45df8
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/key_io_tests.cpp(58): error: in "key_io_tests/key_io_valid_parse": !IsValid:["1AGNa15ZQXAZUgFiqJ2i7Z2DPU2J6hW62i","76a91465a16059864a2fdbc7c99a4723a8395bc6f188eb88ac",{"isPrivkey":false,"chain":"main"}]
test/key_io_tests.cpp(59): error: in "key_io_tests/key_io_valid_parse": check HexStr(script) == HexStr(exp_payload) has failed [ != 76a91465a16059864a2fdbc7c99a4723a8395bc6f188eb88ac]
test/key_io_tests.cpp(58): error: in "key_io_tests/key_io_valid_parse": !IsValid:["mo9ncXisMeAoXwqcV5EWuyncbmCcQN4rVs","76a91453c0307d6851aa0ce7825ba883c6bd9ad242b48688ac",{"isPrivkey":false,"chain":"test"}]
test/key_io_tests.cpp(59): error: in "key_io_tests/key_io_valid_parse": check HexStr(script) == HexStr(exp_payload) has failed [ != 76a91453c0307d6851aa0ce7825ba883c6bd9ad242b48688ac]
test/key_io_tests.cpp(58): error: in "key_io_tests/key_io_valid_parse": !IsValid:["mo9ncXisMeAoXwqcV5EWuyncbmCcQN4rVs","76a91453c0307d6851aa0ce7825ba883c6bd9ad242b48688ac",{"isPrivkey":false,"chain":"regtest"}]
test/key_io_tests.cpp(59): error: in "key_io_tests/key_io_valid_parse": check HexStr(script) == HexStr(exp_payload) has failed [ != 76a91453c0307d6851aa0ce7825ba883c6bd9ad242b48688ac]
test/key_io_tests.cpp(58): error: in "key_io_tests/key_io_valid_parse": !IsValid:["1Ax4gZtb7gAit2TivwejZHYtNNLT18PUXJ","76a9146d23156cbbdcc82a5a47eee4c2c7c583c18b6bf488ac",{"isPrivkey":false,"chain":"main"}]
test/key_io_tests.cpp(59): error: in "key_io_tests/key_io_valid_parse": check HexStr(script) == HexStr(exp_payload) has failed [ != 76a9146d23156cbbdcc82a5a47eee4c2c7c583c18b6bf488ac]
test/key_io_tests.cpp(58): error: in "key_io_tests/key_io_valid_parse": !IsValid:["n3ZddxzLvAY9o7184TB4c6FJasAybsw4HZ","76a914f1d470f9b02370fdec2e6b708b08ac431bf7a5f788ac",{"isPrivkey":false,"chain":"test"}]
test/key_io_tests.cpp(59): error: in "key_io_tests/key_io_valid_parse": check HexStr(script) == HexStr(exp_payload) has failed [ != 76a914f1d470f9b02370fdec2e6b708b08ac431bf7a5f788ac]
test/key_io_tests.cpp(58): error: in "key_io_tests/key_io_valid_parse": !IsValid:["1C5bSj1iEGUgSTbziymG7Cn18ENQuT36vv","76a9147987ccaa53d02c8873487ef919677cd3db7a691288ac",{"isPrivkey":false,"chain":"main"}]
test/key_io_tests.cpp(59): error: in "key_io_tests/key_io_valid_parse": check HexStr(script) == HexStr(exp_payload) has failed [ != 76a9147987ccaa53d02c8873487ef919677cd3db7a691288ac]
test/key_io_tests.cpp(58): error: in "key_io_tests/key_io_valid_parse": !IsValid:["n3LnJXCqbPjghuVs8ph9CYsAe4Sh4j97wk","76a914ef66444b5b17f14e8fae6e7e19b045a78c54fd7988ac",{"isPrivkey":false,"chain":"test"}]
test/key_io_tests.cpp(59): error: in "key_io_tests/key_io_valid_parse": check HexStr(script) == HexStr(exp_payload) has failed [ != 76a914ef66444b5b17f14e8fae6e7e19b045a78c54fd7988ac]
test/key_io_tests.cpp(58): error: in "key_io_tests/key_io_valid_parse": !IsValid:["1Gqk4Tv79P91Cc1STQtU3s1W6277M2CVWu","76a914adc1cc2081a27206fae25792f28bbc55b831549d88ac",{"isPrivkey":false,"chain":"main"}]
test/key_io_tests.cpp(59): error: in "key_io_tests/key_io_valid_parse": check HexStr(script) == HexStr(exp_payload) has failed [ != 76a914adc1cc2081a27206fae25792f28bbc55b831549d88ac]
test/key_io_tests.cpp(58): error: in "key_io_tests/key_io_valid_parse": !IsValid:["mhaMcBxNh5cqXm4aTQ6EcVbKtfL6LGyK2H","76a9141694f5bc1a7295b600f40018a618a6ea48eeb49888ac",{"isPrivkey":false,"chain":"test"}]
test/key_io_tests.cpp(59): error: in "key_io_tests/key_io_valid_parse": check HexStr(script) == HexStr(exp_payload) has failed [ != 76a9141694f5bc1a7295b600f40018a618a6ea48eeb49888ac]
test/key_io_tests.cpp(58): error: in "key_io_tests/key_io_valid_parse": !IsValid:["1JwMWBVLtiqtscbaRHai4pqHokhFCbtoB4","76a914c4c1b72491ede1eedaca00618407ee0b772cad0d88ac",{"isPrivkey":false,"chain":"main"}]
test/key_io_tests.cpp(59): error: in "key_io_tests/key_io_valid_parse": check HexStr(script) == HexStr(exp_payload) has failed [ != 76a914c4c1b72491ede1eedaca00618407ee0b772cad0d88ac]
test/key_io_tests.cpp(58): error: in "key_io_tests/key_io_valid_parse": !IsValid:["mizXiucXRCsEriQCHUkCqef9ph9qtPbZZ6","76a914261f83568a098a8638844bd7aeca039d5f2352c088ac",{"isPrivkey":false,"chain":"test"}]
test/key_io_tests.cpp(59): error: in "key_io_tests/key_io_valid_parse": check HexStr(script) == HexStr(exp_payload) has failed [ != 76a914261f83568a098a8638844bd7aeca039d5f2352c088ac]
test/key_io_tests.cpp(58): error: in "key_io_tests/key_io_valid_parse": !IsValid:["19dcawoKcZdQz365WpXWMhX6QCUpR9SY4r","76a9145eadaf9bb7121f0f192561a5a62f5e5f5421029288ac",{"isPrivkey":false,"chain":"main"}]
test/key_io_tests.cpp(59): error: in "key_io_tests/key_io_valid_parse": check HexStr(script) == HexStr(exp_payload) has failed [ != 76a9145eadaf9bb7121f0f192561a5a62f5e5f5421029288ac]
test/key_io_tests.cpp(58): error: in "key_io_tests/key_io_valid_parse": !IsValid:["myoqcgYiehufrsnnkqdqbp69dddVDMopJu","76a914c8a3c2a09a298592c3e180f02487cd91ba3400b588ac",{"isPrivkey":false,"chain":"test"}]
test/key_io_tests.cpp(59): error: in "key_io_tests/key_io_valid_parse": check HexStr(script) == HexStr(exp_payload) has failed [ != 76a914c8a3c2a09a298592c3e180f02487cd91ba3400b588ac]
test/key_io_tests.cpp(58): error: in "key_io_tests/key_io_valid_parse": !IsValid:["13p1ijLwsnrcuyqcTvJXkq2ASdXqcnEBLE","76a9141ed467017f043e91ed4c44b4e8dd674db211c4e688ac",{"isPrivkey":false,"chain":"main"}]
test/key_io_tests.cpp(59): error: in "key_io_tests/key_io_valid_parse": check HexStr(script) == HexStr(exp_payload) has failed [ != 76a9141ed467017f043e91ed4c44b4e8dd674db211c4e688ac]
test/key_io_tests.cpp(58): error: in "key_io_tests/key_io_valid_parse": !IsValid:["bc1qw508d6qejxtdg4y5r3zarvary0c5xw7kv8f3t4","0014751e76e8199196d454941c45d1b3a323f1433bd6",{"isPrivkey":false,"chain":"main","tryCaseFlip":true}]
test/key_io_tests.cpp(59): error: in "key_io_tests/key_io_valid_parse": check HexStr(script) == HexStr(exp_payload) has failed [ != 0014751e76e8199196d454941c45d1b3a323f1433bd6]
test/key_io_tests.cpp(70): error: in "key_io_tests/key_io_valid_parse": !IsValid case flipped:["bc1qw508d6qejxtdg4y5r3zarvary0c5xw7kv8f3t4","0014751e76e8199196d454941c45d1b3a323f1433bd6",{"isPrivkey":false,"chain":"main","tryCaseFlip":true}]
test/key_io_tests.cpp(58): error: in "key_io_tests/key_io_valid_parse": !IsValid:["bcrt1qw508d6qejxtdg4y5r3zarvary0c5xw7kygt080","0014751e76e8199196d454941c45d1b3a323f1433bd6",{"isPrivkey":false,"chain":"regtest","tryCaseFlip":true}]
test/key_io_tests.cpp(59): error: in "key_io_tests/key_io_valid_parse": check HexStr(script) == HexStr(exp_payload) has failed [ != 0014751e76e8199196d454941c45d1b3a323f1433bd6]
test/key_io_tests.cpp(70): error: in "key_io_tests/key_io_valid_parse": !IsValid case flipped:["bcrt1qw508d6qejxtdg4y5r3zarvary0c5xw7kygt080","0014751e76e8199196d454941c45d1b3a323f1433bd6",{"isPrivkey":false,"chain":"regtest","tryCaseFlip":true}]
test/key_io_tests.cpp(58): error: in "key_io_tests/key_io_valid_parse": !IsValid:["tb1qrp33g0q5c5txsp9arysrx4k6zdkfs4nce4xj0gdcccefvpysxf3q0sl5k7","00201863143c14c5166804bd19203356da136c985678cd4d27a1b8c6329604903262",{"isPrivkey":false,"chain":"test","tryCaseFlip":true}]
test/key_io_tests.cpp(59): error: in "key_io_tests/key_io_valid_parse": check HexStr(script) == HexStr(exp_payload) has failed [ != 00201863143c14c5166804bd19203356da136c985678cd4d27a1b8c6329604903262]
test/key_io_tests.cpp(70): error: in "key_io_tests/key_io_valid_parse": !IsValid case flipped:["tb1qrp33g0q5c5txsp9arysrx4k6zdkfs4nce4xj0gdcccefvpysxf3q0sl5k7","00201863143c14c5166804bd19203356da136c985678cd4d27a1b8c6329604903262",{"isPrivkey":false,"chain":"test","tryCaseFlip":true}]
test/key_io_tests.cpp(58): error: in "key_io_tests/key_io_valid_parse": !IsValid:["bc1pw508d6qejxtdg4y5r3zarvary0c5xw7kw508d6qejxtdg4y5r3zarvary0c5xw7k7grplx","5128751e76e8199196d454941c45d1b3a323f1433bd6751e76e8199196d454941c45d1b3a323f1433bd6",{"isPrivkey":false,"chain":"main","tryCaseFlip":true}]
test/key_io_tests.cpp(59): error: in "key_io_tests/key_io_valid_parse": check HexStr(script) == HexStr(exp_payload) has failed [ != 5128751e76e8199196d454941c45d1b3a323f1433bd6751e76e8199196d454941c45d1b3a323f1433bd6]
test/key_io_tests.cpp(70): error: in "key_io_tests/key_io_valid_parse": !IsValid case flipped:["bc1pw508d6qejxtdg4y5r3zarvary0c5xw7kw508d6qejxtdg4y5r3zarvary0c5xw7k7grplx","5128751e76e8199196d454941c45d1b3a323f1433bd6751e76e8199196d454941c45d1b3a323f1433bd6",{"isPrivkey":false,"chain":"main","tryCaseFlip":true}]
test/key_io_tests.cpp(58): error: in "key_io_tests/key_io_valid_parse": !IsValid:["bc1sw50qa3jx3s","6002751e",{"isPrivkey":false,"chain":"main","tryCaseFlip":true}]
test/key_io_tests.cpp(59): error: in "key_io_tests/key_io_valid_parse": check HexStr(script) == HexStr(exp_payload) has failed [ != 6002751e]
test/key_io_tests.cpp(70): error: in "key_io_tests/key_io_valid_parse": !IsValid case flipped:["bc1sw50qa3jx3s","6002751e",{"isPrivkey":false,"chain":"main","tryCaseFlip":true}]
test/key_io_tests.cpp(58): error: in "key_io_tests/key_io_valid_parse": !IsValid:["bc1zw508d6qejxtdg4y5r3zarvaryvg6kdaj","5210751e76e8199196d454941c45d1b3a323",{"isPrivkey":false,"chain":"main","tryCaseFlip":true}]
test/key_io_tests.cpp(59): error: in "key_io_tests/key_io_valid_parse": check HexStr(script) == HexStr(exp_payload) has failed [ != 5210751e76e8199196d454941c45d1b3a323]
test/key_io_tests.cpp(70): error: in "key_io_tests/key_io_valid_parse": !IsValid case flipped:["bc1zw508d6qejxtdg4y5r3zarvaryvg6kdaj","5210751e76e8199196d454941c45d1b3a323",{"isPrivkey":false,"chain":"main","tryCaseFlip":true}]
test/key_io_tests.cpp(58): error: in "key_io_tests/key_io_valid_parse": !IsValid:["tb1qqqqqp399et2xygdj5xreqhjjvcmzhxw4aywxecjdzew6hylgvsesrxh6hy","0020000000c4a5cad46221b2a187905e5266362b99d5e91c6ce24d165dab93e86433",{"isPrivkey":false,"chain":"test","tryCaseFlip":true}]
test/key_io_tests.cpp(59): error: in "key_io_tests/key_io_valid_parse": check HexStr(script) == HexStr(exp_payload) has failed [ != 0020000000c4a5cad46221b2a187905e5266362b99d5e91c6ce24d165dab93e86433]
test/key_io_tests.cpp(70): error: in "key_io_tests/key_io_valid_parse": !IsValid case flipped:["tb1qqqqqp399et2xygdj5xreqhjjvcmzhxw4aywxecjdzew6hylgvsesrxh6hy","0020000000c4a5cad46221b2a187905e5266362b99d5e91c6ce24d165dab93e86433",{"isPrivkey":false,"chain":"test","tryCaseFlip":true}]
test/key_io_tests.cpp(58): error: in "key_io_tests/key_io_valid_parse": !IsValid:["bcrt1qqqqqp399et2xygdj5xreqhjjvcmzhxw4aywxecjdzew6hylgvseswlauz7","0020000000c4a5cad46221b2a187905e5266362b99d5e91c6ce24d165dab93e86433",{"isPrivkey":false,"chain":"regtest","tryCaseFlip":true}]
test/key_io_tests.cpp(59): error: in "key_io_tests/key_io_valid_parse": check HexStr(script) == HexStr(exp_payload) has failed [ != 0020000000c4a5cad46221b2a187905e5266362b99d5e91c6ce24d165dab93e86433]
test/key_io_tests.cpp(70): error: in "key_io_tests/key_io_valid_parse": !IsValid case flipped:["bcrt1qqqqqp399et2xygdj5xreqhjjvcmzhxw4aywxecjdzew6hylgvseswlauz7","0020000000c4a5cad46221b2a187905e5266362b99d5e91c6ce24d165dab93e86433",{"isPrivkey":false,"chain":"regtest","tryCaseFlip":true}]
test/key_io_tests.cpp(23): Leaving test case "key_io_valid_parse"; testing time: 38235us
test/key_io_tests.cpp(84): Entering test case "key_io_valid_gen"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=d29d1fe7b7ed7bc805f985f5ab962fe49130fd529982041f3140eb8ed9b45df8
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/key_io_tests.cpp(113): error: in "key_io_tests/key_io_valid_gen": check address == exp_base58string has failed [VjGCUiF1pL4mYT9sa5gLYTM55HKGXJurq1 != 1AGNa15ZQXAZUgFiqJ2i7Z2DPU2J6hW62i]
test/key_io_tests.cpp(113): error: in "key_io_tests/key_io_valid_gen": check address == exp_base58string has failed [WueUBWhD5y2PGugQaYuiyLiWK6fi7ZX5SH != mo9ncXisMeAoXwqcV5EWuyncbmCcQN4rVs]
test/key_io_tests.cpp(113): error: in "key_io_tests/key_io_valid_gen": check address == exp_base58string has failed [WueUBWhD5y2PGugQaYuiyLiWK6fi7ZX5SH != mo9ncXisMeAoXwqcV5EWuyncbmCcQN4rVs]
test/key_io_tests.cpp(113): error: in "key_io_tests/key_io_valid_gen": check address == exp_base58string has failed [VjwtbH43XV4vwoMsfjJMzBsk4BdRatnqxG != 1Ax4gZtb7gAit2TivwejZHYtNNLT18PUXJ]
test/key_io_tests.cpp(113): error: in "key_io_tests/key_io_valid_gen": check address == exp_base58string has failed [XA4KCwxgeVPjY4qv9vrGfTBCJCe5EE42hW != n3ZddxzLvAY9o7184TB4c6FJasAybsw4HZ]
test/key_io_tests.cpp(113): error: in "key_io_tests/key_io_valid_gen": check address == exp_base58string has failed [Vm5RMSBAe5NtWEW9TmQtY76rp3fPPKoDtJ != 1C5bSj1iEGUgSTbziymG7Cn18ENQuT36vv]
test/key_io_tests.cpp(113): error: in "key_io_tests/key_io_valid_gen": check address == exp_base58string has failed [X9qTsWBBKibGSsLfEJNMFuo4MPunmR3YSk != n3LnJXCqbPjghuVs8ph9CYsAe4Sh4j97wk]
test/key_io_tests.cpp(113): error: in "key_io_tests/key_io_valid_gen": check address == exp_base58string has failed [VqqZyB5ZZC3DGNubCCY6UmLMmqQ5q8Ux85 != 1Gqk4Tv79P91Cc1STQtU3s1W6277M2CVWu]
test/key_io_tests.cpp(113): error: in "key_io_tests/key_io_valid_gen": check address == exp_base58string has failed [Wp53BAviRQURGiuNYsmSfrXDbzoC2dRxyB != mhaMcBxNh5cqXm4aTQ6EcVbKtfL6LGyK2H]
test/key_io_tests.cpp(113): error: in "key_io_tests/key_io_valid_gen": check address == exp_base58string has failed [VswBQteoJXk6wPVjA5ELVjA9VZzDh5KdGC != 1JwMWBVLtiqtscbaRHai4pqHokhFCbtoB4]
test/key_io_tests.cpp(113): error: in "key_io_tests/key_io_valid_gen": check address == exp_base58string has failed [WqVDHtas9XipbgEzNxRQu1b3Y2cwbiyMRM != mizXiucXRCsEriQCHUkCqef9ph9qtPbZZ6]
test/key_io_tests.cpp(113): error: in "key_io_tests/key_io_valid_gen": check address == exp_base58string has failed [VidSVexn2NXd3ozEFcB8nbqx61mns6P7MF != 19dcawoKcZdQz365WpXWMhX6QCUpR9SY4r]
test/key_io_tests.cpp(113): error: in "key_io_tests/key_io_valid_gen": check address == exp_base58string has failed [X6JXBfX4P2mFbqdarKK3fB23Ly6azJMgrd != myoqcgYiehufrsnnkqdqbp69dddVDMopJu]
test/key_io_tests.cpp(113): error: in "key_io_tests/key_io_valid_gen": check address == exp_base58string has failed [VcoqdSWQHbkpykjmChxABjM28Spp3kTvVY != 13p1ijLwsnrcuyqcTvJXkq2ASdXqcnEBLE]
test/key_io_tests.cpp(113): error: in "key_io_tests/key_io_valid_gen": check address == exp_base58string has failed [vtc1qw508d6qejxtdg4y5r3zarvary0c5xw7kuk9r06 != bc1qw508d6qejxtdg4y5r3zarvary0c5xw7kv8f3t4]
test/key_io_tests.cpp(113): error: in "key_io_tests/key_io_valid_gen": check address == exp_base58string has failed [rvtc1qw508d6qejxtdg4y5r3zarvary0c5xw7kwg8svw != bcrt1qw508d6qejxtdg4y5r3zarvary0c5xw7kygt080]
test/key_io_tests.cpp(113): error: in "key_io_tests/key_io_valid_gen": check address == exp_base58string has failed [tvtc1qrp33g0q5c5txsp9arysrx4k6zdkfs4nce4xj0gdcccefvpysxf3q895jjz != tb1qrp33g0q5c5txsp9arysrx4k6zdkfs4nce4xj0gdcccefvpysxf3q0sl5k7]
test/key_io_tests.cpp(113): error: in "key_io_tests/key_io_valid_gen": check address == exp_base58string has failed [vtc1pw508d6qejxtdg4y5r3zarvary0c5xw7kw508d6qejxtdg4y5r3zarvary0c5xw7kztqpjq != bc1pw508d6qejxtdg4y5r3zarvary0c5xw7kw508d6qejxtdg4y5r3zarvary0c5xw7k7grplx]
test/key_io_tests.cpp(113): error: in "key_io_tests/key_io_valid_gen": check address == exp_base58string has failed [vtc1sw50q6dyfxx != bc1sw50qa3jx3s]
test/key_io_tests.cpp(113): error: in "key_io_tests/key_io_valid_gen": check address == exp_base58string has failed [vtc1zw508d6qejxtdg4y5r3zarvaryvwswn2w != bc1zw508d6qejxtdg4y5r3zarvaryvg6kdaj]
test/key_io_tests.cpp(113): error: in "key_io_tests/key_io_valid_gen": check address == exp_base58string has failed [tvtc1qqqqqp399et2xygdj5xreqhjjvcmzhxw4aywxecjdzew6hylgvsestnuunc != tb1qqqqqp399et2xygdj5xreqhjjvcmzhxw4aywxecjdzew6hylgvsesrxh6hy]
test/key_io_tests.cpp(113): error: in "key_io_tests/key_io_valid_gen": check address == exp_base58string has failed [rvtc1qqqqqp399et2xygdj5xreqhjjvcmzhxw4aywxecjdzew6hylgvses32qyks != bcrt1qqqqqp399et2xygdj5xreqhjjvcmzhxw4aywxecjdzew6hylgvseswlauz7]
test/key_io_tests.cpp(84): Leaving test case "key_io_valid_gen"; testing time: 3523us
test/key_io_tests.cpp(122): Entering test case "key_io_invalid"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=d29d1fe7b7ed7bc805f985f5ab962fe49130fd529982041f3140eb8ed9b45df8
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/key_io_tests.cpp(122): Leaving test case "key_io_invalid"; testing time: 5337us
test/key_io_tests.cpp(20): Leaving test suite "key_io_tests"; testing time: 47181us
test/hash_tests.cpp(13): Test suite "hash_tests" is skipped because disabled
test/getarg_tests.cpp(16): Test suite "getarg_tests" is skipped because disabled
test/fs_tests.cpp(11): Test suite "fs_tests" is skipped because disabled
test/flatfile_tests.cpp(13): Test suite "flatfile_tests" is skipped because disabled
test/descriptor_tests.cpp(280): Test suite "descriptor_tests" is skipped because disabled
test/denialofservice_tests.cpp(68): Test suite "denialofservice_tests" is skipped because disabled
test/cuckoocache_tests.cpp(25): Test suite "cuckoocache_tests" is skipped because disabled
test/crypto_tests.cpp(24): Test suite "crypto_tests" is skipped because disabled
test/compress_tests.cpp(25): Test suite "compress_tests" is skipped because disabled
test/compilerbug_tests.cpp(8): Test suite "compilerbug_tests" is skipped because disabled
test/coins_tests.cpp(99): Test suite "coins_tests" is skipped because disabled
test/checkqueue_tests.cpp(22): Test suite "checkqueue_tests" is skipped because disabled
test/bswap_tests.cpp(10): Test suite "bswap_tests" is skipped because disabled
test/bloom_tests.cpp(24): Test suite "bloom_tests" is skipped because disabled
test/blockfilter_index_tests.cpp(19): Test suite "blockfilter_index_tests" is skipped because disabled
test/blockfilter_tests.cpp(17): Test suite "blockfilter_tests" is skipped because disabled
test/blockencodings_tests.cpp(17): Test suite "blockencodings_tests" is skipped because disabled
test/blockchain_tests.cpp(50): Test suite "blockchain_tests" is skipped because disabled
test/bip32_tests.cpp(124): Test suite "bip32_tests" is skipped because disabled
test/bech32_tests.cpp(11): Test suite "bech32_tests" is skipped because disabled
test/base64_tests.cpp(10): Test suite "base64_tests" is skipped because disabled
test/base58_tests.cpp(19): Test suite "base58_tests" is skipped because disabled
test/base32_tests.cpp(10): Test suite "base32_tests" is skipped because disabled
test/allocator_tests.cpp(14): Test suite "allocator_tests" is skipped because disabled
test/amount_tests.cpp(11): Test suite "amount_tests" is skipped because disabled
test/addrman_tests.cpp(122): Test suite "addrman_tests" is skipped because disabled
test/arith_uint256_tests.cpp(16): Test suite "arith_uint256_tests" is skipped because disabled
Leaving test module "Bitcoin Core Test Suite"; testing time: 48048us

*** 74 failures are detected in the test module "Bitcoin Core Test Suite"
make[3]: *** [Makefile:19737: test/key_io_tests.cpp.test] Error 1
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: merkleblock_tests from test/merkleblock_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/merkleblock_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/merkleblock_tests.cpp.log 2>&1 || (cat test/merkleblock_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: dbwrapper_tests from test/dbwrapper_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/dbwrapper_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/dbwrapper_tests.cpp.log 2>&1 || (cat test/dbwrapper_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: raii_event_tests from test/raii_event_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/raii_event_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/raii_event_tests.cpp.log 2>&1 || (cat test/raii_event_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: net_tests from test/net_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/net_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/net_tests.cpp.log 2>&1 || (cat test/net_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: netbase_tests from test/netbase_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/netbase_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/netbase_tests.cpp.log 2>&1 || (cat test/netbase_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: pow_tests from test/pow_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/pow_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/pow_tests.cpp.log 2>&1 || (cat test/pow_tests.cpp.log && false)
Running 10 test cases...
Entering test module "Bitcoin Core Test Suite"
wallet/test/scriptpubkeyman_tests.cpp(13): Test suite "scriptpubkeyman_tests" is skipped because disabled
wallet/test/ismine_tests.cpp(16): Test suite "ismine_tests" is skipped because disabled
wallet/test/init_tests.cpp(13): Test suite "init_tests" is skipped because disabled
wallet/test/coinselector_tests.cpp(18): Test suite "coinselector_tests" is skipped because disabled
wallet/test/wallet_crypto_tests.cpp(13): Test suite "wallet_crypto_tests" is skipped because disabled
wallet/test/wallet_tests.cpp(27): Test suite "wallet_tests" is skipped because disabled
wallet/test/psbt_wallet_tests.cpp(14): Test suite "psbt_wallet_tests" is skipped because disabled
wallet/test/db_tests.cpp(14): Test suite "db_tests" is skipped because disabled
test/versionbits_tests.cpp(159): Test suite "versionbits_tests" is skipped because disabled
test/validationinterface_tests.cpp(13): Test suite "validationinterface_tests" is skipped because disabled
test/validation_flush_tests.cpp(12): Test suite "validation_flush_tests" is skipped because disabled
test/validation_block_tests.cpp(33): Test suite "validation_block_tests" is skipped because disabled
test/util_tests.cpp(42): Test suite "util_tests" is skipped because disabled
test/uint256_tests.cpp(16): Test suite "uint256_tests" is skipped because disabled
test/txvalidationcache_tests.cpp(18): Test suite "txvalidationcache_tests" is skipped because disabled
test/txvalidation_tests.cpp(14): Test suite "txvalidation_tests" is skipped because disabled
test/txindex_tests.cpp(13): Test suite "txindex_tests" is skipped because disabled
test/transaction_tests.cpp(97): Test suite "transaction_tests" is skipped because disabled
test/torcontrol_tests.cpp(18): Test suite "torcontrol_tests" is skipped because disabled
test/timedata_tests.cpp(18): Test suite "timedata_tests" is skipped because disabled
test/util_threadnames_tests.cpp(20): Test suite "util_threadnames_tests" is skipped because disabled
test/sync_tests.cpp(32): Test suite "sync_tests" is skipped because disabled
test/streams_tests.cpp(10): Test suite "streams_tests" is skipped because disabled
test/skiplist_tests.cpp(14): Test suite "skiplist_tests" is skipped because disabled
test/sigopcount_tests.cpp(26): Test suite "sigopcount_tests" is skipped because disabled
test/sighash_tests.cpp(117): Test suite "sighash_tests" is skipped because disabled
test/settings_tests.cpp(17): Test suite "settings_tests" is skipped because disabled
test/serialize_tests.cpp(15): Test suite "serialize_tests" is skipped because disabled
test/scriptnum_tests.cpp(13): Test suite "scriptnum_tests" is skipped because disabled
test/script_standard_tests.cpp(14): Test suite "script_standard_tests" is skipped because disabled
test/script_tests.cpp(123): Test suite "script_tests" is skipped because disabled
test/script_p2sh_tests.cpp(48): Test suite "script_p2sh_tests" is skipped because disabled
test/scheduler_tests.cpp(12): Test suite "scheduler_tests" is skipped because disabled
test/sanity_tests.cpp(11): Test suite "sanity_tests" is skipped because disabled
test/rpc_tests.cpp(43): Test suite "rpc_tests" is skipped because disabled
test/reverselock_tests.cpp(10): Test suite "reverselock_tests" is skipped because disabled
test/random_tests.cpp(14): Test suite "random_tests" is skipped because disabled
test/raii_event_tests.cpp(37): Test suite "raii_event_tests" is skipped because disabled
test/prevector_tests.cpp(16): Test suite "prevector_tests" is skipped because disabled
test/pow_tests.cpp(12): Entering test suite "pow_tests"
test/pow_tests.cpp(15): Entering test case "get_next_work"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=37ee4809649d41e4e998a6da0fcee6875d2350948a6c6cb2864b55348be9d422
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/pow_tests.cpp(23): error: in "pow_tests/get_next_work": check CalculateNextWorkRequired(&pindexLast, nLastRetargetTime, chainParams->GetConsensus()) == 0x1d00d86aU has failed [486760873 != 486594666]
test/pow_tests.cpp(15): Leaving test case "get_next_work"; testing time: 36413us
test/pow_tests.cpp(27): Entering test case "get_next_work_pow_limit"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=37ee4809649d41e4e998a6da0fcee6875d2350948a6c6cb2864b55348be9d422
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/pow_tests.cpp(35): error: in "pow_tests/get_next_work_pow_limit": check CalculateNextWorkRequired(&pindexLast, nLastRetargetTime, chainParams->GetConsensus()) == 0x1d00ffffU has failed [486801404 != 486604799]
test/pow_tests.cpp(27): Leaving test case "get_next_work_pow_limit"; testing time: 2589us
test/pow_tests.cpp(39): Entering test case "get_next_work_lower_limit_actual"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=37ee4809649d41e4e998a6da0fcee6875d2350948a6c6cb2864b55348be9d422
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/pow_tests.cpp(47): error: in "pow_tests/get_next_work_lower_limit_actual": check CalculateNextWorkRequired(&pindexLast, nLastRetargetTime, chainParams->GetConsensus()) == 0x1c0168fdU has failed [470115850 != 469854461]
test/pow_tests.cpp(39): Leaving test case "get_next_work_lower_limit_actual"; testing time: 1898us
test/pow_tests.cpp(51): Entering test case "get_next_work_upper_limit_actual"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=37ee4809649d41e4e998a6da0fcee6875d2350948a6c6cb2864b55348be9d422
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/pow_tests.cpp(51): Leaving test case "get_next_work_upper_limit_actual"; testing time: 1853us
test/pow_tests.cpp(62): Entering test case "CheckProofOfWork_test_negative_target"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=37ee4809649d41e4e998a6da0fcee6875d2350948a6c6cb2864b55348be9d422
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/pow_tests.cpp(62): Leaving test case "CheckProofOfWork_test_negative_target"; testing time: 1830us
test/pow_tests.cpp(72): Entering test case "CheckProofOfWork_test_overflow_target"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=37ee4809649d41e4e998a6da0fcee6875d2350948a6c6cb2864b55348be9d422
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/pow_tests.cpp(72): Leaving test case "CheckProofOfWork_test_overflow_target"; testing time: 1797us
test/pow_tests.cpp(81): Entering test case "CheckProofOfWork_test_too_easy_target"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=37ee4809649d41e4e998a6da0fcee6875d2350948a6c6cb2864b55348be9d422
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/pow_tests.cpp(81): Leaving test case "CheckProofOfWork_test_too_easy_target"; testing time: 1787us
test/pow_tests.cpp(93): Entering test case "CheckProofOfWork_test_biger_hash_than_target"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=37ee4809649d41e4e998a6da0fcee6875d2350948a6c6cb2864b55348be9d422
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/pow_tests.cpp(93): Leaving test case "CheckProofOfWork_test_biger_hash_than_target"; testing time: 1826us
test/pow_tests.cpp(105): Entering test case "CheckProofOfWork_test_zero_target"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=37ee4809649d41e4e998a6da0fcee6875d2350948a6c6cb2864b55348be9d422
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/pow_tests.cpp(105): Leaving test case "CheckProofOfWork_test_zero_target"; testing time: 1822us
test/pow_tests.cpp(116): Entering test case "GetBlockProofEquivalentTime_test"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=37ee4809649d41e4e998a6da0fcee6875d2350948a6c6cb2864b55348be9d422
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/pow_tests.cpp(116): Leaving test case "GetBlockProofEquivalentTime_test"; testing time: 9848us
test/pow_tests.cpp(12): Leaving test suite "pow_tests"; testing time: 61939us
test/policyestimator_tests.cpp(15): Test suite "policyestimator_tests" is skipped because disabled
test/pmt_tests.cpp(29): Test suite "pmt_tests" is skipped because disabled
test/netbase_tests.cpp(14): Test suite "netbase_tests" is skipped because disabled
test/net_tests.cpp(80): Test suite "net_tests" is skipped because disabled
test/multisig_tests.cpp(19): Test suite "multisig_tests" is skipped because disabled
test/miner_tests.cpp(37): Test suite "miner_tests" is skipped because disabled
test/merkleblock_tests.cpp(12): Test suite "merkleblock_tests" is skipped because disabled
test/merkle_tests.cpp(10): Test suite "merkle_tests" is skipped because disabled
test/mempool_tests.cpp(15): Test suite "mempool_tests" is skipped because disabled
test/validation_tests.cpp(14): Test suite "validation_tests" is skipped because disabled
test/dbwrapper_tests.cpp(24): Test suite "dbwrapper_tests" is skipped because disabled
test/logging_tests.cpp(13): Test suite "logging_tests" is skipped because disabled
test/limitedmap_tests.cpp(11): Test suite "limitedmap_tests" is skipped because disabled
test/key_tests.cpp(31): Test suite "key_tests" is skipped because disabled
test/key_io_tests.cpp(20): Test suite "key_io_tests" is skipped because disabled
test/hash_tests.cpp(13): Test suite "hash_tests" is skipped because disabled
test/getarg_tests.cpp(16): Test suite "getarg_tests" is skipped because disabled
test/fs_tests.cpp(11): Test suite "fs_tests" is skipped because disabled
test/flatfile_tests.cpp(13): Test suite "flatfile_tests" is skipped because disabled
test/descriptor_tests.cpp(280): Test suite "descriptor_tests" is skipped because disabled
test/denialofservice_tests.cpp(68): Test suite "denialofservice_tests" is skipped because disabled
test/cuckoocache_tests.cpp(25): Test suite "cuckoocache_tests" is skipped because disabled
test/crypto_tests.cpp(24): Test suite "crypto_tests" is skipped because disabled
test/compress_tests.cpp(25): Test suite "compress_tests" is skipped because disabled
test/compilerbug_tests.cpp(8): Test suite "compilerbug_tests" is skipped because disabled
test/coins_tests.cpp(99): Test suite "coins_tests" is skipped because disabled
test/checkqueue_tests.cpp(22): Test suite "checkqueue_tests" is skipped because disabled
test/bswap_tests.cpp(10): Test suite "bswap_tests" is skipped because disabled
test/bloom_tests.cpp(24): Test suite "bloom_tests" is skipped because disabled
test/blockfilter_index_tests.cpp(19): Test suite "blockfilter_index_tests" is skipped because disabled
test/blockfilter_tests.cpp(17): Test suite "blockfilter_tests" is skipped because disabled
test/blockencodings_tests.cpp(17): Test suite "blockencodings_tests" is skipped because disabled
test/blockchain_tests.cpp(50): Test suite "blockchain_tests" is skipped because disabled
test/bip32_tests.cpp(124): Test suite "bip32_tests" is skipped because disabled
test/bech32_tests.cpp(11): Test suite "bech32_tests" is skipped because disabled
test/base64_tests.cpp(10): Test suite "base64_tests" is skipped because disabled
test/base58_tests.cpp(19): Test suite "base58_tests" is skipped because disabled
test/base32_tests.cpp(10): Test suite "base32_tests" is skipped because disabled
test/allocator_tests.cpp(14): Test suite "allocator_tests" is skipped because disabled
test/amount_tests.cpp(11): Test suite "amount_tests" is skipped because disabled
test/addrman_tests.cpp(122): Test suite "addrman_tests" is skipped because disabled
test/arith_uint256_tests.cpp(16): Test suite "arith_uint256_tests" is skipped because disabled
Leaving test module "Bitcoin Core Test Suite"; testing time: 62784us

*** 3 failures are detected in the test module "Bitcoin Core Test Suite"
make[3]: *** [Makefile:19737: test/pow_tests.cpp.test] Error 1
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: multisig_tests from test/multisig_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/multisig_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/multisig_tests.cpp.log 2>&1 || (cat test/multisig_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: reverselock_tests from test/reverselock_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/reverselock_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/reverselock_tests.cpp.log 2>&1 || (cat test/reverselock_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: validation_tests from test/validation_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/validation_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/validation_tests.cpp.log 2>&1 || (cat test/validation_tests.cpp.log && false)
Running 3 test cases...
Entering test module "Bitcoin Core Test Suite"
wallet/test/scriptpubkeyman_tests.cpp(13): Test suite "scriptpubkeyman_tests" is skipped because disabled
wallet/test/ismine_tests.cpp(16): Test suite "ismine_tests" is skipped because disabled
wallet/test/init_tests.cpp(13): Test suite "init_tests" is skipped because disabled
wallet/test/coinselector_tests.cpp(18): Test suite "coinselector_tests" is skipped because disabled
wallet/test/wallet_crypto_tests.cpp(13): Test suite "wallet_crypto_tests" is skipped because disabled
wallet/test/wallet_tests.cpp(27): Test suite "wallet_tests" is skipped because disabled
wallet/test/psbt_wallet_tests.cpp(14): Test suite "psbt_wallet_tests" is skipped because disabled
wallet/test/db_tests.cpp(14): Test suite "db_tests" is skipped because disabled
test/versionbits_tests.cpp(159): Test suite "versionbits_tests" is skipped because disabled
test/validationinterface_tests.cpp(13): Test suite "validationinterface_tests" is skipped because disabled
test/validation_flush_tests.cpp(12): Test suite "validation_flush_tests" is skipped because disabled
test/validation_block_tests.cpp(33): Test suite "validation_block_tests" is skipped because disabled
test/util_tests.cpp(42): Test suite "util_tests" is skipped because disabled
test/uint256_tests.cpp(16): Test suite "uint256_tests" is skipped because disabled
test/txvalidationcache_tests.cpp(18): Test suite "txvalidationcache_tests" is skipped because disabled
test/txvalidation_tests.cpp(14): Test suite "txvalidation_tests" is skipped because disabled
test/txindex_tests.cpp(13): Test suite "txindex_tests" is skipped because disabled
test/transaction_tests.cpp(97): Test suite "transaction_tests" is skipped because disabled
test/torcontrol_tests.cpp(18): Test suite "torcontrol_tests" is skipped because disabled
test/timedata_tests.cpp(18): Test suite "timedata_tests" is skipped because disabled
test/util_threadnames_tests.cpp(20): Test suite "util_threadnames_tests" is skipped because disabled
test/sync_tests.cpp(32): Test suite "sync_tests" is skipped because disabled
test/streams_tests.cpp(10): Test suite "streams_tests" is skipped because disabled
test/skiplist_tests.cpp(14): Test suite "skiplist_tests" is skipped because disabled
test/sigopcount_tests.cpp(26): Test suite "sigopcount_tests" is skipped because disabled
test/sighash_tests.cpp(117): Test suite "sighash_tests" is skipped because disabled
test/settings_tests.cpp(17): Test suite "settings_tests" is skipped because disabled
test/serialize_tests.cpp(15): Test suite "serialize_tests" is skipped because disabled
test/scriptnum_tests.cpp(13): Test suite "scriptnum_tests" is skipped because disabled
test/script_standard_tests.cpp(14): Test suite "script_standard_tests" is skipped because disabled
test/script_tests.cpp(123): Test suite "script_tests" is skipped because disabled
test/script_p2sh_tests.cpp(48): Test suite "script_p2sh_tests" is skipped because disabled
test/scheduler_tests.cpp(12): Test suite "scheduler_tests" is skipped because disabled
test/sanity_tests.cpp(11): Test suite "sanity_tests" is skipped because disabled
test/rpc_tests.cpp(43): Test suite "rpc_tests" is skipped because disabled
test/reverselock_tests.cpp(10): Test suite "reverselock_tests" is skipped because disabled
test/random_tests.cpp(14): Test suite "random_tests" is skipped because disabled
test/raii_event_tests.cpp(37): Test suite "raii_event_tests" is skipped because disabled
test/prevector_tests.cpp(16): Test suite "prevector_tests" is skipped because disabled
test/pow_tests.cpp(12): Test suite "pow_tests" is skipped because disabled
test/policyestimator_tests.cpp(15): Test suite "policyestimator_tests" is skipped because disabled
test/pmt_tests.cpp(29): Test suite "pmt_tests" is skipped because disabled
test/netbase_tests.cpp(14): Test suite "netbase_tests" is skipped because disabled
test/net_tests.cpp(80): Test suite "net_tests" is skipped because disabled
test/multisig_tests.cpp(19): Test suite "multisig_tests" is skipped because disabled
test/miner_tests.cpp(37): Test suite "miner_tests" is skipped because disabled
test/merkleblock_tests.cpp(12): Test suite "merkleblock_tests" is skipped because disabled
test/merkle_tests.cpp(10): Test suite "merkle_tests" is skipped because disabled
test/mempool_tests.cpp(15): Test suite "mempool_tests" is skipped because disabled
test/validation_tests.cpp(14): Entering test suite "validation_tests"
test/validation_tests.cpp(40): Entering test case "block_subsidy_test"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=592a74effe75f97d2a105aa93cef2aaa9391a8c5e950a4e8e6ac813cd184a851
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-13T09:16:03Z Opened LevelDB successfully
2021-03-13T09:16:03Z Using obfuscation key for /tmp/test_common_Vertcoin Core/766e021339e7db83a76e1ab3ab39371179535379d8640d4ac887b4c4542e0a6c/blocks/index: 0000000000000000
2021-03-13T09:16:03Z Opened LevelDB successfully
2021-03-13T09:16:03Z Wrote new obfuscate key for /tmp/test_common_Vertcoin Core/766e021339e7db83a76e1ab3ab39371179535379d8640d4ac887b4c4542e0a6c/chainstate: 766c130f950c7600
2021-03-13T09:16:03Z Using obfuscation key for /tmp/test_common_Vertcoin Core/766e021339e7db83a76e1ab3ab39371179535379d8640d4ac887b4c4542e0a6c/chainstate: 766c130f950c7600
2021-03-13T09:16:03Z Pre-allocating up to position 0x1000000 in blk00000.dat
2021-03-13T09:16:03Z UpdateTip: new best=4d96a915f49d40b1e5c2844d1ee2dccb90013a990ccea12c492d22110489f0c4 height=0 version=0x00000001 log2_work=20.000022 tx=1 date='2014-01-09T23:49:31Z' progress=0.000000 cache=0.0MiB(0txo)
2021-03-13T09:16:03Z ERROR: DeserializeFileDB: Failed to open file /tmp/test_common_Vertcoin Core/766e021339e7db83a76e1ab3ab39371179535379d8640d4ac887b4c4542e0a6c/banlist.dat
2021-03-13T09:16:03Z Invalid or missing banlist.dat; recreating
test/validation_tests.cpp(40): Leaving test case "block_subsidy_test"; testing time: 53952us
test/validation_tests.cpp(48): Entering test case "subsidy_limit_test"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=592a74effe75f97d2a105aa93cef2aaa9391a8c5e950a4e8e6ac813cd184a851
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-13T09:16:03Z Opened LevelDB successfully
2021-03-13T09:16:03Z Using obfuscation key for /tmp/test_common_Vertcoin Core/c5b55bf381532843ca47405b0fa3ae1bf92c59dd975b13164c290cddc9579ee9/blocks/index: 0000000000000000
2021-03-13T09:16:03Z Opened LevelDB successfully
2021-03-13T09:16:03Z Wrote new obfuscate key for /tmp/test_common_Vertcoin Core/c5b55bf381532843ca47405b0fa3ae1bf92c59dd975b13164c290cddc9579ee9/chainstate: 0446077ad47579a7
2021-03-13T09:16:03Z Using obfuscation key for /tmp/test_common_Vertcoin Core/c5b55bf381532843ca47405b0fa3ae1bf92c59dd975b13164c290cddc9579ee9/chainstate: 0446077ad47579a7
2021-03-13T09:16:03Z Pre-allocating up to position 0x1000000 in blk00000.dat
2021-03-13T09:16:03Z UpdateTip: new best=4d96a915f49d40b1e5c2844d1ee2dccb90013a990ccea12c492d22110489f0c4 height=0 version=0x00000001 log2_work=20.000022 tx=1 date='2014-01-09T23:49:31Z' progress=0.000000 cache=0.0MiB(0txo)
2021-03-13T09:16:03Z ERROR: DeserializeFileDB: Failed to open file /tmp/test_common_Vertcoin Core/c5b55bf381532843ca47405b0fa3ae1bf92c59dd975b13164c290cddc9579ee9/banlist.dat
2021-03-13T09:16:03Z Invalid or missing banlist.dat; recreating
test/validation_tests.cpp(58): error: in "validation_tests/subsidy_limit_test": check nSum == CAmount{2099999997690000} has failed [8399914547640000 != 2099999997690000]
test/validation_tests.cpp(48): Leaving test case "subsidy_limit_test"; testing time: 27560us
test/validation_tests.cpp(64): Entering test case "test_combiner_all"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=592a74effe75f97d2a105aa93cef2aaa9391a8c5e950a4e8e6ac813cd184a851
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-13T09:16:03Z Opened LevelDB successfully
2021-03-13T09:16:03Z Using obfuscation key for /tmp/test_common_Vertcoin Core/1e40270a5e8fa4cd81d2bc963749c7d11fb12b0ff2d9227e6aac618da0c152e7/blocks/index: 0000000000000000
2021-03-13T09:16:03Z Opened LevelDB successfully
2021-03-13T09:16:03Z Wrote new obfuscate key for /tmp/test_common_Vertcoin Core/1e40270a5e8fa4cd81d2bc963749c7d11fb12b0ff2d9227e6aac618da0c152e7/chainstate: 15998da919d40e4f
2021-03-13T09:16:03Z Using obfuscation key for /tmp/test_common_Vertcoin Core/1e40270a5e8fa4cd81d2bc963749c7d11fb12b0ff2d9227e6aac618da0c152e7/chainstate: 15998da919d40e4f
2021-03-13T09:16:03Z Pre-allocating up to position 0x1000000 in blk00000.dat
2021-03-13T09:16:03Z UpdateTip: new best=4d96a915f49d40b1e5c2844d1ee2dccb90013a990ccea12c492d22110489f0c4 height=0 version=0x00000001 log2_work=20.000022 tx=1 date='2014-01-09T23:49:31Z' progress=0.000000 cache=0.0MiB(0txo)
2021-03-13T09:16:03Z ERROR: DeserializeFileDB: Failed to open file /tmp/test_common_Vertcoin Core/1e40270a5e8fa4cd81d2bc963749c7d11fb12b0ff2d9227e6aac618da0c152e7/banlist.dat
2021-03-13T09:16:03Z Invalid or missing banlist.dat; recreating
test/validation_tests.cpp(64): Leaving test case "test_combiner_all"; testing time: 13414us
test/validation_tests.cpp(14): Leaving test suite "validation_tests"; testing time: 95036us
test/dbwrapper_tests.cpp(24): Test suite "dbwrapper_tests" is skipped because disabled
test/logging_tests.cpp(13): Test suite "logging_tests" is skipped because disabled
test/limitedmap_tests.cpp(11): Test suite "limitedmap_tests" is skipped because disabled
test/key_tests.cpp(31): Test suite "key_tests" is skipped because disabled
test/key_io_tests.cpp(20): Test suite "key_io_tests" is skipped because disabled
test/hash_tests.cpp(13): Test suite "hash_tests" is skipped because disabled
test/getarg_tests.cpp(16): Test suite "getarg_tests" is skipped because disabled
test/fs_tests.cpp(11): Test suite "fs_tests" is skipped because disabled
test/flatfile_tests.cpp(13): Test suite "flatfile_tests" is skipped because disabled
test/descriptor_tests.cpp(280): Test suite "descriptor_tests" is skipped because disabled
test/denialofservice_tests.cpp(68): Test suite "denialofservice_tests" is skipped because disabled
test/cuckoocache_tests.cpp(25): Test suite "cuckoocache_tests" is skipped because disabled
test/crypto_tests.cpp(24): Test suite "crypto_tests" is skipped because disabled
test/compress_tests.cpp(25): Test suite "compress_tests" is skipped because disabled
test/compilerbug_tests.cpp(8): Test suite "compilerbug_tests" is skipped because disabled
test/coins_tests.cpp(99): Test suite "coins_tests" is skipped because disabled
test/checkqueue_tests.cpp(22): Test suite "checkqueue_tests" is skipped because disabled
test/bswap_tests.cpp(10): Test suite "bswap_tests" is skipped because disabled
test/bloom_tests.cpp(24): Test suite "bloom_tests" is skipped because disabled
test/blockfilter_index_tests.cpp(19): Test suite "blockfilter_index_tests" is skipped because disabled
test/blockfilter_tests.cpp(17): Test suite "blockfilter_tests" is skipped because disabled
test/blockencodings_tests.cpp(17): Test suite "blockencodings_tests" is skipped because disabled
test/blockchain_tests.cpp(50): Test suite "blockchain_tests" is skipped because disabled
test/bip32_tests.cpp(124): Test suite "bip32_tests" is skipped because disabled
test/bech32_tests.cpp(11): Test suite "bech32_tests" is skipped because disabled
test/base64_tests.cpp(10): Test suite "base64_tests" is skipped because disabled
test/base58_tests.cpp(19): Test suite "base58_tests" is skipped because disabled
test/base32_tests.cpp(10): Test suite "base32_tests" is skipped because disabled
test/allocator_tests.cpp(14): Test suite "allocator_tests" is skipped because disabled
test/amount_tests.cpp(11): Test suite "amount_tests" is skipped because disabled
test/addrman_tests.cpp(122): Test suite "addrman_tests" is skipped because disabled
test/arith_uint256_tests.cpp(16): Test suite "arith_uint256_tests" is skipped because disabled
Leaving test module "Bitcoin Core Test Suite"; testing time: 95863us

*** 1 failure is detected in the test module "Bitcoin Core Test Suite"
make[3]: *** [Makefile:19737: test/validation_tests.cpp.test] Error 1
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: mempool_tests from test/mempool_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/mempool_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/mempool_tests.cpp.log 2>&1 || (cat test/mempool_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: base58_tests from test/base58_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/base58_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/base58_tests.cpp.log 2>&1 || (cat test/base58_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: key_tests from test/key_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/key_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/key_tests.cpp.log 2>&1 || (cat test/key_tests.cpp.log && false)
Running 3 test cases...
Entering test module "Bitcoin Core Test Suite"
wallet/test/scriptpubkeyman_tests.cpp(13): Test suite "scriptpubkeyman_tests" is skipped because disabled
wallet/test/ismine_tests.cpp(16): Test suite "ismine_tests" is skipped because disabled
wallet/test/init_tests.cpp(13): Test suite "init_tests" is skipped because disabled
wallet/test/coinselector_tests.cpp(18): Test suite "coinselector_tests" is skipped because disabled
wallet/test/wallet_crypto_tests.cpp(13): Test suite "wallet_crypto_tests" is skipped because disabled
wallet/test/wallet_tests.cpp(27): Test suite "wallet_tests" is skipped because disabled
wallet/test/psbt_wallet_tests.cpp(14): Test suite "psbt_wallet_tests" is skipped because disabled
wallet/test/db_tests.cpp(14): Test suite "db_tests" is skipped because disabled
test/versionbits_tests.cpp(159): Test suite "versionbits_tests" is skipped because disabled
test/validationinterface_tests.cpp(13): Test suite "validationinterface_tests" is skipped because disabled
test/validation_flush_tests.cpp(12): Test suite "validation_flush_tests" is skipped because disabled
test/validation_block_tests.cpp(33): Test suite "validation_block_tests" is skipped because disabled
test/util_tests.cpp(42): Test suite "util_tests" is skipped because disabled
test/uint256_tests.cpp(16): Test suite "uint256_tests" is skipped because disabled
test/txvalidationcache_tests.cpp(18): Test suite "txvalidationcache_tests" is skipped because disabled
test/txvalidation_tests.cpp(14): Test suite "txvalidation_tests" is skipped because disabled
test/txindex_tests.cpp(13): Test suite "txindex_tests" is skipped because disabled
test/transaction_tests.cpp(97): Test suite "transaction_tests" is skipped because disabled
test/torcontrol_tests.cpp(18): Test suite "torcontrol_tests" is skipped because disabled
test/timedata_tests.cpp(18): Test suite "timedata_tests" is skipped because disabled
test/util_threadnames_tests.cpp(20): Test suite "util_threadnames_tests" is skipped because disabled
test/sync_tests.cpp(32): Test suite "sync_tests" is skipped because disabled
test/streams_tests.cpp(10): Test suite "streams_tests" is skipped because disabled
test/skiplist_tests.cpp(14): Test suite "skiplist_tests" is skipped because disabled
test/sigopcount_tests.cpp(26): Test suite "sigopcount_tests" is skipped because disabled
test/sighash_tests.cpp(117): Test suite "sighash_tests" is skipped because disabled
test/settings_tests.cpp(17): Test suite "settings_tests" is skipped because disabled
test/serialize_tests.cpp(15): Test suite "serialize_tests" is skipped because disabled
test/scriptnum_tests.cpp(13): Test suite "scriptnum_tests" is skipped because disabled
test/script_standard_tests.cpp(14): Test suite "script_standard_tests" is skipped because disabled
test/script_tests.cpp(123): Test suite "script_tests" is skipped because disabled
test/script_p2sh_tests.cpp(48): Test suite "script_p2sh_tests" is skipped because disabled
test/scheduler_tests.cpp(12): Test suite "scheduler_tests" is skipped because disabled
test/sanity_tests.cpp(11): Test suite "sanity_tests" is skipped because disabled
test/rpc_tests.cpp(43): Test suite "rpc_tests" is skipped because disabled
test/reverselock_tests.cpp(10): Test suite "reverselock_tests" is skipped because disabled
test/random_tests.cpp(14): Test suite "random_tests" is skipped because disabled
test/raii_event_tests.cpp(37): Test suite "raii_event_tests" is skipped because disabled
test/prevector_tests.cpp(16): Test suite "prevector_tests" is skipped because disabled
test/pow_tests.cpp(12): Test suite "pow_tests" is skipped because disabled
test/policyestimator_tests.cpp(15): Test suite "policyestimator_tests" is skipped because disabled
test/pmt_tests.cpp(29): Test suite "pmt_tests" is skipped because disabled
test/netbase_tests.cpp(14): Test suite "netbase_tests" is skipped because disabled
test/net_tests.cpp(80): Test suite "net_tests" is skipped because disabled
test/multisig_tests.cpp(19): Test suite "multisig_tests" is skipped because disabled
test/miner_tests.cpp(37): Test suite "miner_tests" is skipped because disabled
test/merkleblock_tests.cpp(12): Test suite "merkleblock_tests" is skipped because disabled
test/merkle_tests.cpp(10): Test suite "merkle_tests" is skipped because disabled
test/mempool_tests.cpp(15): Test suite "mempool_tests" is skipped because disabled
test/validation_tests.cpp(14): Test suite "validation_tests" is skipped because disabled
test/dbwrapper_tests.cpp(24): Test suite "dbwrapper_tests" is skipped because disabled
test/logging_tests.cpp(13): Test suite "logging_tests" is skipped because disabled
test/limitedmap_tests.cpp(11): Test suite "limitedmap_tests" is skipped because disabled
test/key_tests.cpp(31): Entering test suite "key_tests"
test/key_tests.cpp(33): Entering test case "key_test1"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=2991ccd4a99f682e5b4cdf56425a130aa07334d4d9c53223a078adb7b8ffa0a7
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/key_tests.cpp(71): error: in "key_tests/key_test1": check DecodeDestination(addr1) == CTxDestination(PKHash(pubkey1)) has failed
test/key_tests.cpp(72): error: in "key_tests/key_test1": check DecodeDestination(addr2) == CTxDestination(PKHash(pubkey2)) has failed
test/key_tests.cpp(73): error: in "key_tests/key_test1": check DecodeDestination(addr1C) == CTxDestination(PKHash(pubkey1C)) has failed
test/key_tests.cpp(74): error: in "key_tests/key_test1": check DecodeDestination(addr2C) == CTxDestination(PKHash(pubkey2C)) has failed
test/key_tests.cpp(33): Leaving test case "key_test1"; testing time: 90763us
test/key_tests.cpp(155): Entering test case "key_signature_tests"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=2991ccd4a99f682e5b4cdf56425a130aa07334d4d9c53223a078adb7b8ffa0a7
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/key_tests.cpp(155): Leaving test case "key_signature_tests"; testing time: 37882us
test/key_tests.cpp(191): Entering test case "key_key_negation"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=2991ccd4a99f682e5b4cdf56425a130aa07334d4d9c53223a078adb7b8ffa0a7
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/key_tests.cpp(191): Leaving test case "key_key_negation"; testing time: 1811us
test/key_tests.cpp(31): Leaving test suite "key_tests"; testing time: 130535us
test/key_io_tests.cpp(20): Test suite "key_io_tests" is skipped because disabled
test/hash_tests.cpp(13): Test suite "hash_tests" is skipped because disabled
test/getarg_tests.cpp(16): Test suite "getarg_tests" is skipped because disabled
test/fs_tests.cpp(11): Test suite "fs_tests" is skipped because disabled
test/flatfile_tests.cpp(13): Test suite "flatfile_tests" is skipped because disabled
test/descriptor_tests.cpp(280): Test suite "descriptor_tests" is skipped because disabled
test/denialofservice_tests.cpp(68): Test suite "denialofservice_tests" is skipped because disabled
test/cuckoocache_tests.cpp(25): Test suite "cuckoocache_tests" is skipped because disabled
test/crypto_tests.cpp(24): Test suite "crypto_tests" is skipped because disabled
test/compress_tests.cpp(25): Test suite "compress_tests" is skipped because disabled
test/compilerbug_tests.cpp(8): Test suite "compilerbug_tests" is skipped because disabled
test/coins_tests.cpp(99): Test suite "coins_tests" is skipped because disabled
test/checkqueue_tests.cpp(22): Test suite "checkqueue_tests" is skipped because disabled
test/bswap_tests.cpp(10): Test suite "bswap_tests" is skipped because disabled
test/bloom_tests.cpp(24): Test suite "bloom_tests" is skipped because disabled
test/blockfilter_index_tests.cpp(19): Test suite "blockfilter_index_tests" is skipped because disabled
test/blockfilter_tests.cpp(17): Test suite "blockfilter_tests" is skipped because disabled
test/blockencodings_tests.cpp(17): Test suite "blockencodings_tests" is skipped because disabled
test/blockchain_tests.cpp(50): Test suite "blockchain_tests" is skipped because disabled
test/bip32_tests.cpp(124): Test suite "bip32_tests" is skipped because disabled
test/bech32_tests.cpp(11): Test suite "bech32_tests" is skipped because disabled
test/base64_tests.cpp(10): Test suite "base64_tests" is skipped because disabled
test/base58_tests.cpp(19): Test suite "base58_tests" is skipped because disabled
test/base32_tests.cpp(10): Test suite "base32_tests" is skipped because disabled
test/allocator_tests.cpp(14): Test suite "allocator_tests" is skipped because disabled
test/amount_tests.cpp(11): Test suite "amount_tests" is skipped because disabled
test/addrman_tests.cpp(122): Test suite "addrman_tests" is skipped because disabled
test/arith_uint256_tests.cpp(16): Test suite "arith_uint256_tests" is skipped because disabled
Leaving test module "Bitcoin Core Test Suite"; testing time: 131288us

*** 4 failures are detected in the test module "Bitcoin Core Test Suite"
make[3]: *** [Makefile:19737: test/key_tests.cpp.test] Error 1
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: random_tests from test/random_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/random_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/random_tests.cpp.log 2>&1 || (cat test/random_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: denialofservice_tests from test/denialofservice_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/denialofservice_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/denialofservice_tests.cpp.log 2>&1 || (cat test/denialofservice_tests.cpp.log && false)
Running 6 test cases...
Entering test module "Bitcoin Core Test Suite"
wallet/test/scriptpubkeyman_tests.cpp(13): Test suite "scriptpubkeyman_tests" is skipped because disabled
wallet/test/ismine_tests.cpp(16): Test suite "ismine_tests" is skipped because disabled
wallet/test/init_tests.cpp(13): Test suite "init_tests" is skipped because disabled
wallet/test/coinselector_tests.cpp(18): Test suite "coinselector_tests" is skipped because disabled
wallet/test/wallet_crypto_tests.cpp(13): Test suite "wallet_crypto_tests" is skipped because disabled
wallet/test/wallet_tests.cpp(27): Test suite "wallet_tests" is skipped because disabled
wallet/test/psbt_wallet_tests.cpp(14): Test suite "psbt_wallet_tests" is skipped because disabled
wallet/test/db_tests.cpp(14): Test suite "db_tests" is skipped because disabled
test/versionbits_tests.cpp(159): Test suite "versionbits_tests" is skipped because disabled
test/validationinterface_tests.cpp(13): Test suite "validationinterface_tests" is skipped because disabled
test/validation_flush_tests.cpp(12): Test suite "validation_flush_tests" is skipped because disabled
test/validation_block_tests.cpp(33): Test suite "validation_block_tests" is skipped because disabled
test/util_tests.cpp(42): Test suite "util_tests" is skipped because disabled
test/uint256_tests.cpp(16): Test suite "uint256_tests" is skipped because disabled
test/txvalidationcache_tests.cpp(18): Test suite "txvalidationcache_tests" is skipped because disabled
test/txvalidation_tests.cpp(14): Test suite "txvalidation_tests" is skipped because disabled
test/txindex_tests.cpp(13): Test suite "txindex_tests" is skipped because disabled
test/transaction_tests.cpp(97): Test suite "transaction_tests" is skipped because disabled
test/torcontrol_tests.cpp(18): Test suite "torcontrol_tests" is skipped because disabled
test/timedata_tests.cpp(18): Test suite "timedata_tests" is skipped because disabled
test/util_threadnames_tests.cpp(20): Test suite "util_threadnames_tests" is skipped because disabled
test/sync_tests.cpp(32): Test suite "sync_tests" is skipped because disabled
test/streams_tests.cpp(10): Test suite "streams_tests" is skipped because disabled
test/skiplist_tests.cpp(14): Test suite "skiplist_tests" is skipped because disabled
test/sigopcount_tests.cpp(26): Test suite "sigopcount_tests" is skipped because disabled
test/sighash_tests.cpp(117): Test suite "sighash_tests" is skipped because disabled
test/settings_tests.cpp(17): Test suite "settings_tests" is skipped because disabled
test/serialize_tests.cpp(15): Test suite "serialize_tests" is skipped because disabled
test/scriptnum_tests.cpp(13): Test suite "scriptnum_tests" is skipped because disabled
test/script_standard_tests.cpp(14): Test suite "script_standard_tests" is skipped because disabled
test/script_tests.cpp(123): Test suite "script_tests" is skipped because disabled
test/script_p2sh_tests.cpp(48): Test suite "script_p2sh_tests" is skipped because disabled
test/scheduler_tests.cpp(12): Test suite "scheduler_tests" is skipped because disabled
test/sanity_tests.cpp(11): Test suite "sanity_tests" is skipped because disabled
test/rpc_tests.cpp(43): Test suite "rpc_tests" is skipped because disabled
test/reverselock_tests.cpp(10): Test suite "reverselock_tests" is skipped because disabled
test/random_tests.cpp(14): Test suite "random_tests" is skipped because disabled
test/raii_event_tests.cpp(37): Test suite "raii_event_tests" is skipped because disabled
test/prevector_tests.cpp(16): Test suite "prevector_tests" is skipped because disabled
test/pow_tests.cpp(12): Test suite "pow_tests" is skipped because disabled
test/policyestimator_tests.cpp(15): Test suite "policyestimator_tests" is skipped because disabled
test/pmt_tests.cpp(29): Test suite "pmt_tests" is skipped because disabled
test/netbase_tests.cpp(14): Test suite "netbase_tests" is skipped because disabled
test/net_tests.cpp(80): Test suite "net_tests" is skipped because disabled
test/multisig_tests.cpp(19): Test suite "multisig_tests" is skipped because disabled
test/miner_tests.cpp(37): Test suite "miner_tests" is skipped because disabled
test/merkleblock_tests.cpp(12): Test suite "merkleblock_tests" is skipped because disabled
test/merkle_tests.cpp(10): Test suite "merkle_tests" is skipped because disabled
test/mempool_tests.cpp(15): Test suite "mempool_tests" is skipped because disabled
test/validation_tests.cpp(14): Test suite "validation_tests" is skipped because disabled
test/dbwrapper_tests.cpp(24): Test suite "dbwrapper_tests" is skipped because disabled
test/logging_tests.cpp(13): Test suite "logging_tests" is skipped because disabled
test/limitedmap_tests.cpp(11): Test suite "limitedmap_tests" is skipped because disabled
test/key_tests.cpp(31): Test suite "key_tests" is skipped because disabled
test/key_io_tests.cpp(20): Test suite "key_io_tests" is skipped because disabled
test/hash_tests.cpp(13): Test suite "hash_tests" is skipped because disabled
test/getarg_tests.cpp(16): Test suite "getarg_tests" is skipped because disabled
test/fs_tests.cpp(11): Test suite "fs_tests" is skipped because disabled
test/flatfile_tests.cpp(13): Test suite "flatfile_tests" is skipped because disabled
test/descriptor_tests.cpp(280): Test suite "descriptor_tests" is skipped because disabled
test/denialofservice_tests.cpp(68): Entering test suite "denialofservice_tests"
test/denialofservice_tests.cpp(78): Entering test case "outbound_slow_chain_eviction"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=191968563b03c35c2f0e96f35d16f6e6fa7326537e697b5dd87c73cec18eedcc
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-13T09:16:03Z Opened LevelDB successfully
2021-03-13T09:16:03Z Using obfuscation key for /tmp/test_common_Vertcoin Core/7765d690458ee70433f9e5a0681b84c8ed8f52c63c4f5346aaf56d8e4fe38d2e/blocks/index: 0000000000000000
2021-03-13T09:16:03Z Opened LevelDB successfully
2021-03-13T09:16:03Z Wrote new obfuscate key for /tmp/test_common_Vertcoin Core/7765d690458ee70433f9e5a0681b84c8ed8f52c63c4f5346aaf56d8e4fe38d2e/chainstate: ba06166e6692e5f0
2021-03-13T09:16:03Z Using obfuscation key for /tmp/test_common_Vertcoin Core/7765d690458ee70433f9e5a0681b84c8ed8f52c63c4f5346aaf56d8e4fe38d2e/chainstate: ba06166e6692e5f0
2021-03-13T09:16:03Z Pre-allocating up to position 0x1000000 in blk00000.dat
2021-03-13T09:16:03Z UpdateTip: new best=4d96a915f49d40b1e5c2844d1ee2dccb90013a990ccea12c492d22110489f0c4 height=0 version=0x00000001 log2_work=20.000022 tx=1 date='2014-01-09T23:49:31Z' progress=0.000000 cache=0.0MiB(0txo)
2021-03-13T09:16:03Z ERROR: DeserializeFileDB: Failed to open file /tmp/test_common_Vertcoin Core/7765d690458ee70433f9e5a0681b84c8ed8f52c63c4f5346aaf56d8e4fe38d2e/banlist.dat
2021-03-13T09:16:03Z Invalid or missing banlist.dat; recreating
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:40:03Z) Disconnecting outbound peer 0 for old chain, best known block = <none>
test/denialofservice_tests.cpp(78): Leaving test case "outbound_slow_chain_eviction"; testing time: 58433us
test/denialofservice_tests.cpp(148): Entering test case "stale_tip_peer_management"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=191968563b03c35c2f0e96f35d16f6e6fa7326537e697b5dd87c73cec18eedcc
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-13T09:16:03Z Opened LevelDB successfully
2021-03-13T09:16:03Z Using obfuscation key for /tmp/test_common_Vertcoin Core/c870c99ab109b6877341720916bba07a89a3685ccaf405528a1ec2ecdd8cf9a4/blocks/index: 0000000000000000
2021-03-13T09:16:03Z Opened LevelDB successfully
2021-03-13T09:16:03Z Wrote new obfuscate key for /tmp/test_common_Vertcoin Core/c870c99ab109b6877341720916bba07a89a3685ccaf405528a1ec2ecdd8cf9a4/chainstate: c26dca807090f613
2021-03-13T09:16:03Z Using obfuscation key for /tmp/test_common_Vertcoin Core/c870c99ab109b6877341720916bba07a89a3685ccaf405528a1ec2ecdd8cf9a4/chainstate: c26dca807090f613
2021-03-13T09:16:03Z Pre-allocating up to position 0x1000000 in blk00000.dat
2021-03-13T09:16:03Z UpdateTip: new best=4d96a915f49d40b1e5c2844d1ee2dccb90013a990ccea12c492d22110489f0c4 height=0 version=0x00000001 log2_work=20.000022 tx=1 date='2014-01-09T23:49:31Z' progress=0.000000 cache=0.0MiB(0txo)
2021-03-13T09:16:03Z ERROR: DeserializeFileDB: Failed to open file /tmp/test_common_Vertcoin Core/c870c99ab109b6877341720916bba07a89a3685ccaf405528a1ec2ecdd8cf9a4/banlist.dat
2021-03-13T09:16:03Z Invalid or missing banlist.dat; recreating
test/denialofservice_tests.cpp(180): error: in "denialofservice_tests/stale_tip_peer_management": check connman->GetTryNewOutboundPeer() has failed
test/denialofservice_tests.cpp(148): Leaving test case "stale_tip_peer_management"; testing time: 18454us
test/denialofservice_tests.cpp(220): Entering test case "DoS_banning"
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Seed: Setting random seed for current tests to RANDOM_CTX_SEED=191968563b03c35c2f0e96f35d16f6e6fa7326537e697b5dd87c73cec18eedcc
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Opened LevelDB successfully
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Using obfuscation key for /tmp/test_common_Vertcoin Core/c33deca0c67d45ec36ff643ef9bc44c30daf312e190cdad230efedc57d462352/blocks/index: 0000000000000000
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Opened LevelDB successfully
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Wrote new obfuscate key for /tmp/test_common_Vertcoin Core/c33deca0c67d45ec36ff643ef9bc44c30daf312e190cdad230efedc57d462352/chainstate: 3793e92867c2796f
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Using obfuscation key for /tmp/test_common_Vertcoin Core/c33deca0c67d45ec36ff643ef9bc44c30daf312e190cdad230efedc57d462352/chainstate: 3793e92867c2796f
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Pre-allocating up to position 0x1000000 in blk00000.dat
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) UpdateTip: new best=4d96a915f49d40b1e5c2844d1ee2dccb90013a990ccea12c492d22110489f0c4 height=0 version=0x00000001 log2_work=20.000022 tx=1 date='2014-01-09T23:49:31Z' progress=0.000000 cache=0.0MiB(0txo)
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) ERROR: DeserializeFileDB: Failed to open file /tmp/test_common_Vertcoin Core/c33deca0c67d45ec36ff643ef9bc44c30daf312e190cdad230efedc57d462352/banlist.dat
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Invalid or missing banlist.dat; recreating
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Disconnecting and discouraging peer 1.192.176.160:5889!
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Disconnecting and discouraging peer 2.192.176.160:5889!
test/denialofservice_tests.cpp(220): Leaving test case "DoS_banning"; testing time: 11624us
test/denialofservice_tests.cpp(275): Entering test case "DoS_banscore"
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Seed: Setting random seed for current tests to RANDOM_CTX_SEED=191968563b03c35c2f0e96f35d16f6e6fa7326537e697b5dd87c73cec18eedcc
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Opened LevelDB successfully
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Using obfuscation key for /tmp/test_common_Vertcoin Core/a27ca54ee0c839962f906e813a663190d99b7140bb930a92d1a3fd7a983a93ae/blocks/index: 0000000000000000
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Opened LevelDB successfully
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Wrote new obfuscate key for /tmp/test_common_Vertcoin Core/a27ca54ee0c839962f906e813a663190d99b7140bb930a92d1a3fd7a983a93ae/chainstate: 9df17eea0a178884
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Using obfuscation key for /tmp/test_common_Vertcoin Core/a27ca54ee0c839962f906e813a663190d99b7140bb930a92d1a3fd7a983a93ae/chainstate: 9df17eea0a178884
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Pre-allocating up to position 0x1000000 in blk00000.dat
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) UpdateTip: new best=4d96a915f49d40b1e5c2844d1ee2dccb90013a990ccea12c492d22110489f0c4 height=0 version=0x00000001 log2_work=20.000022 tx=1 date='2014-01-09T23:49:31Z' progress=0.000000 cache=0.0MiB(0txo)
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) ERROR: DeserializeFileDB: Failed to open file /tmp/test_common_Vertcoin Core/a27ca54ee0c839962f906e813a663190d99b7140bb930a92d1a3fd7a983a93ae/banlist.dat
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Invalid or missing banlist.dat; recreating
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Disconnecting and discouraging peer 1.192.176.160:5889!
test/denialofservice_tests.cpp(275): Leaving test case "DoS_banscore"; testing time: 10932us
test/denialofservice_tests.cpp(322): Entering test case "DoS_bantime"
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Seed: Setting random seed for current tests to RANDOM_CTX_SEED=191968563b03c35c2f0e96f35d16f6e6fa7326537e697b5dd87c73cec18eedcc
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Opened LevelDB successfully
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Using obfuscation key for /tmp/test_common_Vertcoin Core/c72c51a809cd4fdc707f9f864b5b78ce529c46ef142364bff60e34b799d968b4/blocks/index: 0000000000000000
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Opened LevelDB successfully
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Wrote new obfuscate key for /tmp/test_common_Vertcoin Core/c72c51a809cd4fdc707f9f864b5b78ce529c46ef142364bff60e34b799d968b4/chainstate: 7ce14aadda02b76f
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Using obfuscation key for /tmp/test_common_Vertcoin Core/c72c51a809cd4fdc707f9f864b5b78ce529c46ef142364bff60e34b799d968b4/chainstate: 7ce14aadda02b76f
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Pre-allocating up to position 0x1000000 in blk00000.dat
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) UpdateTip: new best=4d96a915f49d40b1e5c2844d1ee2dccb90013a990ccea12c492d22110489f0c4 height=0 version=0x00000001 log2_work=20.000022 tx=1 date='2014-01-09T23:49:31Z' progress=0.000000 cache=0.0MiB(0txo)
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) ERROR: DeserializeFileDB: Failed to open file /tmp/test_common_Vertcoin Core/c72c51a809cd4fdc707f9f864b5b78ce529c46ef142364bff60e34b799d968b4/banlist.dat
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Invalid or missing banlist.dat; recreating
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Disconnecting and discouraging peer 1.192.176.160:5889!
test/denialofservice_tests.cpp(322): Leaving test case "DoS_bantime"; testing time: 9284us
test/denialofservice_tests.cpp(363): Entering test case "DoS_mapOrphans"
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Seed: Setting random seed for current tests to RANDOM_CTX_SEED=191968563b03c35c2f0e96f35d16f6e6fa7326537e697b5dd87c73cec18eedcc
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Opened LevelDB successfully
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Using obfuscation key for /tmp/test_common_Vertcoin Core/74f4abc8e86e4453d49f56639693df55511aa82684629f33df570d24376c06ae/blocks/index: 0000000000000000
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Opened LevelDB successfully
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Wrote new obfuscate key for /tmp/test_common_Vertcoin Core/74f4abc8e86e4453d49f56639693df55511aa82684629f33df570d24376c06ae/chainstate: c2eed07e70e132bb
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Using obfuscation key for /tmp/test_common_Vertcoin Core/74f4abc8e86e4453d49f56639693df55511aa82684629f33df570d24376c06ae/chainstate: c2eed07e70e132bb
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Pre-allocating up to position 0x1000000 in blk00000.dat
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) UpdateTip: new best=4d96a915f49d40b1e5c2844d1ee2dccb90013a990ccea12c492d22110489f0c4 height=0 version=0x00000001 log2_work=20.000022 tx=1 date='2014-01-09T23:49:31Z' progress=0.000000 cache=0.0MiB(0txo)
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) ERROR: DeserializeFileDB: Failed to open file /tmp/test_common_Vertcoin Core/74f4abc8e86e4453d49f56639693df55511aa82684629f33df570d24376c06ae/banlist.dat
2021-03-13T09:16:03Z (mocktime: 2021-03-13T09:23:34Z) Invalid or missing banlist.dat; recreating
test/denialofservice_tests.cpp(363): Leaving test case "DoS_mapOrphans"; testing time: 72937us
test/denialofservice_tests.cpp(68): Leaving test suite "denialofservice_tests"; testing time: 181919us
test/cuckoocache_tests.cpp(25): Test suite "cuckoocache_tests" is skipped because disabled
test/crypto_tests.cpp(24): Test suite "crypto_tests" is skipped because disabled
test/compress_tests.cpp(25): Test suite "compress_tests" is skipped because disabled
test/compilerbug_tests.cpp(8): Test suite "compilerbug_tests" is skipped because disabled
test/coins_tests.cpp(99): Test suite "coins_tests" is skipped because disabled
test/checkqueue_tests.cpp(22): Test suite "checkqueue_tests" is skipped because disabled
test/bswap_tests.cpp(10): Test suite "bswap_tests" is skipped because disabled
test/bloom_tests.cpp(24): Test suite "bloom_tests" is skipped because disabled
test/blockfilter_index_tests.cpp(19): Test suite "blockfilter_index_tests" is skipped because disabled
test/blockfilter_tests.cpp(17): Test suite "blockfilter_tests" is skipped because disabled
test/blockencodings_tests.cpp(17): Test suite "blockencodings_tests" is skipped because disabled
test/blockchain_tests.cpp(50): Test suite "blockchain_tests" is skipped because disabled
test/bip32_tests.cpp(124): Test suite "bip32_tests" is skipped because disabled
test/bech32_tests.cpp(11): Test suite "bech32_tests" is skipped because disabled
test/base64_tests.cpp(10): Test suite "base64_tests" is skipped because disabled
test/base58_tests.cpp(19): Test suite "base58_tests" is skipped because disabled
test/base32_tests.cpp(10): Test suite "base32_tests" is skipped because disabled
test/allocator_tests.cpp(14): Test suite "allocator_tests" is skipped because disabled
test/amount_tests.cpp(11): Test suite "amount_tests" is skipped because disabled
test/addrman_tests.cpp(122): Test suite "addrman_tests" is skipped because disabled
test/arith_uint256_tests.cpp(16): Test suite "arith_uint256_tests" is skipped because disabled
Leaving test module "Bitcoin Core Test Suite"; testing time: 182720us

*** 1 failure is detected in the test module "Bitcoin Core Test Suite"
make[3]: *** [Makefile:19737: test/denialofservice_tests.cpp.test] Error 1
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: scheduler_tests from test/scheduler_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/scheduler_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/scheduler_tests.cpp.log 2>&1 || (cat test/scheduler_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: sanity_tests from test/sanity_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/sanity_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/sanity_tests.cpp.log 2>&1 || (cat test/sanity_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: script_standard_tests from test/script_standard_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/script_standard_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/script_standard_tests.cpp.log 2>&1 || (cat test/script_standard_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: descriptor_tests from test/descriptor_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/descriptor_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/descriptor_tests.cpp.log 2>&1 || (cat test/descriptor_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: script_p2sh_tests from test/script_p2sh_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/script_p2sh_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/script_p2sh_tests.cpp.log 2>&1 || (cat test/script_p2sh_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: rpc_tests from test/rpc_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/rpc_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/rpc_tests.cpp.log 2>&1 || (cat test/rpc_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: compress_tests from test/compress_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/compress_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/compress_tests.cpp.log 2>&1 || (cat test/compress_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: policyestimator_tests from test/policyestimator_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/policyestimator_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/policyestimator_tests.cpp.log 2>&1 || (cat test/policyestimator_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: blockencodings_tests from test/blockencodings_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/blockencodings_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/blockencodings_tests.cpp.log 2>&1 || (cat test/blockencodings_tests.cpp.log && false)
Running 7 test cases...
Entering test module "Bitcoin Core Test Suite"
wallet/test/scriptpubkeyman_tests.cpp(13): Test suite "scriptpubkeyman_tests" is skipped because disabled
wallet/test/ismine_tests.cpp(16): Test suite "ismine_tests" is skipped because disabled
wallet/test/init_tests.cpp(13): Test suite "init_tests" is skipped because disabled
wallet/test/coinselector_tests.cpp(18): Test suite "coinselector_tests" is skipped because disabled
wallet/test/wallet_crypto_tests.cpp(13): Test suite "wallet_crypto_tests" is skipped because disabled
wallet/test/wallet_tests.cpp(27): Test suite "wallet_tests" is skipped because disabled
wallet/test/psbt_wallet_tests.cpp(14): Test suite "psbt_wallet_tests" is skipped because disabled
wallet/test/db_tests.cpp(14): Test suite "db_tests" is skipped because disabled
test/versionbits_tests.cpp(159): Test suite "versionbits_tests" is skipped because disabled
test/validationinterface_tests.cpp(13): Test suite "validationinterface_tests" is skipped because disabled
test/validation_flush_tests.cpp(12): Test suite "validation_flush_tests" is skipped because disabled
test/validation_block_tests.cpp(33): Test suite "validation_block_tests" is skipped because disabled
test/util_tests.cpp(42): Test suite "util_tests" is skipped because disabled
test/uint256_tests.cpp(16): Test suite "uint256_tests" is skipped because disabled
test/txvalidationcache_tests.cpp(18): Test suite "txvalidationcache_tests" is skipped because disabled
test/txvalidation_tests.cpp(14): Test suite "txvalidation_tests" is skipped because disabled
test/txindex_tests.cpp(13): Test suite "txindex_tests" is skipped because disabled
test/transaction_tests.cpp(97): Test suite "transaction_tests" is skipped because disabled
test/torcontrol_tests.cpp(18): Test suite "torcontrol_tests" is skipped because disabled
test/timedata_tests.cpp(18): Test suite "timedata_tests" is skipped because disabled
test/util_threadnames_tests.cpp(20): Test suite "util_threadnames_tests" is skipped because disabled
test/sync_tests.cpp(32): Test suite "sync_tests" is skipped because disabled
test/streams_tests.cpp(10): Test suite "streams_tests" is skipped because disabled
test/skiplist_tests.cpp(14): Test suite "skiplist_tests" is skipped because disabled
test/sigopcount_tests.cpp(26): Test suite "sigopcount_tests" is skipped because disabled
test/sighash_tests.cpp(117): Test suite "sighash_tests" is skipped because disabled
test/settings_tests.cpp(17): Test suite "settings_tests" is skipped because disabled
test/serialize_tests.cpp(15): Test suite "serialize_tests" is skipped because disabled
test/scriptnum_tests.cpp(13): Test suite "scriptnum_tests" is skipped because disabled
test/script_standard_tests.cpp(14): Test suite "script_standard_tests" is skipped because disabled
test/script_tests.cpp(123): Test suite "script_tests" is skipped because disabled
test/script_p2sh_tests.cpp(48): Test suite "script_p2sh_tests" is skipped because disabled
test/scheduler_tests.cpp(12): Test suite "scheduler_tests" is skipped because disabled
test/sanity_tests.cpp(11): Test suite "sanity_tests" is skipped because disabled
test/rpc_tests.cpp(43): Test suite "rpc_tests" is skipped because disabled
test/reverselock_tests.cpp(10): Test suite "reverselock_tests" is skipped because disabled
test/random_tests.cpp(14): Test suite "random_tests" is skipped because disabled
test/raii_event_tests.cpp(37): Test suite "raii_event_tests" is skipped because disabled
test/prevector_tests.cpp(16): Test suite "prevector_tests" is skipped because disabled
test/pow_tests.cpp(12): Test suite "pow_tests" is skipped because disabled
test/policyestimator_tests.cpp(15): Test suite "policyestimator_tests" is skipped because disabled
test/pmt_tests.cpp(29): Test suite "pmt_tests" is skipped because disabled
test/netbase_tests.cpp(14): Test suite "netbase_tests" is skipped because disabled
test/net_tests.cpp(80): Test suite "net_tests" is skipped because disabled
test/multisig_tests.cpp(19): Test suite "multisig_tests" is skipped because disabled
test/miner_tests.cpp(37): Test suite "miner_tests" is skipped because disabled
test/merkleblock_tests.cpp(12): Test suite "merkleblock_tests" is skipped because disabled
test/merkle_tests.cpp(10): Test suite "merkle_tests" is skipped because disabled
test/mempool_tests.cpp(15): Test suite "mempool_tests" is skipped because disabled
test/validation_tests.cpp(14): Test suite "validation_tests" is skipped because disabled
test/dbwrapper_tests.cpp(24): Test suite "dbwrapper_tests" is skipped because disabled
test/logging_tests.cpp(13): Test suite "logging_tests" is skipped because disabled
test/limitedmap_tests.cpp(11): Test suite "limitedmap_tests" is skipped because disabled
test/key_tests.cpp(31): Test suite "key_tests" is skipped because disabled
test/key_io_tests.cpp(20): Test suite "key_io_tests" is skipped because disabled
test/hash_tests.cpp(13): Test suite "hash_tests" is skipped because disabled
test/getarg_tests.cpp(16): Test suite "getarg_tests" is skipped because disabled
test/fs_tests.cpp(11): Test suite "fs_tests" is skipped because disabled
test/flatfile_tests.cpp(13): Test suite "flatfile_tests" is skipped because disabled
test/descriptor_tests.cpp(280): Test suite "descriptor_tests" is skipped because disabled
test/denialofservice_tests.cpp(68): Test suite "denialofservice_tests" is skipped because disabled
test/cuckoocache_tests.cpp(25): Test suite "cuckoocache_tests" is skipped because disabled
test/crypto_tests.cpp(24): Test suite "crypto_tests" is skipped because disabled
test/compress_tests.cpp(25): Test suite "compress_tests" is skipped because disabled
test/compilerbug_tests.cpp(8): Test suite "compilerbug_tests" is skipped because disabled
test/coins_tests.cpp(99): Test suite "coins_tests" is skipped because disabled
test/checkqueue_tests.cpp(22): Test suite "checkqueue_tests" is skipped because disabled
test/bswap_tests.cpp(10): Test suite "bswap_tests" is skipped because disabled
test/bloom_tests.cpp(24): Test suite "bloom_tests" is skipped because disabled
test/blockfilter_index_tests.cpp(19): Test suite "blockfilter_index_tests" is skipped because disabled
test/blockfilter_tests.cpp(17): Test suite "blockfilter_tests" is skipped because disabled
test/blockencodings_tests.cpp(17): Entering test suite "blockencodings_tests"
test/blockencodings_tests.cpp(55): Entering test case "SimpleRoundTripTest"
test_bitcoin: scheduler.cpp:18: CScheduler::~CScheduler(): Assertion `nThreadsServicingQueue == 0' failed.
make[3]: *** [Makefile:19737: test/blockencodings_tests.cpp.test] Error 1
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: prevector_tests from test/prevector_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/prevector_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/prevector_tests.cpp.log 2>&1 || (cat test/prevector_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: pmt_tests from test/pmt_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/pmt_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/pmt_tests.cpp.log 2>&1 || (cat test/pmt_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: blockfilter_index_tests from test/blockfilter_index_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/blockfilter_index_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/blockfilter_index_tests.cpp.log 2>&1 || (cat test/blockfilter_index_tests.cpp.log && false)
Running 2 test cases...
Entering test module "Bitcoin Core Test Suite"
wallet/test/scriptpubkeyman_tests.cpp(13): Test suite "scriptpubkeyman_tests" is skipped because disabled
wallet/test/ismine_tests.cpp(16): Test suite "ismine_tests" is skipped because disabled
wallet/test/init_tests.cpp(13): Test suite "init_tests" is skipped because disabled
wallet/test/coinselector_tests.cpp(18): Test suite "coinselector_tests" is skipped because disabled
wallet/test/wallet_crypto_tests.cpp(13): Test suite "wallet_crypto_tests" is skipped because disabled
wallet/test/wallet_tests.cpp(27): Test suite "wallet_tests" is skipped because disabled
wallet/test/psbt_wallet_tests.cpp(14): Test suite "psbt_wallet_tests" is skipped because disabled
wallet/test/db_tests.cpp(14): Test suite "db_tests" is skipped because disabled
test/versionbits_tests.cpp(159): Test suite "versionbits_tests" is skipped because disabled
test/validationinterface_tests.cpp(13): Test suite "validationinterface_tests" is skipped because disabled
test/validation_flush_tests.cpp(12): Test suite "validation_flush_tests" is skipped because disabled
test/validation_block_tests.cpp(33): Test suite "validation_block_tests" is skipped because disabled
test/util_tests.cpp(42): Test suite "util_tests" is skipped because disabled
test/uint256_tests.cpp(16): Test suite "uint256_tests" is skipped because disabled
test/txvalidationcache_tests.cpp(18): Test suite "txvalidationcache_tests" is skipped because disabled
test/txvalidation_tests.cpp(14): Test suite "txvalidation_tests" is skipped because disabled
test/txindex_tests.cpp(13): Test suite "txindex_tests" is skipped because disabled
test/transaction_tests.cpp(97): Test suite "transaction_tests" is skipped because disabled
test/torcontrol_tests.cpp(18): Test suite "torcontrol_tests" is skipped because disabled
test/timedata_tests.cpp(18): Test suite "timedata_tests" is skipped because disabled
test/util_threadnames_tests.cpp(20): Test suite "util_threadnames_tests" is skipped because disabled
test/sync_tests.cpp(32): Test suite "sync_tests" is skipped because disabled
test/streams_tests.cpp(10): Test suite "streams_tests" is skipped because disabled
test/skiplist_tests.cpp(14): Test suite "skiplist_tests" is skipped because disabled
test/sigopcount_tests.cpp(26): Test suite "sigopcount_tests" is skipped because disabled
test/sighash_tests.cpp(117): Test suite "sighash_tests" is skipped because disabled
test/settings_tests.cpp(17): Test suite "settings_tests" is skipped because disabled
test/serialize_tests.cpp(15): Test suite "serialize_tests" is skipped because disabled
test/scriptnum_tests.cpp(13): Test suite "scriptnum_tests" is skipped because disabled
test/script_standard_tests.cpp(14): Test suite "script_standard_tests" is skipped because disabled
test/script_tests.cpp(123): Test suite "script_tests" is skipped because disabled
test/script_p2sh_tests.cpp(48): Test suite "script_p2sh_tests" is skipped because disabled
test/scheduler_tests.cpp(12): Test suite "scheduler_tests" is skipped because disabled
test/sanity_tests.cpp(11): Test suite "sanity_tests" is skipped because disabled
test/rpc_tests.cpp(43): Test suite "rpc_tests" is skipped because disabled
test/reverselock_tests.cpp(10): Test suite "reverselock_tests" is skipped because disabled
test/random_tests.cpp(14): Test suite "random_tests" is skipped because disabled
test/raii_event_tests.cpp(37): Test suite "raii_event_tests" is skipped because disabled
test/prevector_tests.cpp(16): Test suite "prevector_tests" is skipped because disabled
test/pow_tests.cpp(12): Test suite "pow_tests" is skipped because disabled
test/policyestimator_tests.cpp(15): Test suite "policyestimator_tests" is skipped because disabled
test/pmt_tests.cpp(29): Test suite "pmt_tests" is skipped because disabled
test/netbase_tests.cpp(14): Test suite "netbase_tests" is skipped because disabled
test/net_tests.cpp(80): Test suite "net_tests" is skipped because disabled
test/multisig_tests.cpp(19): Test suite "multisig_tests" is skipped because disabled
test/miner_tests.cpp(37): Test suite "miner_tests" is skipped because disabled
test/merkleblock_tests.cpp(12): Test suite "merkleblock_tests" is skipped because disabled
test/merkle_tests.cpp(10): Test suite "merkle_tests" is skipped because disabled
test/mempool_tests.cpp(15): Test suite "mempool_tests" is skipped because disabled
test/validation_tests.cpp(14): Test suite "validation_tests" is skipped because disabled
test/dbwrapper_tests.cpp(24): Test suite "dbwrapper_tests" is skipped because disabled
test/logging_tests.cpp(13): Test suite "logging_tests" is skipped because disabled
test/limitedmap_tests.cpp(11): Test suite "limitedmap_tests" is skipped because disabled
test/key_tests.cpp(31): Test suite "key_tests" is skipped because disabled
test/key_io_tests.cpp(20): Test suite "key_io_tests" is skipped because disabled
test/hash_tests.cpp(13): Test suite "hash_tests" is skipped because disabled
test/getarg_tests.cpp(16): Test suite "getarg_tests" is skipped because disabled
test/fs_tests.cpp(11): Test suite "fs_tests" is skipped because disabled
test/flatfile_tests.cpp(13): Test suite "flatfile_tests" is skipped because disabled
test/descriptor_tests.cpp(280): Test suite "descriptor_tests" is skipped because disabled
test/denialofservice_tests.cpp(68): Test suite "denialofservice_tests" is skipped because disabled
test/cuckoocache_tests.cpp(25): Test suite "cuckoocache_tests" is skipped because disabled
test/crypto_tests.cpp(24): Test suite "crypto_tests" is skipped because disabled
test/compress_tests.cpp(25): Test suite "compress_tests" is skipped because disabled
test/compilerbug_tests.cpp(8): Test suite "compilerbug_tests" is skipped because disabled
test/coins_tests.cpp(99): Test suite "coins_tests" is skipped because disabled
test/checkqueue_tests.cpp(22): Test suite "checkqueue_tests" is skipped because disabled
test/bswap_tests.cpp(10): Test suite "bswap_tests" is skipped because disabled
test/bloom_tests.cpp(24): Test suite "bloom_tests" is skipped because disabled
test/blockfilter_index_tests.cpp(19): Entering test suite "blockfilter_index_tests"
test/blockfilter_index_tests.cpp(105): Entering test case "blockfilter_index_initial_sync"
test_bitcoin: scheduler.cpp:18: CScheduler::~CScheduler(): Assertion `nThreadsServicingQueue == 0' failed.
make[3]: *** [Makefile:19737: test/blockfilter_index_tests.cpp.test] Error 1
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: merkle_tests from test/merkle_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/merkle_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/merkle_tests.cpp.log 2>&1 || (cat test/merkle_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: addrman_tests from test/addrman_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/addrman_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/addrman_tests.cpp.log 2>&1 || (cat test/addrman_tests.cpp.log && false)
Running 17 test cases...
Entering test module "Bitcoin Core Test Suite"
wallet/test/scriptpubkeyman_tests.cpp(13): Test suite "scriptpubkeyman_tests" is skipped because disabled
wallet/test/ismine_tests.cpp(16): Test suite "ismine_tests" is skipped because disabled
wallet/test/init_tests.cpp(13): Test suite "init_tests" is skipped because disabled
wallet/test/coinselector_tests.cpp(18): Test suite "coinselector_tests" is skipped because disabled
wallet/test/wallet_crypto_tests.cpp(13): Test suite "wallet_crypto_tests" is skipped because disabled
wallet/test/wallet_tests.cpp(27): Test suite "wallet_tests" is skipped because disabled
wallet/test/psbt_wallet_tests.cpp(14): Test suite "psbt_wallet_tests" is skipped because disabled
wallet/test/db_tests.cpp(14): Test suite "db_tests" is skipped because disabled
test/versionbits_tests.cpp(159): Test suite "versionbits_tests" is skipped because disabled
test/validationinterface_tests.cpp(13): Test suite "validationinterface_tests" is skipped because disabled
test/validation_flush_tests.cpp(12): Test suite "validation_flush_tests" is skipped because disabled
test/validation_block_tests.cpp(33): Test suite "validation_block_tests" is skipped because disabled
test/util_tests.cpp(42): Test suite "util_tests" is skipped because disabled
test/uint256_tests.cpp(16): Test suite "uint256_tests" is skipped because disabled
test/txvalidationcache_tests.cpp(18): Test suite "txvalidationcache_tests" is skipped because disabled
test/txvalidation_tests.cpp(14): Test suite "txvalidation_tests" is skipped because disabled
test/txindex_tests.cpp(13): Test suite "txindex_tests" is skipped because disabled
test/transaction_tests.cpp(97): Test suite "transaction_tests" is skipped because disabled
test/torcontrol_tests.cpp(18): Test suite "torcontrol_tests" is skipped because disabled
test/timedata_tests.cpp(18): Test suite "timedata_tests" is skipped because disabled
test/util_threadnames_tests.cpp(20): Test suite "util_threadnames_tests" is skipped because disabled
test/sync_tests.cpp(32): Test suite "sync_tests" is skipped because disabled
test/streams_tests.cpp(10): Test suite "streams_tests" is skipped because disabled
test/skiplist_tests.cpp(14): Test suite "skiplist_tests" is skipped because disabled
test/sigopcount_tests.cpp(26): Test suite "sigopcount_tests" is skipped because disabled
test/sighash_tests.cpp(117): Test suite "sighash_tests" is skipped because disabled
test/settings_tests.cpp(17): Test suite "settings_tests" is skipped because disabled
test/serialize_tests.cpp(15): Test suite "serialize_tests" is skipped because disabled
test/scriptnum_tests.cpp(13): Test suite "scriptnum_tests" is skipped because disabled
test/script_standard_tests.cpp(14): Test suite "script_standard_tests" is skipped because disabled
test/script_tests.cpp(123): Test suite "script_tests" is skipped because disabled
test/script_p2sh_tests.cpp(48): Test suite "script_p2sh_tests" is skipped because disabled
test/scheduler_tests.cpp(12): Test suite "scheduler_tests" is skipped because disabled
test/sanity_tests.cpp(11): Test suite "sanity_tests" is skipped because disabled
test/rpc_tests.cpp(43): Test suite "rpc_tests" is skipped because disabled
test/reverselock_tests.cpp(10): Test suite "reverselock_tests" is skipped because disabled
test/random_tests.cpp(14): Test suite "random_tests" is skipped because disabled
test/raii_event_tests.cpp(37): Test suite "raii_event_tests" is skipped because disabled
test/prevector_tests.cpp(16): Test suite "prevector_tests" is skipped because disabled
test/pow_tests.cpp(12): Test suite "pow_tests" is skipped because disabled
test/policyestimator_tests.cpp(15): Test suite "policyestimator_tests" is skipped because disabled
test/pmt_tests.cpp(29): Test suite "pmt_tests" is skipped because disabled
test/netbase_tests.cpp(14): Test suite "netbase_tests" is skipped because disabled
test/net_tests.cpp(80): Test suite "net_tests" is skipped because disabled
test/multisig_tests.cpp(19): Test suite "multisig_tests" is skipped because disabled
test/miner_tests.cpp(37): Test suite "miner_tests" is skipped because disabled
test/merkleblock_tests.cpp(12): Test suite "merkleblock_tests" is skipped because disabled
test/merkle_tests.cpp(10): Test suite "merkle_tests" is skipped because disabled
test/mempool_tests.cpp(15): Test suite "mempool_tests" is skipped because disabled
test/validation_tests.cpp(14): Test suite "validation_tests" is skipped because disabled
test/dbwrapper_tests.cpp(24): Test suite "dbwrapper_tests" is skipped because disabled
test/logging_tests.cpp(13): Test suite "logging_tests" is skipped because disabled
test/limitedmap_tests.cpp(11): Test suite "limitedmap_tests" is skipped because disabled
test/key_tests.cpp(31): Test suite "key_tests" is skipped because disabled
test/key_io_tests.cpp(20): Test suite "key_io_tests" is skipped because disabled
test/hash_tests.cpp(13): Test suite "hash_tests" is skipped because disabled
test/getarg_tests.cpp(16): Test suite "getarg_tests" is skipped because disabled
test/fs_tests.cpp(11): Test suite "fs_tests" is skipped because disabled
test/flatfile_tests.cpp(13): Test suite "flatfile_tests" is skipped because disabled
test/descriptor_tests.cpp(280): Test suite "descriptor_tests" is skipped because disabled
test/denialofservice_tests.cpp(68): Test suite "denialofservice_tests" is skipped because disabled
test/cuckoocache_tests.cpp(25): Test suite "cuckoocache_tests" is skipped because disabled
test/crypto_tests.cpp(24): Test suite "crypto_tests" is skipped because disabled
test/compress_tests.cpp(25): Test suite "compress_tests" is skipped because disabled
test/compilerbug_tests.cpp(8): Test suite "compilerbug_tests" is skipped because disabled
test/coins_tests.cpp(99): Test suite "coins_tests" is skipped because disabled
test/checkqueue_tests.cpp(22): Test suite "checkqueue_tests" is skipped because disabled
test/bswap_tests.cpp(10): Test suite "bswap_tests" is skipped because disabled
test/bloom_tests.cpp(24): Test suite "bloom_tests" is skipped because disabled
test/blockfilter_index_tests.cpp(19): Test suite "blockfilter_index_tests" is skipped because disabled
test/blockfilter_tests.cpp(17): Test suite "blockfilter_tests" is skipped because disabled
test/blockencodings_tests.cpp(17): Test suite "blockencodings_tests" is skipped because disabled
test/blockchain_tests.cpp(50): Test suite "blockchain_tests" is skipped because disabled
test/bip32_tests.cpp(124): Test suite "bip32_tests" is skipped because disabled
test/bech32_tests.cpp(11): Test suite "bech32_tests" is skipped because disabled
test/base64_tests.cpp(10): Test suite "base64_tests" is skipped because disabled
test/base58_tests.cpp(19): Test suite "base58_tests" is skipped because disabled
test/base32_tests.cpp(10): Test suite "base32_tests" is skipped because disabled
test/allocator_tests.cpp(14): Test suite "allocator_tests" is skipped because disabled
test/amount_tests.cpp(11): Test suite "amount_tests" is skipped because disabled
test/addrman_tests.cpp(122): Entering test suite "addrman_tests"
test/addrman_tests.cpp(124): Entering test case "addrman_simple"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=fc49ebfad30fd163ea3ea4ee7ecebbca90877a89efdc9cecc9b71cf5771d8cf7
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/addrman_tests.cpp(124): Leaving test case "addrman_simple"; testing time: 32697us
test/addrman_tests.cpp(173): Entering test case "addrman_ports"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=fc49ebfad30fd163ea3ea4ee7ecebbca90877a89efdc9cecc9b71cf5771d8cf7
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/addrman_tests.cpp(173): Leaving test case "addrman_ports"; testing time: 2343us
test/addrman_tests.cpp(202): Entering test case "addrman_select"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=fc49ebfad30fd163ea3ea4ee7ecebbca90877a89efdc9cecc9b71cf5771d8cf7
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/addrman_tests.cpp(202): Leaving test case "addrman_select"; testing time: 22117us
test/addrman_tests.cpp(261): Entering test case "addrman_new_collisions"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=fc49ebfad30fd163ea3ea4ee7ecebbca90877a89efdc9cecc9b71cf5771d8cf7
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/addrman_tests.cpp(261): Leaving test case "addrman_new_collisions"; testing time: 2836us
test/addrman_tests.cpp(287): Entering test case "addrman_tried_collisions"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=fc49ebfad30fd163ea3ea4ee7ecebbca90877a89efdc9cecc9b71cf5771d8cf7
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/addrman_tests.cpp(287): Leaving test case "addrman_tried_collisions"; testing time: 169904us
test/addrman_tests.cpp(314): Entering test case "addrman_find"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=fc49ebfad30fd163ea3ea4ee7ecebbca90877a89efdc9cecc9b71cf5771d8cf7
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/addrman_tests.cpp(314): Leaving test case "addrman_find"; testing time: 1616us
test/addrman_tests.cpp(347): Entering test case "addrman_create"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=fc49ebfad30fd163ea3ea4ee7ecebbca90877a89efdc9cecc9b71cf5771d8cf7
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/addrman_tests.cpp(347): Leaving test case "addrman_create"; testing time: 1479us
test/addrman_tests.cpp(367): Entering test case "addrman_delete"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=fc49ebfad30fd163ea3ea4ee7ecebbca90877a89efdc9cecc9b71cf5771d8cf7
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/addrman_tests.cpp(367): Leaving test case "addrman_delete"; testing time: 1453us
test/addrman_tests.cpp(387): Entering test case "addrman_getaddr"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=fc49ebfad30fd163ea3ea4ee7ecebbca90877a89efdc9cecc9b71cf5771d8cf7
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/addrman_tests.cpp(387): Leaving test case "addrman_getaddr"; testing time: 359478us
test/addrman_tests.cpp(448): Entering test case "caddrinfo_get_tried_bucket_legacy"
2021-03-13T09:16:04Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=fc49ebfad30fd163ea3ea4ee7ecebbca90877a89efdc9cecc9b71cf5771d8cf7
2021-03-13T09:16:04Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:04Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:04Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/addrman_tests.cpp(465): error: in "addrman_tests/caddrinfo_get_tried_bucket_legacy": check info1.GetTriedBucket(nKey1, asmap) == 40 has failed [17 != 40]
test/addrman_tests.cpp(448): Leaving test case "caddrinfo_get_tried_bucket_legacy"; testing time: 3935us
test/addrman_tests.cpp(503): Entering test case "caddrinfo_get_new_bucket_legacy"
2021-03-13T09:16:04Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=fc49ebfad30fd163ea3ea4ee7ecebbca90877a89efdc9cecc9b71cf5771d8cf7
2021-03-13T09:16:04Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:04Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:04Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/addrman_tests.cpp(503): Leaving test case "caddrinfo_get_new_bucket_legacy"; testing time: 8969us
test/addrman_tests.cpp(581): Entering test case "caddrinfo_get_tried_bucket"
2021-03-13T09:16:04Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=fc49ebfad30fd163ea3ea4ee7ecebbca90877a89efdc9cecc9b71cf5771d8cf7
2021-03-13T09:16:04Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:04Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:04Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/addrman_tests.cpp(581): Leaving test case "caddrinfo_get_tried_bucket"; testing time: 5126us
test/addrman_tests.cpp(636): Entering test case "caddrinfo_get_new_bucket"
2021-03-13T09:16:04Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=fc49ebfad30fd163ea3ea4ee7ecebbca90877a89efdc9cecc9b71cf5771d8cf7
2021-03-13T09:16:04Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:04Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:04Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/addrman_tests.cpp(636): Leaving test case "caddrinfo_get_new_bucket"; testing time: 16817us
test/addrman_tests.cpp(716): Entering test case "addrman_serialization"
2021-03-13T09:16:04Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=fc49ebfad30fd163ea3ea4ee7ecebbca90877a89efdc9cecc9b71cf5771d8cf7
2021-03-13T09:16:04Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:04Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:04Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/addrman_tests.cpp(716): Leaving test case "addrman_serialization"; testing time: 2506us
test/addrman_tests.cpp(783): Entering test case "addrman_selecttriedcollision"
2021-03-13T09:16:04Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=fc49ebfad30fd163ea3ea4ee7ecebbca90877a89efdc9cecc9b71cf5771d8cf7
2021-03-13T09:16:04Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:04Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:04Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/addrman_tests.cpp(783): Leaving test case "addrman_selecttriedcollision"; testing time: 30887us
test/addrman_tests.cpp(815): Entering test case "addrman_noevict"
2021-03-13T09:16:04Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=fc49ebfad30fd163ea3ea4ee7ecebbca90877a89efdc9cecc9b71cf5771d8cf7
2021-03-13T09:16:04Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:04Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:04Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/addrman_tests.cpp(815): Leaving test case "addrman_noevict"; testing time: 44545us
test/addrman_tests.cpp(871): Entering test case "addrman_evictionworks"
2021-03-13T09:16:04Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=fc49ebfad30fd163ea3ea4ee7ecebbca90877a89efdc9cecc9b71cf5771d8cf7
2021-03-13T09:16:04Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:04Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:04Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
test/addrman_tests.cpp(871): Leaving test case "addrman_evictionworks"; testing time: 35061us
test/addrman_tests.cpp(122): Leaving test suite "addrman_tests"; testing time: 742192us
test/arith_uint256_tests.cpp(16): Test suite "arith_uint256_tests" is skipped because disabled
Leaving test module "Bitcoin Core Test Suite"; testing time: 742989us

*** 1 failure is detected in the test module "Bitcoin Core Test Suite"
make[3]: *** [Makefile:19737: test/addrman_tests.cpp.test] Error 1
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: cuckoocache_tests from test/cuckoocache_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/cuckoocache_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/cuckoocache_tests.cpp.log 2>&1 || (cat test/cuckoocache_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: script_tests from test/script_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/script_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/script_tests.cpp.log 2>&1 || (cat test/script_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: crypto_tests from test/crypto_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/crypto_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/crypto_tests.cpp.log 2>&1 || (cat test/crypto_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: miner_tests from test/miner_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/miner_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/miner_tests.cpp.log 2>&1 || (cat test/miner_tests.cpp.log && false)
Running 1 test case...
Entering test module "Bitcoin Core Test Suite"
wallet/test/scriptpubkeyman_tests.cpp(13): Test suite "scriptpubkeyman_tests" is skipped because disabled
wallet/test/ismine_tests.cpp(16): Test suite "ismine_tests" is skipped because disabled
wallet/test/init_tests.cpp(13): Test suite "init_tests" is skipped because disabled
wallet/test/coinselector_tests.cpp(18): Test suite "coinselector_tests" is skipped because disabled
wallet/test/wallet_crypto_tests.cpp(13): Test suite "wallet_crypto_tests" is skipped because disabled
wallet/test/wallet_tests.cpp(27): Test suite "wallet_tests" is skipped because disabled
wallet/test/psbt_wallet_tests.cpp(14): Test suite "psbt_wallet_tests" is skipped because disabled
wallet/test/db_tests.cpp(14): Test suite "db_tests" is skipped because disabled
test/versionbits_tests.cpp(159): Test suite "versionbits_tests" is skipped because disabled
test/validationinterface_tests.cpp(13): Test suite "validationinterface_tests" is skipped because disabled
test/validation_flush_tests.cpp(12): Test suite "validation_flush_tests" is skipped because disabled
test/validation_block_tests.cpp(33): Test suite "validation_block_tests" is skipped because disabled
test/util_tests.cpp(42): Test suite "util_tests" is skipped because disabled
test/uint256_tests.cpp(16): Test suite "uint256_tests" is skipped because disabled
test/txvalidationcache_tests.cpp(18): Test suite "txvalidationcache_tests" is skipped because disabled
test/txvalidation_tests.cpp(14): Test suite "txvalidation_tests" is skipped because disabled
test/txindex_tests.cpp(13): Test suite "txindex_tests" is skipped because disabled
test/transaction_tests.cpp(97): Test suite "transaction_tests" is skipped because disabled
test/torcontrol_tests.cpp(18): Test suite "torcontrol_tests" is skipped because disabled
test/timedata_tests.cpp(18): Test suite "timedata_tests" is skipped because disabled
test/util_threadnames_tests.cpp(20): Test suite "util_threadnames_tests" is skipped because disabled
test/sync_tests.cpp(32): Test suite "sync_tests" is skipped because disabled
test/streams_tests.cpp(10): Test suite "streams_tests" is skipped because disabled
test/skiplist_tests.cpp(14): Test suite "skiplist_tests" is skipped because disabled
test/sigopcount_tests.cpp(26): Test suite "sigopcount_tests" is skipped because disabled
test/sighash_tests.cpp(117): Test suite "sighash_tests" is skipped because disabled
test/settings_tests.cpp(17): Test suite "settings_tests" is skipped because disabled
test/serialize_tests.cpp(15): Test suite "serialize_tests" is skipped because disabled
test/scriptnum_tests.cpp(13): Test suite "scriptnum_tests" is skipped because disabled
test/script_standard_tests.cpp(14): Test suite "script_standard_tests" is skipped because disabled
test/script_tests.cpp(123): Test suite "script_tests" is skipped because disabled
test/script_p2sh_tests.cpp(48): Test suite "script_p2sh_tests" is skipped because disabled
test/scheduler_tests.cpp(12): Test suite "scheduler_tests" is skipped because disabled
test/sanity_tests.cpp(11): Test suite "sanity_tests" is skipped because disabled
test/rpc_tests.cpp(43): Test suite "rpc_tests" is skipped because disabled
test/reverselock_tests.cpp(10): Test suite "reverselock_tests" is skipped because disabled
test/random_tests.cpp(14): Test suite "random_tests" is skipped because disabled
test/raii_event_tests.cpp(37): Test suite "raii_event_tests" is skipped because disabled
test/prevector_tests.cpp(16): Test suite "prevector_tests" is skipped because disabled
test/pow_tests.cpp(12): Test suite "pow_tests" is skipped because disabled
test/policyestimator_tests.cpp(15): Test suite "policyestimator_tests" is skipped because disabled
test/pmt_tests.cpp(29): Test suite "pmt_tests" is skipped because disabled
test/netbase_tests.cpp(14): Test suite "netbase_tests" is skipped because disabled
test/net_tests.cpp(80): Test suite "net_tests" is skipped because disabled
test/multisig_tests.cpp(19): Test suite "multisig_tests" is skipped because disabled
test/miner_tests.cpp(37): Entering test suite "miner_tests"
test/miner_tests.cpp(209): Entering test case "CreateNewBlock_validity"
2021-03-13T09:16:03Z Seed: Setting random seed for current tests to RANDOM_CTX_SEED=0b5013b537fc2e29936ae76b1a833193af54eb2c8c78a427ef1d38344f6cc7dc
2021-03-13T09:16:03Z Vertcoin Core version v0.17.1.0-g84312110afa351f62006fd72c909e90b07765f2a (release build)
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2021-03-13T09:16:03Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2021-03-13T09:16:03Z Opened LevelDB successfully
2021-03-13T09:16:03Z Using obfuscation key for /tmp/test_common_Vertcoin Core/7374e86dc97142b5da3e2cd1fc985ac6bfa0e749fa9585caa9bb619392dc0fd2/blocks/index: 0000000000000000
2021-03-13T09:16:03Z Opened LevelDB successfully
2021-03-13T09:16:03Z Wrote new obfuscate key for /tmp/test_common_Vertcoin Core/7374e86dc97142b5da3e2cd1fc985ac6bfa0e749fa9585caa9bb619392dc0fd2/chainstate: b43b28aff1e25e6c
2021-03-13T09:16:03Z Using obfuscation key for /tmp/test_common_Vertcoin Core/7374e86dc97142b5da3e2cd1fc985ac6bfa0e749fa9585caa9bb619392dc0fd2/chainstate: b43b28aff1e25e6c
2021-03-13T09:16:03Z Pre-allocating up to position 0x1000000 in blk00000.dat
2021-03-13T09:16:03Z UpdateTip: new best=4d96a915f49d40b1e5c2844d1ee2dccb90013a990ccea12c492d22110489f0c4 height=0 version=0x00000001 log2_work=20.000022 tx=1 date='2014-01-09T23:49:31Z' progress=0.000000 cache=0.0MiB(0txo)
2021-03-13T09:16:03Z ERROR: DeserializeFileDB: Failed to open file /tmp/test_common_Vertcoin Core/7374e86dc97142b5da3e2cd1fc985ac6bfa0e749fa9585caa9bb619392dc0fd2/banlist.dat
2021-03-13T09:16:03Z Invalid or missing banlist.dat; recreating
2021-03-13T09:16:03Z CreateNewBlock(): block weight: 1028 txs: 0 fees: 0 sigops 400
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z ERROR: ProcessNewBlock: AcceptBlock FAILED (high-hash, proof of work failed)
test/miner_tests.cpp(256): error: in "miner_tests/CreateNewBlock_validity": check ProcessNewBlock(chainparams, shared_pblock, true, nullptr) has failed
2021-03-13T09:16:03Z CreateNewBlock(): block weight: 1028 txs: 0 fees: 0 sigops 400
2021-03-13T09:16:04Z CreateNewBlock(): block weight: 265300 txs: 1001 fees: 1001000000 sigops 4404
2021-03-13T09:16:04Z ERROR: TestBlockValidity: Consensus::CheckBlock: bad-blk-sigops, out-of-bounds SigOpCount
2021-03-13T09:16:05Z CreateNewBlock(): block weight: 263452 txs: 994 fees: 994000000 sigops 79920
2021-03-13T09:16:05Z ERROR: ConnectBlock: Consensus::CheckTxInputs: 7585d1824db97c0d49c60ee076654822978a0e66f1b74cf47acbda2e2026148e, bad-txns-inputs-missingorspent, CheckTxInputs: inputs missing/spent
unknown location(0): fatal error: in "miner_tests/CreateNewBlock_validity": std::runtime_error: CreateNewBlock: TestBlockValidity failed: bad-txns-inputs-missingorspent, CheckTxInputs: inputs missing/spent
test/miner_tests.cpp(303): last checkpoint
test/miner_tests.cpp(209): Leaving test case "CreateNewBlock_validity"; testing time: 1951247us
test/miner_tests.cpp(37): Leaving test suite "miner_tests"; testing time: 1951263us
test/merkleblock_tests.cpp(12): Test suite "merkleblock_tests" is skipped because disabled
test/merkle_tests.cpp(10): Test suite "merkle_tests" is skipped because disabled
test/mempool_tests.cpp(15): Test suite "mempool_tests" is skipped because disabled
test/validation_tests.cpp(14): Test suite "validation_tests" is skipped because disabled
test/dbwrapper_tests.cpp(24): Test suite "dbwrapper_tests" is skipped because disabled
test/logging_tests.cpp(13): Test suite "logging_tests" is skipped because disabled
test/limitedmap_tests.cpp(11): Test suite "limitedmap_tests" is skipped because disabled
test/key_tests.cpp(31): Test suite "key_tests" is skipped because disabled
test/key_io_tests.cpp(20): Test suite "key_io_tests" is skipped because disabled
test/hash_tests.cpp(13): Test suite "hash_tests" is skipped because disabled
test/getarg_tests.cpp(16): Test suite "getarg_tests" is skipped because disabled
test/fs_tests.cpp(11): Test suite "fs_tests" is skipped because disabled
test/flatfile_tests.cpp(13): Test suite "flatfile_tests" is skipped because disabled
test/descriptor_tests.cpp(280): Test suite "descriptor_tests" is skipped because disabled
test/denialofservice_tests.cpp(68): Test suite "denialofservice_tests" is skipped because disabled
test/cuckoocache_tests.cpp(25): Test suite "cuckoocache_tests" is skipped because disabled
test/crypto_tests.cpp(24): Test suite "crypto_tests" is skipped because disabled
test/compress_tests.cpp(25): Test suite "compress_tests" is skipped because disabled
test/compilerbug_tests.cpp(8): Test suite "compilerbug_tests" is skipped because disabled
test/coins_tests.cpp(99): Test suite "coins_tests" is skipped because disabled
test/checkqueue_tests.cpp(22): Test suite "checkqueue_tests" is skipped because disabled
test/bswap_tests.cpp(10): Test suite "bswap_tests" is skipped because disabled
test/bloom_tests.cpp(24): Test suite "bloom_tests" is skipped because disabled
test/blockfilter_index_tests.cpp(19): Test suite "blockfilter_index_tests" is skipped because disabled
test/blockfilter_tests.cpp(17): Test suite "blockfilter_tests" is skipped because disabled
test/blockencodings_tests.cpp(17): Test suite "blockencodings_tests" is skipped because disabled
test/blockchain_tests.cpp(50): Test suite "blockchain_tests" is skipped because disabled
test/bip32_tests.cpp(124): Test suite "bip32_tests" is skipped because disabled
test/bech32_tests.cpp(11): Test suite "bech32_tests" is skipped because disabled
test/base64_tests.cpp(10): Test suite "base64_tests" is skipped because disabled
test/base58_tests.cpp(19): Test suite "base58_tests" is skipped because disabled
test/base32_tests.cpp(10): Test suite "base32_tests" is skipped because disabled
test/allocator_tests.cpp(14): Test suite "allocator_tests" is skipped because disabled
test/amount_tests.cpp(11): Test suite "amount_tests" is skipped because disabled
test/addrman_tests.cpp(122): Test suite "addrman_tests" is skipped because disabled
test/arith_uint256_tests.cpp(16): Test suite "arith_uint256_tests" is skipped because disabled
Leaving test module "Bitcoin Core Test Suite"; testing time: 1951972us

*** 111 failures are detected in the test module "Bitcoin Core Test Suite"
make[3]: *** [Makefile:19737: test/miner_tests.cpp.test] Error 1
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: coins_tests from test/coins_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/coins_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/coins_tests.cpp.log 2>&1 || (cat test/coins_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
Running tests: checkqueue_tests from test/checkqueue_tests.cpp
test/test_bitcoin --catch_system_errors=no -l test_suite -t "`cat test/checkqueue_tests.cpp | grep -E "(BOOST_FIXTURE_TEST_SUITE\\(|BOOST_AUTO_TEST_SUITE\\()" | cut -d '(' -f 2 | cut -d ',' -f 1 | cut -d ')' -f 1`" -- DEBUG_LOG_OUT > test/checkqueue_tests.cpp.log 2>&1 || (cat test/checkqueue_tests.cpp.log && false)
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[4]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
FAIL: qt/test/test_bitcoin-qt
make[4]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[4]: Entering directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
==============================================
   Vertcoin Core 0.17.1: src/test-suite.log
==============================================

# TOTAL: 1
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: qt/test/test_bitcoin-qt
=============================

********* Start testing of AppTests *********
Config: Using QtTest library 5.15.2, Qt 5.15.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.0.0 20210130 (Red Hat 11.0.0-0)), fedora 35
PASS   : AppTests::initTestCase()
QINFO  : AppTests::appTests() Backing up GUI settings to "/tmp/test_common_Vertcoin Core/07aacad7374bb0d60fb9a9c5166e35ea9061e7a964373940181f0cde7e28ed5a/regtest/guisettings.ini.bak"
QWARN  : AppTests::appTests() QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QWARN  : AppTests::appTests() QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QWARN  : AppTests::appTests() QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QWARN  : AppTests::appTests() QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QWARN  : AppTests::appTests() QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QWARN  : AppTests::appTests() QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QWARN  : AppTests::appTests() QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QWARN  : AppTests::appTests() QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QWARN  : AppTests::appTests() QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QWARN  : AppTests::appTests() QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QWARN  : AppTests::appTests() QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QDEBUG : AppTests::appTests() requestInitialize : Requesting initialize
QDEBUG : AppTests::appTests() initialize : Running initialization in thread
QDEBUG : AppTests::appTests() initializeResult : Initialization result:  true
QINFO  : AppTests::appTests() Platform customization: "other"
QDEBUG : AppTests::appTests() TransactionTablePriv::refreshWallet
QWARN  : AppTests::appTests() This plugin does not support propagateSizeHints()
QWARN  : AppTests::appTests() This plugin does not support propagateSizeHints()
QWARN  : AppTests::appTests() This plugin does not support raise()
QWARN  : AppTests::appTests() This plugin does not support raise()
QWARN  : AppTests::appTests() This plugin does not support grabbing the keyboard
QWARN  : AppTests::appTests() QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QWARN  : AppTests::appTests() QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QWARN  : AppTests::appTests() QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QWARN  : AppTests::appTests() QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QWARN  : AppTests::appTests() QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QWARN  : AppTests::appTests() QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QWARN  : AppTests::appTests() This plugin does not support propagateSizeHints()
QDEBUG : AppTests::appTests() requestShutdown : Requesting shutdown
QDEBUG : AppTests::appTests() shutdown : Running Shutdown in thread
QDEBUG : AppTests::appTests() NotifyUnload
QDEBUG : AppTests::appTests() shutdown : Shutdown finished
PASS   : AppTests::appTests()
PASS   : AppTests::cleanupTestCase()
Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted, 288944ms
********* Finished testing of AppTests *********
********* Start testing of URITests *********
Config: Using QtTest library 5.15.2, Qt 5.15.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.0.0 20210130 (Red Hat 11.0.0-0)), fedora 35
PASS   : URITests::initTestCase()
FAIL!  : URITests::uriTests() 'GUIUtil::parseBitcoinURI(uri, &rv)' returned FALSE. ()
   Loc: [qt/test/uritests.cpp(20)]
PASS   : URITests::cleanupTestCase()
Totals: 2 passed, 1 failed, 0 skipped, 0 blacklisted, 0ms
********* Finished testing of URITests *********
********* Start testing of RPCNestedTests *********
Config: Using QtTest library 5.15.2, Qt 5.15.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.0.0 20210130 (Red Hat 11.0.0-0)), fedora 35
PASS   : RPCNestedTests::initTestCase()
FAIL!  : RPCNestedTests::rpcNestedTests() 'result == "4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b"' returned FALSE. ()
   Loc: [qt/test/rpcnestedtests.cpp(72)]
PASS   : RPCNestedTests::cleanupTestCase()
Totals: 2 passed, 1 failed, 0 skipped, 0 blacklisted, 21ms
********* Finished testing of RPCNestedTests *********
********* Start testing of CompatTests *********
Config: Using QtTest library 5.15.2, Qt 5.15.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.0.0 20210130 (Red Hat 11.0.0-0)), fedora 35
PASS   : CompatTests::initTestCase()
PASS   : CompatTests::bswapTests()
PASS   : CompatTests::cleanupTestCase()
Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted, 0ms
********* Finished testing of CompatTests *********
********* Start testing of WalletTests *********
Config: Using QtTest library 5.15.2, Qt 5.15.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.0.0 20210130 (Red Hat 11.0.0-0)), fedora 35
PASS   : WalletTests::initTestCase()
QDEBUG : WalletTests::walletTests() TransactionTablePriv::refreshWallet
FAIL!  : WalletTests::walletTests() Compared values are not the same
   Actual   (transactionTableModel->rowCount({})): 0
   Expected (105)                                : 105
   Loc: [qt/test/wallettests.cpp(189)]
PASS   : WalletTests::cleanupTestCase()
Totals: 2 passed, 1 failed, 0 skipped, 0 blacklisted, 127ms
********* Finished testing of WalletTests *********
********* Start testing of AddressBookTests *********
Config: Using QtTest library 5.15.2, Qt 5.15.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.0.0 20210130 (Red Hat 11.0.0-0)), fedora 35
PASS   : AddressBookTests::initTestCase()
QDEBUG : AddressBookTests::addressBookTests() TransactionTablePriv::refreshWallet
QWARN  : AddressBookTests::addressBookTests() This plugin does not support propagateSizeHints()
QWARN  : AddressBookTests::addressBookTests() This plugin does not support propagateSizeHints()
QDEBUG : AddressBookTests::addressBookTests() "NotifyAddressBookChanged: rvtc1qzkc42dkwz7m0hv2afq4rkjdcrduy4qs2gnydjv new isMine=0 purpose=send status=0"
PASS   : AddressBookTests::addressBookTests()
PASS   : AddressBookTests::cleanupTestCase()
Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted, 130ms
********* Finished testing of AddressBookTests *********
~BitcoinApplication : Stopping thread
~BitcoinApplication : Stopped thread
FAIL qt/test/test_bitcoin-qt (exit status: 1)

============================================================================
Testsuite summary for Vertcoin Core 0.17.1
============================================================================
# TOTAL: 1
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See src/test-suite.log
Please report to https://github.com/vertcoin-project/vertcoin-core/issues
============================================================================
make[4]: *** [Makefile:18005: test-suite.log] Error 1
make[4]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/vertcoin-core-0.17.1/src'
make[3]: *** [Makefile:18113: check-TESTS] Error 2
make[2]: *** [Makefile:18212: check-am] Error 2
make[1]: *** [Makefile:17897: check-recursive] Error 1
make: *** [Makefile:786: check-recursive] Error 1

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions