-
Notifications
You must be signed in to change notification settings - Fork 6
tft-erc20 deployment #385
Comments
➤ Lee Smet commented: deplying a geth instance led to the following error: In [25]: geth = robot.services.create(GETH_ID, 'testnet_geth', data) LoopExit Traceback (most recent call last) /opt/code/github/threefoldtech/0-robot/zerorobot/dsl/ZeroRobotManager.py in create(self, template_uid, service_name, data, public) /opt/code/github/threefoldtech/0-robot/zerorobot/dsl/ZeroRobotManager.py in _instantiate(self, data) /opt/code/github/threefoldtech/0-robot/zerorobot/dsl/config_mgr.py in append_secret(self, instance, secret) /opt/code/github/threefoldtech/0-robot/zerorobot/dsl/config_mgr.py in _send_cmd(self, func, args) /usr/local/lib/python3.5/dist-packages/gevent/_queue.cpython-35m-x86_64-linux-gnu.so in gevent._queue.Queue.get() /usr/local/lib/python3.5/dist-packages/gevent/_queue.cpython-35m-x86_64-linux-gnu.so in gevent._queue.Queue.get() /usr/local/lib/python3.5/dist-packages/gevent/_queue.cpython-35m-x86_64-linux-gnu.so in gevent._queue.Queue.__get_or_peek() /usr/local/lib/python3.5/dist-packages/gevent/__waiter.cpython-35m-x86_64-linux-gnu.so in gevent.__waiter.Waiter.get() /usr/local/lib/python3.5/dist-packages/gevent/__greenlet_primitives.cpython-35m-x86_64-linux-gnu.so in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch() /usr/local/lib/python3.5/dist-packages/gevent/__greenlet_primitives.cpython-35m-x86_64-linux-gnu.so in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch() /usr/local/lib/python3.5/dist-packages/gevent/__greenlet_primitives.cpython-35m-x86_64-linux-gnu.so in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch() src/gevent/__greenlet_primitives.pxd in gevent.__greenlet_primitives._greenlet_switch() LoopExit: This operation would block forever |
➤ Lee Smet commented: full node is now running for testnet |
➤ Lee Smet commented: While testing the new template version, the node lost internet access for no apparent reason. While trying to solve this the node was rebooted, but internet connectivity still did not work, so the node is failing to boot as a result now. |
➤ Lee Smet commented: geth deployed and now syncing |
➤ Lee Smet commented: Yesterday some bugs were discovered and fixed, however the geth node needs to sync again as the progress was lost due to one of these bugs |
➤ Lee Smet commented: Seems like the current way the ethbootnodes are added does not allow us to connect to the ethereum full node |
➤ Lee Smet commented: Seems to work on |
➤ Lee Smet commented: Did some changes to the way the flists are build, now getting the following build errors: github.com/mholt/caddy/caddytls/root/go/pkg/mod/github.com/mholt/[email protected]/caddytls/setup.go:174:28: cannot use value (type "github.com/xenolf/lego/certcrypto".KeyType) as type "github.com/go-acme/lego/certcrypto".KeyType in assignment |
➤ Lee Smet commented: tfchain autobuilder is now working correctly again |
➤ Lee Smet commented: now blocked on threefoldfoundation/tfchain-templates#11 |
➤ Lee Smet commented: Block creator now running, connected to our geth through the zerotier address, and seems to be sycning In [67]: con.client.system('/bin/tfchainc erc20').get() STDERR: DATA: |
➤ Lee Smet commented: validation daemon won't progress past block 193,605 |
(bridged/tfchaind/explorer templates don't accept eth boot nodes param threefoldfoundation/tfchain-templates#4)
(zrobot fails to start if a service is created from a template which is not on the master branch 0-robot#66)
The text was updated successfully, but these errors were encountered: