[INFO] fetching crate blake2_ce 0.10.6...
[INFO] testing blake2_ce-0.10.6 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate blake2_ce 0.10.6 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate blake2_ce 0.10.6
[INFO] finished tweaking crates.io crate blake2_ce 0.10.6
[INFO] tweaked toml for crates.io crate blake2_ce 0.10.6 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate blake2_ce 0.10.6 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 11 packages to latest compatible versions
[INFO] [stderr]       Adding hex-literal v0.2.2 (available: v1.1.0)
[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-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 90828348a79792558f96384a275ed488f3149e8693c659fde363ce1df7e548a3
[INFO] running `Command { std: "docker" "start" "-a" "90828348a79792558f96384a275ed488f3149e8693c659fde363ce1df7e548a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "90828348a79792558f96384a275ed488f3149e8693c659fde363ce1df7e548a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90828348a79792558f96384a275ed488f3149e8693c659fde363ce1df7e548a3", kill_on_drop: false }`
[INFO] [stdout] 90828348a79792558f96384a275ed488f3149e8693c659fde363ce1df7e548a3
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5a1f4ee1fed3294eb3440bcb23287973a045467dd29ab6787f49f3e9fcea910e
[INFO] running `Command { std: "docker" "start" "-a" "5a1f4ee1fed3294eb3440bcb23287973a045467dd29ab6787f49f3e9fcea910e", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling blobby v0.3.1
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling blake2_ce v0.10.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]   --> src/lib.rs:95:21
[INFO] [stdout]    |
[INFO] [stdout] 95 |     generic_array::{ArrayLength, GenericArray},
[INFO] [stdout]    |                     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `digest::generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stdout]   --> src/lib.rs:95:34
[INFO] [stdout]    |
[INFO] [stdout] 95 |     generic_array::{ArrayLength, GenericArray},
[INFO] [stdout]    |                                  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:262:22
[INFO] [stdout]     |
[INFO] [stdout] 262 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | blake2_mac_impl!(Blake2bMac, Blake2bVarCore, U64, "Blake2b MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:274:22
[INFO] [stdout]     |
[INFO] [stdout] 274 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | blake2_mac_impl!(Blake2bMac, Blake2bVarCore, U64, "Blake2b MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:312:22
[INFO] [stdout]     |
[INFO] [stdout] 312 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | blake2_mac_impl!(Blake2bMac, Blake2bVarCore, U64, "Blake2b MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:320:22
[INFO] [stdout]     |
[INFO] [stdout] 320 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | blake2_mac_impl!(Blake2bMac, Blake2bVarCore, U64, "Blake2b MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:352:22
[INFO] [stdout]     |
[INFO] [stdout] 352 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | blake2_mac_impl!(Blake2bMac, Blake2bVarCore, U64, "Blake2b MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:364:22
[INFO] [stdout]     |
[INFO] [stdout] 364 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size> + 'static,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | blake2_mac_impl!(Blake2bMac, Blake2bVarCore, U64, "Blake2b MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:372:22
[INFO] [stdout]     |
[INFO] [stdout] 372 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size> + 'static,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | blake2_mac_impl!(Blake2bMac, Blake2bVarCore, U64, "Blake2b MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:417:22
[INFO] [stdout]     |
[INFO] [stdout] 417 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | blake2_mac_impl!(Blake2bMac, Blake2bVarCore, U64, "Blake2b MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:424:22
[INFO] [stdout]     |
[INFO] [stdout] 424 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | blake2_mac_impl!(Blake2bMac, Blake2bVarCore, U64, "Blake2b MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:262:22
[INFO] [stdout]     |
[INFO] [stdout] 262 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | blake2_mac_impl!(Blake2sMac, Blake2sVarCore, U32, "Blake2s MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:274:22
[INFO] [stdout]     |
[INFO] [stdout] 274 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | blake2_mac_impl!(Blake2sMac, Blake2sVarCore, U32, "Blake2s MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:312:22
[INFO] [stdout]     |
[INFO] [stdout] 312 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | blake2_mac_impl!(Blake2sMac, Blake2sVarCore, U32, "Blake2s MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:320:22
[INFO] [stdout]     |
[INFO] [stdout] 320 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | blake2_mac_impl!(Blake2sMac, Blake2sVarCore, U32, "Blake2s MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:352:22
[INFO] [stdout]     |
[INFO] [stdout] 352 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | blake2_mac_impl!(Blake2sMac, Blake2sVarCore, U32, "Blake2s MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:364:22
[INFO] [stdout]     |
[INFO] [stdout] 364 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size> + 'static,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | blake2_mac_impl!(Blake2sMac, Blake2sVarCore, U32, "Blake2s MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:372:22
[INFO] [stdout]     |
[INFO] [stdout] 372 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size> + 'static,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | blake2_mac_impl!(Blake2sMac, Blake2sVarCore, U32, "Blake2s MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:417:22
[INFO] [stdout]     |
[INFO] [stdout] 417 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | blake2_mac_impl!(Blake2sMac, Blake2sVarCore, U32, "Blake2s MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:424:22
[INFO] [stdout]     |
[INFO] [stdout] 424 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | blake2_mac_impl!(Blake2sMac, Blake2sVarCore, U32, "Blake2s MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `digest::generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:48:25
[INFO] [stdout]     |
[INFO] [stdout]  48 |                           GenericArray::<u8, <$bytes as Div<U4>>::Output>::default();
[INFO] [stdout]     |                           ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | / blake2_impl!(
[INFO] [stdout] 115 | |     Blake2bVarCore,
[INFO] [stdout] 116 | |     "Blake2b",
[INFO] [stdout] 117 | |     u64,
[INFO] [stdout] ...   |
[INFO] [stdout] 127 | |     "Blake2b instance with a fixed output.",
[INFO] [stdout] 128 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `digest::generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:67:25
[INFO] [stdout]     |
[INFO] [stdout]  67 |                           GenericArray::<u8, <$bytes as Div<U4>>::Output>::default();
[INFO] [stdout]     |                           ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | / blake2_impl!(
[INFO] [stdout] 115 | |     Blake2bVarCore,
[INFO] [stdout] 116 | |     "Blake2b",
[INFO] [stdout] 117 | |     u64,
[INFO] [stdout] ...   |
[INFO] [stdout] 127 | |     "Blake2b instance with a fixed output.",
[INFO] [stdout] 128 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `digest::generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:98:31
[INFO] [stdout]     |
[INFO] [stdout]  98 |                   final_block: &GenericArray<u8, $block_size>,
[INFO] [stdout]     |                                 ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | / blake2_impl!(
[INFO] [stdout] 115 | |     Blake2bVarCore,
[INFO] [stdout] 116 | |     "Blake2b",
[INFO] [stdout] 117 | |     u64,
[INFO] [stdout] ...   |
[INFO] [stdout] 127 | |     "Blake2b instance with a fixed output.",
[INFO] [stdout] 128 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `digest::generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:48:25
[INFO] [stdout]     |
[INFO] [stdout]  48 |                           GenericArray::<u8, <$bytes as Div<U4>>::Output>::default();
[INFO] [stdout]     |                           ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:144:1
[INFO] [stdout]     |
[INFO] [stdout] 144 | / blake2_impl!(
[INFO] [stdout] 145 | |     Blake2sVarCore,
[INFO] [stdout] 146 | |     "Blake2s",
[INFO] [stdout] 147 | |     u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 157 | |     "Blake2s instance with a fixed output.",
[INFO] [stdout] 158 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `digest::generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:67:25
[INFO] [stdout]     |
[INFO] [stdout]  67 |                           GenericArray::<u8, <$bytes as Div<U4>>::Output>::default();
[INFO] [stdout]     |                           ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:144:1
[INFO] [stdout]     |
[INFO] [stdout] 144 | / blake2_impl!(
[INFO] [stdout] 145 | |     Blake2sVarCore,
[INFO] [stdout] 146 | |     "Blake2s",
[INFO] [stdout] 147 | |     u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 157 | |     "Blake2s instance with a fixed output.",
[INFO] [stdout] 158 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `digest::generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:98:31
[INFO] [stdout]     |
[INFO] [stdout]  98 |                   final_block: &GenericArray<u8, $block_size>,
[INFO] [stdout]     |                                 ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:144:1
[INFO] [stdout]     |
[INFO] [stdout] 144 | / blake2_impl!(
[INFO] [stdout] 145 | |     Blake2sVarCore,
[INFO] [stdout] 146 | |     "Blake2s",
[INFO] [stdout] 147 | |     u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 157 | |     "Blake2s instance with a fixed output.",
[INFO] [stdout] 158 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `as_mut_bytes` is never used
[INFO] [stdout]   --> src/as_bytes.rs:16:8
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub trait AsBytes {
[INFO] [stdout]    |           ------- method in this trait
[INFO] [stdout] 15 |     fn as_bytes(&self) -> &[u8];
[INFO] [stdout] 16 |     fn as_mut_bytes(&mut self) -> &mut [u8];
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
[INFO] running `Command { std: "docker" "inspect" "5a1f4ee1fed3294eb3440bcb23287973a045467dd29ab6787f49f3e9fcea910e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a1f4ee1fed3294eb3440bcb23287973a045467dd29ab6787f49f3e9fcea910e", kill_on_drop: false }`
[INFO] [stdout] 5a1f4ee1fed3294eb3440bcb23287973a045467dd29ab6787f49f3e9fcea910e
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c27ce7d1fd733a9eae3aeaa89b21c2295b252e04c599ad94e586ddfdd9878140
[INFO] running `Command { std: "docker" "start" "-a" "c27ce7d1fd733a9eae3aeaa89b21c2295b252e04c599ad94e586ddfdd9878140", kill_on_drop: false }`
[INFO] [stderr]    Compiling hex-literal-impl v0.2.3
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]   --> src/lib.rs:95:21
[INFO] [stdout]    |
[INFO] [stdout] 95 |     generic_array::{ArrayLength, GenericArray},
[INFO] [stdout]    |                     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `digest::generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stdout]   --> src/lib.rs:95:34
[INFO] [stdout]    |
[INFO] [stdout] 95 |     generic_array::{ArrayLength, GenericArray},
[INFO] [stdout]    |                                  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:262:22
[INFO] [stdout]     |
[INFO] [stdout] 262 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | blake2_mac_impl!(Blake2bMac, Blake2bVarCore, U64, "Blake2b MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:274:22
[INFO] [stdout]     |
[INFO] [stdout] 274 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | blake2_mac_impl!(Blake2bMac, Blake2bVarCore, U64, "Blake2b MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:312:22
[INFO] [stdout]     |
[INFO] [stdout] 312 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | blake2_mac_impl!(Blake2bMac, Blake2bVarCore, U64, "Blake2b MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:320:22
[INFO] [stdout]     |
[INFO] [stdout] 320 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | blake2_mac_impl!(Blake2bMac, Blake2bVarCore, U64, "Blake2b MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:352:22
[INFO] [stdout]     |
[INFO] [stdout] 352 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | blake2_mac_impl!(Blake2bMac, Blake2bVarCore, U64, "Blake2b MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:364:22
[INFO] [stdout]     |
[INFO] [stdout] 364 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size> + 'static,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | blake2_mac_impl!(Blake2bMac, Blake2bVarCore, U64, "Blake2b MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:372:22
[INFO] [stdout]     |
[INFO] [stdout] 372 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size> + 'static,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | blake2_mac_impl!(Blake2bMac, Blake2bVarCore, U64, "Blake2b MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:417:22
[INFO] [stdout]     |
[INFO] [stdout] 417 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | blake2_mac_impl!(Blake2bMac, Blake2bVarCore, U64, "Blake2b MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:424:22
[INFO] [stdout]     |
[INFO] [stdout] 424 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | blake2_mac_impl!(Blake2bMac, Blake2bVarCore, U64, "Blake2b MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:262:22
[INFO] [stdout]     |
[INFO] [stdout] 262 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | blake2_mac_impl!(Blake2sMac, Blake2sVarCore, U32, "Blake2s MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:274:22
[INFO] [stdout]     |
[INFO] [stdout] 274 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | blake2_mac_impl!(Blake2sMac, Blake2sVarCore, U32, "Blake2s MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:312:22
[INFO] [stdout]     |
[INFO] [stdout] 312 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | blake2_mac_impl!(Blake2sMac, Blake2sVarCore, U32, "Blake2s MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:320:22
[INFO] [stdout]     |
[INFO] [stdout] 320 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | blake2_mac_impl!(Blake2sMac, Blake2sVarCore, U32, "Blake2s MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:352:22
[INFO] [stdout]     |
[INFO] [stdout] 352 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | blake2_mac_impl!(Blake2sMac, Blake2sVarCore, U32, "Blake2s MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:364:22
[INFO] [stdout]     |
[INFO] [stdout] 364 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size> + 'static,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | blake2_mac_impl!(Blake2sMac, Blake2sVarCore, U32, "Blake2s MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:372:22
[INFO] [stdout]     |
[INFO] [stdout] 372 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size> + 'static,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | blake2_mac_impl!(Blake2sMac, Blake2sVarCore, U32, "Blake2s MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:417:22
[INFO] [stdout]     |
[INFO] [stdout] 417 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | blake2_mac_impl!(Blake2sMac, Blake2sVarCore, U32, "Blake2s MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:424:22
[INFO] [stdout]     |
[INFO] [stdout] 424 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | blake2_mac_impl!(Blake2sMac, Blake2sVarCore, U32, "Blake2s MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `digest::generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:48:25
[INFO] [stdout]     |
[INFO] [stdout]  48 |                           GenericArray::<u8, <$bytes as Div<U4>>::Output>::default();
[INFO] [stdout]     |                           ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | / blake2_impl!(
[INFO] [stdout] 115 | |     Blake2bVarCore,
[INFO] [stdout] 116 | |     "Blake2b",
[INFO] [stdout] 117 | |     u64,
[INFO] [stdout] ...   |
[INFO] [stdout] 127 | |     "Blake2b instance with a fixed output.",
[INFO] [stdout] 128 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `digest::generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:67:25
[INFO] [stdout]     |
[INFO] [stdout]  67 |                           GenericArray::<u8, <$bytes as Div<U4>>::Output>::default();
[INFO] [stdout]     |                           ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | / blake2_impl!(
[INFO] [stdout] 115 | |     Blake2bVarCore,
[INFO] [stdout] 116 | |     "Blake2b",
[INFO] [stdout] 117 | |     u64,
[INFO] [stdout] ...   |
[INFO] [stdout] 127 | |     "Blake2b instance with a fixed output.",
[INFO] [stdout] 128 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `digest::generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:98:31
[INFO] [stdout]     |
[INFO] [stdout]  98 |                   final_block: &GenericArray<u8, $block_size>,
[INFO] [stdout]     |                                 ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | / blake2_impl!(
[INFO] [stdout] 115 | |     Blake2bVarCore,
[INFO] [stdout] 116 | |     "Blake2b",
[INFO] [stdout] 117 | |     u64,
[INFO] [stdout] ...   |
[INFO] [stdout] 127 | |     "Blake2b instance with a fixed output.",
[INFO] [stdout] 128 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `digest::generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:48:25
[INFO] [stdout]     |
[INFO] [stdout]  48 |                           GenericArray::<u8, <$bytes as Div<U4>>::Output>::default();
[INFO] [stdout]     |                           ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:144:1
[INFO] [stdout]     |
[INFO] [stdout] 144 | / blake2_impl!(
[INFO] [stdout] 145 | |     Blake2sVarCore,
[INFO] [stdout] 146 | |     "Blake2s",
[INFO] [stdout] 147 | |     u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 157 | |     "Blake2s instance with a fixed output.",
[INFO] [stdout] 158 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `digest::generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:67:25
[INFO] [stdout]     |
[INFO] [stdout]  67 |                           GenericArray::<u8, <$bytes as Div<U4>>::Output>::default();
[INFO] [stdout]     |                           ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:144:1
[INFO] [stdout]     |
[INFO] [stdout] 144 | / blake2_impl!(
[INFO] [stdout] 145 | |     Blake2sVarCore,
[INFO] [stdout] 146 | |     "Blake2s",
[INFO] [stdout] 147 | |     u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 157 | |     "Blake2s instance with a fixed output.",
[INFO] [stdout] 158 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `digest::generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:98:31
[INFO] [stdout]     |
[INFO] [stdout]  98 |                   final_block: &GenericArray<u8, $block_size>,
[INFO] [stdout]     |                                 ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:144:1
[INFO] [stdout]     |
[INFO] [stdout] 144 | / blake2_impl!(
[INFO] [stdout] 145 | |     Blake2sVarCore,
[INFO] [stdout] 146 | |     "Blake2s",
[INFO] [stdout] 147 | |     u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 157 | |     "Blake2s instance with a fixed output.",
[INFO] [stdout] 158 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `as_mut_bytes` is never used
[INFO] [stdout]   --> src/as_bytes.rs:16:8
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub trait AsBytes {
[INFO] [stdout]    |           ------- method in this trait
[INFO] [stdout] 15 |     fn as_bytes(&self) -> &[u8];
[INFO] [stdout] 16 |     fn as_mut_bytes(&mut self) -> &mut [u8];
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling hex-literal v0.2.2
[INFO] [stderr]    Compiling blake2_ce v0.10.6 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `blake2`
[INFO] [stdout]  --> tests/persona.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use blake2::{digest::FixedOutput, Blake2bMac512, Blake2sMac256};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `blake2`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `blake2`, use `cargo add blake2` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `blake2`
[INFO] [stdout]  --> tests/persona.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use blake2::{digest::FixedOutput, Blake2bMac512, Blake2sMac256};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `blake2`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `blake2`, use `cargo add blake2` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `blake2`
[INFO] [stdout]   --> tests/mac.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |     use blake2::digest::{generic_array::GenericArray, KeyInit, Mac};
[INFO] [stdout]    |         ^^^^^^ use of unresolved module or unlinked crate `blake2`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `blake2`, use `cargo add blake2` to add it to your `Cargo.toml`
[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 `blake2_ce` (test "persona") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]   --> src/lib.rs:95:21
[INFO] [stdout]    |
[INFO] [stdout] 95 |     generic_array::{ArrayLength, GenericArray},
[INFO] [stdout]    |                     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `digest::generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stdout]   --> src/lib.rs:95:34
[INFO] [stdout]    |
[INFO] [stdout] 95 |     generic_array::{ArrayLength, GenericArray},
[INFO] [stdout]    |                                  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:262:22
[INFO] [stdout]     |
[INFO] [stdout] 262 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | blake2_mac_impl!(Blake2bMac, Blake2bVarCore, U64, "Blake2b MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:274:22
[INFO] [stdout]     |
[INFO] [stdout] 274 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | blake2_mac_impl!(Blake2bMac, Blake2bVarCore, U64, "Blake2b MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:312:22
[INFO] [stdout]     |
[INFO] [stdout] 312 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | blake2_mac_impl!(Blake2bMac, Blake2bVarCore, U64, "Blake2b MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:320:22
[INFO] [stdout]     |
[INFO] [stdout] 320 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | blake2_mac_impl!(Blake2bMac, Blake2bVarCore, U64, "Blake2b MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:352:22
[INFO] [stdout]     |
[INFO] [stdout] 352 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | blake2_mac_impl!(Blake2bMac, Blake2bVarCore, U64, "Blake2b MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:364:22
[INFO] [stdout]     |
[INFO] [stdout] 364 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size> + 'static,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | blake2_mac_impl!(Blake2bMac, Blake2bVarCore, U64, "Blake2b MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:372:22
[INFO] [stdout]     |
[INFO] [stdout] 372 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size> + 'static,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | blake2_mac_impl!(Blake2bMac, Blake2bVarCore, U64, "Blake2b MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:417:22
[INFO] [stdout]     |
[INFO] [stdout] 417 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | blake2_mac_impl!(Blake2bMac, Blake2bVarCore, U64, "Blake2b MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:424:22
[INFO] [stdout]     |
[INFO] [stdout] 424 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | blake2_mac_impl!(Blake2bMac, Blake2bVarCore, U64, "Blake2b MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:262:22
[INFO] [stdout]     |
[INFO] [stdout] 262 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | blake2_mac_impl!(Blake2sMac, Blake2sVarCore, U32, "Blake2s MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:274:22
[INFO] [stdout]     |
[INFO] [stdout] 274 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | blake2_mac_impl!(Blake2sMac, Blake2sVarCore, U32, "Blake2s MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:312:22
[INFO] [stdout]     |
[INFO] [stdout] 312 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | blake2_mac_impl!(Blake2sMac, Blake2sVarCore, U32, "Blake2s MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:320:22
[INFO] [stdout]     |
[INFO] [stdout] 320 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | blake2_mac_impl!(Blake2sMac, Blake2sVarCore, U32, "Blake2s MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:352:22
[INFO] [stdout]     |
[INFO] [stdout] 352 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | blake2_mac_impl!(Blake2sMac, Blake2sVarCore, U32, "Blake2s MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:364:22
[INFO] [stdout]     |
[INFO] [stdout] 364 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size> + 'static,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | blake2_mac_impl!(Blake2sMac, Blake2sVarCore, U32, "Blake2s MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:372:22
[INFO] [stdout]     |
[INFO] [stdout] 372 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size> + 'static,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | blake2_mac_impl!(Blake2sMac, Blake2sVarCore, U32, "Blake2s MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:417:22
[INFO] [stdout]     |
[INFO] [stdout] 417 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | blake2_mac_impl!(Blake2sMac, Blake2sVarCore, U32, "Blake2s MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `digest::generic_array::ArrayLength`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:424:22
[INFO] [stdout]     |
[INFO] [stdout] 424 |             OutSize: ArrayLength<u8> + IsLessOrEqual<$max_size>,
[INFO] [stdout]     |                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:169:1
[INFO] [stdout]     |
[INFO] [stdout] 169 | blake2_mac_impl!(Blake2sMac, Blake2sVarCore, U32, "Blake2s MAC function");
[INFO] [stdout]     | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `digest::generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:48:25
[INFO] [stdout]     |
[INFO] [stdout]  48 |                           GenericArray::<u8, <$bytes as Div<U4>>::Output>::default();
[INFO] [stdout]     |                           ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | / blake2_impl!(
[INFO] [stdout] 115 | |     Blake2bVarCore,
[INFO] [stdout] 116 | |     "Blake2b",
[INFO] [stdout] 117 | |     u64,
[INFO] [stdout] ...   |
[INFO] [stdout] 127 | |     "Blake2b instance with a fixed output.",
[INFO] [stdout] 128 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `digest::generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:67:25
[INFO] [stdout]     |
[INFO] [stdout]  67 |                           GenericArray::<u8, <$bytes as Div<U4>>::Output>::default();
[INFO] [stdout]     |                           ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | / blake2_impl!(
[INFO] [stdout] 115 | |     Blake2bVarCore,
[INFO] [stdout] 116 | |     "Blake2b",
[INFO] [stdout] 117 | |     u64,
[INFO] [stdout] ...   |
[INFO] [stdout] 127 | |     "Blake2b instance with a fixed output.",
[INFO] [stdout] 128 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `digest::generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:98:31
[INFO] [stdout]     |
[INFO] [stdout]  98 |                   final_block: &GenericArray<u8, $block_size>,
[INFO] [stdout]     |                                 ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:114:1
[INFO] [stdout]     |
[INFO] [stdout] 114 | / blake2_impl!(
[INFO] [stdout] 115 | |     Blake2bVarCore,
[INFO] [stdout] 116 | |     "Blake2b",
[INFO] [stdout] 117 | |     u64,
[INFO] [stdout] ...   |
[INFO] [stdout] 127 | |     "Blake2b instance with a fixed output.",
[INFO] [stdout] 128 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `digest::generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:48:25
[INFO] [stdout]     |
[INFO] [stdout]  48 |                           GenericArray::<u8, <$bytes as Div<U4>>::Output>::default();
[INFO] [stdout]     |                           ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:144:1
[INFO] [stdout]     |
[INFO] [stdout] 144 | / blake2_impl!(
[INFO] [stdout] 145 | |     Blake2sVarCore,
[INFO] [stdout] 146 | |     "Blake2s",
[INFO] [stdout] 147 | |     u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 157 | |     "Blake2s instance with a fixed output.",
[INFO] [stdout] 158 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `digest::generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:67:25
[INFO] [stdout]     |
[INFO] [stdout]  67 |                           GenericArray::<u8, <$bytes as Div<U4>>::Output>::default();
[INFO] [stdout]     |                           ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:144:1
[INFO] [stdout]     |
[INFO] [stdout] 144 | / blake2_impl!(
[INFO] [stdout] 145 | |     Blake2sVarCore,
[INFO] [stdout] 146 | |     "Blake2s",
[INFO] [stdout] 147 | |     u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 157 | |     "Blake2s instance with a fixed output.",
[INFO] [stdout] 158 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `digest::generic_array::GenericArray`: please upgrade to generic-array 1.x
[INFO] [stdout]    --> src/macros.rs:98:31
[INFO] [stdout]     |
[INFO] [stdout]  98 |                   final_block: &GenericArray<u8, $block_size>,
[INFO] [stdout]     |                                 ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:144:1
[INFO] [stdout]     |
[INFO] [stdout] 144 | / blake2_impl!(
[INFO] [stdout] 145 | |     Blake2sVarCore,
[INFO] [stdout] 146 | |     "Blake2s",
[INFO] [stdout] 147 | |     u32,
[INFO] [stdout] ...   |
[INFO] [stdout] 157 | |     "Blake2s instance with a fixed output.",
[INFO] [stdout] 158 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `blake2_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `blake2`
[INFO] [stdout]  --> tests/mac.rs:6:39
[INFO] [stdout]   |
[INFO] [stdout] 6 | new_test!(blake2b_mac, "blake2b/mac", blake2::Blake2bMac512);
[INFO] [stdout]   |                                       ^^^^^^ use of unresolved module or unlinked crate `blake2`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `blake2`, use `cargo add blake2` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `blake2`
[INFO] [stdout]  --> tests/mac.rs:7:39
[INFO] [stdout]   |
[INFO] [stdout] 7 | new_test!(blake2s_mac, "blake2s/mac", blake2::Blake2sMac256);
[INFO] [stdout]   |                                       ^^^^^^ use of unresolved module or unlinked crate `blake2`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `blake2`, use `cargo add blake2` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `blake2`
[INFO] [stdout]   --> tests/mac.rs:27:11
[INFO] [stdout]    |
[INFO] [stdout] 27 |     run::<blake2::Blake2sMac256>(&[0x42; 32]);
[INFO] [stdout]    |           ^^^^^^ use of unresolved module or unlinked crate `blake2`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `blake2`, use `cargo add blake2` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `blake2`
[INFO] [stdout]   --> tests/mac.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 |     run::<blake2::Blake2bMac512>(&[0x42; 64]);
[INFO] [stdout]    |           ^^^^^^ use of unresolved module or unlinked crate `blake2`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `blake2`, use `cargo add blake2` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `blake2`
[INFO] [stdout]  --> tests/mod.rs:7:43
[INFO] [stdout]   |
[INFO] [stdout] 7 | new_test!(blake2b_fixed, "blake2b/fixed", blake2::Blake2b512, fixed_fn,);
[INFO] [stdout]   |                                           ^^^^^^ use of unresolved module or unlinked crate `blake2`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `blake2`, use `cargo add blake2` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `blake2_ce` (test "mac") due to 5 previous errors
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `blake2`
[INFO] [stdout]   --> tests/mod.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     blake2::Blake2bVar,
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `blake2`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `blake2`, use `cargo add blake2` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `blake2`
[INFO] [stdout]   --> tests/mod.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     blake2::Blake2sVar,
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `blake2`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `blake2`, use `cargo add blake2` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `blake2_ce` (test "mod") due to 3 previous errors
[INFO] [stdout] warning: method `as_mut_bytes` is never used
[INFO] [stdout]   --> src/as_bytes.rs:16:8
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub trait AsBytes {
[INFO] [stdout]    |           ------- method in this trait
[INFO] [stdout] 15 |     fn as_bytes(&self) -> &[u8];
[INFO] [stdout] 16 |     fn as_mut_bytes(&mut self) -> &mut [u8];
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c27ce7d1fd733a9eae3aeaa89b21c2295b252e04c599ad94e586ddfdd9878140", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c27ce7d1fd733a9eae3aeaa89b21c2295b252e04c599ad94e586ddfdd9878140", kill_on_drop: false }`
[INFO] [stdout] c27ce7d1fd733a9eae3aeaa89b21c2295b252e04c599ad94e586ddfdd9878140
