[INFO] fetching crate dynhash 0.1.0...
[INFO] testing dynhash-0.1.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate dynhash 0.1.0 into /workspace/builds/worker-7-tc2/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-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate dynhash 0.1.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3fae2718d39b79d626a716ea58023c51cf25880cb98eaa8b86801df4cc9fecbc
[INFO] running `Command { std: "docker" "start" "-a" "3fae2718d39b79d626a716ea58023c51cf25880cb98eaa8b86801df4cc9fecbc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3fae2718d39b79d626a716ea58023c51cf25880cb98eaa8b86801df4cc9fecbc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3fae2718d39b79d626a716ea58023c51cf25880cb98eaa8b86801df4cc9fecbc", kill_on_drop: false }`
[INFO] [stdout] 3fae2718d39b79d626a716ea58023c51cf25880cb98eaa8b86801df4cc9fecbc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0d7e275b438d180ef1929f3cc9df7f96332d087ca882e4753a03be77b053dc6e
[INFO] running `Command { std: "docker" "start" "-a" "0d7e275b438d180ef1929f3cc9df7f96332d087ca882e4753a03be77b053dc6e", kill_on_drop: false }`
[INFO] [stderr]    Compiling mopa v0.2.2
[INFO] [stderr]    Compiling 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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) 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<Box<Hash>, 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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[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<Box<dyn Hash>, 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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[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] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] running `Command { std: "docker" "inspect" "0d7e275b438d180ef1929f3cc9df7f96332d087ca882e4753a03be77b053dc6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d7e275b438d180ef1929f3cc9df7f96332d087ca882e4753a03be77b053dc6e", kill_on_drop: false }`
[INFO] [stdout] 0d7e275b438d180ef1929f3cc9df7f96332d087ca882e4753a03be77b053dc6e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6d34c7a99a1d9363929077bb7f651c1df1b46fc27a129faf5f9da121c7b1d328
[INFO] running `Command { std: "docker" "start" "-a" "6d34c7a99a1d9363929077bb7f651c1df1b46fc27a129faf5f9da121c7b1d328", kill_on_drop: false }`
[INFO] [stderr]    Compiling 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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) 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<Box<Hash>, 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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[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<Box<dyn Hash>, 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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) 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<Box<Hash>, 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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[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<Box<dyn Hash>, 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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[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 <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[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<dyn Hash> = 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] [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<dyn Hash> = 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::<sha2::HashType_Sha2_512>() == 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::<sha3::HashType_Sha3_512>() == 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::<sha2::Hash_Sha2_256>() == 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::<sha3::Hash_Sha3_512>() == 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<sha3::Hash_Sha3_256>, Box<dyn Hash>> = 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_Sha3_512> = 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] [stderr] error: could not compile `dynhash` (lib test) due to 8 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "6d34c7a99a1d9363929077bb7f651c1df1b46fc27a129faf5f9da121c7b1d328", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d34c7a99a1d9363929077bb7f651c1df1b46fc27a129faf5f9da121c7b1d328", kill_on_drop: false }`
[INFO] [stdout] 6d34c7a99a1d9363929077bb7f651c1df1b46fc27a129faf5f9da121c7b1d328
