[INFO] fetching crate blake-hash 0.4.1...
[INFO] checking blake-hash-0.4.1 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate blake-hash 0.4.1 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate blake-hash 0.4.1 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate blake-hash 0.4.1
[INFO] finished tweaking crates.io crate blake-hash 0.4.1
[INFO] tweaked toml for crates.io crate blake-hash 0.4.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded blobby v0.1.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 782af240534da86fc7652f73cf097fe9d470967c3fb67549e44447055a6f2cd3
[INFO] running `Command { std: "docker" "start" "-a" "782af240534da86fc7652f73cf097fe9d470967c3fb67549e44447055a6f2cd3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "782af240534da86fc7652f73cf097fe9d470967c3fb67549e44447055a6f2cd3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "782af240534da86fc7652f73cf097fe9d470967c3fb67549e44447055a6f2cd3", kill_on_drop: false }`
[INFO] [stdout] 782af240534da86fc7652f73cf097fe9d470967c3fb67549e44447055a6f2cd3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 830a425ef7a3add03388bfc18c235e2aecc4f4d299b73ede0298520aa7eddbe1
[INFO] running `Command { std: "docker" "start" "-a" "830a425ef7a3add03388bfc18c235e2aecc4f4d299b73ede0298520aa7eddbe1", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]     Checking blobby v0.1.2
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking blake-hash v0.4.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `vec128_storage` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use simd::*;
[INFO] [stdout]    |     ------- the item `vec128_storage` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 24 |     vec128_storage, vec256_storage, Machine, RotateEachWord32, RotateEachWord64, StoreBytes, Words4,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `vec256_storage` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:24:21
[INFO] [stdout]    |
[INFO] [stdout] 21 | use simd::*;
[INFO] [stdout]    |     ------- the item `vec256_storage` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 24 |     vec128_storage, vec256_storage, Machine, RotateEachWord32, RotateEachWord64, StoreBytes, Words4,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `RotateEachWord32` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:24:46
[INFO] [stdout]    |
[INFO] [stdout] 21 | use simd::*;
[INFO] [stdout]    |     ------- the item `RotateEachWord32` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 24 |     vec128_storage, vec256_storage, Machine, RotateEachWord32, RotateEachWord64, StoreBytes, Words4,
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `RotateEachWord64` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:24:64
[INFO] [stdout]    |
[INFO] [stdout] 21 | use simd::*;
[INFO] [stdout]    |     ------- the item `RotateEachWord64` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 24 |     vec128_storage, vec256_storage, Machine, RotateEachWord32, RotateEachWord64, StoreBytes, Words4,
[INFO] [stdout]    |                                                                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `StoreBytes` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:24:82
[INFO] [stdout]    |
[INFO] [stdout] 21 | use simd::*;
[INFO] [stdout]    |     ------- the item `StoreBytes` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 24 |     vec128_storage, vec256_storage, Machine, RotateEachWord32, RotateEachWord64, StoreBytes, Words4,
[INFO] [stdout]    |                                                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Words4` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:24:94
[INFO] [stdout]    |
[INFO] [stdout] 21 | use simd::*;
[INFO] [stdout]    |     ------- the item `Words4` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 24 |     vec128_storage, vec256_storage, Machine, RotateEachWord32, RotateEachWord64, StoreBytes, Words4,
[INFO] [stdout]    |                                                                                              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `vec128_storage` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use simd::*;
[INFO] [stdout]    |     ------- the item `vec128_storage` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 24 |     vec128_storage, vec256_storage, Machine, RotateEachWord32, RotateEachWord64, StoreBytes, Words4,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `vec256_storage` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:24:21
[INFO] [stdout]    |
[INFO] [stdout] 21 | use simd::*;
[INFO] [stdout]    |     ------- the item `vec256_storage` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 24 |     vec128_storage, vec256_storage, Machine, RotateEachWord32, RotateEachWord64, StoreBytes, Words4,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `RotateEachWord32` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:24:46
[INFO] [stdout]    |
[INFO] [stdout] 21 | use simd::*;
[INFO] [stdout]    |     ------- the item `RotateEachWord32` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 24 |     vec128_storage, vec256_storage, Machine, RotateEachWord32, RotateEachWord64, StoreBytes, Words4,
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `RotateEachWord64` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:24:64
[INFO] [stdout]    |
[INFO] [stdout] 21 | use simd::*;
[INFO] [stdout]    |     ------- the item `RotateEachWord64` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 24 |     vec128_storage, vec256_storage, Machine, RotateEachWord32, RotateEachWord64, StoreBytes, Words4,
[INFO] [stdout]    |                                                                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `StoreBytes` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:24:82
[INFO] [stdout]    |
[INFO] [stdout] 21 | use simd::*;
[INFO] [stdout]    |     ------- the item `StoreBytes` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 24 |     vec128_storage, vec256_storage, Machine, RotateEachWord32, RotateEachWord64, StoreBytes, Words4,
[INFO] [stdout]    |                                                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Words4` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:24:94
[INFO] [stdout]    |
[INFO] [stdout] 21 | use simd::*;
[INFO] [stdout]    |     ------- the item `Words4` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 24 |     vec128_storage, vec256_storage, Machine, RotateEachWord32, RotateEachWord64, StoreBytes, Words4,
[INFO] [stdout]    |                                                                                              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `blake_hash::simd::machine`
[INFO] [stdout]  --> benches/machine.rs:5:23
[INFO] [stdout]   |
[INFO] [stdout] 5 | use blake_hash::simd::machine::x86;
[INFO] [stdout]   |                       ^^^^^^^ could not find `machine` in `simd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `blake-hash` (bench "machine") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "830a425ef7a3add03388bfc18c235e2aecc4f4d299b73ede0298520aa7eddbe1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "830a425ef7a3add03388bfc18c235e2aecc4f4d299b73ede0298520aa7eddbe1", kill_on_drop: false }`
[INFO] [stdout] 830a425ef7a3add03388bfc18c235e2aecc4f4d299b73ede0298520aa7eddbe1
[INFO] checking blake-hash-0.4.1 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate blake-hash 0.4.1 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate blake-hash 0.4.1 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate blake-hash 0.4.1
[INFO] finished tweaking crates.io crate blake-hash 0.4.1
[INFO] tweaked toml for crates.io crate blake-hash 0.4.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cfc791e6687064b6bac1a9466a665c826fbd3aefb1e70d7e8362fada2e172ff8
[INFO] running `Command { std: "docker" "start" "-a" "cfc791e6687064b6bac1a9466a665c826fbd3aefb1e70d7e8362fada2e172ff8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cfc791e6687064b6bac1a9466a665c826fbd3aefb1e70d7e8362fada2e172ff8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cfc791e6687064b6bac1a9466a665c826fbd3aefb1e70d7e8362fada2e172ff8", kill_on_drop: false }`
[INFO] [stdout] cfc791e6687064b6bac1a9466a665c826fbd3aefb1e70d7e8362fada2e172ff8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a77ed543a5681d9cca0807408cacfae911a7bdc9065d58cc44f494cd379f0cab
[INFO] running `Command { std: "docker" "start" "-a" "a77ed543a5681d9cca0807408cacfae911a7bdc9065d58cc44f494cd379f0cab", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]     Checking blobby v0.1.2
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking blake-hash v0.4.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `vec128_storage` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use simd::*;
[INFO] [stdout]    |     ------- the item `vec128_storage` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 24 |     vec128_storage, vec256_storage, Machine, RotateEachWord32, RotateEachWord64, StoreBytes, Words4,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `vec128_storage` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use simd::*;
[INFO] [stdout]    |     ------- the item `vec128_storage` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 24 |     vec128_storage, vec256_storage, Machine, RotateEachWord32, RotateEachWord64, StoreBytes, Words4,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `vec256_storage` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:24:21
[INFO] [stdout]    |
[INFO] [stdout] 21 | use simd::*;
[INFO] [stdout]    |     ------- the item `vec256_storage` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 24 |     vec128_storage, vec256_storage, Machine, RotateEachWord32, RotateEachWord64, StoreBytes, Words4,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `vec256_storage` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:24:21
[INFO] [stdout]    |
[INFO] [stdout] 21 | use simd::*;
[INFO] [stdout]    |     ------- the item `vec256_storage` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 24 |     vec128_storage, vec256_storage, Machine, RotateEachWord32, RotateEachWord64, StoreBytes, Words4,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `RotateEachWord32` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:24:46
[INFO] [stdout]    |
[INFO] [stdout] 21 | use simd::*;
[INFO] [stdout]    |     ------- the item `RotateEachWord32` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 24 |     vec128_storage, vec256_storage, Machine, RotateEachWord32, RotateEachWord64, StoreBytes, Words4,
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `RotateEachWord64` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:24:64
[INFO] [stdout]    |
[INFO] [stdout] 21 | use simd::*;
[INFO] [stdout]    |     ------- the item `RotateEachWord64` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 24 |     vec128_storage, vec256_storage, Machine, RotateEachWord32, RotateEachWord64, StoreBytes, Words4,
[INFO] [stdout]    |                                                                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `RotateEachWord32` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:24:46
[INFO] [stdout]    |
[INFO] [stdout] 21 | use simd::*;
[INFO] [stdout]    |     ------- the item `RotateEachWord32` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 24 |     vec128_storage, vec256_storage, Machine, RotateEachWord32, RotateEachWord64, StoreBytes, Words4,
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `StoreBytes` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:24:82
[INFO] [stdout]    |
[INFO] [stdout] 21 | use simd::*;
[INFO] [stdout]    |     ------- the item `StoreBytes` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 24 |     vec128_storage, vec256_storage, Machine, RotateEachWord32, RotateEachWord64, StoreBytes, Words4,
[INFO] [stdout]    |                                                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `RotateEachWord64` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:24:64
[INFO] [stdout]    |
[INFO] [stdout] 21 | use simd::*;
[INFO] [stdout]    |     ------- the item `RotateEachWord64` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 24 |     vec128_storage, vec256_storage, Machine, RotateEachWord32, RotateEachWord64, StoreBytes, Words4,
[INFO] [stdout]    |                                                                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Words4` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:24:94
[INFO] [stdout]    |
[INFO] [stdout] 21 | use simd::*;
[INFO] [stdout]    |     ------- the item `Words4` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 24 |     vec128_storage, vec256_storage, Machine, RotateEachWord32, RotateEachWord64, StoreBytes, Words4,
[INFO] [stdout]    |                                                                                              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `StoreBytes` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:24:82
[INFO] [stdout]    |
[INFO] [stdout] 21 | use simd::*;
[INFO] [stdout]    |     ------- the item `StoreBytes` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 24 |     vec128_storage, vec256_storage, Machine, RotateEachWord32, RotateEachWord64, StoreBytes, Words4,
[INFO] [stdout]    |                                                                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Words4` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:24:94
[INFO] [stdout]    |
[INFO] [stdout] 21 | use simd::*;
[INFO] [stdout]    |     ------- the item `Words4` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 24 |     vec128_storage, vec256_storage, Machine, RotateEachWord32, RotateEachWord64, StoreBytes, Words4,
[INFO] [stdout]    |                                                                                              ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `blake_hash::simd::machine`
[INFO] [stdout]  --> benches/machine.rs:5:23
[INFO] [stdout]   |
[INFO] [stdout] 5 | use blake_hash::simd::machine::x86;
[INFO] [stdout]   |                       ^^^^^^^ could not find `machine` in `simd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `blake-hash` (bench "machine") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "a77ed543a5681d9cca0807408cacfae911a7bdc9065d58cc44f494cd379f0cab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a77ed543a5681d9cca0807408cacfae911a7bdc9065d58cc44f494cd379f0cab", kill_on_drop: false }`
[INFO] [stdout] a77ed543a5681d9cca0807408cacfae911a7bdc9065d58cc44f494cd379f0cab
