root@ubuntu-s-1vcpu-1gb-nyc1-01:~# bash <(wget -qO- https://raw.githubusercontent.com/thenewboston-developers/thenewboston-node/master/scripts/deploy.sh)
Redirecting output to ‘wget-log.6’.
Removing login credentials for docker.pkg.github.com
Interactive docker registry login (username=github username; password=github personal access token (not github password)
Username: dmugtasimov
Password:
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
Login Succeeded
--2021-10-29 15:38:17-- https://raw.githubusercontent.com/thenewboston-developers/thenewboston-node/master/docker-compose.yml
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.111.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2814 (2.7K) [text/plain]
Saving to: ‘docker-compose.yml’
docker-compose.yml 100%[====================================================================================>] 2.75K --.-KB/s in 0s
2021-10-29 15:38:17 (23.5 MB/s) - ‘docker-compose.yml’ saved [2814/2814]
Pulling db ... done
Pulling celery-broker ... done
Pulling celery ... done
Pulling node ... done
Pulling reverse-proxy ... done
Running migrations...
Creating root_celery-broker_1 ... done
Creating root_node_run ... done
Operations to perform:
Apply all migrations: admin, auth, blockchain, contenttypes, sessions
Running migrations:
Applying blockchain.0001_initial... OK
Initializing blockchain (if it has not been initialized yet)...
Creating root_node_run ... done
Synchronizing blockchain...
Creating root_node_run ... done
2021-10-29 15:41:28,269 WARNING thenewboston_node.core.clients.node Could not GET http://89.207.223.150:8555/api/v1/blockchain-states-meta/?limit=1&ordering=-last_block_number
Traceback (most recent call last):
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
TimeoutError: [Errno 110] Connection timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/urllib3/connectionpool.py", line 699, in urlopen
httplib_response = self._make_request(
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/urllib3/connectionpool.py", line 394, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/local/lib/python3.9/http/client.py", line 1255, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/local/lib/python3.9/http/client.py", line 1301, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/local/lib/python3.9/http/client.py", line 1250, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/local/lib/python3.9/http/client.py", line 1010, in _send_output
self.send(msg)
File "/usr/local/lib/python3.9/http/client.py", line 950, in send
self.connect()
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f50733bb580>: Failed to establish a new connection: [Errno 110] Connection timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
resp = conn.urlopen(
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/urllib3/connectionpool.py", line 755, in urlopen
retries = retries.increment(
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/urllib3/util/retry.py", line 574, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='89.207.223.150', port=8555): Max retries exceeded with url: /api/v1/blockchain-states-meta/?limit=1&ordering=-last_block_number (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f50733bb580>: Failed to establish a new connection: [Errno 110] Connection timed out'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/project/thenewboston_node/core/clients/node.py", line 64, in http_get
response = requests_get(url)
File "/opt/project/thenewboston_node/core/clients/node.py", line 28, in requests_get
return requests.get(url, *args, **kwargs)
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/requests/api.py", line 75, in get
return request('get', url, params=params, **kwargs)
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/requests/api.py", line 61, in request
return session.request(method=method, url=url, **kwargs)
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/requests/sessions.py", line 542, in request
resp = self.send(prep, **send_kwargs)
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/requests/sessions.py", line 655, in send
r = adapter.send(request, **kwargs)
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='89.207.223.150', port=8555): Max retries exceeded with url: /api/v1/blockchain-states-meta/?limit=1&ordering=-last_block_number (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f50733bb580>: Failed to establish a new connection: [Errno 110] Connection timed out'))
2021-10-29 15:41:28,282 WARNING thenewboston_node.core.management.commands.sync_blockchain Could not synchronize blockchain with 22e9c497ed4c7d9da7b04388a1d10d6383c2e28b3b4c4de1abc550eef350e984 at http://89.207.223.150:8555/
Traceback (most recent call last):
File "/opt/project/thenewboston_node/core/management/commands/sync_blockchain.py", line 36, in handle
sync_minimal_to_file_blockchain(source, blockchain)
File "/opt/project/thenewboston_node/business_logic/utils/blockchain.py", line 191, in sync_minimal_to_file_blockchain
sync_minimal(source, temporary_file_blockchain)
File "/opt/project/thenewboston_node/business_logic/utils/blockchain.py", line 145, in sync_minimal
source_bs_last_block_number = source_blockchain.get_last_blockchain_state_last_block_number()
File "/opt/project/thenewboston_node/business_logic/blockchain/api_blockchain.py", line 40, in get_last_blockchain_state_last_block_number
raise NotImplementedError('Handling connection related issues is not implemented')
NotImplementedError: Handling connection related issues is not implemented
Successfully synchronized blockchain with http://142.93.244.155:8555/
Creating root_node_run ... done
Node identifier: ba645f4f87d3e7fd3a1302ffd2da81144115dff976ae002e8c110d6cdc999ac9
Node is declared as Node(network_addresses=['http://142.93.244.155:8555/'], fee_amount=3, identifier='ba645f4f87d3e7fd3a1302ffd2da81144115dff976ae002e8c110d6cdc999ac9', fee_account=None)
Expected node declaration: Node(network_addresses=['http://142.93.244.155:8555/'], fee_amount=3, identifier='ba645f4f87d3e7fd3a1302ffd2da81144115dff976ae002e8c110d6cdc999ac9', fee_account=None)
Node declaration is intact
Creating root_node_run ... done
2021-10-29 15:43:59,821 WARNING thenewboston_node.core.clients.node Could not GET http://89.207.223.150:8555/api/v1/blockchain-states-meta/?limit=1&ordering=-last_block_number
Traceback (most recent call last):
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
TimeoutError: [Errno 110] Connection timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/urllib3/connectionpool.py", line 699, in urlopen
httplib_response = self._make_request(
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/urllib3/connectionpool.py", line 394, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/local/lib/python3.9/http/client.py", line 1255, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/local/lib/python3.9/http/client.py", line 1301, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/local/lib/python3.9/http/client.py", line 1250, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/local/lib/python3.9/http/client.py", line 1010, in _send_output
self.send(msg)
File "/usr/local/lib/python3.9/http/client.py", line 950, in send
self.connect()
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7efc1711c580>: Failed to establish a new connection: [Errno 110] Connection timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
resp = conn.urlopen(
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/urllib3/connectionpool.py", line 755, in urlopen
retries = retries.increment(
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/urllib3/util/retry.py", line 574, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='89.207.223.150', port=8555): Max retries exceeded with url: /api/v1/blockchain-states-meta/?limit=1&ordering=-last_block_number (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7efc1711c580>: Failed to establish a new connection: [Errno 110] Connection timed out'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/project/thenewboston_node/core/clients/node.py", line 64, in http_get
response = requests_get(url)
File "/opt/project/thenewboston_node/core/clients/node.py", line 28, in requests_get
return requests.get(url, *args, **kwargs)
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/requests/api.py", line 75, in get
return request('get', url, params=params, **kwargs)
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/requests/api.py", line 61, in request
return session.request(method=method, url=url, **kwargs)
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/requests/sessions.py", line 542, in request
resp = self.send(prep, **send_kwargs)
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/requests/sessions.py", line 655, in send
r = adapter.send(request, **kwargs)
File "/root/.cache/pypoetry/virtualenvs/thenewboston-node-gHi8t1rX-py3.9/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='89.207.223.150', port=8555): Max retries exceeded with url: /api/v1/blockchain-states-meta/?limit=1&ordering=-last_block_number (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7efc1711c580>: Failed to establish a new connection: [Errno 110] Connection timed out'))
2021-10-29 15:43:59,833 WARNING thenewboston_node.core.management.commands.sync_blockchain Could not synchronize blockchain with 22e9c497ed4c7d9da7b04388a1d10d6383c2e28b3b4c4de1abc550eef350e984 at http://89.207.223.150:8555/
Traceback (most recent call last):
File "/opt/project/thenewboston_node/core/management/commands/sync_blockchain.py", line 36, in handle
sync_minimal_to_file_blockchain(source, blockchain)
File "/opt/project/thenewboston_node/business_logic/utils/blockchain.py", line 191, in sync_minimal_to_file_blockchain
sync_minimal(source, temporary_file_blockchain)
File "/opt/project/thenewboston_node/business_logic/utils/blockchain.py", line 145, in sync_minimal
source_bs_last_block_number = source_blockchain.get_last_blockchain_state_last_block_number()
File "/opt/project/thenewboston_node/business_logic/blockchain/api_blockchain.py", line 40, in get_last_blockchain_state_last_block_number
raise NotImplementedError('Handling connection related issues is not implemented')
NotImplementedError: Handling connection related issues is not implemented
Successfully synchronized blockchain with http://142.93.244.155:8555/
Recreating root_db_1 ... done
Recreating root_celery-broker_1 ... done
Recreating root_node_1 ... done
Creating root_celery_1 ... done
Recreating root_reverse-proxy_1 ... done
Removing login credentials for docker.pkg.github.com
Node has not started yet, waiting 5 seconds for retry (1)
Node has not started yet, waiting 5 seconds for retry (2)
moved to jira