[INFO] fetching crate dynhash 0.1.0... [INFO] checking dynhash-0.1.0 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate dynhash 0.1.0 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate dynhash 0.1.0 [INFO] finished tweaking crates.io crate dynhash 0.1.0 [INFO] tweaked toml for crates.io crate dynhash 0.1.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate dynhash 0.1.0 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 15 packages to latest compatible versions [INFO] [stderr] Adding sha2 v0.8.2 (available: v0.10.9) [INFO] [stderr] Adding sha3 v0.8.2 (available: v0.10.8) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded mopa v0.2.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7d1262f21c502979f9512a91c8c3c63a33a97d9272416bbb97ffe8c3c42fcaa4 [INFO] running `Command { std: "docker" "start" "-a" "7d1262f21c502979f9512a91c8c3c63a33a97d9272416bbb97ffe8c3c42fcaa4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7d1262f21c502979f9512a91c8c3c63a33a97d9272416bbb97ffe8c3c42fcaa4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d1262f21c502979f9512a91c8c3c63a33a97d9272416bbb97ffe8c3c42fcaa4", kill_on_drop: false }` [INFO] [stdout] 7d1262f21c502979f9512a91c8c3c63a33a97d9272416bbb97ffe8c3c42fcaa4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b30953f77d1dfd8bc43fd7f7bcb00c5d58e76772c50e0986f8fd918eca1a592e [INFO] running `Command { std: "docker" "start" "-a" "b30953f77d1dfd8bc43fd7f7bcb00c5d58e76772c50e0986f8fd918eca1a592e", kill_on_drop: false }` [INFO] [stderr] Checking mopa v0.2.2 [INFO] [stderr] Checking dynhash v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:71:21 [INFO] [stdout] | [INFO] [stdout] 71 | impl fmt::Debug for HashType { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 71 | impl fmt::Debug for dyn HashType { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:67:56 [INFO] [stdout] | [INFO] [stdout] 67 | fn new_with_content(&self, f: &[u8]) -> Result, HashError>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 67 | fn new_with_content(&self, f: &[u8]) -> Result, HashError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:78:37 [INFO] [stdout] | [INFO] [stdout] 78 | fn hash_type(&self) -> &'static HashType [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 78 | fn hash_type(&self) -> &'static dyn HashType [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:87:34 [INFO] [stdout] | [INFO] [stdout] 87 | fn output_type() -> &'static HashType; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 87 | fn output_type() -> &'static dyn HashType; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:71:21 [INFO] [stdout] | [INFO] [stdout] 71 | impl fmt::Debug for HashType { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 71 | impl fmt::Debug for dyn HashType { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:67:56 [INFO] [stdout] | [INFO] [stdout] 67 | fn new_with_content(&self, f: &[u8]) -> Result, HashError>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 67 | fn new_with_content(&self, f: &[u8]) -> Result, HashError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:78:37 [INFO] [stdout] | [INFO] [stdout] 78 | fn hash_type(&self) -> &'static HashType [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 78 | fn hash_type(&self) -> &'static dyn HashType [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:87:34 [INFO] [stdout] | [INFO] [stdout] 87 | fn output_type() -> &'static HashType; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 87 | fn output_type() -> &'static dyn HashType; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `sha3` [INFO] [stdout] --> src/lib.rs:168:45 [INFO] [stdout] | [INFO] [stdout] 168 | let sha3_hash: Box = Box::new(sha3::Hash_Sha3_512([0xAF as u8; 64])); [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sha3` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 49 | #[cfg(any(feature = "sha3", feature = "doc"))] [INFO] [stdout] | ----------------------------------- the item is gated here [INFO] [stdout] 50 | pub mod sha3; [INFO] [stdout] | ^^^^ [INFO] [stdout] help: to make use of source file src/sha3.rs, use `mod sha3` in this file to declare the module [INFO] [stdout] | [INFO] [stdout] 44 + mod sha3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `dynhash` (lib test) due to 8 previous errors; 4 warnings emitted [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `sha2` [INFO] [stdout] --> src/lib.rs:171:45 [INFO] [stdout] | [INFO] [stdout] 171 | let sha2_hash: Box = Box::new(sha2::Hash_Sha2_256([0xFA as u8; 32])); [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sha2` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 54 | #[cfg(any(feature = "sha2", feature = "doc"))] [INFO] [stdout] | ----------------------------------- the item is gated here [INFO] [stdout] 55 | pub mod sha2; [INFO] [stdout] | ^^^^ [INFO] [stdout] help: to make use of source file src/sha2.rs, use `mod sha2` in this file to declare the module [INFO] [stdout] | [INFO] [stdout] 44 + mod sha2; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `sha2` [INFO] [stdout] --> src/lib.rs:159:33 [INFO] [stdout] | [INFO] [stdout] 159 | assert!(std::mem::size_of::() == 0); [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sha2` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 54 | #[cfg(any(feature = "sha2", feature = "doc"))] [INFO] [stdout] | ----------------------------------- the item is gated here [INFO] [stdout] 55 | pub mod sha2; [INFO] [stdout] | ^^^^ [INFO] [stdout] help: to make use of source file src/sha2.rs, use `mod sha2` in this file to declare the module [INFO] [stdout] | [INFO] [stdout] 44 + mod sha2; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `sha3` [INFO] [stdout] --> src/lib.rs:160:33 [INFO] [stdout] | [INFO] [stdout] 160 | assert!(std::mem::size_of::() == 0); [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sha3` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 49 | #[cfg(any(feature = "sha3", feature = "doc"))] [INFO] [stdout] | ----------------------------------- the item is gated here [INFO] [stdout] 50 | pub mod sha3; [INFO] [stdout] | ^^^^ [INFO] [stdout] help: to make use of source file src/sha3.rs, use `mod sha3` in this file to declare the module [INFO] [stdout] | [INFO] [stdout] 44 + mod sha3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `sha2` [INFO] [stdout] --> src/lib.rs:162:33 [INFO] [stdout] | [INFO] [stdout] 162 | assert!(std::mem::size_of::() == 32); [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sha2` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 54 | #[cfg(any(feature = "sha2", feature = "doc"))] [INFO] [stdout] | ----------------------------------- the item is gated here [INFO] [stdout] 55 | pub mod sha2; [INFO] [stdout] | ^^^^ [INFO] [stdout] help: to make use of source file src/sha2.rs, use `mod sha2` in this file to declare the module [INFO] [stdout] | [INFO] [stdout] 44 + mod sha2; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `sha3` [INFO] [stdout] --> src/lib.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(std::mem::size_of::() == 64); [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sha3` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 49 | #[cfg(any(feature = "sha3", feature = "doc"))] [INFO] [stdout] | ----------------------------------- the item is gated here [INFO] [stdout] 50 | pub mod sha3; [INFO] [stdout] | ^^^^ [INFO] [stdout] help: to make use of source file src/sha3.rs, use `mod sha3` in this file to declare the module [INFO] [stdout] | [INFO] [stdout] 44 + mod sha3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `sha3` [INFO] [stdout] --> src/lib.rs:172:37 [INFO] [stdout] | [INFO] [stdout] 172 | let maybe_sha3_hash: Result, Box> = sha2_hash.downcast(); [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sha3` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 49 | #[cfg(any(feature = "sha3", feature = "doc"))] [INFO] [stdout] | ----------------------------------- the item is gated here [INFO] [stdout] 50 | pub mod sha3; [INFO] [stdout] | ^^^^ [INFO] [stdout] help: to make use of source file src/sha3.rs, use `mod sha3` in this file to declare the module [INFO] [stdout] | [INFO] [stdout] 44 + mod sha3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `sha3` [INFO] [stdout] --> src/lib.rs:169:25 [INFO] [stdout] | [INFO] [stdout] 169 | let _sha3_hash: Box = sha3_hash.downcast().unwrap(); [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `sha3` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> src/lib.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 49 | #[cfg(any(feature = "sha3", feature = "doc"))] [INFO] [stdout] | ----------------------------------- the item is gated here [INFO] [stdout] 50 | pub mod sha3; [INFO] [stdout] | ^^^^ [INFO] [stdout] help: to make use of source file src/sha3.rs, use `mod sha3` in this file to declare the module [INFO] [stdout] | [INFO] [stdout] 44 + mod sha3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b30953f77d1dfd8bc43fd7f7bcb00c5d58e76772c50e0986f8fd918eca1a592e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b30953f77d1dfd8bc43fd7f7bcb00c5d58e76772c50e0986f8fd918eca1a592e", kill_on_drop: false }` [INFO] [stdout] b30953f77d1dfd8bc43fd7f7bcb00c5d58e76772c50e0986f8fd918eca1a592e