These seem to fail quite consistently on Travis
txn_doublespend.py --mineblock:
Initializing test directory /tmp/test8j7bh6g3/33
start_node: bitcoind started, waiting for RPC to come up
start_node: RPC succesfully started
start_node: bitcoind started, waiting for RPC to come up
start_node: RPC succesfully started
start_node: bitcoind started, waiting for RPC to come up
start_node: RPC succesfully started
start_node: bitcoind started, waiting for RPC to come up
start_node: RPC succesfully started
JSONRPC error: Invalid or non-wallet transaction id
Stopping nodes
Not cleaning up dir /tmp/test8j7bh6g3/33
Failed
stderr:
File "/home/travis/build/bitcoin/bitcoin/qa/rpc-tests/test_framework/test_framework.py", line 150, in main
self.run_test()
File "/home/travis/build/bitcoin/bitcoin/build/../qa/rpc-tests/txn_doublespend.py", line 112, in run_test
assert_equal(self.nodes[0].gettransaction(doublespend_txid)["confirmations"], 2)
File "/home/travis/build/bitcoin/bitcoin/qa/rpc-tests/test_framework/coverage.py", line 49, in __call__
return_val = self.auth_service_proxy_instance.__call__(*args, **kwargs)
File "/home/travis/build/bitcoin/bitcoin/qa/rpc-tests/test_framework/authproxy.py", line 146, in __call__
raise JSONRPCException(response['error'])
Pass: False, Duration: 4 s
......
segwit.py:
Initializing test directory /tmp/test7aabs7g2/31
start_node: bitcoind started, waiting for RPC to come up
start_node: RPC succesfully started
start_node: bitcoind started, waiting for RPC to come up
start_node: RPC succesfully started
start_node: bitcoind started, waiting for RPC to come up
start_node: RPC succesfully started
Verify sigops are counted in GBT with pre-BIP141 rules before the fork
Assertion failed: 699.98600000 != 999.980
Stopping nodes
Not cleaning up dir /tmp/test7aabs7g2/31
Failed
stderr:
File "/home/travis/build/bitcoin/bitcoin/qa/rpc-tests/test_framework/test_framework.py", line 150, in main
self.run_test()
File "/home/travis/build/bitcoin/bitcoin/build/../qa/rpc-tests/segwit.py", line 168, in run_test
assert_equal(self.nodes[2].getbalance(), 20*Decimal("49.999"))
File "/home/travis/build/bitcoin/bitcoin/qa/rpc-tests/test_framework/util.py", line 504, in assert_equal
raise AssertionError("%s != %s"%(str(thing1),str(thing2)))
Pass: False, Duration: 3 s