[INFO] crate susyp2p-core 0.7.0 is already in cache
[INFO] checking susyp2p-core-0.7.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate susyp2p-core 0.7.0 into /workspace/builds/worker-2/source
[INFO] validating manifest of crates.io crate susyp2p-core 0.7.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate susyp2p-core 0.7.0
[INFO] finished tweaking crates.io crate susyp2p-core 0.7.0
[INFO] tweaked toml for crates.io crate susyp2p-core 0.7.0 written to /workspace/builds/worker-2/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 8c0ca635b943f377b428d6da6705b070a8dc8a2191a741147c57535187f2ee2e
[INFO] running `"docker" "start" "-a" "8c0ca635b943f377b428d6da6705b070a8dc8a2191a741147c57535187f2ee2e"`
[INFO] [stderr]    Compiling cc v1.0.26
[INFO] [stderr]    Compiling protobuf v2.14.0
[INFO] [stderr]     Checking zeroize v0.5.2
[INFO] [stderr]    Compiling parking_lot_core v0.4.0
[INFO] [stderr]    Compiling asn1_der_derive v0.1.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking crypto-mac v0.7.0
[INFO] [stderr]     Checking tokio-io v0.1.13
[INFO] [stderr]     Checking curve25519-dalek v2.0.0
[INFO] [stderr]     Checking blake2 v0.8.1
[INFO] [stderr]     Checking tokio-codec v0.1.2
[INFO] [stderr]     Checking rw-stream-sink v0.1.2
[INFO] [stderr]    Compiling backtrace-sys v0.1.30
[INFO] [stderr]    Compiling clear_on_drop v0.2.3
[INFO] [stderr]    Compiling secp256k1 v0.12.2
[INFO] [stderr]    Compiling ring v0.14.6
[INFO] [stderr]     Checking parking_lot v0.7.1
[INFO] [stderr]     Checking unsigned-varint v0.2.3
[INFO] [stderr]     Checking asn1_der v0.6.3
[INFO] [stderr]     Checking ed25519-dalek v1.0.0-pre.3
[INFO] [stderr]     Checking susy-multihash v0.1.1
[INFO] [stderr]     Checking multistream-select v0.4.0
[INFO] [stderr]     Checking backtrace v0.3.38
[INFO] [stderr]     Checking susy-multiaddr v0.4.0
[INFO] [stderr]     Checking failure v0.1.7
[INFO] [stderr]     Checking susyp2p-core v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `quickcheck`
[INFO] [stderr]    --> src/identity/ed25519.rs:159:9
[INFO] [stderr]     |
[INFO] [stderr] 159 |     use quickcheck::*;
[INFO] [stderr]     |         ^^^^^^^^^^ use of undeclared type or module `quickcheck`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `quickcheck`
[INFO] [stderr]    --> src/identity/rsa.rs:209:9
[INFO] [stderr]     |
[INFO] [stderr] 209 |     use quickcheck::*;
[INFO] [stderr]     |         ^^^^^^^^^^ use of undeclared type or module `quickcheck`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `assert_matches`
[INFO] [stderr]   --> src/nodes/handled_node/tests.rs:24:5
[INFO] [stderr]    |
[INFO] [stderr] 24 | use assert_matches::assert_matches;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^ use of undeclared type or module `assert_matches`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> src/nodes/listeners.rs:288:9
[INFO] [stderr]     |
[INFO] [stderr] 288 |     use tokio::runtime::current_thread::Runtime;
[INFO] [stderr]     |         ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `assert_matches`
[INFO] [stderr]    --> src/nodes/listeners.rs:287:9
[INFO] [stderr]     |
[INFO] [stderr] 287 |     use assert_matches::assert_matches;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^ use of undeclared type or module `assert_matches`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `assert_matches`
[INFO] [stderr]    --> src/nodes/node.rs:260:9
[INFO] [stderr]     |
[INFO] [stderr] 260 |     use assert_matches::assert_matches;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^ use of undeclared type or module `assert_matches`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `tokio_mock_task`
[INFO] [stderr]    --> src/nodes/node.rs:262:9
[INFO] [stderr]     |
[INFO] [stderr] 262 |     use tokio_mock_task::MockTask;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^ use of undeclared type or module `tokio_mock_task`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]   --> src/nodes/raw_swarm/tests.rs:33:5
[INFO] [stderr]    |
[INFO] [stderr] 33 | use tokio::runtime::{Builder, Runtime};
[INFO] [stderr]    |     ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]    --> src/upgrade/transfer.rs:485:9
[INFO] [stderr]     |
[INFO] [stderr] 485 |     use tokio::runtime::current_thread::Runtime;
[INFO] [stderr]     |         ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `assert_matches`
[INFO] [stderr]   --> src/nodes/raw_swarm/tests.rs:30:5
[INFO] [stderr]    |
[INFO] [stderr] 30 | use assert_matches::assert_matches;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^ use of undeclared type or module `assert_matches`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]   --> src/nodes/collection/tests.rs:28:5
[INFO] [stderr]    |
[INFO] [stderr] 28 | use tokio::runtime::current_thread::Runtime;
[INFO] [stderr]    |     ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `tokio`
[INFO] [stderr]   --> src/nodes/collection/tests.rs:29:5
[INFO] [stderr]    |
[INFO] [stderr] 29 | use tokio::runtime::Builder;
[INFO] [stderr]    |     ^^^^^ use of undeclared type or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `assert_matches`
[INFO] [stderr]   --> src/nodes/collection/tests.rs:24:5
[INFO] [stderr]    |
[INFO] [stderr] 24 | use assert_matches::assert_matches;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^ use of undeclared type or module `assert_matches`
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]   --> src/nodes/collection/tests.rs:78:18
[INFO] [stderr]    |
[INFO] [stderr] 78 |             1 => assert_matches!(event, Async::NotReady),
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]   --> src/nodes/collection/tests.rs:80:17
[INFO] [stderr]    |
[INFO] [stderr] 80 |                 assert_matches!(event, Async::Ready(CollectionEvent::NodeReached(_)));
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/collection/tests.rs:105:21
[INFO] [stderr]     |
[INFO] [stderr] 105 |                     assert_matches!(event, Async::NotReady);
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/collection/tests.rs:109:21
[INFO] [stderr]     |
[INFO] [stderr] 109 |                     assert_matches!(event, Async::Ready(CollectionEvent::NodeReached(reach_ev)) => {
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/collection/tests.rs:153:9
[INFO] [stderr]     |
[INFO] [stderr] 153 |         assert_matches!(cs.poll(), Async::NotReady);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/collection/tests.rs:161:9
[INFO] [stderr]     |
[INFO] [stderr] 161 |         assert_matches!(cs.poll(), Async::Ready(CollectionEvent::NodeReached(reach_ev)) => {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/collection/tests.rs:171:9
[INFO] [stderr]     |
[INFO] [stderr] 171 |         assert_matches!(cs.poll(), Async::Ready(CollectionEvent::NodeEvent{peer: _, event}) => {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/collection/tests.rs:182:9
[INFO] [stderr]     |
[INFO] [stderr] 182 |         assert_matches!(cs.poll(), Async::Ready(CollectionEvent::NodeEvent{peer: _, event}) => {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/collection/tests.rs:192:9
[INFO] [stderr]     |
[INFO] [stderr] 192 |         assert_matches!(cs.poll(), Async::Ready(CollectionEvent::NodeEvent{peer: _, event}) => {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/collection/tests.rs:209:9
[INFO] [stderr]     |
[INFO] [stderr] 209 |         assert_matches!(cs.poll(), Async::NotReady);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/collection/tests.rs:216:9
[INFO] [stderr]     |
[INFO] [stderr] 216 |         assert_matches!(cs.poll(), Async::Ready(collection_ev) => {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/collection/tests.rs:244:9
[INFO] [stderr]     |
[INFO] [stderr] 244 |         assert_matches!(cs.poll(), Async::NotReady);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/collection/tests.rs:255:9
[INFO] [stderr]     |
[INFO] [stderr] 255 |         assert_matches!(cs.poll(), Async::Ready(CollectionEvent::NodeReached(reach_ev)) => {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/collection/tests.rs:267:9
[INFO] [stderr]     |
[INFO] [stderr] 267 |         assert_matches!(cs.poll(), Async::Ready(collection_ev) => {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/collection/tests.rs:289:5
[INFO] [stderr]     |
[INFO] [stderr] 289 |     assert_matches!(cs.interrupt(reach_id), Err(InterruptError::ReachAttemptNotFound))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/collection/tests.rs:307:9
[INFO] [stderr]     |
[INFO] [stderr] 307 |         assert_matches!(cs.poll(), Async::NotReady);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/collection/tests.rs:317:9
[INFO] [stderr]     |
[INFO] [stderr] 317 |         assert_matches!(cs.poll(), Async::Ready(CollectionEvent::NodeReached(reach_ev)) => {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/collection/tests.rs:325:5
[INFO] [stderr]     |
[INFO] [stderr] 325 |     assert_matches!(cs.lock().interrupt(reach_id), Err(InterruptError::AlreadyReached));
[INFO] [stderr]     |     ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/handled_node/tests.rs:100:5
[INFO] [stderr]     |
[INFO] [stderr] 100 |     assert_matches!(handled.poll(), Ok(Async::Ready(event)) => {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/listeners.rs:371:9
[INFO] [stderr]     |
[INFO] [stderr] 371 |         assert_matches!(ls.by_ref().wait().next(), Some(Ok(ListenersEvent::NewAddress { listen_addr, .. })) => {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/listeners.rs:374:9
[INFO] [stderr]     |
[INFO] [stderr] 374 |         assert_matches!(ls.by_ref().wait().next(), Some(Ok(ListenersEvent::NewAddress { listen_addr, .. })) => {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/listeners.rs:383:9
[INFO] [stderr]     |
[INFO] [stderr] 383 |         assert_matches!(ls.poll(), Async::NotReady);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/listeners.rs:393:9
[INFO] [stderr]     |
[INFO] [stderr] 393 |         assert_matches!(ls.poll(), Async::NotReady);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/listeners.rs:428:9
[INFO] [stderr]     |
[INFO] [stderr] 428 |         assert_matches!(ls.by_ref().wait().next(), Some(Ok(listeners_event)) => {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/listeners.rs:432:9
[INFO] [stderr]     |
[INFO] [stderr] 432 |         assert_matches!(ls.by_ref().wait().next(), Some(Ok(listeners_event)) => {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/listeners.rs:436:9
[INFO] [stderr]     |
[INFO] [stderr] 436 |         assert_matches!(ls.by_ref().wait().next(), Some(Ok(listeners_event)) => {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/listeners.rs:444:9
[INFO] [stderr]     |
[INFO] [stderr] 444 |         assert_matches!(ls.by_ref().wait().next(), Some(Ok(listeners_event)) => {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/listeners.rs:454:9
[INFO] [stderr]     |
[INFO] [stderr] 454 |         assert_matches!(ls.by_ref().wait().next(), Some(Ok(listeners_event)) => {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/listeners.rs:470:9
[INFO] [stderr]     |
[INFO] [stderr] 470 |         assert_matches!(ls.by_ref().wait().next(), Some(Ok(listeners_event)) => {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/listeners.rs:491:9
[INFO] [stderr]     |
[INFO] [stderr] 491 |         assert_matches!(ls.by_ref().wait().next(), Some(Ok(listeners_event)) => {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/node.rs:293:13
[INFO] [stderr]     |
[INFO] [stderr] 293 |             assert_matches!(ns.poll(), Ok(Async::NotReady));
[INFO] [stderr]     |             ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/node.rs:317:9
[INFO] [stderr]     |
[INFO] [stderr] 317 |         assert_matches!(ns.poll(), Ok(Async::Ready(node_event)) => {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]   --> src/nodes/raw_swarm/tests.rs:47:5
[INFO] [stderr]    |
[INFO] [stderr] 47 |     assert_matches!(raw_swarm.peer(peer_id), Peer::LocalNode);
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]   --> src/nodes/raw_swarm/tests.rs:78:5
[INFO] [stderr]    |
[INFO] [stderr] 78 |     assert_matches!(peer, Peer::Connected(PeerConnected{..}));
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/raw_swarm/tests.rs:108:9
[INFO] [stderr]     |
[INFO] [stderr] 108 |         assert_matches!(swarm_fut.poll(), Async::Ready(RawSwarmEvent::NewListenerAddress {..}));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/raw_swarm/tests.rs:109:9
[INFO] [stderr]     |
[INFO] [stderr] 109 |         assert_matches!(swarm_fut.poll(), Async::Ready(RawSwarmEvent::IncomingConnection(incoming)) => {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/raw_swarm/tests.rs:155:21
[INFO] [stderr]     |
[INFO] [stderr] 155 |                     assert_matches!(event, RawSwarmEvent::NodeEvent { conn_info: _, event: inner_event } => {
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/raw_swarm/tests.rs:172:5
[INFO] [stderr]     |
[INFO] [stderr] 172 |     assert_matches!(peer, Peer::NotConnected(PeerNotConnected{ .. }));
[INFO] [stderr]     |     ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/raw_swarm/tests.rs:175:5
[INFO] [stderr]     |
[INFO] [stderr] 175 |     assert_matches!(pending_peer, PeerPendingConnect { .. });
[INFO] [stderr]     |     ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/raw_swarm/tests.rs:183:5
[INFO] [stderr]     |
[INFO] [stderr] 183 |     assert_matches!(peer, Peer::NotConnected( PeerNotConnected { nodes: _, peer_id: node_peer_id }) => {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/raw_swarm/tests.rs:215:5
[INFO] [stderr]     |
[INFO] [stderr] 215 |     assert_matches!(peer, Peer::Connected( PeerConnected { .. } ));
[INFO] [stderr]     |     ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/raw_swarm/tests.rs:233:9
[INFO] [stderr]     |
[INFO] [stderr] 233 |         assert_matches!(swarm.poll(), Async::Ready(RawSwarmEvent::ListenerClosed { .. } ));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/raw_swarm/tests.rs:260:21
[INFO] [stderr]     |
[INFO] [stderr] 260 |                     assert_matches!(event, RawSwarmEvent::UnknownPeerDialError { .. } );
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/raw_swarm/tests.rs:280:9
[INFO] [stderr]     |
[INFO] [stderr] 280 |         assert_matches!(peer, Peer::NotConnected(PeerNotConnected{ .. }));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/raw_swarm/tests.rs:283:9
[INFO] [stderr]     |
[INFO] [stderr] 283 |         assert_matches!(pending_peer, PeerPendingConnect { .. });
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/raw_swarm/tests.rs:296:42
[INFO] [stderr]     |
[INFO] [stderr] 296 |                     let failed_peer_id = assert_matches!(
[INFO] [stderr]     |                                          ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/raw_swarm/tests.rs:341:21
[INFO] [stderr]     |
[INFO] [stderr] 341 |                     assert_matches!(event, RawSwarmEvent::Connected { .. });
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/raw_swarm/tests.rs:355:9
[INFO] [stderr]     |
[INFO] [stderr] 355 |         assert_matches!(swarm.poll(), Async::Ready(RawSwarmEvent::NodeClosed { conn_info, .. }) => {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/raw_swarm/tests.rs:400:17
[INFO] [stderr]     |
[INFO] [stderr] 400 |                 assert_matches!(swarm_fut.poll(), Async::Ready(RawSwarmEvent::NewListenerAddress {..}));
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/nodes/raw_swarm/tests.rs:401:17
[INFO] [stderr]     |
[INFO] [stderr] 401 |                 assert_matches!(swarm_fut.poll(),
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `QuickCheck`
[INFO] [stderr]    --> src/identity/ed25519.rs:177:9
[INFO] [stderr]     |
[INFO] [stderr] 177 |         QuickCheck::new().tests(10).quickcheck(prop as fn() -> _);
[INFO] [stderr]     |         ^^^^^^^^^^ use of undeclared type or module `QuickCheck`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `QuickCheck`
[INFO] [stderr]    --> src/identity/ed25519.rs:190:9
[INFO] [stderr]     |
[INFO] [stderr] 190 |         QuickCheck::new().tests(10).quickcheck(prop as fn() -> _);
[INFO] [stderr]     |         ^^^^^^^^^^ use of undeclared type or module `QuickCheck`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `QuickCheck`
[INFO] [stderr]    --> src/identity/rsa.rs:248:9
[INFO] [stderr]     |
[INFO] [stderr] 248 |         QuickCheck::new().tests(10).quickcheck(prop as fn(_) -> _);
[INFO] [stderr]     |         ^^^^^^^^^^ use of undeclared type or module `QuickCheck`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `QuickCheck`
[INFO] [stderr]    --> src/identity/rsa.rs:256:9
[INFO] [stderr]     |
[INFO] [stderr] 256 |         QuickCheck::new().tests(10).quickcheck(prop as fn(_,_) -> _);
[INFO] [stderr]     |         ^^^^^^^^^^ use of undeclared type or module `QuickCheck`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Runtime`
[INFO] [stderr]   --> src/nodes/collection/tests.rs:72:18
[INFO] [stderr]    |
[INFO] [stderr] 72 |     let mut rt = Runtime::new().unwrap();
[INFO] [stderr]    |                  ^^^^^^^ use of undeclared type or module `Runtime`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Runtime`
[INFO] [stderr]   --> src/nodes/collection/tests.rs:97:18
[INFO] [stderr]    |
[INFO] [stderr] 97 |     let mut rt = Runtime::new().unwrap();
[INFO] [stderr]    |                  ^^^^^^^ use of undeclared type or module `Runtime`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Builder`
[INFO] [stderr]    --> src/nodes/collection/tests.rs:148:18
[INFO] [stderr]     |
[INFO] [stderr] 148 |     let mut rt = Builder::new().core_threads(1).build().unwrap();
[INFO] [stderr]     |                  ^^^^^^^ use of undeclared type or module `Builder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Builder`
[INFO] [stderr]    --> src/nodes/collection/tests.rs:205:18
[INFO] [stderr]     |
[INFO] [stderr] 205 |     let mut rt = Builder::new().core_threads(1).build().unwrap();
[INFO] [stderr]     |                  ^^^^^^^ use of undeclared type or module `Builder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Builder`
[INFO] [stderr]    --> src/nodes/collection/tests.rs:238:18
[INFO] [stderr]     |
[INFO] [stderr] 238 |     let mut rt = Builder::new().core_threads(1).build().unwrap();
[INFO] [stderr]     |                  ^^^^^^^ use of undeclared type or module `Builder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Builder`
[INFO] [stderr]    --> src/nodes/collection/tests.rs:301:18
[INFO] [stderr]     |
[INFO] [stderr] 301 |     let mut rt = Builder::new().core_threads(1).build().unwrap();
[INFO] [stderr]     |                  ^^^^^^^ use of undeclared type or module `Builder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Runtime`
[INFO] [stderr]    --> src/nodes/listeners.rs:345:27
[INFO] [stderr]     |
[INFO] [stderr] 345 |         let mut runtime = Runtime::new().unwrap();
[INFO] [stderr]     |                           ^^^^^^^ use of undeclared type or module `Runtime`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Runtime`
[INFO] [stderr]   --> src/nodes/raw_swarm/tests.rs:61:18
[INFO] [stderr]    |
[INFO] [stderr] 61 |     let mut rt = Runtime::new().unwrap();
[INFO] [stderr]    |                  ^^^^^^^ use of undeclared type or module `Runtime`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Runtime`
[INFO] [stderr]    --> src/nodes/raw_swarm/tests.rs:103:18
[INFO] [stderr]     |
[INFO] [stderr] 103 |     let mut rt = Runtime::new().unwrap();
[INFO] [stderr]     |                  ^^^^^^^ use of undeclared type or module `Runtime`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Runtime`
[INFO] [stderr]    --> src/nodes/raw_swarm/tests.rs:134:18
[INFO] [stderr]     |
[INFO] [stderr] 134 |     let mut rt = Runtime::new().unwrap();
[INFO] [stderr]     |                  ^^^^^^^ use of undeclared type or module `Runtime`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Runtime`
[INFO] [stderr]    --> src/nodes/raw_swarm/tests.rs:197:18
[INFO] [stderr]     |
[INFO] [stderr] 197 |     let mut rt = Runtime::new().unwrap();
[INFO] [stderr]     |                  ^^^^^^^ use of undeclared type or module `Runtime`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Runtime`
[INFO] [stderr]    --> src/nodes/raw_swarm/tests.rs:227:18
[INFO] [stderr]     |
[INFO] [stderr] 227 |     let mut rt = Runtime::new().unwrap();
[INFO] [stderr]     |                  ^^^^^^^ use of undeclared type or module `Runtime`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Runtime`
[INFO] [stderr]    --> src/nodes/raw_swarm/tests.rs:250:18
[INFO] [stderr]     |
[INFO] [stderr] 250 |     let mut rt = Runtime::new().unwrap();
[INFO] [stderr]     |                  ^^^^^^^ use of undeclared type or module `Runtime`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Runtime`
[INFO] [stderr]    --> src/nodes/raw_swarm/tests.rs:285:18
[INFO] [stderr]     |
[INFO] [stderr] 285 |     let mut rt = Runtime::new().unwrap();
[INFO] [stderr]     |                  ^^^^^^^ use of undeclared type or module `Runtime`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Builder`
[INFO] [stderr]    --> src/nodes/raw_swarm/tests.rs:328:18
[INFO] [stderr]     |
[INFO] [stderr] 328 |     let mut rt = Builder::new().core_threads(1).build().unwrap();
[INFO] [stderr]     |                  ^^^^^^^ use of undeclared type or module `Builder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Runtime`
[INFO] [stderr]    --> src/nodes/raw_swarm/tests.rs:394:18
[INFO] [stderr]     |
[INFO] [stderr] 394 |     let mut rt = Runtime::new().unwrap();
[INFO] [stderr]     |                  ^^^^^^^ use of undeclared type or module `Runtime`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Runtime`
[INFO] [stderr]    --> src/upgrade/transfer.rs:495:9
[INFO] [stderr]     |
[INFO] [stderr] 495 |         Runtime::new().unwrap().block_on(future).unwrap();
[INFO] [stderr]     |         ^^^^^^^ use of undeclared type or module `Runtime`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Runtime`
[INFO] [stderr]    --> src/upgrade/transfer.rs:519:9
[INFO] [stderr]     |
[INFO] [stderr] 519 |         Runtime::new().unwrap().block_on(future).unwrap();
[INFO] [stderr]     |         ^^^^^^^ use of undeclared type or module `Runtime`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Runtime`
[INFO] [stderr]    --> src/upgrade/transfer.rs:529:9
[INFO] [stderr]     |
[INFO] [stderr] 529 |         Runtime::new().unwrap().block_on(future).unwrap();
[INFO] [stderr]     |         ^^^^^^^ use of undeclared type or module `Runtime`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Runtime`
[INFO] [stderr]    --> src/upgrade/transfer.rs:544:15
[INFO] [stderr]     |
[INFO] [stderr] 544 |         match Runtime::new().unwrap().block_on(future) {
[INFO] [stderr]     |               ^^^^^^^ use of undeclared type or module `Runtime`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Runtime`
[INFO] [stderr]    --> src/upgrade/transfer.rs:557:9
[INFO] [stderr]     |
[INFO] [stderr] 557 |         Runtime::new().unwrap().block_on(future).unwrap();
[INFO] [stderr]     |         ^^^^^^^ use of undeclared type or module `Runtime`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Runtime`
[INFO] [stderr]    --> src/upgrade/transfer.rs:566:15
[INFO] [stderr]     |
[INFO] [stderr] 566 |         match Runtime::new().unwrap().block_on(future) {
[INFO] [stderr]     |               ^^^^^^^ use of undeclared type or module `Runtime`
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `Arbitrary` in this scope
[INFO] [stderr]    --> src/identity/rsa.rs:226:10
[INFO] [stderr]     |
[INFO] [stderr] 226 |     impl Arbitrary for SomeKeypair {
[INFO] [stderr]     |          ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `Gen` in this scope
[INFO] [stderr]    --> src/identity/rsa.rs:227:25
[INFO] [stderr]     |
[INFO] [stderr] 227 |         fn arbitrary<G: Gen>(g: &mut G) -> SomeKeypair {
[INFO] [stderr]     |                         ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `NodeEvent`
[INFO] [stderr]    --> src/nodes/node.rs:258:17
[INFO] [stderr]     |
[INFO] [stderr] 258 |     use super::{NodeEvent, NodeStream};
[INFO] [stderr]     |                 ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::ONCE_INIT': Regenerate .proto files to use safer initializer
[INFO] [stderr]    --> src/keys_proto.rs:182:19
[INFO] [stderr]     |
[INFO] [stderr] 182 |             lock: ::protobuf::lazy::ONCE_INIT,
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::ONCE_INIT': Regenerate .proto files to use safer initializer
[INFO] [stderr]    --> src/keys_proto.rs:209:19
[INFO] [stderr]     |
[INFO] [stderr] 209 |             lock: ::protobuf::lazy::ONCE_INIT,
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::ONCE_INIT': Regenerate .proto files to use safer initializer
[INFO] [stderr]    --> src/keys_proto.rs:396:19
[INFO] [stderr]     |
[INFO] [stderr] 396 |             lock: ::protobuf::lazy::ONCE_INIT,
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::ONCE_INIT': Regenerate .proto files to use safer initializer
[INFO] [stderr]    --> src/keys_proto.rs:423:19
[INFO] [stderr]     |
[INFO] [stderr] 423 |             lock: ::protobuf::lazy::ONCE_INIT,
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::ONCE_INIT': Regenerate .proto files to use safer initializer
[INFO] [stderr]    --> src/keys_proto.rs:484:19
[INFO] [stderr]     |
[INFO] [stderr] 484 |             lock: ::protobuf::lazy::ONCE_INIT,
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::ONCE_INIT': Regenerate .proto files to use safer initializer
[INFO] [stderr]    --> src/keys_proto.rs:543:11
[INFO] [stderr]     |
[INFO] [stderr] 543 |     lock: ::protobuf::lazy::ONCE_INIT,
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'bs58::decode::DecodeError': Use `bs58::decode::Error` instead
[INFO] [stderr]    --> src/peer_id.rs:200:16
[INFO] [stderr]     |
[INFO] [stderr] 200 |         B58(e: bs58::decode::DecodeError) {
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::ONCE_INIT': Regenerate .proto files to use safer initializer
[INFO] [stderr]    --> src/keys_proto.rs:182:19
[INFO] [stderr]     |
[INFO] [stderr] 182 |             lock: ::protobuf::lazy::ONCE_INIT,
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::ONCE_INIT': Regenerate .proto files to use safer initializer
[INFO] [stderr]    --> src/keys_proto.rs:209:19
[INFO] [stderr]     |
[INFO] [stderr] 209 |             lock: ::protobuf::lazy::ONCE_INIT,
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::ONCE_INIT': Regenerate .proto files to use safer initializer
[INFO] [stderr]    --> src/keys_proto.rs:396:19
[INFO] [stderr]     |
[INFO] [stderr] 396 |             lock: ::protobuf::lazy::ONCE_INIT,
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::ONCE_INIT': Regenerate .proto files to use safer initializer
[INFO] [stderr]    --> src/keys_proto.rs:423:19
[INFO] [stderr]     |
[INFO] [stderr] 423 |             lock: ::protobuf::lazy::ONCE_INIT,
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::ONCE_INIT': Regenerate .proto files to use safer initializer
[INFO] [stderr]    --> src/keys_proto.rs:484:19
[INFO] [stderr]     |
[INFO] [stderr] 484 |             lock: ::protobuf::lazy::ONCE_INIT,
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'protobuf::lazy::ONCE_INIT': Regenerate .proto files to use safer initializer
[INFO] [stderr]    --> src/keys_proto.rs:543:11
[INFO] [stderr]     |
[INFO] [stderr] 543 |     lock: ::protobuf::lazy::ONCE_INIT,
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'bs58::decode::DecodeError': Use `bs58::decode::Error` instead
[INFO] [stderr]    --> src/peer_id.rs:200:16
[INFO] [stderr]     |
[INFO] [stderr] 200 |         B58(e: bs58::decode::DecodeError) {
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 91 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0405, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0405`.
[INFO] [stderr] error: could not compile `susyp2p-core`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] warning: use of deprecated item 'protobuf::reflect::message::MessageDescriptor::new': Please regenerate .rs files from .proto files to use newer APIs
[INFO] [stderr]    --> src/keys_proto.rs:198:17
[INFO] [stderr]     |
[INFO] [stderr] 198 |                 ::protobuf::reflect::MessageDescriptor::new::<PublicKey>(
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'protobuf::reflect::message::MessageDescriptor::new': Please regenerate .rs files from .proto files to use newer APIs
[INFO] [stderr]    --> src/keys_proto.rs:412:17
[INFO] [stderr]     |
[INFO] [stderr] 412 |                 ::protobuf::reflect::MessageDescriptor::new::<PrivateKey>(
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'protobuf::reflect::enums::EnumDescriptor::new': Please regenerate .rs files from .proto files to use newer APIs
[INFO] [stderr]    --> src/keys_proto.rs:489:17
[INFO] [stderr]     |
[INFO] [stderr] 489 |                 ::protobuf::reflect::EnumDescriptor::new("KeyType", file_descriptor_proto())
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `rand::rngs::thread::ThreadRng: rand_core::CryptoRng` is not satisfied
[INFO] [stderr]    --> src/identity/ed25519.rs:34:44
[INFO] [stderr]     |
[INFO] [stderr] 34  |         Keypair(ed25519::Keypair::generate(&mut rand::thread_rng()))
[INFO] [stderr]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^ the trait `rand_core::CryptoRng` is not implemented for `rand::rngs::thread::ThreadRng`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ed25519-dalek-1.0.0-pre.3/src/ed25519.rs:130:12
[INFO] [stderr]     |
[INFO] [stderr] 130 |         R: CryptoRng + RngCore,
[INFO] [stderr]     |            --------- required by this bound in `ed25519_dalek::ed25519::Keypair::generate`
[INFO] [stderr]     |
[INFO] [stderr] help: trait impl with same name found
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand_core-0.4.2/src/lib.rs:430:1
[INFO] [stderr]     |
[INFO] [stderr] 430 | impl<'a, R: CryptoRng + ?Sized> CryptoRng for &'a mut R {}
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: perhaps two different versions of crate `rand_core` are being used?
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `rand::rngs::thread::ThreadRng: rand_core::RngCore` is not satisfied
[INFO] [stderr]    --> src/identity/ed25519.rs:34:44
[INFO] [stderr]     |
[INFO] [stderr] 34  |         Keypair(ed25519::Keypair::generate(&mut rand::thread_rng()))
[INFO] [stderr]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^ the trait `rand_core::RngCore` is not implemented for `rand::rngs::thread::ThreadRng`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ed25519-dalek-1.0.0-pre.3/src/ed25519.rs:130:24
[INFO] [stderr]     |
[INFO] [stderr] 130 |         R: CryptoRng + RngCore,
[INFO] [stderr]     |                        ------- required by this bound in `ed25519_dalek::ed25519::Keypair::generate`
[INFO] [stderr]     |
[INFO] [stderr] help: trait impl with same name found
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand_core-0.4.2/src/lib.rs:373:1
[INFO] [stderr]     |
[INFO] [stderr] 373 | / impl<'a, R: RngCore + ?Sized> RngCore for &'a mut R {
[INFO] [stderr] 374 | |     #[inline(always)]
[INFO] [stderr] 375 | |     fn next_u32(&mut self) -> u32 {
[INFO] [stderr] 376 | |         (**self).next_u32()
[INFO] [stderr] ...   |
[INFO] [stderr] 392 | |     }
[INFO] [stderr] 393 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     = note: perhaps two different versions of crate `rand_core` are being used?
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `rand::rngs::thread::ThreadRng: rand_core::CryptoRng` is not satisfied
[INFO] [stderr]    --> src/identity/ed25519.rs:141:48
[INFO] [stderr]     |
[INFO] [stderr] 141 |         SecretKey(ed25519::SecretKey::generate(&mut rand::thread_rng()))
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^ the trait `rand_core::CryptoRng` is not implemented for `rand::rngs::thread::ThreadRng`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ed25519-dalek-1.0.0-pre.3/src/secret.rs:172:12
[INFO] [stderr]     |
[INFO] [stderr] 172 |         T: CryptoRng + RngCore,
[INFO] [stderr]     |            --------- required by this bound in `ed25519_dalek::secret::SecretKey::generate`
[INFO] [stderr]     |
[INFO] [stderr] help: trait impl with same name found
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand_core-0.4.2/src/lib.rs:430:1
[INFO] [stderr]     |
[INFO] [stderr] 430 | impl<'a, R: CryptoRng + ?Sized> CryptoRng for &'a mut R {}
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: perhaps two different versions of crate `rand_core` are being used?
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `rand::rngs::thread::ThreadRng: rand_core::RngCore` is not satisfied
[INFO] [stderr]    --> src/identity/ed25519.rs:141:48
[INFO] [stderr]     |
[INFO] [stderr] 141 |         SecretKey(ed25519::SecretKey::generate(&mut rand::thread_rng()))
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^ the trait `rand_core::RngCore` is not implemented for `rand::rngs::thread::ThreadRng`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ed25519-dalek-1.0.0-pre.3/src/secret.rs:172:24
[INFO] [stderr]     |
[INFO] [stderr] 172 |         T: CryptoRng + RngCore,
[INFO] [stderr]     |                        ------- required by this bound in `ed25519_dalek::secret::SecretKey::generate`
[INFO] [stderr]     |
[INFO] [stderr] help: trait impl with same name found
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rand_core-0.4.2/src/lib.rs:373:1
[INFO] [stderr]     |
[INFO] [stderr] 373 | / impl<'a, R: RngCore + ?Sized> RngCore for &'a mut R {
[INFO] [stderr] 374 | |     #[inline(always)]
[INFO] [stderr] 375 | |     fn next_u32(&mut self) -> u32 {
[INFO] [stderr] 376 | |         (**self).next_u32()
[INFO] [stderr] ...   |
[INFO] [stderr] 392 | |     }
[INFO] [stderr] 393 | | }
[INFO] [stderr]     | |_^
[INFO] [stderr]     = note: perhaps two different versions of crate `rand_core` are being used?
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `susyp2p-core`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "8c0ca635b943f377b428d6da6705b070a8dc8a2191a741147c57535187f2ee2e"`
[INFO] running `"docker" "rm" "-f" "8c0ca635b943f377b428d6da6705b070a8dc8a2191a741147c57535187f2ee2e"`
[INFO] [stdout] 8c0ca635b943f377b428d6da6705b070a8dc8a2191a741147c57535187f2ee2e
