[INFO] fetching crate canonical 0.5.3... [INFO] checking canonical-0.5.3 against try#b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b for pr-82781 [INFO] extracting crate canonical 0.5.3 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate canonical 0.5.3 on toolchain b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate canonical 0.5.3 [INFO] finished tweaking crates.io crate canonical 0.5.3 [INFO] tweaked toml for crates.io crate canonical 0.5.3 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded canonical_fuzz v0.5.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] efaf66632fea7bff0a6f8486439991f9e3b1ce58c4660563c59d95596a1f868d [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" "efaf66632fea7bff0a6f8486439991f9e3b1ce58c4660563c59d95596a1f868d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "efaf66632fea7bff0a6f8486439991f9e3b1ce58c4660563c59d95596a1f868d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efaf66632fea7bff0a6f8486439991f9e3b1ce58c4660563c59d95596a1f868d", kill_on_drop: false }` [INFO] [stdout] efaf66632fea7bff0a6f8486439991f9e3b1ce58c4660563c59d95596a1f868d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a9916bdebfe23b5304084b2652b6bb1f47dca0280c08142daa901694fee605f3 [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" "a9916bdebfe23b5304084b2652b6bb1f47dca0280c08142daa901694fee605f3", kill_on_drop: false }` [INFO] [stderr] Checking canonical v0.5.3 (/opt/rustwide/workdir) [INFO] [stderr] Checking canonical_host v0.5.0 [INFO] [stderr] Checking canonical_fuzz v0.5.0 [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[E0433]: failed to resolve: use of undeclared crate or module `arbitrary` [INFO] [stdout] --> tests/fuzz_repr.rs:24:17 [INFO] [stdout] | [INFO] [stdout] 24 | 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:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | ) -> arbitrary::Result { [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `arbitrary` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 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] [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: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: cannot determine resolution for the derive macro `Arbitrary` [INFO] [stdout] --> tests/derive.rs:13:42 [INFO] [stdout] | [INFO] [stdout] 13 | #[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:19:42 [INFO] [stdout] | [INFO] [stdout] 19 | #[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:25:42 [INFO] [stdout] | [INFO] [stdout] 25 | #[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:28:42 [INFO] [stdout] | [INFO] [stdout] 28 | #[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:31:42 [INFO] [stdout] | [INFO] [stdout] 31 | #[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:34:42 [INFO] [stdout] | [INFO] [stdout] 34 | #[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:47:42 [INFO] [stdout] | [INFO] [stdout] 47 | #[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:54:42 [INFO] [stdout] | [INFO] [stdout] 54 | #[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:57:42 [INFO] [stdout] | [INFO] [stdout] 57 | #[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:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | #[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:63:42 [INFO] [stdout] | [INFO] [stdout] 63 | #[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:76:31 [INFO] [stdout] | [INFO] [stdout] 76 | #[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:82:31 [INFO] [stdout] | [INFO] [stdout] 82 | #[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:91:31 [INFO] [stdout] | [INFO] [stdout] 91 | #[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[E0277]: the trait bound `MemStore: Store` is not satisfied [INFO] [stdout] --> tests/identifier.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | let id_a = ::ident(&a); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Store` is not implemented for `MemStore` [INFO] [stdout] | [INFO] [stdout] = note: required by `ident` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `MemStore: Store` is not satisfied [INFO] [stdout] --> tests/identifier.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | let id_a = ::ident(&a); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Store` is not implemented for `MemStore` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `put` found for struct `MemStore` in the current scope [INFO] [stdout] --> tests/identifier.rs:18:22 [INFO] [stdout] | [INFO] [stdout] 18 | let id_b = store.put(&a).unwrap(); [INFO] [stdout] | ^^^ method not found in `MemStore` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 7 | use canonical::store::Store; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `put` found for struct `MemStore` in the current scope [INFO] [stdout] --> tests/handle.rs:17:20 [INFO] [stdout] | [INFO] [stdout] 17 | let id = store.put(&repr).unwrap(); [INFO] [stdout] | ^^^ method not found in `MemStore` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 9 | use canonical::store::Store; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `get` found for struct `MemStore` in the current scope [INFO] [stdout] --> tests/handle.rs:19:26 [INFO] [stdout] | [INFO] [stdout] 19 | let restored = store.get(&id).unwrap(); [INFO] [stdout] | ^^^ method not found in `MemStore` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 9 | use canonical::store::Store; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Store` [INFO] [stdout] --> tests/handle.rs:9:23 [INFO] [stdout] | [INFO] [stdout] 9 | use canonical::{Repr, 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 E0599`. [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `MemStore: Store` is not satisfied [INFO] [stdout] --> tests/derive.rs:99:8 [INFO] [stdout] | [INFO] [stdout] 99 | T: Canon + Clone + std::fmt::Debug + PartialEq, [INFO] [stdout] | ^^^^^^^^^^^^^^^ the trait `Store` is not implemented for `MemStore` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/canon.rs:30:20 [INFO] [stdout] | [INFO] [stdout] 30 | pub trait Canon: Sized + Clone { [INFO] [stdout] | ----- required by this bound in `Canon` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 16 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "a9916bdebfe23b5304084b2652b6bb1f47dca0280c08142daa901694fee605f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9916bdebfe23b5304084b2652b6bb1f47dca0280c08142daa901694fee605f3", kill_on_drop: false }` [INFO] [stdout] a9916bdebfe23b5304084b2652b6bb1f47dca0280c08142daa901694fee605f3