random wallet_basic failure #19853

issue instagibbs opened this issue on September 1, 2020
  1. instagibbs commented at 3:27 AM on September 1, 2020: member
  2. instagibbs added the label Bug on Sep 1, 2020
  3. MarcoFalke commented at 4:53 AM on September 1, 2020: member

    I don't see any failure in the link. See #15847 (comment)

  4. Sjors commented at 12:27 PM on September 1, 2020: member

    Here's one from #18788. Annoyingly the log goes away if you restart without force pushing a different commit, but here it is:

    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'))
    
  5. instagibbs commented at 12:28 PM on September 1, 2020: member

    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 .

  6. Sjors cross-referenced this on Sep 1, 2020 from issue tests: Update more tests to work with descriptor wallets by achow101
  7. Sjors commented at 12:31 PM on September 1, 2020: member
  8. Sjors cross-referenced this on Sep 1, 2020 from issue wallettool: Add dump and createfromdump commands by achow101
  9. practicalswift commented at 2:00 PM on September 1, 2020: contributor

    Another case of test_framework.authproxy.JSONRPCException: Amount out of range (-3):

    Context:

    test_framework.authproxy.JSONRPCException: Amount out of range (-3)
    During handling of the above exception, another exception occurred:
    Traceback (most recent call last):
      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
        self.run_test()
      File "/Users/travis/build/bitcoin/bitcoin/ci/scratch/build/bitcoin-x86_64-apple-darwin16/test/functional/wallet_basic.py", line 601, in run_test
        assert_raises_rpc_error(-6, "Transaction has too long of a mempool chain", self.nodes[0].sendtoaddress, sending_addr, node0_balance - Decimal('0.01'))
    
  10. n-thumann commented at 10:07 AM on September 2, 2020: contributor

    Same error when testing wallet_basic here: https://travis-ci.org/github/bitcoin/bitcoin/jobs/723365668#L2572 for #18309. Would someone mind to restart the job or is there something else I can do? :)

  11. laanwj added the label Tests on Sep 3, 2020
  12. laanwj removed the label Bug on Sep 3, 2020
  13. JeremyRubin cross-referenced this on Sep 3, 2020 from issue Remove CTxMempool::mapLinks data structure member by JeremyRubin
  14. fjahr cross-referenced this on Sep 4, 2020 from issue wallet: Fix wallet loading race during node start by fjahr
  15. fjahr commented at 8:36 PM on September 4, 2020: contributor

    Potential fix: #19876, looking for feedback :)

  16. fjahr cross-referenced this on Sep 5, 2020 from issue test: Fix flaky wallet_basic test by fjahr
  17. MarcoFalke referenced this in commit c91f955f44 on Sep 6, 2020
  18. MarcoFalke closed this on Sep 6, 2020

  19. PastaPastaPasta referenced this in commit 8de6694794 on Jun 27, 2021
  20. PastaPastaPasta referenced this in commit 8dab9f488d on Jun 28, 2021
  21. PastaPastaPasta referenced this in commit 201c606366 on Jun 29, 2021
  22. PastaPastaPasta referenced this in commit b88d413046 on Jul 1, 2021
  23. PastaPastaPasta referenced this in commit 843e1d573c on Jul 1, 2021
  24. PastaPastaPasta referenced this in commit 7b796a1e1b on Jul 15, 2021
  25. PastaPastaPasta referenced this in commit 76eb5e3a03 on Jul 16, 2021
  26. bitcoin locked this on Feb 15, 2022

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-05-20 06:54 UTC