https://travis-ci.org/github/bitcoin/bitcoin/jobs/722945532#L2583
Probably can be avoided fairly easily.
https://travis-ci.org/github/bitcoin/bitcoin/jobs/722945532#L2583
Probably can be avoided fairly easily.
Here’s one from #18788. Annoyingly the log goes away if you restart without force pushing a different commit, but here it is:
0020-09-01T05:18:47.709000Z TestFramework (INFO): Initializing test directory /Users/travis/build/bitcoin/bitcoin/ci/scratch/test_runner/test_runner_₿_🏃_20200901_051608/wallet_basic_178
1...
225662020-09-01T05:19:50.052000Z TestFramework (INFO): check -reindex
325672020-09-01T05:20:03.516000Z TestFramework (ERROR): Assertion failed
42568Traceback (most recent call last):
5...
62575test_framework.authproxy.JSONRPCException: Amount out of range (-3)
72576
82577During handling of the above exception, another exception occurred:
92578
102579Traceback (most recent call last):
112580 File "/Users/travis/build/bitcoin/bitcoin/ci/scratch/build/bitcoin-x86_64-apple-darwin16/test/functional/test_framework/test_framework.py", line 118, in main
122581 self.run_test()
132582 File "/Users/travis/build/bitcoin/bitcoin/ci/scratch/build/bitcoin-x86_64-apple-darwin16/test/functional/wallet_basic.py", line 601, in run_test
142583 assert_raises_rpc_error(-6, "Transaction has too long of a mempool chain", self.nodes[0].sendtoaddress, sending_addr, node0_balance - Decimal('0.01'))
Yep same log. Sorry for blowing the other one away!
On Tue, Sep 1, 2020, 8:27 AM Sjors Provoost notifications@github.com wrote:
Here’s one from #18788 https://github.com/bitcoin/bitcoin/pull/18788: log https://travis-ci.org/github/bitcoin/bitcoin/jobs/722952265#L2561:
020-09-01T05:18:47.709000Z TestFramework (INFO): Initializing test directory /Users/travis/build/bitcoin/bitcoin/ci/scratch/test_runner/test_runner_₿_🏃_20200901_051608/wallet_basic_178
…
25662020-09-01T05:19:50.052000Z TestFramework (INFO): check -reindex
25672020-09-01T05:20:03.516000Z TestFramework (ERROR): Assertion failed
2568Traceback (most recent call last):
…
2575test_framework.authproxy.JSONRPCException: Amount out of range (-3)
2576
2577During handling of the above exception, another exception occurred:
2578
2579Traceback (most recent call last):
2580 File “/Users/travis/build/bitcoin/bitcoin/ci/scratch/build/bitcoin-x86_64-apple-darwin16/test/functional/test_framework/test_framework.py”, line 118, in main
2581 self.run_test()
2582 File “/Users/travis/build/bitcoin/bitcoin/ci/scratch/build/bitcoin-x86_64-apple-darwin16/test/functional/wallet_basic.py”, line 601, in run_test
2583 assert_raises_rpc_error(-6, “Transaction has too long of a mempool chain”, self.nodes[0].sendtoaddress, sending_addr, node0_balance - Decimal(‘0.01’))
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bitcoin/bitcoin/issues/19853#issuecomment-684815358, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABMAFU625BRIGREILZRMVFDSDTSDFANCNFSM4QRGW7TA .
Another case of test_framework.authproxy.JSONRPCException: Amount out of range (-3)
:
Context:
0test_framework.authproxy.JSONRPCException: Amount out of range (-3)
1During handling of the above exception, another exception occurred:
2Traceback (most recent call last):
3 File "/Users/travis/build/bitcoin/bitcoin/ci/scratch/build/bitcoin-x86_64-apple-darwin16/test/functional/test_framework/test_framework.py", line 118, in main
4 self.run_test()
5 File "/Users/travis/build/bitcoin/bitcoin/ci/scratch/build/bitcoin-x86_64-apple-darwin16/test/functional/wallet_basic.py", line 601, in run_test
6 assert_raises_rpc_error(-6, "Transaction has too long of a mempool chain", self.nodes[0].sendtoaddress, sending_addr, node0_balance - Decimal('0.01'))