[INFO] crate susyp2p-core 0.7.0 is already in cache [INFO] extracting crate susyp2p-core 0.7.0 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/susyp2p-core/0.7.0 [INFO] extracting crate susyp2p-core 0.7.0 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/susyp2p-core/0.7.0 [INFO] validating manifest of susyp2p-core-0.7.0 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of susyp2p-core-0.7.0 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing susyp2p-core-0.7.0 [INFO] finished frobbing susyp2p-core-0.7.0 [INFO] frobbed toml for susyp2p-core-0.7.0 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/susyp2p-core/0.7.0/Cargo.toml [INFO] started frobbing susyp2p-core-0.7.0 [INFO] finished frobbing susyp2p-core-0.7.0 [INFO] frobbed toml for susyp2p-core-0.7.0 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/susyp2p-core/0.7.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] checking susyp2p-core-0.7.0 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-1/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/susyp2p-core/0.7.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 147fe83f7c7100249fa728d9026e536159d1186930fa78365b5cf1520d06b8f4 [INFO] running `"docker" "start" "-a" "147fe83f7c7100249fa728d9026e536159d1186930fa78365b5cf1520d06b8f4"` [INFO] [stderr] Checking susyp2p-core v0.7.0 (/opt/crater/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[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: 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[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: 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[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: 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[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: 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[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: 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[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: 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: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[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: 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/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[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: 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[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: 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[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: 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[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: 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[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: 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[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: 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[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: 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[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: 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 `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: &mut G) -> SomeKeypair { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `quickcheck::*` [INFO] [stderr] --> src/identity/ed25519.rs:159:9 [INFO] [stderr] | [INFO] [stderr] 159 | use quickcheck::*; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `quickcheck::*` [INFO] [stderr] --> src/identity/rsa.rs:209:9 [INFO] [stderr] | [INFO] [stderr] 209 | use quickcheck::*; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `tokio::runtime::current_thread::Runtime` [INFO] [stderr] --> src/nodes/collection/tests.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | use tokio::runtime::current_thread::Runtime; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `tokio::runtime::Builder` [INFO] [stderr] --> src/nodes/collection/tests.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | use tokio::runtime::Builder; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `tokio::runtime::current_thread::Runtime` [INFO] [stderr] --> src/nodes/listeners.rs:288:9 [INFO] [stderr] | [INFO] [stderr] 288 | use tokio::runtime::current_thread::Runtime; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] warning: unused imports: `Builder`, `Runtime` [INFO] [stderr] --> src/nodes/raw_swarm/tests.rs:33:22 [INFO] [stderr] | [INFO] [stderr] 33 | use tokio::runtime::{Builder, Runtime}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `tokio::runtime::current_thread::Runtime` [INFO] [stderr] --> src/upgrade/transfer.rs:485:9 [INFO] [stderr] | [INFO] [stderr] 485 | use tokio::runtime::current_thread::Runtime; [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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "147fe83f7c7100249fa728d9026e536159d1186930fa78365b5cf1520d06b8f4"` [INFO] running `"docker" "rm" "-f" "147fe83f7c7100249fa728d9026e536159d1186930fa78365b5cf1520d06b8f4"` [INFO] [stdout] 147fe83f7c7100249fa728d9026e536159d1186930fa78365b5cf1520d06b8f4