[INFO] fetching crate susyp2p-core-derive 0.7.0... [INFO] checking susyp2p-core-derive-0.7.0 against beta for pr-78714 [INFO] extracting crate susyp2p-core-derive 0.7.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate susyp2p-core-derive 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-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-13/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-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] ddfa9eed797c7b8d19e52be00782ce2433f29847afa0779c358216cdcf003b32 [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" "ddfa9eed797c7b8d19e52be00782ce2433f29847afa0779c358216cdcf003b32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ddfa9eed797c7b8d19e52be00782ce2433f29847afa0779c358216cdcf003b32", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ddfa9eed797c7b8d19e52be00782ce2433f29847afa0779c358216cdcf003b32", kill_on_drop: false }` [INFO] [stdout] ddfa9eed797c7b8d19e52be00782ce2433f29847afa0779c358216cdcf003b32 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] f6ab84b00df6ab0c9b9b118c3c1fb124cae1321e174c07bbcd76b4b5e4c909e3 [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" "f6ab84b00df6ab0c9b9b118c3c1fb124cae1321e174c07bbcd76b4b5e4c909e3", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking susyp2p-core-derive v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `susyp2p` in `{{root}}` [INFO] [stdout] --> tests/test.rs:38:14 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ could not find `susyp2p` in `{{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 `{{root}}` [INFO] [stdout] --> tests/test.rs:57:14 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ could not find `susyp2p` in `{{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 `{{root}}` [INFO] [stdout] --> tests/test.rs:82:14 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ could not find `susyp2p` in `{{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 `{{root}}` [INFO] [stdout] --> tests/test.rs:115:14 [INFO] [stdout] | [INFO] [stdout] 115 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ could not find `susyp2p` in `{{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 `{{root}}` [INFO] [stdout] --> tests/test.rs:145:14 [INFO] [stdout] | [INFO] [stdout] 145 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ could not find `susyp2p` in `{{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 `{{root}}` [INFO] [stdout] --> tests/test.rs:171:14 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ could not find `susyp2p` in `{{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 `{{root}}` [INFO] [stdout] --> tests/test.rs:201:14 [INFO] [stdout] | [INFO] [stdout] 201 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ could not find `susyp2p` in `{{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 `{{root}}` [INFO] [stdout] --> tests/test.rs:207:14 [INFO] [stdout] | [INFO] [stdout] 207 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ could not find `susyp2p` in `{{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 `{{root}}` [INFO] [stdout] --> tests/test.rs:213:14 [INFO] [stdout] | [INFO] [stdout] 213 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ could not find `susyp2p` in `{{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 `{{root}}` [INFO] [stdout] --> tests/test.rs:219:14 [INFO] [stdout] | [INFO] [stdout] 219 | #[derive(NetworkBehaviour)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ could not find `susyp2p` in `{{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" "f6ab84b00df6ab0c9b9b118c3c1fb124cae1321e174c07bbcd76b4b5e4c909e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6ab84b00df6ab0c9b9b118c3c1fb124cae1321e174c07bbcd76b4b5e4c909e3", kill_on_drop: false }` [INFO] [stdout] f6ab84b00df6ab0c9b9b118c3c1fb124cae1321e174c07bbcd76b4b5e4c909e3