Page MenuHomePhabricator

Test patch; please do NOT review
AbandonedPublic

Authored by jasonbcox on May 8 2020, 23:08.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

Seriously, don't hit the review button. Don't even look at this diff.

Test Plan

N/A

Event Timeline

jasonbcox planned changes to this revision.
The build failed due to an unexpected infrastructure outage. The administrators have been notified to investigate. Sorry for the inconvenience.

Snippet of first build failure:

2020-05-20T23:44:27.496000Z TestFramework (INFO): Cleaning up /work/build/test/tmp/test_runner_₿₵_  _20200520_234259/wallet_resendwallettransactions_110 on exit
2020-05-20T23:44:27.496000Z TestFramework (INFO): Tests successful
[23:49:39]i:		 [Bitcoin ABC functional tests] wallet_txn_clone.py
[23:49:39]i:			 [wallet_txn_clone.py] [Test Output]
2020-05-20T23:49:20.796000Z TestFramework (INFO): Initializing test directory /work/build/test/tmp/test_runner_₿₵_  _20200520_234259/wallet_txn_clone_204
2020-05-20T23:49:25.319000Z TestFramework (INFO): Stopping nodes
2020-05-20T23:49:25.624000Z TestFramework (INFO): Cleaning up /work/build/test/tmp/test_runner_₿₵_  _20200520_234259/wallet_txn_clone_204 on exit
2020-05-20T23:49:25.624000Z TestFramework (INFO): Tests successful
[23:49:39]i:		 [Bitcoin ABC functional tests] wallet_txn_clone.py --mineblock
[23:49:39]i:			 [wallet_txn_clone.py --mineblock] [Test Output]
2020-05-20T23:48:03.952000Z TestFramework (INFO): Initializing test directory /work/build/test/tmp/test_runner_₿₵_  _20200520_234259/wallet_txn_clone_152
2020-05-20T23:48:09.598000Z TestFramework (INFO): Stopping nodes
2020-05-20T23:48:09.954000Z TestFramework (INFO): Cleaning up /work/build/test/tmp/test_runner_₿₵_  _20200520_234259/wallet_txn_clone_152 on exit
2020-05-20T23:48:09.954000Z TestFramework (INFO): Tests successful
[23:49:39]i:		 [Bitcoin ABC functional tests] wallet_txn_doublespend.py
[23:49:39]i:			 [wallet_txn_doublespend.py] [Test Output]
2020-05-20T23:49:21.783000Z TestFramework (INFO): Initializing test directory /work/build/test/tmp/test_runner_₿₵_  _20200520_234259/wallet_txn_doublespend_205
2020-05-20T23:49:26.286000Z TestFramework (INFO): Stopping nodes
2020-05-20T23:49:26.642000Z TestFramework (INFO): Cleaning up /work/build/test/tmp/test_runner_₿₵_  _20200520_234259/wallet_txn_doublespend_205 on exit
2020-05-20T23:49:26.642000Z TestFramework (INFO): Tests successful
[23:49:39]i:		 [Bitcoin ABC functional tests] wallet_txn_doublespend.py --mineblock
[23:49:39]i:			 [wallet_txn_doublespend.py --mineblock] [Test Output]
2020-05-20T23:48:49.139000Z TestFramework (INFO): Initializing test directory /work/build/test/tmp/test_runner_₿₵_  _20200520_234259/wallet_txn_doublespend_171
2020-05-20T23:48:54.572000Z TestFramework (INFO): Stopping nodes
2020-05-20T23:48:54.878000Z TestFramework (INFO): Cleaning up /work/build/test/tmp/test_runner_₿₵_  _20200520_234259/wallet_txn_doublespend_171 on exit
2020-05-20T23:48:54.878000Z TestFramework (INFO): Tests successful
[23:49:39]i:		 [Bitcoin ABC functional tests] wallet_zapwallettxes.py
[23:49:39]i:			 [wallet_zapwallettxes.py] [Test Output]
2020-05-20T23:48:04.225000Z TestFramework (INFO): Initializing test directory /work/build/test/tmp/test_runner_₿₵_  _20200520_234259/wallet_zapwallettxes_153
2020-05-20T23:48:06.172000Z TestFramework (INFO): Mining blocks...
2020-05-20T23:48:13.761000Z TestFramework (INFO): Stopping nodes
2020-05-20T23:48:14.115000Z TestFramework (INFO): Cleaning up /work/build/test/tmp/test_runner_₿₵_  _20200520_234259/wallet_zapwallettxes_153 on exit
2020-05-20T23:48:14.115000Z TestFramework (INFO): Tests successful
[23:49:39]i:		 [Bitcoin ABC functional tests] abc-miner-fund.py
[23:49:39]i:			 [abc-miner-fund.py] [Test Output]
2020-05-20T23:44:26.432000Z TestFramework (INFO): Initializing test directory /work/build/test/tmp/test_runner_₿₵_  _20200520_234259/abc-miner-fund_111
2020-05-20T23:44:27.724000Z TestFramework (INFO): Create some old blocks
2020-05-20T23:44:32.819000Z TestFramework (INFO): Testing miner fund minerfund on bit 0.
2020-05-20T23:44:37.156000Z TestFramework (ERROR): Assertion failed
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 163, in main
    self.run_test()
  File "/work/test/functional/abc-miner-fund.py", line 82, in run_test
    run_test_for(0, 'minerfund', MINER_FUND_ADDR)
  File "/work/test/functional/abc-miner-fund.py", line 80, in run_test_for
    self.run_miner_fund_test(bit, name, address)
  File "/work/test/functional/abc-miner-fund.py", line 143, in run_miner_fund_test
    'since': 432,
  File "/work/test/functional/abc-miner-fund.py", line 40, in check_bip9_state
    assert_equal(miner_fund_info['bip9'], status)
  File "/work/test/functional/test_framework/util.py", line 50, in assert_equal
    for arg in (thing1, thing2) + args)))
AssertionError: not({'status': 'failed', 'start_time': 1573819200, 'timeout': 1589544000, 'since': 432} == {'status': 'locked_in', 'start_time': 1573819200, 'timeout': 1589544000, 'since': 432})
2020-05-20T23:44:37.207000Z TestFramework (INFO): Stopping nodes
2020-05-20T23:44:37.509000Z TestFramework (WARNING): Not cleaning up dir /work/build/test/tmp/test_runner_₿₵_  _20200520_234259/abc-miner-fund_111
2020-05-20T23:44:37.509000Z TestFramework (ERROR): Test failed. Test logging available at /work/build/test/tmp/test_runner_₿₵_  _20200520_234259/abc-miner-fund_111/test_framework.log
2020-05-20T23:44:37.509000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/build/test/tmp/test_runner_₿₵_  _20200520_234259/abc-miner-fund_111' to consolidate all logs
[23:49:42]E:	 [Step 1/2] Failed tests detected
[23:49:44]W:	 [Step 1/2] Process exited with code 1
[23:49:44]E:	 [Step 1/2] Process exited with code 1 (Step: Command Line)

Each failure log is accessible here:
Bitcoin ABC functional tests: abc-miner-fund.py