Skip to content

Instantly share code, notes, and snippets.

@veox
Last active August 15, 2018 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veox/3c6cd302d8fa0dd37caf8ae1193fc04f to your computer and use it in GitHub Desktop.
Save veox/3c6cd302d8fa0dd37caf8ae1193fc04f to your computer and use it in GitHub Desktop.
py-evm issue 1168: FAILED trinity start
Starting trinity ethereum node...
INFO 08-15 16:46:17 main
______ _ _ __
/_ __/____(_)___ (_) /___ __
/ / / ___/ / __ \/ / __/ / / /
/ / / / / / / / / / /_/ /_/ /
/_/ /_/ /_/_/ /_/_/\__/\__, /
/____/
INFO 08-15 16:46:17 main Trinity/eth-0.2.0a31/linux/cpython3.7.0
INFO 08-15 16:46:17 main Trinity DEBUG log file is created at /home/veox/.local/share/trinity/ropsten/logs/trinity.log
INFO 08-15 16:46:17 plugin Cleaning up unclean shutdown...
INFO 08-15 16:46:17 plugin Searching for process id files in /home/veox/.local/share/trinity/ropsten...
INFO 08-15 16:46:17 plugin Found 1 process from a previous run. Closing...
INFO 08-15 16:46:17 ipc Process 1381 has already terminated
INFO 08-15 16:46:17 plugin Manually removed /home/veox/.local/share/trinity/ropsten/database.pid after killing process id 1381
INFO 08-15 16:46:17 plugin Removed a dangling IPC socket file for database connections at /home/veox/.local/share/trinity/ropsten/db.ipc
trinity.service: Found left-over process 1556 (python) in control group while starting unit. Ignoring.
This usually indicates unclean termination of a previous run, or service implementation deficiencies.
Started trinity ethereum node.
INFO 08-15 16:46:18 main
______ _ _ __
/_ __/____(_)___ (_) /___ __
/ / / ___/ / __ \/ / __/ / / /
/ / / / / / / / / / /_/ /_/ /
/_/ /_/ /_/_/ /_/_/\__/\__, /
/____/
INFO 08-15 16:46:18 main Trinity/eth-0.2.0a31/linux/cpython3.7.0
INFO 08-15 16:46:18 main Trinity DEBUG log file is created at /home/veox/.local/share/trinity/ropsten/logs/trinity.log
INFO 08-15 16:46:18 main Started DB server process (pid=1563)
INFO 08-15 16:46:19 main Started networking process (pid=1565)
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib64/python3.7/multiprocessing/spawn.py", line 105, in spawn_main
exitcode = _main(fd)
File "/usr/lib64/python3.7/multiprocessing/spawn.py", line 115, in _main
self = reduction.pickle.load(from_parent)
File "/usr/lib64/python3.7/multiprocessing/synchronize.py", line 111, in __setstate__
self._semlock = _multiprocessing.SemLock._rebuild(*state)
FileNotFoundError: [Errno 2] No such file or directory
Process SpawnProcess-2:
Traceback (most recent call last):
File "/usr/lib64/python3.7/multiprocessing/process.py", line 297, in _bootstrap
self.run()
File "/usr/lib64/python3.7/multiprocessing/process.py", line 99, in run
self._target(*self._args, **self._kwargs)
File "/home/veox/src/py-evm/trinity/utils/profiling.py", line 31, in inner
return fn(*args, **kwargs)
File "/home/veox/src/py-evm/trinity/utils/logging.py", line 133, in inner
return fn(*args, **inner_kwargs)
File "/home/veox/src/py-evm/trinity/main.py", line 283, in launch_node
node = NodeClass(plugin_manager, chain_config)
File "/home/veox/src/py-evm/trinity/nodes/full.py", line 20, in __init__
super().__init__(plugin_manager, chain_config)
File "/home/veox/src/py-evm/trinity/nodes/base.py", line 60, in __init__
self._db_manager.connect() # type: ignore
File "/usr/lib64/python3.7/multiprocessing/managers.py", line 512, in connect
conn = Client(self._address, authkey=self._authkey)
File "/usr/lib64/python3.7/multiprocessing/connection.py", line 492, in Client
c = SocketClient(address)
File "/usr/lib64/python3.7/multiprocessing/connection.py", line 619, in SocketClient
s.connect(address)
FileNotFoundError: [Errno 2] No such file or directory
INFO 08-15 16:46:17 main
______ _ _ __
/_ __/____(_)___ (_) /___ __
/ / / ___/ / __ \/ / __/ / / /
/ / / / / / / / / / /_/ /_/ /
/_/ /_/ /_/_/ /_/_/\__/\__, /
/____/
INFO 08-15 16:46:17 main Trinity/eth-0.2.0a31/linux/cpython3.7.0
INFO 08-15 16:46:17 main Trinity DEBUG log file is created at /home/veox/.local/share/trinity/ropsten/logs/trinity.log
INFO 08-15 16:46:17 plugin Cleaning up unclean shutdown...
INFO 08-15 16:46:17 plugin Searching for process id files in /home/veox/.local/share/trinity/ropsten...
INFO 08-15 16:46:17 plugin Found 1 process from a previous run. Closing...
INFO 08-15 16:46:17 ipc Process 1381 has already terminated
INFO 08-15 16:46:17 plugin Manually removed /home/veox/.local/share/trinity/ropsten/database.pid after killing process id 1381
INFO 08-15 16:46:17 plugin Removed a dangling IPC socket file for database connections at /home/veox/.local/share/trinity/ropsten/db.ipc
DEBUG 08-15 16:46:17 plugin The IPC socket file for JSON-RPC connections at /home/veox/.local/share/trinity/ropsten/jsonrpc.ipc was already gone
INFO 08-15 16:46:18 main
______ _ _ __
/_ __/____(_)___ (_) /___ __
/ / / ___/ / __ \/ / __/ / / /
/ / / / / / / / / / /_/ /_/ /
/_/ /_/ /_/_/ /_/_/\__/\__, /
/____/
INFO 08-15 16:46:18 main Trinity/eth-0.2.0a31/linux/cpython3.7.0
INFO 08-15 16:46:18 main Trinity DEBUG log file is created at /home/veox/.local/share/trinity/ropsten/logs/trinity.log
INFO 08-15 16:46:18 main Started DB server process (pid=1563)
DEBUG 08-15 16:46:19 logging Logging initialized: PID=1563
INFO 08-15 16:46:19 main Started networking process (pid=1565)
DEBUG 08-15 16:46:20 logging Logging initialized: PID=1565
DEBUG 08-15 16:46:20 selector_events Using selector: EpollSelector
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment