Advertisement
Guest User

Untitled

a guest
Apr 12th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.89 KB | None | 0 0
  1. Running testscript wallet.py ...
  2. Initializing test directory /tmp/testvCgRDj
  3. start_node: bitcoind started, calling bitcoin-cli -rpcwait getblockcount
  4. start_node: calling bitcoin-cli -rpcwait getblockcount returned
  5. start_node: bitcoind started, calling bitcoin-cli -rpcwait getblockcount
  6. start_node: calling bitcoin-cli -rpcwait getblockcount returned
  7. start_node: bitcoind started, calling bitcoin-cli -rpcwait getblockcount
  8. start_node: calling bitcoin-cli -rpcwait getblockcount returned
  9. Mining blocks...
  10. start_node: bitcoind started, calling bitcoin-cli -rpcwait getblockcount
  11. start_node: calling bitcoin-cli -rpcwait getblockcount returned
  12. start_node: bitcoind started, calling bitcoin-cli -rpcwait getblockcount
  13. start_node: calling bitcoin-cli -rpcwait getblockcount returned
  14. start_node: bitcoind started, calling bitcoin-cli -rpcwait getblockcount
  15. start_node: calling bitcoin-cli -rpcwait getblockcount returned
  16. start_node: bitcoind started, calling bitcoin-cli -rpcwait getblockcount
  17. start_node: calling bitcoin-cli -rpcwait getblockcount returned
  18. start_node: bitcoind started, calling bitcoin-cli -rpcwait getblockcount
  19. start_node: calling bitcoin-cli -rpcwait getblockcount returned
  20. start_node: bitcoind started, calling bitcoin-cli -rpcwait getblockcount
  21. start_node: calling bitcoin-cli -rpcwait getblockcount returned
  22. start_node: bitcoind started, calling bitcoin-cli -rpcwait getblockcount
  23. start_node: calling bitcoin-cli -rpcwait getblockcount returned
  24. start_node: bitcoind started, calling bitcoin-cli -rpcwait getblockcount
  25. start_node: calling bitcoin-cli -rpcwait getblockcount returned
  26. start_node: bitcoind started, calling bitcoin-cli -rpcwait getblockcount
  27. start_node: calling bitcoin-cli -rpcwait getblockcount returned
  28. start_node: bitcoind started, calling bitcoin-cli -rpcwait getblockcount
  29. start_node: calling bitcoin-cli -rpcwait getblockcount returned
  30. start_node: bitcoind started, calling bitcoin-cli -rpcwait getblockcount
  31. start_node: calling bitcoin-cli -rpcwait getblockcount returned
  32. start_node: bitcoind started, calling bitcoin-cli -rpcwait getblockcount
  33. start_node: calling bitcoin-cli -rpcwait getblockcount returned
  34. start_node: bitcoind started, calling bitcoin-cli -rpcwait getblockcount
  35. start_node: calling bitcoin-cli -rpcwait getblockcount returned
  36. start_node: bitcoind started, calling bitcoin-cli -rpcwait getblockcount
  37. start_node: calling bitcoin-cli -rpcwait getblockcount returned
  38. start_node: bitcoind started, calling bitcoin-cli -rpcwait getblockcount
  39. start_node: calling bitcoin-cli -rpcwait getblockcount returned
  40. start_node: bitcoind started, calling bitcoin-cli -rpcwait getblockcount
  41. start_node: calling bitcoin-cli -rpcwait getblockcount returned
  42. start_node: bitcoind started, calling bitcoin-cli -rpcwait getblockcount
  43. start_node: calling bitcoin-cli -rpcwait getblockcount returned
  44. start_node: bitcoind started, calling bitcoin-cli -rpcwait getblockcount
  45. start_node: calling bitcoin-cli -rpcwait getblockcount returned
  46. start_node: bitcoind started, calling bitcoin-cli -rpcwait getblockcount
  47. start_node: calling bitcoin-cli -rpcwait getblockcount returned
  48. start_node: bitcoind started, calling bitcoin-cli -rpcwait getblockcount
  49. start_node: calling bitcoin-cli -rpcwait getblockcount returned
  50. start_node: bitcoind started, calling bitcoin-cli -rpcwait getblockcount
  51. start_node: calling bitcoin-cli -rpcwait getblockcount returned
  52. start_node: bitcoind started, calling bitcoin-cli -rpcwait getblockcount
  53. start_node: calling bitcoin-cli -rpcwait getblockcount returned
  54. Assertion failed: [Decimal('33.99911220'), Decimal('5549.99796160'), Decimal('65.99974800')] != [Decimal('33.99911220'), Decimal('4951.00000000'), Decimal('65.99974800')]
  55. File "/home/travis/build/NicolasDorier/bitcoin/bitcoin-x86_64-unknown-linux-gnu/qa/rpc-tests/test_framework/test_framework.py", line 135, in main
  56. self.run_test()
  57. File "/home/travis/build/NicolasDorier/bitcoin/bitcoin-x86_64-unknown-linux-gnu/qa/rpc-tests/wallet.py", line 275, in run_test
  58. assert_equal(balance_nodes, [self.nodes[i].getbalance() for i in range(3)])
  59. File "/home/travis/build/NicolasDorier/bitcoin/bitcoin-x86_64-unknown-linux-gnu/qa/rpc-tests/test_framework/util.py", line 394, in assert_equal
  60. raise AssertionError("%s != %s"%(str(thing1),str(thing2)))
  61. Stopping nodes
  62. Cleaning up
  63. Failed
  64. Traceback (most recent call last):
  65. File "qa/pull-tester/rpc-tests.py", line 264, in <module>
  66. runtests()
  67. File "qa/pull-tester/rpc-tests.py", line 164, in runtests
  68. rpcTestDir + testScripts[i] + flags, shell=True)
  69. File "/usr/lib/python2.7/subprocess.py", line 511, in check_call
  70. raise CalledProcessError(retcode, cmd)
  71. subprocess.CalledProcessError: Command '/home/travis/build/NicolasDorier/bitcoin/bitcoin-x86_64-unknown-linux-gnu/qa/rpc-tests/wallet.py --srcdir /home/travis/build/NicolasDorier/bitcoin/bitcoin-x86_64-unknown-linux-gnu/src --coveragedir /tmp/coverageMTneAm ' returned non-zero exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement