Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.77 KB | None | 0 0
  1. test_1 | Run command on alice
  2. test_1 | addpeer sqk_bob
  3. test_1 | Traceback (most recent call last):
  4. test_1 | File "/usr/local/lib/python3.6/dist-packages/urllib3/connection.py", line 159, in _new_conn
  5. test_1 | (self._dns_host, self.port), self.timeout, **extra_kw)
  6. test_1 | File "/usr/local/lib/python3.6/dist-packages/urllib3/util/connection.py", line 57, in create_connection
  7. test_1 | for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  8. test_1 | File "/usr/lib/python3.6/socket.py", line 745, in getaddrinfo
  9. test_1 | for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  10. test_1 | socket.gaierror: [Errno -2] Name or service not known
  11. test_1 |
  12. test_1 | During handling of the above exception, another exception occurred:
  13. test_1 |
  14. test_1 | Traceback (most recent call last):
  15. test_1 | File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 600, in urlopen
  16. test_1 | chunked=chunked)
  17. test_1 | File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 354, in _make_request
  18. test_1 | conn.request(method, url, **httplib_request_kw)
  19. test_1 | File "/usr/lib/python3.6/http/client.py", line 1239, in request
  20. test_1 | self._send_request(method, url, body, headers, encode_chunked)
  21. test_1 | File "/usr/lib/python3.6/http/client.py", line 1285, in _send_request
  22. test_1 | self.endheaders(body, encode_chunked=encode_chunked)
  23. test_1 | File "/usr/lib/python3.6/http/client.py", line 1234, in endheaders
  24. test_1 | self._send_output(message_body, encode_chunked=encode_chunked)
  25. test_1 | File "/usr/lib/python3.6/http/client.py", line 1026, in _send_output
  26. test_1 | self.send(msg)
  27. test_1 | File "/usr/lib/python3.6/http/client.py", line 964, in send
  28. test_1 | self.connect()
  29. test_1 | File "/usr/local/lib/python3.6/dist-packages/urllib3/connection.py", line 181, in connect
  30. test_1 | conn = self._new_conn()
  31. test_1 | File "/usr/local/lib/python3.6/dist-packages/urllib3/connection.py", line 168, in _new_conn
  32. test_1 | self, "Failed to establish a new connection: %s" % e)
  33. test_1 | urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f68a68cf748>: Failed to establish a new connection: [Errno -2] Name or service not known
  34. test_1 |
  35. test_1 | During handling of the above exception, another exception occurred:
  36. test_1 |
  37. test_1 | Traceback (most recent call last):
  38. test_1 | File "/usr/local/lib/python3.6/dist-packages/requests/adapters.py", line 449, in send
  39. test_1 | timeout=timeout
  40. test_1 | File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 638, in urlopen
  41. test_1 | _stacktrace=sys.exc_info()[2])
  42. test_1 | File "/usr/local/lib/python3.6/dist-packages/urllib3/util/retry.py", line 398, in increment
  43. test_1 | raise MaxRetryError(_pool, url, error or ResponseError(cause))
  44. test_1 | urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='sqk_foooooo', port=8554): Max retries exceeded with url: /jsonrpc (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f68a68cf748>: Failed to establish a new connection: [Errno -2] Name or service not known',))
  45. test_1 |
  46. test_1 | During handling of the above exception, another exception occurred:
  47. test_1 |
  48. test_1 | Traceback (most recent call last):
  49. test_1 | File "/app/src/main/python/squeakclient/squeaknode/cli/rpc_client.py", line 33, in make_request
  50. test_1 | auth=self.auth,
  51. test_1 | File "/usr/local/lib/python3.6/dist-packages/requests/api.py", line 116, in post
  52. test_1 | return request('post', url, data=data, json=json, **kwargs)
  53. test_1 | File "/usr/local/lib/python3.6/dist-packages/requests/api.py", line 60, in request
  54. test_1 | return session.request(method=method, url=url, **kwargs)
  55. test_1 | File "/usr/local/lib/python3.6/dist-packages/requests/sessions.py", line 533, in request
  56. test_1 | resp = self.send(prep, **send_kwargs)
  57. test_1 | File "/usr/local/lib/python3.6/dist-packages/requests/sessions.py", line 646, in send
  58. test_1 | r = adapter.send(request, **kwargs)
  59. test_1 | File "/usr/local/lib/python3.6/dist-packages/requests/adapters.py", line 516, in send
  60. sqk_alice | Updating certificates in /etc/ssl/certs...
  61. sqk_alice | 1 added, 0 removed; done.
  62. sqk_alice | Running hooks in /etc/ca-certificates/update.d...
  63. sqk_alice | done.
  64. sqk_alice | level: DEBUG
  65. sqk_alice | rpc host: blockchain
  66. sqk_alice | rpc user: devuser
  67. sqk_alice | rpc pass: devpass
  68. sqk_alice | INFO:werkzeug: * Running on http://localhost:8554/ (Press CTRL+C to quit)
  69. sqk_alice | QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
  70. test_1 | raise ConnectionError(e, request=request)
  71. test_1 | requests.exceptions.ConnectionError: HTTPConnectionPool(host='sqk_foooooo', port=8554): Max retries exceeded with url: /jsonrpc (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f68a68cf748>: Failed to establish a new connection: [Errno -2] Name or service not known',))
  72. test_1 |
  73. test_1 | During handling of the above exception, another exception occurred:
  74. test_1 |
  75. test_1 | Traceback (most recent call last):
  76. test_1 | File "src/main/python/squeakclient/squeaknode/cli/main.py", line 197, in <module>
  77. test_1 | main()
  78. test_1 | File "src/main/python/squeakclient/squeaknode/cli/main.py", line 88, in main
  79. test_1 | cli(rpc_client)
  80. test_1 | File "src/main/python/squeakclient/squeaknode/cli/main.py", line 80, in cli
  81. test_1 | handle_command(line, rpc_client)
  82. test_1 | File "src/main/python/squeakclient/squeaknode/cli/main.py", line 70, in handle_command
  83. test_1 | args.command(args, rpc_client)
  84. test_1 | File "src/main/python/squeakclient/squeaknode/cli/main.py", line 153, in run
  85. test_1 | print(rpc_client.addpeer(args.host))
  86. test_1 | File "/app/src/main/python/squeakclient/squeaknode/cli/rpc_client.py", line 43, in addpeer
  87. test_1 | return self.make_request("addpeer", host)
  88. test_1 | File "/app/src/main/python/squeakclient/squeaknode/cli/rpc_client.py", line 37, in make_request
  89. test_1 | raise RPCClientError()
  90. test_1 | rpc_client.RPCClientError
  91. test_1 | spawn_id: spawn id exp3 not open
  92. test_1 | while executing
  93. test_1 | "close"
  94. test_1 | (file "./sqk_ctl.exp" line 15)
  95. test_1 | alice should be connected to bob
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement