Changes node to use ecash: CashAddr prefix instead of bitcoincash: (with ectest: and ecregtest: for testnet and regressiontest, respectively)
Details
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 15132 Build 30214: Build Diff lint-circular-dependencies · build-diff · build-clang-tidy · build-debug · build-without-wallet · build-clang Build 30213: arc lint + arc unit
Event Timeline
test/functional/abc_mining_basic.py | ||
---|---|---|
25 ↗ | (On Diff #26417) | As we discussed offline, this and similar codepaths related to mining will need to be backwards-compatible with the bitcoincash: prefix. |
Tail of the build log:
[372/431] Running utility command for check-bitcoin-sync_tests [373/431] Running utility command for check-bitcoin-sigencoding_tests [374/431] Running utility command for check-bitcoin-sighashtype_tests [375/431] Running utility command for check-bitcoin-bip32_tests [376/431] bitcoin: testing torcontrol_tests [377/431] Running utility command for check-bitcoin-torcontrol_tests [378/431] bitcoin: testing timedata_tests [379/431] bitcoin: testing uint256_tests [380/431] bitcoin: testing streams_tests [381/431] bitcoin: testing undo_tests [382/431] bitcoin: testing wallet_crypto_tests [383/431] Running utility command for check-bitcoin-timedata_tests [384/431] Running utility command for check-bitcoin-uint256_tests [385/431] Running utility command for check-bitcoin-streams_tests [386/431] Running utility command for check-bitcoin-undo_tests [387/431] Running utility command for check-bitcoin-wallet_crypto_tests [388/431] bitcoin: testing util_threadnames_tests [389/431] bitcoin: testing compilerbug_tests [390/431] bitcoin: testing validation_chainstatemanager_tests [391/431] Running utility command for check-bitcoin-util_threadnames_tests [392/431] bitcoin: testing checkpoints_tests [393/431] Running utility command for check-bitcoin-compilerbug_tests [394/431] Running utility command for check-bitcoin-validation_chainstatemanager_tests [395/431] Running utility command for check-bitcoin-checkpoints_tests [396/431] bitcoin: testing txvalidationcache_tests [397/431] bitcoin: testing cuckoocache_tests [398/431] Running utility command for check-bitcoin-txvalidationcache_tests [399/431] Running utility command for check-bitcoin-cuckoocache_tests [400/431] bitcoin: testing validationinterface_tests [401/431] Running utility command for check-bitcoin-validationinterface_tests [402/431] bitcoin: testing radix_tests [403/431] Running utility command for check-bitcoin-radix_tests [404/431] bitcoin: testing getarg_tests [405/431] bitcoin: testing ref_tests [406/431] Running utility command for check-bitcoin-getarg_tests [407/431] Running utility command for check-bitcoin-ref_tests [408/431] bitcoin: testing crypto_tests [409/431] Running utility command for check-bitcoin-crypto_tests [410/431] bitcoin: testing blockcheck_tests [411/431] Running utility command for check-bitcoin-blockcheck_tests [412/431] bitcoin: testing validation_block_tests [413/431] bitcoin: testing monolith_opcodes_tests [414/431] bitcoin: testing validation_tests [415/431] Running utility command for check-bitcoin-validation_block_tests [416/431] Running utility command for check-bitcoin-monolith_opcodes_tests [417/431] Running utility command for check-bitcoin-validation_tests [418/431] bitcoin: testing script_tests [419/431] Running utility command for check-bitcoin-script_tests [420/431] bitcoin: testing skiplist_tests [421/431] Running utility command for check-bitcoin-skiplist_tests [422/431] bitcoin: testing util_tests [423/431] Running utility command for check-bitcoin-util_tests [424/431] bitcoin: testing op_reversebytes_tests [425/431] Running utility command for check-bitcoin-op_reversebytes_tests [426/431] bitcoin: testing transaction_tests [427/431] Running utility command for check-bitcoin-transaction_tests [428/431] bitcoin: testing coins_tests [429/431] Running utility command for check-bitcoin-coins_tests ninja: build stopped: cannot make progress due to previous errors. Build build-clang failed with exit code 1
made 'bitcoincash:' prefix backward compatible for the time being and duplicated a few tests for it
abc_mining_basic.py still needs to test that the old prefix is valid for mining
src/test/cashaddrenc_tests.cpp | ||
---|---|---|
303 ↗ | (On Diff #26507) | reusing variables in tests is generally a bad idea |
addressed comment on reuse of test variables and added a test to ensure miner fund addresses with both supported prefixes behave the same
Failed tests logs:
====== Bitcoin ABC functional tests: abc_feature_minerfund.py ====== ------- Stdout: ------- 2020-12-21T20:54:56.772000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_ _20201221_205348/abc_feature_minerfund_238 2020-12-21T20:54:57.047000Z TestFramework (INFO): Create some history 2020-12-21T20:54:57.128000Z TestFramework (ERROR): Assertion failed Traceback (most recent call last): File "/work/test/functional/test_framework/test_framework.py", line 120, in main self.run_test() File "/work/test/functional/abc_feature_minerfund.py", line 97, in run_test MINER_FUND_ADDR) File "/work/test/functional/test_framework/util.py", line 60, in assert_equal for arg in (thing1, thing2) + args))) AssertionError: not(abcreg:pqnqv9lt7e5vjyp0w88zf2af0l92l8rxdgyrm5ege8 == bchreg:pqnqv9lt7e5vjyp0w88zf2af0l92l8rxdgd35g0pkl) 2020-12-21T20:54:57.180000Z TestFramework (INFO): Stopping nodes 2020-12-21T20:54:57.482000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_ _20201221_205348/abc_feature_minerfund_238 2020-12-21T20:54:57.482000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_ _20201221_205348/abc_feature_minerfund_238/test_framework.log 2020-12-21T20:54:57.482000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_ _20201221_205348/abc_feature_minerfund_238' to consolidate all logs
Each failure log is accessible here:
Bitcoin ABC functional tests: abc_feature_minerfund.py
Failed tests logs:
====== Bitcoin ABC functional tests: abc_feature_minerfund.py ====== ------- Stdout: ------- 2020-12-21T20:58:50.853000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_ _20201221_205517/abc_feature_minerfund_561 2020-12-21T20:58:51.117000Z TestFramework (INFO): Create some history 2020-12-21T20:58:51.238000Z TestFramework (ERROR): Assertion failed Traceback (most recent call last): File "/work/test/functional/test_framework/test_framework.py", line 120, in main self.run_test() File "/work/test/functional/abc_feature_minerfund.py", line 97, in run_test MINER_FUND_ADDR) File "/work/test/functional/test_framework/util.py", line 60, in assert_equal for arg in (thing1, thing2) + args))) AssertionError: not(abcreg:pqnqv9lt7e5vjyp0w88zf2af0l92l8rxdgyrm5ege8 == bchreg:pqnqv9lt7e5vjyp0w88zf2af0l92l8rxdgd35g0pkl) 2020-12-21T20:58:51.289000Z TestFramework (INFO): Stopping nodes 2020-12-21T20:58:51.592000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_ _20201221_205517/abc_feature_minerfund_561 2020-12-21T20:58:51.592000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_ _20201221_205517/abc_feature_minerfund_561/test_framework.log 2020-12-21T20:58:51.592000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_ _20201221_205517/abc_feature_minerfund_561' to consolidate all logs
Each failure log is accessible here:
Bitcoin ABC functional tests: abc_feature_minerfund.py
Failed tests logs:
====== Bitcoin ABC functional tests: abc_feature_minerfund.py ====== ------- Stdout: ------- 2020-12-21T20:59:33.891000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_ _20201221_205648/abc_feature_minerfund_685 2020-12-21T20:59:34.151000Z TestFramework (INFO): Create some history 2020-12-21T20:59:34.190000Z TestFramework (ERROR): Assertion failed Traceback (most recent call last): File "/work/test/functional/test_framework/test_framework.py", line 120, in main self.run_test() File "/work/test/functional/abc_feature_minerfund.py", line 97, in run_test MINER_FUND_ADDR) File "/work/test/functional/test_framework/util.py", line 60, in assert_equal for arg in (thing1, thing2) + args))) AssertionError: not(abcreg:pqnqv9lt7e5vjyp0w88zf2af0l92l8rxdgyrm5ege8 == bchreg:pqnqv9lt7e5vjyp0w88zf2af0l92l8rxdgd35g0pkl) 2020-12-21T20:59:34.241000Z TestFramework (INFO): Stopping nodes 2020-12-21T20:59:34.443000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_ _20201221_205648/abc_feature_minerfund_685 2020-12-21T20:59:34.443000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_ _20201221_205648/abc_feature_minerfund_685/test_framework.log 2020-12-21T20:59:34.443000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_ _20201221_205648/abc_feature_minerfund_685' to consolidate all logs ====== Bitcoin ABC functional tests with the next upgrade activated: abc_feature_minerfund.py ====== ------- Stdout: ------- 2020-12-21T21:02:18.288000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_ _20201221_205943/abc_feature_minerfund_275 2020-12-21T21:02:18.571000Z TestFramework (INFO): Create some history 2020-12-21T21:02:18.643000Z TestFramework (ERROR): Assertion failed Traceback (most recent call last): File "/work/test/functional/test_framework/test_framework.py", line 120, in main self.run_test() File "/work/test/functional/abc_feature_minerfund.py", line 97, in run_test MINER_FUND_ADDR) File "/work/test/functional/test_framework/util.py", line 60, in assert_equal for arg in (thing1, thing2) + args))) AssertionError: not(abcreg:pqnqv9lt7e5vjyp0w88zf2af0l92l8rxdgyrm5ege8 == bchreg:pqnqv9lt7e5vjyp0w88zf2af0l92l8rxdgd35g0pkl) 2020-12-21T21:02:18.694000Z TestFramework (INFO): Stopping nodes 2020-12-21T21:02:18.945000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_ _20201221_205943/abc_feature_minerfund_275 2020-12-21T21:02:18.946000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_ _20201221_205943/abc_feature_minerfund_275/test_framework.log 2020-12-21T21:02:18.946000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-diff/test/tmp/test_runner_₿₵_ _20201221_205943/abc_feature_minerfund_275' to consolidate all logs
Each failure log is accessible here:
Bitcoin ABC functional tests: abc_feature_minerfund.py
Bitcoin ABC functional tests with the next upgrade activated: abc_feature_minerfund.py
test/functional/abc_feature_minerfund.py | ||
---|---|---|
24 ↗ | (On Diff #26576) | Nit: Call the old one "legacy" and remove "new" from the current one. This is because we should expect to remove the legacy option at some point, but we don't want to call ABC new going forward. This way you don't put off another refactor. |
40 ↗ | (On Diff #26576) | why create new variables here? |
this patch needs to be several patches.
src/cashaddrenc.cpp | ||
---|---|---|
108 ↗ | (On Diff #26582) | The old and famous if/return:else pattern make a wild appearance. |
src/minerfund.cpp | ||
29 ↗ | (On Diff #26582) | If there is a backward compatible path, then this belongs in another diff. |
src/network.h | ||
19 ↗ | (On Diff #26582) | Now that we do not support BCHN, what purpose does this serve? |
test/functional/abc_feature_minerfund.py | ||
24 ↗ | (On Diff #26582) | This does not belong here. |
cut all backwards compatibility changes from the patch, this is a pure prefix change now.
removed the last backward compatibility tests I missed the first time around.
note: I left in place the tests that hardcode the prefix in cashaddrenc_tests.cpp, for historical reasons and because they don't rely on what the node considers to be the default prefix for a particular chain.
Tail of the build log:
[19:26:35] : [Step 1/1] [415/452] Running utility command for check-bitcoin-compilerbug_tests [19:26:35] : [Step 1/1] [416/452] Running utility command for check-bitcoin-checkpoints_tests [19:26:35] : [Step 1/1] [417/452] bitcoin: testing validationinterface_tests [19:26:35] : [Step 1/1] [418/452] bitcoin: testing txvalidationcache_tests [19:26:35] : [Step 1/1] [419/452] Running utility command for check-bitcoin-validationinterface_tests [19:26:35] : [Step 1/1] [420/452] bitcoin: testing serialize_tests [19:26:35] : [Step 1/1] [421/452] Running utility command for check-bitcoin-txvalidationcache_tests [19:26:35] : [Step 1/1] [422/452] bitcoin: testing blockstatus_tests [19:26:35] : [Step 1/1] [423/452] Running utility command for check-bitcoin-serialize_tests [19:26:35] : [Step 1/1] [424/452] Running utility command for check-bitcoin-blockstatus_tests [19:26:35] : [Step 1/1] [425/452] bitcoin: testing wallet_tests [19:26:35] : [Step 1/1] [426/452] bitcoin: testing cashaddr_tests [19:26:35] : [Step 1/1] [427/452] bitcoin: testing radix_tests [19:26:35] : [Step 1/1] [428/452] bitcoin: testing schnorr_tests [19:26:35] : [Step 1/1] [429/452] Running utility command for check-bitcoin-wallet_tests [19:26:35] : [Step 1/1] [430/452] Running utility command for check-bitcoin-cashaddr_tests [19:26:35] : [Step 1/1] [431/452] Running utility command for check-bitcoin-radix_tests [19:26:35] : [Step 1/1] [432/452] Running utility command for check-bitcoin-schnorr_tests [19:26:35] : [Step 1/1] [433/452] bitcoin: testing versionbits_tests [19:26:35] : [Step 1/1] [434/452] Running utility command for check-bitcoin-versionbits_tests [19:26:35] : [Step 1/1] [435/452] bitcoin: testing blockcheck_tests [19:26:35] : [Step 1/1] [436/452] Linking CXX executable src/qt/test/test_bitcoin-qt [19:26:35] : [Step 1/1] [437/452] Running utility command for check-bitcoin-blockcheck_tests [19:26:35] : [Step 1/1] [438/452] bitcoin: testing script_tests [19:26:35] : [Step 1/1] [439/452] Running utility command for check-bitcoin-script_tests [19:26:35] : [Step 1/1] [440/452] bitcoin: testing monolith_opcodes_tests [19:26:35] : [Step 1/1] [441/452] Running utility command for check-bitcoin-monolith_opcodes_tests [19:26:35] : [Step 1/1] [442/452] bitcoin: testing crypto_tests [19:26:35] : [Step 1/1] [443/452] bitcoin: testing coinselector_tests [19:26:35] : [Step 1/1] [444/452] Running utility command for check-bitcoin-crypto_tests [19:26:35] : [Step 1/1] [445/452] Running utility command for check-bitcoin-coinselector_tests [19:26:35] : [Step 1/1] [446/452] bitcoin-qt: testing test_bitcoin-qt [19:26:35] : [Step 1/1] [447/452] Running bitcoin-qt test suite [19:26:35] : [Step 1/1] PASSED: bitcoin-qt test suite [19:26:35] : [Step 1/1] [448/452] bitcoin: testing coins_tests [19:26:35] : [Step 1/1] [449/452] Running utility command for check-bitcoin-coins_tests [19:26:35] : [Step 1/1] [450/452] Running bitcoin test suite [19:26:35] : [Step 1/1] PASSED: bitcoin test suite [19:26:35] : [Step 1/1] [451/452] secp256k1: testing secp256k1-tests [19:26:35] : [Step 1/1] [452/452] Running secp256k1 test suite [19:26:35] : [Step 1/1] PASSED: secp256k1 test suite [19:26:35] : [Step 1/1] Build build-clang completed successfully [19:26:35] : [Step 1/1] Process exited with code 0 [19:26:38] : [Step 1/1] Waiting for 1 service processes to complete [19:26:38] : [Step 1/1] Ant JUnit report watcher [19:26:38] : [Ant JUnit report watcher] 4 reports found for paths: [19:26:38] : [Ant JUnit report watcher] /home/teamcity/buildAgent/work/jailed-build/results/artifacts/junit/*.xml [19:26:38] : [Ant JUnit report watcher] Successfully parsed [19:26:38] : [Successfully parsed] 4 reports [19:26:39]E: Ant JUnit report watcher [19:26:39]E: [Ant JUnit report watcher] No reports found for paths: [19:26:39]E: [Ant JUnit report watcher] +:results/test_bitcoin.xml [19:26:39]E: [Ant JUnit report watcher] +:results/**/junit_results*.xml [19:26:39] : Publishing internal artifacts (4s) [19:26:44] : [Publishing internal artifacts] Publishing 1 file using [WebPublisher] [19:26:44] : [Publishing internal artifacts] Publishing 1 file using [ArtifactsCachePublisher] [19:26:39]W: Publishing artifacts (5s) [19:26:39] : [Publishing artifacts] Collecting files to publish: [+:results/**/junit_results*.xml] [19:26:39]W: [Publishing artifacts] Artifacts path 'results/**/junit_results*.xml' not found [19:26:46] : Build finished
Tail of the build log:
[19:34:43] : [Step 1/1] [0m [1;30mwallet_txn_doublespend.py | ○ Skipped | 0 s [19:34:43] : [Step 1/1] [0m [1;30mwallet_txn_doublespend.py --mineblock | ○ Skipped | 0 s [19:34:43] : [Step 1/1] [0m [1;30mwallet_watchonly.py | ○ Skipped | 0 s [19:34:43] : [Step 1/1] [0m [1;30mwallet_watchonly.py --usecli | ○ Skipped | 0 s [19:34:43] : [Step 1/1] [0m [1;30mwallet_zapwallettxes.py | ○ Skipped | 0 s [19:34:43] : [Step 1/1] [0m [1m [19:34:43] : [Step 1/1] ALL | ✓ Passed | 378 s (accumulated) [19:34:43] : [Step 1/1] [0mRuntime: 76 s [19:34:43] : [Step 1/1] [19:34:43] : [Step 1/1] ---------------------------------------------------------------------- [19:34:43] : [Step 1/1] Ran 5 tests in 0.002s [19:34:43] : [Step 1/1] [19:34:43] : [Step 1/1] OK [19:34:43] : [Step 1/1] [19:34:43] : [Step 1/1] [162/413] Test Bitcoin RPC authentication... [19:34:43] : [Step 1/1] ... [19:34:43] : [Step 1/1] ---------------------------------------------------------------------- [19:34:43] : [Step 1/1] Ran 3 tests in 0.005s [19:34:43] : [Step 1/1] [19:34:43] : [Step 1/1] OK [19:34:43] : [Step 1/1] [163/413] cd /work/contrib/devtools/chainparams && /usr/bin/python3.7 ./test_make_chainparams.py [19:34:43] : [Step 1/1] ..... [19:34:43] : [Step 1/1] ---------------------------------------------------------------------- [19:34:43] : [Step 1/1] Ran 5 tests in 0.001s [19:34:43] : [Step 1/1] [19:34:43] : [Step 1/1] OK [19:34:43] : [Step 1/1] [178/413] Running pow test suite [19:34:43] : [Step 1/1] PASSED: pow test suite [19:34:43] : [Step 1/1] [181/413] Running seeder test suite [19:34:43] : [Step 1/1] PASSED: seeder test suite [19:34:43] : [Step 1/1] [188/413] Running bitcoin-qt test suite [19:34:43] : [Step 1/1] PASSED: bitcoin-qt test suite [19:34:43] : [Step 1/1] [190/413] Building CXX object src/test/CMakeFiles/test_bitcoin.dir/script_tests.cpp.o [19:34:43] : [Step 1/1] In file included from /usr/include/boost/test/unit_test.hpp:19, [19:34:43] : [Step 1/1] from ../../src/test/script_tests.cpp:30: [19:34:43] : [Step 1/1] ../../src/test/script_tests.cpp: In member function ‘void script_tests::script_build::test_method()’: [19:34:43] : [Step 1/1] ../../src/test/script_tests.cpp:540:22: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without [19:34:43] : [Step 1/1] BOOST_AUTO_TEST_CASE(script_build) { [19:34:43] : [Step 1/1] ^~~~~~~~~~~~ [19:34:43] : [Step 1/1] [412/413] Running bitcoin test suite [19:34:43] : [Step 1/1] PASSED: bitcoin test suite [19:34:43] : [Step 1/1] Build build-without-wallet completed successfully [19:34:43] : [Step 1/1] Process exited with code 0 [19:34:47] : [Step 1/1] Waiting for 1 service processes to complete [19:34:47] : [Step 1/1] Ant JUnit report watcher [19:34:47] : [Ant JUnit report watcher] 5 reports found for paths: [19:34:47] : [Ant JUnit report watcher] /home/teamcity/buildAgent/work/jailed-build/results/artifacts/junit/*.xml [19:34:47] : [Ant JUnit report watcher] Successfully parsed [19:34:47] : [Successfully parsed] 5 reports [19:34:48]E: Ant JUnit report watcher [19:34:48]E: [Ant JUnit report watcher] No reports found for paths: [19:34:48]E: [Ant JUnit report watcher] +:results/test_bitcoin.xml [19:34:48]E: [Ant JUnit report watcher] +:results/**/junit_results*.xml [19:34:48] : Publishing internal artifacts (5s) [19:34:53] : [Publishing internal artifacts] Publishing 1 file using [WebPublisher] [19:34:53] : [Publishing internal artifacts] Publishing 1 file using [ArtifactsCachePublisher] [19:34:48]W: Publishing artifacts (6s) [19:34:48] : [Publishing artifacts] Collecting files to publish: [+:results/**/junit_results*.xml] [19:34:48]W: [Publishing artifacts] Artifacts path 'results/**/junit_results*.xml' not found [19:34:55] : Build finished
Tail of the build log:
[19:35:39] : [Step 1/1] [0m [0;32mwallet_resendwallettransactions.py | ✓ Passed | 7 s [19:35:39] : [Step 1/1] [0m [0;32mwallet_txn_clone.py | ✓ Passed | 3 s [19:35:39] : [Step 1/1] [0m [0;32mwallet_txn_clone.py --mineblock | ✓ Passed | 4 s [19:35:39] : [Step 1/1] [0m [0;32mwallet_txn_doublespend.py | ✓ Passed | 3 s [19:35:39] : [Step 1/1] [0m [0;32mwallet_txn_doublespend.py --mineblock | ✓ Passed | 4 s [19:35:39] : [Step 1/1] [0m [0;32mwallet_watchonly.py | ✓ Passed | 1 s [19:35:39] : [Step 1/1] [0m [0;32mwallet_watchonly.py --usecli | ✓ Passed | 2 s [19:35:39] : [Step 1/1] [0m [0;32mwallet_zapwallettxes.py | ✓ Passed | 7 s [19:35:39] : [Step 1/1] [0m [1m [19:35:39] : [Step 1/1] ALL | ✓ Passed | 1246 s (accumulated) [19:35:39] : [Step 1/1] [0mRuntime: 250 s [19:35:39] : [Step 1/1] [19:35:39] : [Step 1/1] ---------------------------------------------------------------------- [19:35:39] : [Step 1/1] Ran 5 tests in 0.002s [19:35:39] : [Step 1/1] [19:35:39] : [Step 1/1] OK [19:35:39] : [Step 1/1] [19:35:39] : [Step 1/1] [173/453] Running avalanche test suite [19:35:39] : [Step 1/1] PASSED: avalanche test suite [19:35:39] : [Step 1/1] [190/453] Running seeder test suite [19:35:39] : [Step 1/1] PASSED: seeder test suite [19:35:39] : [Step 1/1] [194/453] Test Bitcoin RPC authentication... [19:35:39] : [Step 1/1] ... [19:35:39] : [Step 1/1] ---------------------------------------------------------------------- [19:35:39] : [Step 1/1] Ran 3 tests in 0.004s [19:35:39] : [Step 1/1] [19:35:39] : [Step 1/1] OK [19:35:39] : [Step 1/1] [195/453] cd /work/contrib/devtools/chainparams && /usr/bin/python3.7 ./test_make_chainparams.py [19:35:39] : [Step 1/1] ..... [19:35:39] : [Step 1/1] ---------------------------------------------------------------------- [19:35:39] : [Step 1/1] Ran 5 tests in 0.001s [19:35:39] : [Step 1/1] [19:35:39] : [Step 1/1] OK [19:35:39] : [Step 1/1] [424/453] Running pow test suite [19:35:39] : [Step 1/1] PASSED: pow test suite [19:35:39] : [Step 1/1] [432/453] Running secp256k1 test suite [19:35:39] : [Step 1/1] PASSED: secp256k1 test suite [19:35:39] : [Step 1/1] [447/453] Running bitcoin-qt test suite [19:35:39] : [Step 1/1] PASSED: bitcoin-qt test suite [19:35:39] : [Step 1/1] [452/453] Running bitcoin test suite [19:35:39] : [Step 1/1] PASSED: bitcoin test suite [19:35:39] : [Step 1/1] Build build-debug completed successfully [19:35:39] : [Step 1/1] Process exited with code 0 [19:35:42] : [Step 1/1] Waiting for 1 service processes to complete [19:35:42] : [Step 1/1] Ant JUnit report watcher [19:35:42] : [Ant JUnit report watcher] 5 reports found for paths: [19:35:42] : [Ant JUnit report watcher] /home/teamcity/buildAgent/work/jailed-build/results/artifacts/junit/*.xml [19:35:42] : [Ant JUnit report watcher] Successfully parsed [19:35:42] : [Successfully parsed] 5 reports [19:35:43]E: Ant JUnit report watcher [19:35:43]E: [Ant JUnit report watcher] No reports found for paths: [19:35:43]E: [Ant JUnit report watcher] +:results/test_bitcoin.xml [19:35:43]E: [Ant JUnit report watcher] +:results/**/junit_results*.xml [19:35:43] : Publishing internal artifacts (5s) [19:35:47] : [Publishing internal artifacts] Publishing 1 file using [WebPublisher] [19:35:48] : [Publishing internal artifacts] Publishing 1 file using [ArtifactsCachePublisher] [19:35:43]W: Publishing artifacts (5s) [19:35:43] : [Publishing artifacts] Collecting files to publish: [+:results/**/junit_results*.xml] [19:35:43]W: [Publishing artifacts] Artifacts path 'results/**/junit_results*.xml' not found [19:35:50] : Build finished
Tail of the build log:
[19:36:52] : [Step 1/1] [0m [0;32mwallet_coinbase_category.py | ✓ Passed | 1 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_create_tx.py | ✓ Passed | 5 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_createwallet.py | ✓ Passed | 2 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_createwallet.py --usecli | ✓ Passed | 3 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_descriptor.py | ✓ Passed | 6 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_disable.py | ✓ Passed | 0 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_dump.py | ✓ Passed | 5 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_encryption.py | ✓ Passed | 5 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_groups.py | ✓ Passed | 42 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_hd.py | ✓ Passed | 6 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_import_rescan.py | ✓ Passed | 4 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_import_with_label.py | ✓ Passed | 1 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_importdescriptors.py | ✓ Passed | 4 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_importmulti.py | ✓ Passed | 3 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_importprunedfunds.py | ✓ Passed | 2 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_keypool.py | ✓ Passed | 3 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_keypool_topup.py | ✓ Passed | 2 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_labels.py | ✓ Passed | 1 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_listreceivedby.py | ✓ Passed | 17 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_listsinceblock.py | ✓ Passed | 5 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_listtransactions.py | ✓ Passed | 11 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_multiwallet.py | ✓ Passed | 14 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_multiwallet.py --usecli | ✓ Passed | 17 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_reorgsrestore.py | ✓ Passed | 3 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_resendwallettransactions.py | ✓ Passed | 5 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_txn_clone.py | ✓ Passed | 2 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_txn_clone.py --mineblock | ✓ Passed | 3 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_txn_doublespend.py | ✓ Passed | 1 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_txn_doublespend.py --mineblock | ✓ Passed | 3 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_watchonly.py | ✓ Passed | 1 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_watchonly.py --usecli | ✓ Passed | 1 s [19:36:52] : [Step 1/1] [0m [0;32mwallet_zapwallettxes.py | ✓ Passed | 4 s [19:36:52] : [Step 1/1] [0m [1m [19:36:52] : [Step 1/1] ALL | ✓ Passed | 903 s (accumulated) [19:36:52] : [Step 1/1] [0mRuntime: 181 s [19:36:52] : [Step 1/1] [19:36:52] : [Step 1/1] ---------------------------------------------------------------------- [19:36:52] : [Step 1/1] Ran 5 tests in 0.001s [19:36:52] : [Step 1/1] [19:36:52] : [Step 1/1] OK [19:36:52] : [Step 1/1] [19:36:52] : [Step 1/1] Build build-diff completed successfully [19:36:52] : [Step 1/1] Process exited with code 0 [19:36:56] : [Step 1/1] Waiting for 1 service processes to complete [19:36:56] : [Step 1/1] Ant JUnit report watcher [19:36:56] : [Ant JUnit report watcher] 7 reports found for paths: [19:36:56] : [Ant JUnit report watcher] /home/teamcity/buildAgent/work/jailed-build/results/artifacts/junit/*.xml [19:36:56] : [Ant JUnit report watcher] Successfully parsed [19:36:56] : [Successfully parsed] 7 reports [19:36:56]E: Ant JUnit report watcher [19:36:56]E: [Ant JUnit report watcher] No reports found for paths: [19:36:56]E: [Ant JUnit report watcher] +:results/test_bitcoin.xml [19:36:56]E: [Ant JUnit report watcher] +:results/**/junit_results*.xml [19:36:56] : Publishing internal artifacts (4s) [19:37:01] : [Publishing internal artifacts] Publishing 1 file using [ArtifactsCachePublisher] [19:37:01] : [Publishing internal artifacts] Publishing 1 file using [WebPublisher] [19:36:56]W: Publishing artifacts (4s) [19:36:56] : [Publishing artifacts] Collecting files to publish: [+:results/**/junit_results*.xml] [19:36:56]W: [Publishing artifacts] Artifacts path 'results/**/junit_results*.xml' not found [19:37:03] : Build finished