[INFO] fetching crate susyp2p-core-derive 0.7.0... [INFO] checking susyp2p-core-derive-0.7.0 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate susyp2p-core-derive 0.7.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate susyp2p-core-derive 0.7.0 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate susyp2p-core-derive 0.7.0 [INFO] finished tweaking crates.io crate susyp2p-core-derive 0.7.0 [INFO] tweaked toml for crates.io crate susyp2p-core-derive 0.7.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2648a8e38452b2772b7c00c774e4d691f1d6ac5c0af508bd6124c6e4ef252898 [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" "2648a8e38452b2772b7c00c774e4d691f1d6ac5c0af508bd6124c6e4ef252898", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2648a8e38452b2772b7c00c774e4d691f1d6ac5c0af508bd6124c6e4ef252898", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2648a8e38452b2772b7c00c774e4d691f1d6ac5c0af508bd6124c6e4ef252898", kill_on_drop: false }` [INFO] [stdout] 2648a8e38452b2772b7c00c774e4d691f1d6ac5c0af508bd6124c6e4ef252898 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d62dd15d7583f12b9b0843661c90ef27d04a2f388901dcd365f0dd45e50e25f4 [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" "d62dd15d7583f12b9b0843661c90ef27d04a2f388901dcd365f0dd45e50e25f4", kill_on_drop: false }` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking unicode-xid v0.1.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking susyp2p-core-derive v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `susyp2p` in crate root [INFO] [stdout] --> tests/test.rs:38:14 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ could not find `susyp2p` in crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:38:14 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `susyp2p` in crate root [INFO] [stdout] --> tests/test.rs:57:14 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ could not find `susyp2p` in crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:57:14 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `susyp2p` in crate root [INFO] [stdout] --> tests/test.rs:82:14 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ could not find `susyp2p` in crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:82:14 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `susyp2p` in crate root [INFO] [stdout] --> tests/test.rs:115:14 [INFO] [stdout] | [INFO] [stdout] 115 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ could not find `susyp2p` in crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:115:14 [INFO] [stdout] | [INFO] [stdout] 115 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `susyp2p` in crate root [INFO] [stdout] --> tests/test.rs:145:14 [INFO] [stdout] | [INFO] [stdout] 145 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ could not find `susyp2p` in crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:145:14 [INFO] [stdout] | [INFO] [stdout] 145 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `susyp2p` in crate root [INFO] [stdout] --> tests/test.rs:171:14 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ could not find `susyp2p` in crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:171:14 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `susyp2p` in crate root [INFO] [stdout] --> tests/test.rs:201:14 [INFO] [stdout] | [INFO] [stdout] 201 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ could not find `susyp2p` in crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:201:14 [INFO] [stdout] | [INFO] [stdout] 201 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `susyp2p` in crate root [INFO] [stdout] --> tests/test.rs:207:14 [INFO] [stdout] | [INFO] [stdout] 207 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ could not find `susyp2p` in crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:207:14 [INFO] [stdout] | [INFO] [stdout] 207 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `susyp2p` in crate root [INFO] [stdout] --> tests/test.rs:213:14 [INFO] [stdout] | [INFO] [stdout] 213 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ could not find `susyp2p` in crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:213:14 [INFO] [stdout] | [INFO] [stdout] 213 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `susyp2p` in crate root [INFO] [stdout] --> tests/test.rs:219:14 [INFO] [stdout] | [INFO] [stdout] 219 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ could not find `susyp2p` in crate root [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:219:14 [INFO] [stdout] | [INFO] [stdout] 219 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:25:29 [INFO] [stdout] | [INFO] [stdout] 25 | fn require_net_behaviour() {} [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:40:15 [INFO] [stdout] | [INFO] [stdout] 40 | ping: susyp2p::ping::Ping, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Async` [INFO] [stdout] --> tests/test.rs:38:14 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `Async` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 43 | impl susyp2p::core::swarm::NetworkBehaviourEventProcess for Foo { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:43:73 [INFO] [stdout] | [INFO] [stdout] 43 | impl susyp2p::core::swarm::NetworkBehaviourEventProcess for Foo { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:44:39 [INFO] [stdout] | [INFO] [stdout] 44 | fn inject_event(&mut self, _: susyp2p::ping::PingEvent) { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:49:24 [INFO] [stdout] | [INFO] [stdout] 49 | fn foo() { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:49:55 [INFO] [stdout] | [INFO] [stdout] 49 | fn foo() { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:59:15 [INFO] [stdout] | [INFO] [stdout] 59 | ping: susyp2p::ping::Ping, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:60:19 [INFO] [stdout] | [INFO] [stdout] 60 | identify: susyp2p::identify::Identify, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Async` [INFO] [stdout] --> tests/test.rs:57:14 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `Async` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:63:22 [INFO] [stdout] | [INFO] [stdout] 63 | impl susyp2p::core::swarm::NetworkBehaviourEventProcess for Foo { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:63:73 [INFO] [stdout] | [INFO] [stdout] 63 | impl susyp2p::core::swarm::NetworkBehaviourEventProcess for Foo { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:64:39 [INFO] [stdout] | [INFO] [stdout] 64 | fn inject_event(&mut self, _: susyp2p::identify::IdentifyEvent) { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:68:22 [INFO] [stdout] | [INFO] [stdout] 68 | impl susyp2p::core::swarm::NetworkBehaviourEventProcess for Foo { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:68:73 [INFO] [stdout] | [INFO] [stdout] 68 | impl susyp2p::core::swarm::NetworkBehaviourEventProcess for Foo { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:69:39 [INFO] [stdout] | [INFO] [stdout] 69 | fn inject_event(&mut self, _: susyp2p::ping::PingEvent) { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:74:24 [INFO] [stdout] | [INFO] [stdout] 74 | fn foo() { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:74:55 [INFO] [stdout] | [INFO] [stdout] 74 | fn foo() { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:84:15 [INFO] [stdout] | [INFO] [stdout] 84 | ping: susyp2p::ping::Ping, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | identify: susyp2p::identify::Identify, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:86:14 [INFO] [stdout] | [INFO] [stdout] 86 | kad: susyp2p::kad::Kademlia, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Async` [INFO] [stdout] --> tests/test.rs:82:14 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `Async` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:91:22 [INFO] [stdout] | [INFO] [stdout] 91 | impl susyp2p::core::swarm::NetworkBehaviourEventProcess for Foo { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:91:73 [INFO] [stdout] | [INFO] [stdout] 91 | impl susyp2p::core::swarm::NetworkBehaviourEventProcess for Foo { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:92:39 [INFO] [stdout] | [INFO] [stdout] 92 | fn inject_event(&mut self, _: susyp2p::ping::PingEvent) { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:96:22 [INFO] [stdout] | [INFO] [stdout] 96 | impl susyp2p::core::swarm::NetworkBehaviourEventProcess for Foo { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:96:73 [INFO] [stdout] | [INFO] [stdout] 96 | impl susyp2p::core::swarm::NetworkBehaviourEventProcess for Foo { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:97:39 [INFO] [stdout] | [INFO] [stdout] 97 | fn inject_event(&mut self, _: susyp2p::identify::IdentifyEvent) { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:101:22 [INFO] [stdout] | [INFO] [stdout] 101 | impl susyp2p::core::swarm::NetworkBehaviourEventProcess for Foo { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:101:73 [INFO] [stdout] | [INFO] [stdout] 101 | impl susyp2p::core::swarm::NetworkBehaviourEventProcess for Foo { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:102:39 [INFO] [stdout] | [INFO] [stdout] 102 | fn inject_event(&mut self, _: susyp2p::kad::KademliaOut) { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:107:24 [INFO] [stdout] | [INFO] [stdout] 107 | fn foo() { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:107:55 [INFO] [stdout] | [INFO] [stdout] 107 | fn foo() { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:118:15 [INFO] [stdout] | [INFO] [stdout] 118 | ping: susyp2p::ping::Ping, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:119:19 [INFO] [stdout] | [INFO] [stdout] 119 | identify: susyp2p::identify::Identify, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Async` [INFO] [stdout] --> tests/test.rs:115:14 [INFO] [stdout] | [INFO] [stdout] 115 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `Async` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:122:22 [INFO] [stdout] | [INFO] [stdout] 122 | impl susyp2p::core::swarm::NetworkBehaviourEventProcess for Foo { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:122:73 [INFO] [stdout] | [INFO] [stdout] 122 | impl susyp2p::core::swarm::NetworkBehaviourEventProcess for Foo { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:123:39 [INFO] [stdout] | [INFO] [stdout] 123 | fn inject_event(&mut self, _: susyp2p::ping::PingEvent) { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:127:22 [INFO] [stdout] | [INFO] [stdout] 127 | impl susyp2p::core::swarm::NetworkBehaviourEventProcess for Foo { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:127:73 [INFO] [stdout] | [INFO] [stdout] 127 | impl susyp2p::core::swarm::NetworkBehaviourEventProcess for Foo { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:128:39 [INFO] [stdout] | [INFO] [stdout] 128 | fn inject_event(&mut self, _: susyp2p::identify::IdentifyEvent) { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:133:33 [INFO] [stdout] | [INFO] [stdout] 133 | ... fn foo(&mut self) -> susyp2p::futures::Async> { susyp2p::futures::Async::Not... [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:133:57 [INFO] [stdout] | [INFO] [stdout] 133 | ... fn foo(&mut self) -> susyp2p::futures::Async> { susyp2p::futures::Async::Not... [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:133:112 [INFO] [stdout] | [INFO] [stdout] 133 | ...:swarm::NetworkBehaviourAction> { susyp2p::futures::Async::NotReady } [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:137:24 [INFO] [stdout] | [INFO] [stdout] 137 | fn foo() { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:137:55 [INFO] [stdout] | [INFO] [stdout] 137 | fn foo() { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:148:15 [INFO] [stdout] | [INFO] [stdout] 148 | ping: susyp2p::ping::Ping, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:149:19 [INFO] [stdout] | [INFO] [stdout] 149 | identify: susyp2p::identify::Identify, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Async` [INFO] [stdout] --> tests/test.rs:145:14 [INFO] [stdout] | [INFO] [stdout] 145 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `Async` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:152:22 [INFO] [stdout] | [INFO] [stdout] 152 | impl susyp2p::core::swarm::NetworkBehaviourEventProcess for Foo { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:152:73 [INFO] [stdout] | [INFO] [stdout] 152 | impl susyp2p::core::swarm::NetworkBehaviourEventProcess for Foo { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:153:39 [INFO] [stdout] | [INFO] [stdout] 153 | fn inject_event(&mut self, _: susyp2p::ping::PingEvent) { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:157:22 [INFO] [stdout] | [INFO] [stdout] 157 | impl susyp2p::core::swarm::NetworkBehaviourEventProcess for Foo { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:157:73 [INFO] [stdout] | [INFO] [stdout] 157 | impl susyp2p::core::swarm::NetworkBehaviourEventProcess for Foo { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:158:39 [INFO] [stdout] | [INFO] [stdout] 158 | fn inject_event(&mut self, _: susyp2p::identify::IdentifyEvent) { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:163:24 [INFO] [stdout] | [INFO] [stdout] 163 | fn foo() { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:163:55 [INFO] [stdout] | [INFO] [stdout] 163 | fn foo() { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:174:15 [INFO] [stdout] | [INFO] [stdout] 174 | ping: susyp2p::ping::Ping, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:175:19 [INFO] [stdout] | [INFO] [stdout] 175 | identify: susyp2p::identify::Identify, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Async` [INFO] [stdout] --> tests/test.rs:171:14 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `Async` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:178:22 [INFO] [stdout] | [INFO] [stdout] 178 | impl susyp2p::core::swarm::NetworkBehaviourEventProcess for Foo { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:178:73 [INFO] [stdout] | [INFO] [stdout] 178 | impl susyp2p::core::swarm::NetworkBehaviourEventProcess for Foo { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:179:39 [INFO] [stdout] | [INFO] [stdout] 179 | fn inject_event(&mut self, _: susyp2p::ping::PingEvent) { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:183:22 [INFO] [stdout] | [INFO] [stdout] 183 | impl susyp2p::core::swarm::NetworkBehaviourEventProcess for Foo { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:183:73 [INFO] [stdout] | [INFO] [stdout] 183 | impl susyp2p::core::swarm::NetworkBehaviourEventProcess for Foo { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:184:39 [INFO] [stdout] | [INFO] [stdout] 184 | fn inject_event(&mut self, _: susyp2p::identify::IdentifyEvent) { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:189:33 [INFO] [stdout] | [INFO] [stdout] 189 | ... fn foo(&mut self) -> susyp2p::futures::Async> { susyp2p::futures::Async:... [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:189:57 [INFO] [stdout] | [INFO] [stdout] 189 | ... fn foo(&mut self) -> susyp2p::futures::Async> { susyp2p::futures::Async:... [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:189:116 [INFO] [stdout] | [INFO] [stdout] 189 | ...rm::NetworkBehaviourAction> { susyp2p::futures::Async::NotReady } [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:193:24 [INFO] [stdout] | [INFO] [stdout] 193 | fn foo() { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:193:55 [INFO] [stdout] | [INFO] [stdout] 193 | fn foo() { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:203:15 [INFO] [stdout] | [INFO] [stdout] 203 | ping: susyp2p::ping::Ping, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Async` [INFO] [stdout] --> tests/test.rs:201:14 [INFO] [stdout] | [INFO] [stdout] 201 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `Async` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:209:15 [INFO] [stdout] | [INFO] [stdout] 209 | ping: susyp2p::ping::Ping, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Async` [INFO] [stdout] --> tests/test.rs:207:14 [INFO] [stdout] | [INFO] [stdout] 207 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `Async` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:215:15 [INFO] [stdout] | [INFO] [stdout] 215 | ping: susyp2p::ping::Ping, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Async` [INFO] [stdout] --> tests/test.rs:213:14 [INFO] [stdout] | [INFO] [stdout] 213 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `Async` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `susyp2p` [INFO] [stdout] --> tests/test.rs:221:15 [INFO] [stdout] | [INFO] [stdout] 221 | ping: susyp2p::ping::Ping, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `susyp2p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Async` [INFO] [stdout] --> tests/test.rs:219:14 [INFO] [stdout] | [INFO] [stdout] 219 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `Async` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Async` [INFO] [stdout] --> tests/test.rs:38:14 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 21 | use syn::token::Async; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Async` [INFO] [stdout] --> tests/test.rs:57:14 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 21 | use syn::token::Async; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Async` [INFO] [stdout] --> tests/test.rs:82:14 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 21 | use syn::token::Async; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Async` [INFO] [stdout] --> tests/test.rs:115:14 [INFO] [stdout] | [INFO] [stdout] 115 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 21 | use syn::token::Async; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Async` [INFO] [stdout] --> tests/test.rs:145:14 [INFO] [stdout] | [INFO] [stdout] 145 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 21 | use syn::token::Async; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Async` [INFO] [stdout] --> tests/test.rs:171:14 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 21 | use syn::token::Async; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Async` [INFO] [stdout] --> tests/test.rs:201:14 [INFO] [stdout] | [INFO] [stdout] 201 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 21 | use syn::token::Async; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Async` [INFO] [stdout] --> tests/test.rs:207:14 [INFO] [stdout] | [INFO] [stdout] 207 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 21 | use syn::token::Async; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Async` [INFO] [stdout] --> tests/test.rs:213:14 [INFO] [stdout] | [INFO] [stdout] 213 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 21 | use syn::token::Async; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Async` [INFO] [stdout] --> tests/test.rs:219:14 [INFO] [stdout] | [INFO] [stdout] 219 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 21 | use syn::token::Async; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 111 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `susyp2p-core-derive` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "d62dd15d7583f12b9b0843661c90ef27d04a2f388901dcd365f0dd45e50e25f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d62dd15d7583f12b9b0843661c90ef27d04a2f388901dcd365f0dd45e50e25f4", kill_on_drop: false }` [INFO] [stdout] d62dd15d7583f12b9b0843661c90ef27d04a2f388901dcd365f0dd45e50e25f4