[INFO] fetching crate fedimint-ring 0.16.20...
[INFO] checking fedimint-ring-0.16.20 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate fedimint-ring 0.16.20 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate fedimint-ring 0.16.20 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate fedimint-ring 0.16.20
[INFO] finished tweaking crates.io crate fedimint-ring 0.16.20
[INFO] tweaked toml for crates.io crate fedimint-ring 0.16.20 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "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" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 524b35ae91cbc7198fa2de8ef9686552404d081a3650c1b7b3bffe004a2eb132
[INFO] running `Command { std: "docker" "start" "-a" "524b35ae91cbc7198fa2de8ef9686552404d081a3650c1b7b3bffe004a2eb132", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "524b35ae91cbc7198fa2de8ef9686552404d081a3650c1b7b3bffe004a2eb132", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "524b35ae91cbc7198fa2de8ef9686552404d081a3650c1b7b3bffe004a2eb132", kill_on_drop: false }`
[INFO] [stdout] 524b35ae91cbc7198fa2de8ef9686552404d081a3650c1b7b3bffe004a2eb132
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] de8c193a59888822d90e62fc5ed6dbfb12761338dfcc43dc5c5d0982efaf4c20
[INFO] running `Command { std: "docker" "start" "-a" "de8c193a59888822d90e62fc5ed6dbfb12761338dfcc43dc5c5d0982efaf4c20", kill_on_drop: false }`
[INFO] [stderr]    Compiling fedimint-ring v0.16.20 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> build.rs:625:21
[INFO] [stdout]     |
[INFO] [stdout] 625 |         "x86_64" => ("win64"),
[INFO] [stdout]     |                     ^       ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 625 -         "x86_64" => ("win64"),
[INFO] [stdout] 625 +         "x86_64" => "win64",
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> build.rs:626:18
[INFO] [stdout]     |
[INFO] [stdout] 626 |         "x86" => ("win32"),
[INFO] [stdout]     |                  ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 626 -         "x86" => ("win32"),
[INFO] [stdout] 626 +         "x86" => "win32",
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `cpu_features` is never read
[INFO] [stdout]   --> src/digest.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) struct BlockContext {
[INFO] [stdout]    |                   ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 49 |     cpu_features: cpu::Features,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BlockContext` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read tests/ed25519_verify_tests.txt: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/ed25519_tests.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |         test_file!("ed25519_verify_tests.txt"),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fedimint-ring` (test "ed25519_tests") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: method `into_words_less_safe` is never used
[INFO] [stdout]    --> src/aead/chacha.rs:215:8
[INFO] [stdout]     |
[INFO] [stdout] 183 | impl Counter {
[INFO] [stdout]     | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 215 |     fn into_words_less_safe(self) -> [u32; 4] {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `into_words_less_safe` is never used
[INFO] [stdout]    --> src/aead/chacha.rs:248:8
[INFO] [stdout]     |
[INFO] [stdout] 226 | impl Iv {
[INFO] [stdout]     | ------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 248 |     fn into_words_less_safe(self) -> [u32; 4] {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `chacha20_ctr32` is never used
[INFO] [stdout]   --> src/aead/chacha/fallback.rs:21:15
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub(super) fn chacha20_ctr32(
[INFO] [stdout]    |               ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `chacha_core` is never used
[INFO] [stdout]   --> src/aead/chacha/fallback.rs:66:4
[INFO] [stdout]    |
[INFO] [stdout] 66 | fn chacha_core(output: &mut [u8; BLOCK_LEN], input: &State) {
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `quarterround` is never used
[INFO] [stdout]   --> src/aead/chacha/fallback.rs:90:4
[INFO] [stdout]    |
[INFO] [stdout] 90 | fn quarterround(x: &mut State, a: usize, b: usize, c: usize, d: usize) {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `State` is never used
[INFO] [stdout]    --> src/aead/chacha/fallback.rs:102:6
[INFO] [stdout]     |
[INFO] [stdout] 102 | type State = [u32; BLOCK_LEN];
[INFO] [stdout]     |      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `cpu_features` is never read
[INFO] [stdout]   --> src/digest.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) struct BlockContext {
[INFO] [stdout]    |                   ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 49 |     cpu_features: cpu::Features,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BlockContext` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 7 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "de8c193a59888822d90e62fc5ed6dbfb12761338dfcc43dc5c5d0982efaf4c20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de8c193a59888822d90e62fc5ed6dbfb12761338dfcc43dc5c5d0982efaf4c20", kill_on_drop: false }`
[INFO] [stdout] de8c193a59888822d90e62fc5ed6dbfb12761338dfcc43dc5c5d0982efaf4c20
[INFO] checking fedimint-ring-0.16.20 against try#785364c7e5e0804473a3fddfb579798ea14e3493 for pr-114682
[INFO] extracting crate fedimint-ring 0.16.20 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate fedimint-ring 0.16.20 on toolchain 785364c7e5e0804473a3fddfb579798ea14e3493
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate fedimint-ring 0.16.20
[INFO] finished tweaking crates.io crate fedimint-ring 0.16.20
[INFO] tweaked toml for crates.io crate fedimint-ring 0.16.20 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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" "+785364c7e5e0804473a3fddfb579798ea14e3493" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 77362fb1732e669e2f3385f680905fb59e241426478330aa8b58969ec90ca912
[INFO] running `Command { std: "docker" "start" "-a" "77362fb1732e669e2f3385f680905fb59e241426478330aa8b58969ec90ca912", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "77362fb1732e669e2f3385f680905fb59e241426478330aa8b58969ec90ca912", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "77362fb1732e669e2f3385f680905fb59e241426478330aa8b58969ec90ca912", kill_on_drop: false }`
[INFO] [stdout] 77362fb1732e669e2f3385f680905fb59e241426478330aa8b58969ec90ca912
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+785364c7e5e0804473a3fddfb579798ea14e3493" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 97d6ea6d7c743d07844707bcfc1b1bdc2384dc777fe71884d2b095966f24513a
[INFO] running `Command { std: "docker" "start" "-a" "97d6ea6d7c743d07844707bcfc1b1bdc2384dc777fe71884d2b095966f24513a", kill_on_drop: false }`
[INFO] [stderr]    Compiling fedimint-ring v0.16.20 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> build.rs:625:21
[INFO] [stdout]     |
[INFO] [stdout] 625 |         "x86_64" => ("win64"),
[INFO] [stdout]     |                     ^       ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 625 -         "x86_64" => ("win64"),
[INFO] [stdout] 625 +         "x86_64" => "win64",
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> build.rs:626:18
[INFO] [stdout]     |
[INFO] [stdout] 626 |         "x86" => ("win32"),
[INFO] [stdout]     |                  ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 626 -         "x86" => ("win32"),
[INFO] [stdout] 626 +         "x86" => "win32",
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `cpu_features` is never read
[INFO] [stdout]   --> src/digest.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) struct BlockContext {
[INFO] [stdout]    |                   ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 49 |     cpu_features: cpu::Features,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BlockContext` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read tests/ed25519_verify_tests.txt: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/ed25519_tests.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |         test_file!("ed25519_verify_tests.txt"),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_file` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fedimint-ring` (test "ed25519_tests") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: method `into_words_less_safe` is never used
[INFO] [stdout]    --> src/aead/chacha.rs:215:8
[INFO] [stdout]     |
[INFO] [stdout] 183 | impl Counter {
[INFO] [stdout]     | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 215 |     fn into_words_less_safe(self) -> [u32; 4] {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `into_words_less_safe` is never used
[INFO] [stdout]    --> src/aead/chacha.rs:248:8
[INFO] [stdout]     |
[INFO] [stdout] 226 | impl Iv {
[INFO] [stdout]     | ------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 248 |     fn into_words_less_safe(self) -> [u32; 4] {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `chacha20_ctr32` is never used
[INFO] [stdout]   --> src/aead/chacha/fallback.rs:21:15
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub(super) fn chacha20_ctr32(
[INFO] [stdout]    |               ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `chacha_core` is never used
[INFO] [stdout]   --> src/aead/chacha/fallback.rs:66:4
[INFO] [stdout]    |
[INFO] [stdout] 66 | fn chacha_core(output: &mut [u8; BLOCK_LEN], input: &State) {
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `quarterround` is never used
[INFO] [stdout]   --> src/aead/chacha/fallback.rs:90:4
[INFO] [stdout]    |
[INFO] [stdout] 90 | fn quarterround(x: &mut State, a: usize, b: usize, c: usize, d: usize) {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `State` is never used
[INFO] [stdout]    --> src/aead/chacha/fallback.rs:102:6
[INFO] [stdout]     |
[INFO] [stdout] 102 | type State = [u32; BLOCK_LEN];
[INFO] [stdout]     |      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `cpu_features` is never read
[INFO] [stdout]   --> src/digest.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) struct BlockContext {
[INFO] [stdout]    |                   ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 49 |     cpu_features: cpu::Features,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BlockContext` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 7 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "97d6ea6d7c743d07844707bcfc1b1bdc2384dc777fe71884d2b095966f24513a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "97d6ea6d7c743d07844707bcfc1b1bdc2384dc777fe71884d2b095966f24513a", kill_on_drop: false }`
[INFO] [stdout] 97d6ea6d7c743d07844707bcfc1b1bdc2384dc777fe71884d2b095966f24513a
