[INFO] fetching crate susyp2p-core 0.7.0... [INFO] checking susyp2p-core-0.7.0 against beta for pr-78714 [INFO] extracting crate susyp2p-core 0.7.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate susyp2p-core 0.7.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b6c292dd20b0311352a238a6219d87475d5ba3eecd21f479a67883427c238d35 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b6c292dd20b0311352a238a6219d87475d5ba3eecd21f479a67883427c238d35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b6c292dd20b0311352a238a6219d87475d5ba3eecd21f479a67883427c238d35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6c292dd20b0311352a238a6219d87475d5ba3eecd21f479a67883427c238d35", kill_on_drop: false }` [INFO] [stdout] b6c292dd20b0311352a238a6219d87475d5ba3eecd21f479a67883427c238d35 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aca67361dfd1d1bdaa32fd25096f80d86cde00b463c2fe8cec70b05e0f9e9f9a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "aca67361dfd1d1bdaa32fd25096f80d86cde00b463c2fe8cec70b05e0f9e9f9a", kill_on_drop: false }` [INFO] [stderr] Checking tokio-io v0.1.13 [INFO] [stderr] Compiling asn1_der_derive v0.1.2 [INFO] [stderr] Checking zeroize v1.1.1 [INFO] [stderr] Checking curve25519-dalek v3.0.0 [INFO] [stderr] Checking tokio-codec v0.1.2 [INFO] [stderr] Checking rw-stream-sink v0.1.2 [INFO] [stderr] Checking unsigned-varint v0.2.3 [INFO] [stderr] Checking susy-multihash v0.1.1 [INFO] [stderr] Checking multistream-select v0.4.0 [INFO] [stderr] Checking ed25519-dalek v1.0.1 [INFO] [stderr] Checking susy-multiaddr v0.4.0 [INFO] [stderr] Checking asn1_der v0.6.3 [INFO] [stderr] Checking susyp2p-core v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `quickcheck` [INFO] [stdout] --> src/identity/ed25519.rs:159:9 [INFO] [stdout] | [INFO] [stdout] 159 | use quickcheck::*; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `quickcheck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `quickcheck` [INFO] [stdout] --> src/identity/rsa.rs:209:9 [INFO] [stdout] | [INFO] [stdout] 209 | use quickcheck::*; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `quickcheck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `assert_matches` [INFO] [stdout] --> src/nodes/handled_node/tests.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | use assert_matches::assert_matches; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `assert_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> src/nodes/listeners.rs:288:9 [INFO] [stdout] | [INFO] [stdout] 288 | use tokio::runtime::current_thread::Runtime; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `assert_matches` [INFO] [stdout] --> src/nodes/listeners.rs:287:9 [INFO] [stdout] | [INFO] [stdout] 287 | use assert_matches::assert_matches; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `assert_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `assert_matches` [INFO] [stdout] --> src/nodes/node.rs:260:9 [INFO] [stdout] | [INFO] [stdout] 260 | use assert_matches::assert_matches; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `assert_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_mock_task` [INFO] [stdout] --> src/nodes/node.rs:262:9 [INFO] [stdout] | [INFO] [stdout] 262 | use tokio_mock_task::MockTask; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_mock_task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | use tokio::runtime::{Builder, Runtime}; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> src/upgrade/transfer.rs:485:9 [INFO] [stdout] | [INFO] [stdout] 485 | use tokio::runtime::current_thread::Runtime; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `assert_matches` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | use assert_matches::assert_matches; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `assert_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> src/nodes/collection/tests.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | use tokio::runtime::current_thread::Runtime; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tokio` [INFO] [stdout] --> src/nodes/collection/tests.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | use tokio::runtime::Builder; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `assert_matches` [INFO] [stdout] --> src/nodes/collection/tests.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | use assert_matches::assert_matches; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `assert_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/collection/tests.rs:78:18 [INFO] [stdout] | [INFO] [stdout] 78 | 1 => assert_matches!(event, Async::NotReady), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/collection/tests.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | assert_matches!(event, Async::Ready(CollectionEvent::NodeReached(_))); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/collection/tests.rs:105:21 [INFO] [stdout] | [INFO] [stdout] 105 | assert_matches!(event, Async::NotReady); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/collection/tests.rs:109:21 [INFO] [stdout] | [INFO] [stdout] 109 | assert_matches!(event, Async::Ready(CollectionEvent::NodeReached(reach_ev)) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/collection/tests.rs:153:9 [INFO] [stdout] | [INFO] [stdout] 153 | assert_matches!(cs.poll(), Async::NotReady); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/collection/tests.rs:161:9 [INFO] [stdout] | [INFO] [stdout] 161 | assert_matches!(cs.poll(), Async::Ready(CollectionEvent::NodeReached(reach_ev)) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/collection/tests.rs:171:9 [INFO] [stdout] | [INFO] [stdout] 171 | assert_matches!(cs.poll(), Async::Ready(CollectionEvent::NodeEvent{peer: _, event}) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/collection/tests.rs:182:9 [INFO] [stdout] | [INFO] [stdout] 182 | assert_matches!(cs.poll(), Async::Ready(CollectionEvent::NodeEvent{peer: _, event}) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/collection/tests.rs:192:9 [INFO] [stdout] | [INFO] [stdout] 192 | assert_matches!(cs.poll(), Async::Ready(CollectionEvent::NodeEvent{peer: _, event}) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/collection/tests.rs:209:9 [INFO] [stdout] | [INFO] [stdout] 209 | assert_matches!(cs.poll(), Async::NotReady); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/collection/tests.rs:216:9 [INFO] [stdout] | [INFO] [stdout] 216 | assert_matches!(cs.poll(), Async::Ready(collection_ev) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/collection/tests.rs:244:9 [INFO] [stdout] | [INFO] [stdout] 244 | assert_matches!(cs.poll(), Async::NotReady); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/collection/tests.rs:255:9 [INFO] [stdout] | [INFO] [stdout] 255 | assert_matches!(cs.poll(), Async::Ready(CollectionEvent::NodeReached(reach_ev)) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/collection/tests.rs:267:9 [INFO] [stdout] | [INFO] [stdout] 267 | assert_matches!(cs.poll(), Async::Ready(collection_ev) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/collection/tests.rs:289:5 [INFO] [stdout] | [INFO] [stdout] 289 | assert_matches!(cs.interrupt(reach_id), Err(InterruptError::ReachAttemptNotFound)) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/collection/tests.rs:307:9 [INFO] [stdout] | [INFO] [stdout] 307 | assert_matches!(cs.poll(), Async::NotReady); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/collection/tests.rs:317:9 [INFO] [stdout] | [INFO] [stdout] 317 | assert_matches!(cs.poll(), Async::Ready(CollectionEvent::NodeReached(reach_ev)) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/collection/tests.rs:325:5 [INFO] [stdout] | [INFO] [stdout] 325 | assert_matches!(cs.lock().interrupt(reach_id), Err(InterruptError::AlreadyReached)); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/handled_node/tests.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | assert_matches!(handled.poll(), Ok(Async::Ready(event)) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/listeners.rs:371:9 [INFO] [stdout] | [INFO] [stdout] 371 | assert_matches!(ls.by_ref().wait().next(), Some(Ok(ListenersEvent::NewAddress { listen_addr, .. })) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/listeners.rs:374:9 [INFO] [stdout] | [INFO] [stdout] 374 | assert_matches!(ls.by_ref().wait().next(), Some(Ok(ListenersEvent::NewAddress { listen_addr, .. })) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/listeners.rs:383:9 [INFO] [stdout] | [INFO] [stdout] 383 | assert_matches!(ls.poll(), Async::NotReady); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/listeners.rs:393:9 [INFO] [stdout] | [INFO] [stdout] 393 | assert_matches!(ls.poll(), Async::NotReady); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/listeners.rs:428:9 [INFO] [stdout] | [INFO] [stdout] 428 | assert_matches!(ls.by_ref().wait().next(), Some(Ok(listeners_event)) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/listeners.rs:432:9 [INFO] [stdout] | [INFO] [stdout] 432 | assert_matches!(ls.by_ref().wait().next(), Some(Ok(listeners_event)) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/listeners.rs:436:9 [INFO] [stdout] | [INFO] [stdout] 436 | assert_matches!(ls.by_ref().wait().next(), Some(Ok(listeners_event)) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/listeners.rs:444:9 [INFO] [stdout] | [INFO] [stdout] 444 | assert_matches!(ls.by_ref().wait().next(), Some(Ok(listeners_event)) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/listeners.rs:454:9 [INFO] [stdout] | [INFO] [stdout] 454 | assert_matches!(ls.by_ref().wait().next(), Some(Ok(listeners_event)) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/listeners.rs:470:9 [INFO] [stdout] | [INFO] [stdout] 470 | assert_matches!(ls.by_ref().wait().next(), Some(Ok(listeners_event)) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/listeners.rs:491:9 [INFO] [stdout] | [INFO] [stdout] 491 | assert_matches!(ls.by_ref().wait().next(), Some(Ok(listeners_event)) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/node.rs:293:13 [INFO] [stdout] | [INFO] [stdout] 293 | assert_matches!(ns.poll(), Ok(Async::NotReady)); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/node.rs:317:9 [INFO] [stdout] | [INFO] [stdout] 317 | assert_matches!(ns.poll(), Ok(Async::Ready(node_event)) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | assert_matches!(raw_swarm.peer(peer_id), Peer::LocalNode); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | assert_matches!(peer, Peer::Connected(PeerConnected{..})); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | assert_matches!(swarm_fut.poll(), Async::Ready(RawSwarmEvent::NewListenerAddress {..})); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:109:9 [INFO] [stdout] | [INFO] [stdout] 109 | assert_matches!(swarm_fut.poll(), Async::Ready(RawSwarmEvent::IncomingConnection(incoming)) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:155:21 [INFO] [stdout] | [INFO] [stdout] 155 | assert_matches!(event, RawSwarmEvent::NodeEvent { conn_info: _, event: inner_event } => { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:172:5 [INFO] [stdout] | [INFO] [stdout] 172 | assert_matches!(peer, Peer::NotConnected(PeerNotConnected{ .. })); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:175:5 [INFO] [stdout] | [INFO] [stdout] 175 | assert_matches!(pending_peer, PeerPendingConnect { .. }); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:183:5 [INFO] [stdout] | [INFO] [stdout] 183 | assert_matches!(peer, Peer::NotConnected( PeerNotConnected { nodes: _, peer_id: node_peer_id }) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:215:5 [INFO] [stdout] | [INFO] [stdout] 215 | assert_matches!(peer, Peer::Connected( PeerConnected { .. } )); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:233:9 [INFO] [stdout] | [INFO] [stdout] 233 | assert_matches!(swarm.poll(), Async::Ready(RawSwarmEvent::ListenerClosed { .. } )); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:260:21 [INFO] [stdout] | [INFO] [stdout] 260 | assert_matches!(event, RawSwarmEvent::UnknownPeerDialError { .. } ); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:280:9 [INFO] [stdout] | [INFO] [stdout] 280 | assert_matches!(peer, Peer::NotConnected(PeerNotConnected{ .. })); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:283:9 [INFO] [stdout] | [INFO] [stdout] 283 | assert_matches!(pending_peer, PeerPendingConnect { .. }); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:296:42 [INFO] [stdout] | [INFO] [stdout] 296 | let failed_peer_id = assert_matches!( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:341:21 [INFO] [stdout] | [INFO] [stdout] 341 | assert_matches!(event, RawSwarmEvent::Connected { .. }); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:355:9 [INFO] [stdout] | [INFO] [stdout] 355 | assert_matches!(swarm.poll(), Async::Ready(RawSwarmEvent::NodeClosed { conn_info, .. }) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:400:17 [INFO] [stdout] | [INFO] [stdout] 400 | assert_matches!(swarm_fut.poll(), Async::Ready(RawSwarmEvent::NewListenerAddress {..})); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `assert_matches` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:401:17 [INFO] [stdout] | [INFO] [stdout] 401 | assert_matches!(swarm_fut.poll(), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `QuickCheck` [INFO] [stdout] --> src/identity/ed25519.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | QuickCheck::new().tests(10).quickcheck(prop as fn() -> _); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `QuickCheck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `QuickCheck` [INFO] [stdout] --> src/identity/ed25519.rs:190:9 [INFO] [stdout] | [INFO] [stdout] 190 | QuickCheck::new().tests(10).quickcheck(prop as fn() -> _); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `QuickCheck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `QuickCheck` [INFO] [stdout] --> src/identity/rsa.rs:248:9 [INFO] [stdout] | [INFO] [stdout] 248 | QuickCheck::new().tests(10).quickcheck(prop as fn(_) -> _); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `QuickCheck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `protobuf::lazy::Lazy`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:181:32 [INFO] [stdout] | [INFO] [stdout] 181 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `protobuf::lazy::Lazy`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:181:97 [INFO] [stdout] | [INFO] [stdout] 181 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `protobuf::lazy::ONCE_INIT`: Regenerate .proto files to use safer initializer [INFO] [stdout] --> src/keys_proto.rs:182:19 [INFO] [stdout] | [INFO] [stdout] 182 | lock: ::protobuf::lazy::ONCE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `protobuf::lazy::Lazy`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:208:30 [INFO] [stdout] | [INFO] [stdout] 208 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `protobuf::lazy::Lazy`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:208:66 [INFO] [stdout] | [INFO] [stdout] 208 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `protobuf::lazy::ONCE_INIT`: Regenerate .proto files to use safer initializer [INFO] [stdout] --> src/keys_proto.rs:209:19 [INFO] [stdout] | [INFO] [stdout] 209 | lock: ::protobuf::lazy::ONCE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `protobuf::lazy::Lazy`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:395:32 [INFO] [stdout] | [INFO] [stdout] 395 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `protobuf::lazy::Lazy`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:395:97 [INFO] [stdout] | [INFO] [stdout] 395 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `protobuf::lazy::ONCE_INIT`: Regenerate .proto files to use safer initializer [INFO] [stdout] --> src/keys_proto.rs:396:19 [INFO] [stdout] | [INFO] [stdout] 396 | lock: ::protobuf::lazy::ONCE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `protobuf::lazy::Lazy`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:422:30 [INFO] [stdout] | [INFO] [stdout] 422 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `protobuf::lazy::Lazy`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:422:67 [INFO] [stdout] | [INFO] [stdout] 422 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `protobuf::lazy::ONCE_INIT`: Regenerate .proto files to use safer initializer [INFO] [stdout] --> src/keys_proto.rs:423:19 [INFO] [stdout] | [INFO] [stdout] 423 | lock: ::protobuf::lazy::ONCE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `protobuf::lazy::Lazy`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:483:32 [INFO] [stdout] | [INFO] [stdout] 483 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::EnumDescriptor> = ::protobuf::lazy::Lazy { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `protobuf::lazy::Lazy`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:483:94 [INFO] [stdout] | [INFO] [stdout] 483 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::EnumDescriptor> = ::protobuf::lazy::Lazy { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `protobuf::lazy::ONCE_INIT`: Regenerate .proto files to use safer initializer [INFO] [stdout] --> src/keys_proto.rs:484:19 [INFO] [stdout] | [INFO] [stdout] 484 | lock: ::protobuf::lazy::ONCE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `protobuf::lazy::Lazy`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:542:40 [INFO] [stdout] | [INFO] [stdout] 542 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `protobuf::lazy::Lazy`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:542:110 [INFO] [stdout] | [INFO] [stdout] 542 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `protobuf::lazy::ONCE_INIT`: Regenerate .proto files to use safer initializer [INFO] [stdout] --> src/keys_proto.rs:543:11 [INFO] [stdout] | [INFO] [stdout] 543 | lock: ::protobuf::lazy::ONCE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `bs58::decode::DecodeError`: Use `bs58::decode::Error` instead [INFO] [stdout] --> src/peer_id.rs:200:16 [INFO] [stdout] | [INFO] [stdout] 200 | B58(e: bs58::decode::DecodeError) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `QuickCheck` [INFO] [stdout] --> src/identity/rsa.rs:256:9 [INFO] [stdout] | [INFO] [stdout] 256 | QuickCheck::new().tests(10).quickcheck(prop as fn(_,_) -> _); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `QuickCheck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Runtime` [INFO] [stdout] --> src/nodes/collection/tests.rs:72:18 [INFO] [stdout] | [INFO] [stdout] 72 | let mut rt = Runtime::new().unwrap(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Runtime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Runtime` [INFO] [stdout] --> src/nodes/collection/tests.rs:97:18 [INFO] [stdout] | [INFO] [stdout] 97 | let mut rt = Runtime::new().unwrap(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Runtime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Runtime` [INFO] [stdout] --> src/nodes/listeners.rs:345:27 [INFO] [stdout] | [INFO] [stdout] 345 | let mut runtime = Runtime::new().unwrap(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Runtime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Runtime` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:61:18 [INFO] [stdout] | [INFO] [stdout] 61 | let mut rt = Runtime::new().unwrap(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Runtime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Runtime` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:103:18 [INFO] [stdout] | [INFO] [stdout] 103 | let mut rt = Runtime::new().unwrap(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Runtime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Runtime` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:134:18 [INFO] [stdout] | [INFO] [stdout] 134 | let mut rt = Runtime::new().unwrap(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Runtime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Runtime` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:197:18 [INFO] [stdout] | [INFO] [stdout] 197 | let mut rt = Runtime::new().unwrap(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Runtime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Runtime` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | let mut rt = Runtime::new().unwrap(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Runtime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Runtime` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:250:18 [INFO] [stdout] | [INFO] [stdout] 250 | let mut rt = Runtime::new().unwrap(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Runtime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Runtime` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:285:18 [INFO] [stdout] | [INFO] [stdout] 285 | let mut rt = Runtime::new().unwrap(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Runtime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Runtime` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:394:18 [INFO] [stdout] | [INFO] [stdout] 394 | let mut rt = Runtime::new().unwrap(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Runtime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Runtime` [INFO] [stdout] --> src/upgrade/transfer.rs:495:9 [INFO] [stdout] | [INFO] [stdout] 495 | Runtime::new().unwrap().block_on(future).unwrap(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Runtime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Runtime` [INFO] [stdout] --> src/upgrade/transfer.rs:519:9 [INFO] [stdout] | [INFO] [stdout] 519 | Runtime::new().unwrap().block_on(future).unwrap(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Runtime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Runtime` [INFO] [stdout] --> src/upgrade/transfer.rs:529:9 [INFO] [stdout] | [INFO] [stdout] 529 | Runtime::new().unwrap().block_on(future).unwrap(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Runtime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Runtime` [INFO] [stdout] --> src/upgrade/transfer.rs:544:15 [INFO] [stdout] | [INFO] [stdout] 544 | match Runtime::new().unwrap().block_on(future) { [INFO] [stdout] | ^^^^^^^ use of undeclared type `Runtime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Runtime` [INFO] [stdout] --> src/upgrade/transfer.rs:557:9 [INFO] [stdout] | [INFO] [stdout] 557 | Runtime::new().unwrap().block_on(future).unwrap(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Runtime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Runtime` [INFO] [stdout] --> src/upgrade/transfer.rs:566:15 [INFO] [stdout] | [INFO] [stdout] 566 | match Runtime::new().unwrap().block_on(future) { [INFO] [stdout] | ^^^^^^^ use of undeclared type `Runtime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Arbitrary` in this scope [INFO] [stdout] --> src/identity/rsa.rs:226:10 [INFO] [stdout] | [INFO] [stdout] 226 | impl Arbitrary for SomeKeypair { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Gen` in this scope [INFO] [stdout] --> src/identity/rsa.rs:227:25 [INFO] [stdout] | [INFO] [stdout] 227 | fn arbitrary(g: &mut G) -> SomeKeypair { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Builder` [INFO] [stdout] --> src/nodes/collection/tests.rs:148:18 [INFO] [stdout] | [INFO] [stdout] 148 | let mut rt = Builder::new().core_threads(1).build().unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 23 | use crate::transport::memory::mpsc::thread::Builder; [INFO] [stdout] | [INFO] [stdout] 23 | use std::thread::Builder; [INFO] [stdout] | [INFO] [stdout] 23 | use tokio_io::codec::length_delimited::Builder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Builder` [INFO] [stdout] --> src/nodes/collection/tests.rs:205:18 [INFO] [stdout] | [INFO] [stdout] 205 | let mut rt = Builder::new().core_threads(1).build().unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 23 | use crate::transport::memory::mpsc::thread::Builder; [INFO] [stdout] | [INFO] [stdout] 23 | use std::thread::Builder; [INFO] [stdout] | [INFO] [stdout] 23 | use tokio_io::codec::length_delimited::Builder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Builder` [INFO] [stdout] --> src/nodes/collection/tests.rs:238:18 [INFO] [stdout] | [INFO] [stdout] 238 | let mut rt = Builder::new().core_threads(1).build().unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 23 | use crate::transport::memory::mpsc::thread::Builder; [INFO] [stdout] | [INFO] [stdout] 23 | use std::thread::Builder; [INFO] [stdout] | [INFO] [stdout] 23 | use tokio_io::codec::length_delimited::Builder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Builder` [INFO] [stdout] --> src/nodes/collection/tests.rs:301:18 [INFO] [stdout] | [INFO] [stdout] 301 | let mut rt = Builder::new().core_threads(1).build().unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 23 | use crate::transport::memory::mpsc::thread::Builder; [INFO] [stdout] | [INFO] [stdout] 23 | use std::thread::Builder; [INFO] [stdout] | [INFO] [stdout] 23 | use tokio_io::codec::length_delimited::Builder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Builder` [INFO] [stdout] --> src/nodes/raw_swarm/tests.rs:328:18 [INFO] [stdout] | [INFO] [stdout] 328 | let mut rt = Builder::new().core_threads(1).build().unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 23 | use crate::transport::memory::mpsc::thread::Builder; [INFO] [stdout] | [INFO] [stdout] 23 | use std::thread::Builder; [INFO] [stdout] | [INFO] [stdout] 23 | use tokio_io::codec::length_delimited::Builder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `NodeEvent` [INFO] [stdout] --> src/nodes/node.rs:258:17 [INFO] [stdout] | [INFO] [stdout] 258 | use super::{NodeEvent, NodeStream}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `protobuf::lazy::Lazy`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:181:32 [INFO] [stdout] | [INFO] [stdout] 181 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `protobuf::lazy::Lazy`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:181:97 [INFO] [stdout] | [INFO] [stdout] 181 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `protobuf::lazy::ONCE_INIT`: Regenerate .proto files to use safer initializer [INFO] [stdout] --> src/keys_proto.rs:182:19 [INFO] [stdout] | [INFO] [stdout] 182 | lock: ::protobuf::lazy::ONCE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `protobuf::lazy::Lazy`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:208:30 [INFO] [stdout] | [INFO] [stdout] 208 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `protobuf::lazy::Lazy`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:208:66 [INFO] [stdout] | [INFO] [stdout] 208 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `protobuf::lazy::ONCE_INIT`: Regenerate .proto files to use safer initializer [INFO] [stdout] --> src/keys_proto.rs:209:19 [INFO] [stdout] | [INFO] [stdout] 209 | lock: ::protobuf::lazy::ONCE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `protobuf::lazy::Lazy`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:395:32 [INFO] [stdout] | [INFO] [stdout] 395 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `protobuf::lazy::Lazy`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:395:97 [INFO] [stdout] | [INFO] [stdout] 395 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::MessageDescriptor> = ::protobuf::lazy::Lazy { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `protobuf::lazy::ONCE_INIT`: Regenerate .proto files to use safer initializer [INFO] [stdout] --> src/keys_proto.rs:396:19 [INFO] [stdout] | [INFO] [stdout] 396 | lock: ::protobuf::lazy::ONCE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `protobuf::lazy::Lazy`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:422:30 [INFO] [stdout] | [INFO] [stdout] 422 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `protobuf::lazy::Lazy`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:422:67 [INFO] [stdout] | [INFO] [stdout] 422 | static mut instance: ::protobuf::lazy::Lazy = ::protobuf::lazy::Lazy { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `protobuf::lazy::ONCE_INIT`: Regenerate .proto files to use safer initializer [INFO] [stdout] --> src/keys_proto.rs:423:19 [INFO] [stdout] | [INFO] [stdout] 423 | lock: ::protobuf::lazy::ONCE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `protobuf::lazy::Lazy`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:483:32 [INFO] [stdout] | [INFO] [stdout] 483 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::EnumDescriptor> = ::protobuf::lazy::Lazy { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `protobuf::lazy::Lazy`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:483:94 [INFO] [stdout] | [INFO] [stdout] 483 | static mut descriptor: ::protobuf::lazy::Lazy<::protobuf::reflect::EnumDescriptor> = ::protobuf::lazy::Lazy { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `protobuf::lazy::ONCE_INIT`: Regenerate .proto files to use safer initializer [INFO] [stdout] --> src/keys_proto.rs:484:19 [INFO] [stdout] | [INFO] [stdout] 484 | lock: ::protobuf::lazy::ONCE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `protobuf::lazy::Lazy`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:542:40 [INFO] [stdout] | [INFO] [stdout] 542 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `protobuf::lazy::Lazy`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:542:110 [INFO] [stdout] | [INFO] [stdout] 542 | static mut file_descriptor_proto_lazy: ::protobuf::lazy::Lazy<::protobuf::descriptor::FileDescriptorProto> = ::protobuf::lazy::Lazy { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `protobuf::lazy::ONCE_INIT`: Regenerate .proto files to use safer initializer [INFO] [stdout] --> src/keys_proto.rs:543:11 [INFO] [stdout] | [INFO] [stdout] 543 | lock: ::protobuf::lazy::ONCE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `bs58::decode::DecodeError`: Use `bs58::decode::Error` instead [INFO] [stdout] --> src/peer_id.rs:200:16 [INFO] [stdout] | [INFO] [stdout] 200 | B58(e: bs58::decode::DecodeError) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 91 previous errors; 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [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] [stdout] warning: use of deprecated field `protobuf::lazy::Lazy::lock`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:182:13 [INFO] [stdout] | [INFO] [stdout] 182 | lock: ::protobuf::lazy::ONCE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `protobuf::lazy::Lazy::ptr`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:183:13 [INFO] [stdout] | [INFO] [stdout] 183 | ptr: 0 as *const ::protobuf::reflect::MessageDescriptor, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `protobuf::lazy::Lazy::lock`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:209:13 [INFO] [stdout] | [INFO] [stdout] 209 | lock: ::protobuf::lazy::ONCE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `protobuf::lazy::Lazy::ptr`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:210:13 [INFO] [stdout] | [INFO] [stdout] 210 | ptr: 0 as *const PublicKey, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `protobuf::lazy::Lazy::lock`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:396:13 [INFO] [stdout] | [INFO] [stdout] 396 | lock: ::protobuf::lazy::ONCE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `protobuf::lazy::Lazy::ptr`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:397:13 [INFO] [stdout] | [INFO] [stdout] 397 | ptr: 0 as *const ::protobuf::reflect::MessageDescriptor, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `protobuf::lazy::Lazy::lock`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:423:13 [INFO] [stdout] | [INFO] [stdout] 423 | lock: ::protobuf::lazy::ONCE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `protobuf::lazy::Lazy::ptr`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:424:13 [INFO] [stdout] | [INFO] [stdout] 424 | ptr: 0 as *const PrivateKey, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `protobuf::lazy::Lazy::lock`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:484:13 [INFO] [stdout] | [INFO] [stdout] 484 | lock: ::protobuf::lazy::ONCE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `protobuf::lazy::Lazy::ptr`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:485:13 [INFO] [stdout] | [INFO] [stdout] 485 | ptr: 0 as *const ::protobuf::reflect::EnumDescriptor, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `protobuf::lazy::Lazy::lock`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:543:5 [INFO] [stdout] | [INFO] [stdout] 543 | lock: ::protobuf::lazy::ONCE_INIT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `protobuf::lazy::Lazy::ptr`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:544:5 [INFO] [stdout] | [INFO] [stdout] 544 | ptr: 0 as *const ::protobuf::descriptor::FileDescriptorProto, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `protobuf::reflect::MessageDescriptor::new`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:198:17 [INFO] [stdout] | [INFO] [stdout] 198 | ::protobuf::reflect::MessageDescriptor::new::( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `protobuf::reflect::MessageDescriptor::new`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:412:17 [INFO] [stdout] | [INFO] [stdout] 412 | ::protobuf::reflect::MessageDescriptor::new::( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `protobuf::reflect::EnumDescriptor::new`: Please regenerate .rs files from .proto files to use newer APIs [INFO] [stdout] --> src/keys_proto.rs:489:17 [INFO] [stdout] | [INFO] [stdout] 489 | ::protobuf::reflect::EnumDescriptor::new("KeyType", file_descriptor_proto()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand::prelude::ThreadRng: rand_core::CryptoRng` is not satisfied [INFO] [stdout] --> src/identity/ed25519.rs:34:44 [INFO] [stdout] | [INFO] [stdout] 34 | Keypair(ed25519::Keypair::generate(&mut rand::thread_rng())) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `rand_core::CryptoRng` is not implemented for `rand::prelude::ThreadRng` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ed25519-dalek-1.0.1/src/keypair.rs:129:12 [INFO] [stdout] | [INFO] [stdout] 129 | R: CryptoRng + RngCore, [INFO] [stdout] | --------- required by this bound in `ed25519_dalek::Keypair::generate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand::prelude::ThreadRng: rand_core::RngCore` is not satisfied [INFO] [stdout] --> src/identity/ed25519.rs:34:44 [INFO] [stdout] | [INFO] [stdout] 34 | Keypair(ed25519::Keypair::generate(&mut rand::thread_rng())) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `rand_core::RngCore` is not implemented for `rand::prelude::ThreadRng` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ed25519-dalek-1.0.1/src/keypair.rs:129:24 [INFO] [stdout] | [INFO] [stdout] 129 | R: CryptoRng + RngCore, [INFO] [stdout] | ------- required by this bound in `ed25519_dalek::Keypair::generate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `sign` found for struct `ed25519_dalek::Keypair` in the current scope [INFO] [stdout] --> src/identity/ed25519.rs:54:16 [INFO] [stdout] | [INFO] [stdout] 54 | self.0.sign(msg).to_bytes().to_vec() [INFO] [stdout] | ^^^^ method not found in `ed25519_dalek::Keypair` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use ed25519_dalek::Signer;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_bytes` found for struct `ed25519_dalek::Signature` in the current scope [INFO] [stdout] --> src/identity/ed25519.rs:103:29 [INFO] [stdout] | [INFO] [stdout] 103 | ed25519::Signature::from_bytes(sig).map(|s| self.0.verify(msg, &s)).is_ok() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | function or associated item not found in `ed25519_dalek::Signature` [INFO] [stdout] | help: there is an associated function with a similar name: `to_bytes` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use ed25519_dalek::ed25519::signature::Signature;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `verify` found for struct `ed25519_dalek::PublicKey` in the current scope [INFO] [stdout] --> src/identity/ed25519.rs:103:60 [INFO] [stdout] | [INFO] [stdout] 103 | ed25519::Signature::from_bytes(sig).map(|s| self.0.verify(msg, &s)).is_ok() [INFO] [stdout] | ^^^^^^ method not found in `ed25519_dalek::PublicKey` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use ed25519_dalek::Verifier;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand::prelude::ThreadRng: rand_core::CryptoRng` is not satisfied [INFO] [stdout] --> src/identity/ed25519.rs:141:48 [INFO] [stdout] | [INFO] [stdout] 141 | SecretKey(ed25519::SecretKey::generate(&mut rand::thread_rng())) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `rand_core::CryptoRng` is not implemented for `rand::prelude::ThreadRng` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ed25519-dalek-1.0.1/src/secret.rs:169:12 [INFO] [stdout] | [INFO] [stdout] 169 | T: CryptoRng + RngCore, [INFO] [stdout] | --------- required by this bound in `ed25519_dalek::SecretKey::generate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `rand::prelude::ThreadRng: rand_core::RngCore` is not satisfied [INFO] [stdout] --> src/identity/ed25519.rs:141:48 [INFO] [stdout] | [INFO] [stdout] 141 | SecretKey(ed25519::SecretKey::generate(&mut rand::thread_rng())) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `rand_core::RngCore` is not implemented for `rand::prelude::ThreadRng` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ed25519-dalek-1.0.1/src/secret.rs:169:24 [INFO] [stdout] | [INFO] [stdout] 169 | T: CryptoRng + RngCore, [INFO] [stdout] | ------- required by this bound in `ed25519_dalek::SecretKey::generate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors; 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "aca67361dfd1d1bdaa32fd25096f80d86cde00b463c2fe8cec70b05e0f9e9f9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aca67361dfd1d1bdaa32fd25096f80d86cde00b463c2fe8cec70b05e0f9e9f9a", kill_on_drop: false }` [INFO] [stdout] aca67361dfd1d1bdaa32fd25096f80d86cde00b463c2fe8cec70b05e0f9e9f9a