[INFO] fetching crate canonical 0.4.2... [INFO] checking canonical-0.4.2 against master#b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18 for pr-79470 [INFO] extracting crate canonical 0.4.2 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate canonical 0.4.2 on toolchain b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate canonical 0.4.2 [INFO] finished tweaking crates.io crate canonical 0.4.2 [INFO] tweaked toml for crates.io crate canonical 0.4.2 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "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" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 69bc9c1fe42d2df5bd51bc9b16079740abbb8305cfd0471c6fa43c198c438fad [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" "69bc9c1fe42d2df5bd51bc9b16079740abbb8305cfd0471c6fa43c198c438fad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "69bc9c1fe42d2df5bd51bc9b16079740abbb8305cfd0471c6fa43c198c438fad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69bc9c1fe42d2df5bd51bc9b16079740abbb8305cfd0471c6fa43c198c438fad", kill_on_drop: false }` [INFO] [stdout] 69bc9c1fe42d2df5bd51bc9b16079740abbb8305cfd0471c6fa43c198c438fad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3c5f757687dc3d1578f7903ba6ed75fd03e2163718a2a099d2d7993731f72803 [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" "3c5f757687dc3d1578f7903ba6ed75fd03e2163718a2a099d2d7993731f72803", kill_on_drop: false }` [INFO] [stderr] Checking canonical v0.4.2 (/opt/rustwide/workdir) [INFO] [stderr] Checking canonical_host v0.4.2 [INFO] [stderr] Checking canonical_fuzz v0.4.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: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 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: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: 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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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[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/handle.rs:15:20 [INFO] [stdout] | [INFO] [stdout] 15 | 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] 7 | 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:17:26 [INFO] [stdout] | [INFO] [stdout] 17 | 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] 7 | use canonical::store::Store; [INFO] [stdout] | [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[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 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: 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[E0277]: the trait bound `MemStore: Store` is not satisfied [INFO] [stdout] --> tests/derive.rs:101:8 [INFO] [stdout] | [INFO] [stdout] 101 | 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" "3c5f757687dc3d1578f7903ba6ed75fd03e2163718a2a099d2d7993731f72803", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c5f757687dc3d1578f7903ba6ed75fd03e2163718a2a099d2d7993731f72803", kill_on_drop: false }` [INFO] [stdout] 3c5f757687dc3d1578f7903ba6ed75fd03e2163718a2a099d2d7993731f72803