Skip to content

Instantly share code, notes, and snippets.

@cburgdorf
Created November 14, 2019 10:26
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 cburgdorf/3a13d6cae91f9936184610d40d92842f to your computer and use it in GitHub Desktop.
Save cburgdorf/3a13d6cae91f9936184610d40d92842f to your computer and use it in GitHub Desktop.
trinity_boot
$ trinity
INFO 2019-11-14 11:23:01,592 trinity
______ _ _ __
/_ __/____(_)___ (_) /___ __
/ / / ___/ / __ \/ / __/ / / /
/ / / / / / / / / / /_/ /_/ /
/_/ /_/ /_/_/ /_/_/\__/\__, /
/____/
INFO 2019-11-14 11:23:01,592 trinity Started main process (pid=28151)
INFO 2019-11-14 11:23:01,592 trinity Trinity/v0.1.0a29/linux/cpython3.7.3
INFO 2019-11-14 11:23:01,593 trinity Trinity DEBUG log file is created at /home/cburgdorf/.local/share/trinity/mainnet/logs-eth1/trinity.log
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/rlp/sedes/raw.py:6: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Sequence
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/rlp/lazy.py:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Iterable, Sequence
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_io_epoll.py:16: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(slots=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_io_epoll.py:43: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(slots=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:127: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False, slots=True)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:391: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:659: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:770: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_parking_lot.py:89: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_sync.py:21: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(repr=False, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_sync.py:505: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_threads.py:251: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(frozen=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_highlevel_generic.py:37: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_channel.py:101: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_channel.py:189: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/google/protobuf/descriptor.py:47: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from google.protobuf.pyext import _message
INFO 2019-11-14 11:23:02,514 root Started DB server process (pid=28158)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/rlp/sedes/raw.py:6: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Sequence
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/rlp/lazy.py:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Iterable, Sequence
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_io_epoll.py:16: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(slots=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_io_epoll.py:43: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(slots=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:127: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False, slots=True)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:391: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:659: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:770: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_parking_lot.py:89: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_sync.py:21: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(repr=False, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_sync.py:505: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_threads.py:251: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(frozen=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_highlevel_generic.py:37: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_channel.py:101: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_channel.py:189: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/google/protobuf/descriptor.py:47: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from google.protobuf.pyext import _message
INFO 2019-11-14 11:23:03,510 component(#JsonRpcServerComponent) Component started: JSON-RPC API (pid=28166)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/rlp/sedes/raw.py:6: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Sequence
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/rlp/lazy.py:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Iterable, Sequence
INFO 2019-11-14 11:23:03,779 IPCServer IPC started at: /home/cburgdorf/.local/share/trinity/mainnet/ipcs-eth1/jsonrpc.ipc
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_io_epoll.py:16: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(slots=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_io_epoll.py:43: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(slots=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:127: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False, slots=True)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:391: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:659: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:770: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_parking_lot.py:89: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_sync.py:21: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(repr=False, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_sync.py:505: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_threads.py:251: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(frozen=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_highlevel_generic.py:37: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_channel.py:101: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_channel.py:189: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/google/protobuf/descriptor.py:47: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from google.protobuf.pyext import _message
INFO 2019-11-14 11:23:04,468 component(#NetworkDBComponent) Component started: Network Database (pid=28173)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/rlp/sedes/raw.py:6: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Sequence
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/rlp/lazy.py:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Iterable, Sequence
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_io_epoll.py:16: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(slots=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_io_epoll.py:43: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(slots=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:127: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False, slots=True)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:391: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:659: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:770: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_parking_lot.py:89: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_sync.py:21: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(repr=False, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_sync.py:505: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_threads.py:251: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(frozen=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_highlevel_generic.py:37: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_channel.py:101: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_channel.py:189: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/google/protobuf/descriptor.py:47: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from google.protobuf.pyext import _message
INFO 2019-11-14 11:23:05,389 component(#PeerDiscoveryComponent) Component started: Discovery (pid=28180)
INFO 2019-11-14 11:23:05,401 DiscoveryProtocol Preferred peers: (<Node(0x1118980bf48b0a3640bdba04e0fe78b1add18e1cd99bf22d53daac1fd9972ad650df52176e7c7d89d1114cfef2bc23a2959aa54998a46afcf7d91809f0855082@52.74.57.123:30303)>, <Node(0x78de8a0916848093c73790ead81d1928bec737d565119932b98c6b100d944b7a95e94f847f689fc723399d2e31129d182f7ef3863f2b4c820abbf3ab2722344d@191.235.84.50:30303)>, <Node(0xddd81193df80128880232fc1deb45f72746019839589eeb642d3d44efbb8b2dda2c1a46a348349964a6066f8afb016eb2a8c0f3c66f32fadf4370a236a4b5286@52.231.202.145:30303)>, <Node(0x3f1d12044546b76342d59d4a05532c14b85aa669704bfe1f864fe079415aa2c02d743e03218e57a33fb94523adb54032871a6c51b2cc5514cb7c7e35b3ed0a99@13.93.211.84:30303)>)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/rlp/sedes/raw.py:6: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Sequence
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/rlp/lazy.py:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Iterable, Sequence
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_io_epoll.py:16: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(slots=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_io_epoll.py:43: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(slots=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:127: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False, slots=True)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:391: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:659: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:770: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_parking_lot.py:89: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_sync.py:21: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(repr=False, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_sync.py:505: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_threads.py:251: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(frozen=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_highlevel_generic.py:37: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_channel.py:101: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_channel.py:189: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/google/protobuf/descriptor.py:47: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from google.protobuf.pyext import _message
INFO 2019-11-14 11:23:06,311 component(#UpnpComponent) Component started: Upnp (pid=28186)
INFO 2019-11-14 11:23:06,318 UPnPService Setting up NAT portmap...
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/rlp/sedes/raw.py:6: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Sequence
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/rlp/lazy.py:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Iterable, Sequence
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_io_epoll.py:16: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(slots=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_io_epoll.py:43: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(slots=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:127: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False, slots=True)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:391: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:659: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:770: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_parking_lot.py:89: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_sync.py:21: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(repr=False, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_sync.py:505: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_threads.py:251: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(frozen=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_highlevel_generic.py:37: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_channel.py:101: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_channel.py:189: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/google/protobuf/descriptor.py:47: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from google.protobuf.pyext import _message
INFO 2019-11-14 11:23:07,222 component(#BeamChainExecutionComponent) Component started: Beam Sync Chain Execution (pid=28193)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/rlp/sedes/raw.py:6: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Sequence
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/rlp/lazy.py:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Iterable, Sequence
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_io_epoll.py:16: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(slots=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_io_epoll.py:43: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(slots=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:127: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False, slots=True)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:391: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:659: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:770: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_parking_lot.py:89: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_sync.py:21: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(repr=False, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_sync.py:505: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_threads.py:251: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(frozen=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_highlevel_generic.py:37: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_channel.py:101: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_channel.py:189: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/google/protobuf/descriptor.py:47: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from google.protobuf.pyext import _message
INFO 2019-11-14 11:23:08,164 component(#BeamChainPreviewComponent0) Component started: Beam Sync Chain Preview 0 (pid=28199)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/rlp/sedes/raw.py:6: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Sequence
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/rlp/lazy.py:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Iterable, Sequence
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_io_epoll.py:16: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(slots=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_io_epoll.py:43: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(slots=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:127: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False, slots=True)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:391: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:659: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:770: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_parking_lot.py:89: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_sync.py:21: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(repr=False, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_sync.py:505: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_threads.py:251: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(frozen=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_highlevel_generic.py:37: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_channel.py:101: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_channel.py:189: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/google/protobuf/descriptor.py:47: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from google.protobuf.pyext import _message
INFO 2019-11-14 11:23:09,093 component(#BeamChainPreviewComponent1) Component started: Beam Sync Chain Preview 1 (pid=28206)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/rlp/sedes/raw.py:6: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Sequence
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/rlp/lazy.py:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Iterable, Sequence
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_io_epoll.py:16: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(slots=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_io_epoll.py:43: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(slots=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:127: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False, slots=True)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:391: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:659: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:770: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_parking_lot.py:89: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_sync.py:21: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(repr=False, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_sync.py:505: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_threads.py:251: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(frozen=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_highlevel_generic.py:37: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_channel.py:101: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_channel.py:189: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/google/protobuf/descriptor.py:47: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from google.protobuf.pyext import _message
INFO 2019-11-14 11:23:10,022 component(#BeamChainPreviewComponent2) Component started: Beam Sync Chain Preview 2 (pid=28213)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/rlp/sedes/raw.py:6: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Sequence
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/rlp/lazy.py:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Iterable, Sequence
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_io_epoll.py:16: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(slots=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_io_epoll.py:43: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(slots=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:127: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False, slots=True)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:391: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:659: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:770: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_parking_lot.py:89: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_sync.py:21: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(repr=False, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_sync.py:505: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_threads.py:251: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(frozen=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_highlevel_generic.py:37: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_channel.py:101: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_channel.py:189: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/google/protobuf/descriptor.py:47: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from google.protobuf.pyext import _message
INFO 2019-11-14 11:23:10,937 component(#BeamChainPreviewComponent3) Component started: Beam Sync Chain Preview 3 (pid=28220)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/rlp/sedes/raw.py:6: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Sequence
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/rlp/lazy.py:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Iterable, Sequence
INFO 2019-11-14 11:23:11,323 UPnPService No UPNP-enabled devices found
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_io_epoll.py:16: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(slots=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_io_epoll.py:43: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(slots=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:127: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False, slots=True)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:391: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:659: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:770: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_parking_lot.py:89: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_sync.py:21: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(repr=False, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_sync.py:505: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_threads.py:251: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(frozen=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_highlevel_generic.py:37: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_channel.py:101: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_channel.py:189: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/google/protobuf/descriptor.py:47: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from google.protobuf.pyext import _message
INFO 2019-11-14 11:23:11,906 component(#RequestServerComponent) Component started: Request Server (pid=28228)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/rlp/sedes/raw.py:6: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Sequence
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/rlp/lazy.py:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Iterable, Sequence
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_io_epoll.py:16: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(slots=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_io_epoll.py:43: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(slots=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:127: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False, slots=True)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:391: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:659: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:770: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_parking_lot.py:89: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_sync.py:21: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(repr=False, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_sync.py:505: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_threads.py:251: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(frozen=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_highlevel_generic.py:37: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_channel.py:101: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_channel.py:189: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/google/protobuf/descriptor.py:47: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from google.protobuf.pyext import _message
INFO 2019-11-14 11:23:12,833 component(#SyncerComponent) Component started: Sync / PeerPool (pid=28237)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/rlp/sedes/raw.py:6: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Sequence
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/rlp/lazy.py:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Iterable, Sequence
INFO 2019-11-14 11:23:13,120 FullServer Running server...
INFO 2019-11-14 11:23:13,123 FullServer enode://cbd524f5ce309d4b95f842aee31aff669fd7340470fdccf0674b68c5661db51b95c6878905a0374750ed457494ca9d74cc7823b4a11a43828f2d491e2b19b824@0.0.0.0:30303
INFO 2019-11-14 11:23:13,123 FullServer network: 1
INFO 2019-11-14 11:23:13,123 FullServer peers: max_peers=25
INFO 2019-11-14 11:23:13,123 ETHPeerPool Connected peers: 0 inbound, 0 outbound
INFO 2019-11-14 11:23:13,124 BeamSyncService Initializing beam-sync; current head: <BlockHeader #2494288 a8cc1803>
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_io_epoll.py:16: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(slots=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_io_epoll.py:43: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(slots=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:127: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False, slots=True)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:391: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:659: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_run.py:770: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_core/_parking_lot.py:89: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_sync.py:21: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(repr=False, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_sync.py:505: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_threads.py:251: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(frozen=True, cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_highlevel_generic.py:37: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, hash=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_channel.py:101: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/trio/_channel.py:189: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead.
@attr.s(cmp=False, repr=False)
/home/cburgdorf/Documents/hacking/ef/trinity/venv/lib/python3.7/site-packages/google/protobuf/descriptor.py:47: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from google.protobuf.pyext import _message
INFO 2019-11-14 11:23:13,769 component(#TxComponent) Component started: TxComponent (pid=28243)
INFO 2019-11-14 11:23:14,068 TxPool Running Tx Pool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment