[INFO] fetching crate canonical 0.4.0... [INFO] checking canonical-0.4.0 against try#b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8 for pr-78363 [INFO] extracting crate canonical 0.4.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate canonical 0.4.0 on toolchain b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate canonical 0.4.0 [INFO] finished tweaking crates.io crate canonical 0.4.0 [INFO] tweaked toml for crates.io crate canonical 0.4.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 641bf8dc0da1f1b73627f505ac3f5ac9eb40a9eabd2e053410f670b991f7f868 [INFO] running `Command { std: "docker" "start" "-a" "641bf8dc0da1f1b73627f505ac3f5ac9eb40a9eabd2e053410f670b991f7f868", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "641bf8dc0da1f1b73627f505ac3f5ac9eb40a9eabd2e053410f670b991f7f868", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "641bf8dc0da1f1b73627f505ac3f5ac9eb40a9eabd2e053410f670b991f7f868", kill_on_drop: false }` [INFO] [stdout] 641bf8dc0da1f1b73627f505ac3f5ac9eb40a9eabd2e053410f670b991f7f868 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b7409749ab0b79a8d8da264e219547651d1835f0c6e6269f4b1cc76e39b1268d [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" "b7409749ab0b79a8d8da264e219547651d1835f0c6e6269f4b1cc76e39b1268d", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Checking constant_time_eq v0.1.5 [INFO] [stderr] Checking arrayref v0.3.6 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking blake2b_simd v0.3.1 [INFO] [stderr] Checking canonical v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `canonical_collections` [INFO] [stdout] --> tests/identifier.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use canonical_collections::Stack; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `canonical_collections` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `canonical_host` [INFO] [stdout] --> tests/identifier.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use canonical_host::MemStore; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `canonical_host` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Store` [INFO] [stdout] --> tests/identifier.rs:7:23 [INFO] [stdout] | [INFO] [stdout] 7 | use canonical::{Id32, Store}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `canonical` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0432]: unresolved import `arbitrary` [INFO] [stdout] --> tests/derive.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use arbitrary::Arbitrary; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `arbitrary` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `canonical_derive` [INFO] [stdout] --> tests/derive.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use canonical_derive::Canon; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `canonical_derive` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `canonical_fuzz` [INFO] [stdout] --> tests/derive.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use canonical_fuzz::{fuzz_canon, fuzz_canon_iterations}; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `canonical_fuzz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `canonical_host` [INFO] [stdout] --> tests/derive.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use canonical_host::MemStore; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `canonical_host` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Canon` [INFO] [stdout] --> tests/derive.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Clone, Canon, PartialEq, Debug, Arbitrary)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Arbitrary` [INFO] [stdout] --> tests/derive.rs:15:42 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Clone, Canon, PartialEq, Debug, Arbitrary)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Canon` [INFO] [stdout] --> tests/derive.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Clone, Canon, PartialEq, Debug, Arbitrary)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Arbitrary` [INFO] [stdout] --> tests/derive.rs:21:42 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Clone, Canon, PartialEq, Debug, Arbitrary)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Canon` [INFO] [stdout] --> tests/derive.rs:27:17 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Clone, Canon, PartialEq, Debug, Arbitrary)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Arbitrary` [INFO] [stdout] --> tests/derive.rs:27:42 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Clone, Canon, PartialEq, Debug, Arbitrary)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Canon` [INFO] [stdout] --> tests/derive.rs:30:17 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Clone, Canon, PartialEq, Debug, Arbitrary)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Arbitrary` [INFO] [stdout] --> tests/derive.rs:30:42 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Clone, Canon, PartialEq, Debug, Arbitrary)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Canon` [INFO] [stdout] --> tests/derive.rs:33:17 [INFO] [stdout] | [INFO] [stdout] 33 | #[derive(Clone, Canon, PartialEq, Debug, Arbitrary)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Arbitrary` [INFO] [stdout] --> tests/derive.rs:33:42 [INFO] [stdout] | [INFO] [stdout] 33 | #[derive(Clone, Canon, PartialEq, Debug, Arbitrary)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Canon` [INFO] [stdout] --> tests/derive.rs:36:17 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(Clone, Canon, PartialEq, Debug, Arbitrary)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Arbitrary` [INFO] [stdout] --> tests/derive.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(Clone, Canon, PartialEq, Debug, Arbitrary)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Canon` [INFO] [stdout] --> tests/derive.rs:42:17 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(Clone, Canon, PartialEq, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Canon` [INFO] [stdout] --> tests/derive.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | #[derive(Clone, Canon, PartialEq, Debug, Arbitrary)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Arbitrary` [INFO] [stdout] --> tests/derive.rs:49:42 [INFO] [stdout] | [INFO] [stdout] 49 | #[derive(Clone, Canon, PartialEq, Debug, Arbitrary)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Canon` [INFO] [stdout] --> tests/derive.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 56 | #[derive(Clone, Canon, PartialEq, Debug, Arbitrary)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Arbitrary` [INFO] [stdout] --> tests/derive.rs:56:42 [INFO] [stdout] | [INFO] [stdout] 56 | #[derive(Clone, Canon, PartialEq, Debug, Arbitrary)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Canon` [INFO] [stdout] --> tests/derive.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | #[derive(Clone, Canon, PartialEq, Debug, Arbitrary)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Arbitrary` [INFO] [stdout] --> tests/derive.rs:59:42 [INFO] [stdout] | [INFO] [stdout] 59 | #[derive(Clone, Canon, PartialEq, Debug, Arbitrary)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Canon` [INFO] [stdout] --> tests/derive.rs:62:17 [INFO] [stdout] | [INFO] [stdout] 62 | #[derive(Clone, Canon, PartialEq, Debug, Arbitrary)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Arbitrary` [INFO] [stdout] --> tests/derive.rs:62:42 [INFO] [stdout] | [INFO] [stdout] 62 | #[derive(Clone, Canon, PartialEq, Debug, Arbitrary)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Canon` [INFO] [stdout] --> tests/derive.rs:65:17 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Clone, Canon, PartialEq, Debug, Arbitrary)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Arbitrary` [INFO] [stdout] --> tests/derive.rs:65:42 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Clone, Canon, PartialEq, Debug, Arbitrary)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Canon` [INFO] [stdout] --> tests/derive.rs:78:17 [INFO] [stdout] | [INFO] [stdout] 78 | #[derive(Clone, Canon, Debug, Arbitrary)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Arbitrary` [INFO] [stdout] --> tests/derive.rs:78:31 [INFO] [stdout] | [INFO] [stdout] 78 | #[derive(Clone, Canon, Debug, Arbitrary)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Canon` [INFO] [stdout] --> tests/derive.rs:84:17 [INFO] [stdout] | [INFO] [stdout] 84 | #[derive(Clone, Canon, Debug, Arbitrary)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Arbitrary` [INFO] [stdout] --> tests/derive.rs:84:31 [INFO] [stdout] | [INFO] [stdout] 84 | #[derive(Clone, Canon, Debug, Arbitrary)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Canon` [INFO] [stdout] --> tests/derive.rs:93:17 [INFO] [stdout] | [INFO] [stdout] 93 | #[derive(Clone, Canon, Debug, Arbitrary, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Arbitrary` [INFO] [stdout] --> tests/derive.rs:93:31 [INFO] [stdout] | [INFO] [stdout] 93 | #[derive(Clone, Canon, Debug, Arbitrary, PartialEq)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `canonical_host` [INFO] [stdout] --> tests/handle.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use canonical_host::MemStore; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `canonical_host` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Store` [INFO] [stdout] --> tests/handle.rs:7:23 [INFO] [stdout] | [INFO] [stdout] 7 | use canonical::{Repr, Store}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `arbitrary` [INFO] [stdout] --> tests/fuzz_repr.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use arbitrary::Arbitrary; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `arbitrary` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `canonical_derive` [INFO] [stdout] --> tests/fuzz_repr.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use canonical_derive::Canon; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared crate or module `canonical_derive` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `canonical_fuzz` [INFO] [stdout] --> tests/fuzz_repr.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use canonical_fuzz::fuzz_canon; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `canonical_fuzz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `canonical_host` [INFO] [stdout] --> tests/fuzz_repr.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use canonical_host::MemStore; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `canonical_host` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Canon` [INFO] [stdout] --> tests/fuzz_repr.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Clone, Canon, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `arbitrary` [INFO] [stdout] --> tests/fuzz_repr.rs:23:17 [INFO] [stdout] | [INFO] [stdout] 23 | u: &mut arbitrary::Unstructured<'_>, [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `arbitrary` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `arbitrary` [INFO] [stdout] --> tests/fuzz_repr.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | ) -> arbitrary::Result { [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `arbitrary` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 33 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "b7409749ab0b79a8d8da264e219547651d1835f0c6e6269f4b1cc76e39b1268d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b7409749ab0b79a8d8da264e219547651d1835f0c6e6269f4b1cc76e39b1268d", kill_on_drop: false }` [INFO] [stdout] b7409749ab0b79a8d8da264e219547651d1835f0c6e6269f4b1cc76e39b1268d