[INFO] fetching crate fedimint-ring 0.16.20...
[INFO] checking fedimint-ring-0.16.20 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate fedimint-ring 0.16.20 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate fedimint-ring 0.16.20 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate 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-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1e895739ed02b7b8311f2a4bf64b4f059f02240894b382c53a999e5bf94bb60c
[INFO] running `Command { std: "docker" "start" "-a" "1e895739ed02b7b8311f2a4bf64b4f059f02240894b382c53a999e5bf94bb60c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1e895739ed02b7b8311f2a4bf64b4f059f02240894b382c53a999e5bf94bb60c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e895739ed02b7b8311f2a4bf64b4f059f02240894b382c53a999e5bf94bb60c", kill_on_drop: false }`
[INFO] [stdout] 1e895739ed02b7b8311f2a4bf64b4f059f02240894b382c53a999e5bf94bb60c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 90af21437b1339d1d2b41015d2e53b5041047cb2af52c51334cd499546040534
[INFO] running `Command { std: "docker" "start" "-a" "90af21437b1339d1d2b41015d2e53b5041047cb2af52c51334cd499546040534", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling fedimint-ring v0.16.20 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]     Checking untrusted v0.7.1
[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] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stdout] warning: the item `binary_op` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p256.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     elem::{binary_op, binary_op_assign},
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                              - the item `binary_op` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `binary_op_assign` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p256.rs:16:23
[INFO] [stdout]    |
[INFO] [stdout] 16 |     elem::{binary_op, binary_op_assign},
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                              - the item `binary_op_assign` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `elem_sqr_mul` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p256.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |     ^^^^^^^^^^^^                             - the item `elem_sqr_mul` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `elem_sqr_mul_acc` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p256.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^           - the item `elem_sqr_mul_acc` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Modulus` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p256.rs:17:37
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                     ^^^^^^^  - the item `Modulus` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PhantomData` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p256.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                              - the item `PhantomData` is already imported here
[INFO] [stdout] 18 | };
[INFO] [stdout] 19 | use core::marker::PhantomData;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `binary_op` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p384.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     elem::{binary_op, binary_op_assign},
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                              - the item `binary_op` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `binary_op_assign` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p384.rs:16:23
[INFO] [stdout]    |
[INFO] [stdout] 16 |     elem::{binary_op, binary_op_assign},
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                              - the item `binary_op_assign` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `elem_sqr_mul` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p384.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |     ^^^^^^^^^^^^                             - the item `elem_sqr_mul` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `elem_sqr_mul_acc` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p384.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^           - the item `elem_sqr_mul_acc` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Modulus` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p384.rs:17:37
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                     ^^^^^^^  - the item `Modulus` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PhantomData` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p384.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                              - the item `PhantomData` is already imported here
[INFO] [stdout] 18 | };
[INFO] [stdout] 19 | use core::marker::PhantomData;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `BLOCK_LEN` is imported redundantly
[INFO] [stdout]    --> src/aead/aes.rs:461:17
[INFO] [stdout]     |
[INFO] [stdout] 461 |     use super::{super::BLOCK_LEN, *};
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^  - the item `BLOCK_LEN` is already imported here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `error` is imported redundantly
[INFO] [stdout]    --> src/io/der.rs:213:9
[INFO] [stdout]     |
[INFO] [stdout] 212 |     use super::*;
[INFO] [stdout]     |         -------- the item `error` is already imported here
[INFO] [stdout] 213 |     use crate::error;
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `binary_op` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p256.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     elem::{binary_op, binary_op_assign},
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                              - the item `binary_op` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `binary_op_assign` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p256.rs:16:23
[INFO] [stdout]    |
[INFO] [stdout] 16 |     elem::{binary_op, binary_op_assign},
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                              - the item `binary_op_assign` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `elem_sqr_mul` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p256.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |     ^^^^^^^^^^^^                             - the item `elem_sqr_mul` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `elem_sqr_mul_acc` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p256.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^           - the item `elem_sqr_mul_acc` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Modulus` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p256.rs:17:37
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                     ^^^^^^^  - the item `Modulus` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PhantomData` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p256.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                              - the item `PhantomData` is already imported here
[INFO] [stdout] 18 | };
[INFO] [stdout] 19 | use core::marker::PhantomData;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `binary_op` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p384.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     elem::{binary_op, binary_op_assign},
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                              - the item `binary_op` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `binary_op_assign` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p384.rs:16:23
[INFO] [stdout]    |
[INFO] [stdout] 16 |     elem::{binary_op, binary_op_assign},
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                              - the item `binary_op_assign` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `elem_sqr_mul` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p384.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |     ^^^^^^^^^^^^                             - the item `elem_sqr_mul` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `elem_sqr_mul_acc` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p384.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^           - the item `elem_sqr_mul_acc` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Modulus` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p384.rs:17:37
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                     ^^^^^^^  - the item `Modulus` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PhantomData` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p384.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                              - the item `PhantomData` is already imported here
[INFO] [stdout] 18 | };
[INFO] [stdout] 19 | use core::marker::PhantomData;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `digest` is imported redundantly
[INFO] [stdout]    --> src/rsa/padding.rs:522:17
[INFO] [stdout]     |
[INFO] [stdout] 521 |     use super::*;
[INFO] [stdout]     |         -------- the item `digest` is already imported here
[INFO] [stdout] 522 |     use crate::{digest, error, test};
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `error` is imported redundantly
[INFO] [stdout]    --> src/rsa/padding.rs:522:25
[INFO] [stdout]     |
[INFO] [stdout] 521 |     use super::*;
[INFO] [stdout]     |         -------- the item `error` is already imported here
[INFO] [stdout] 522 |     use crate::{digest, error, test};
[INFO] [stdout]     |                         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `chunks_fixed_mut` is never used
[INFO] [stdout]   --> src/polyfill/chunks_fixed.rs:25:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub trait ChunksFixedMut<'a, Chunk>
[INFO] [stdout]    |           -------------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 25 |     fn chunks_fixed_mut(self) -> Self::MutIterator;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[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: associated function `from_byte_array` is never used
[INFO] [stdout]   --> src/endian.rs:30:8
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub trait FromByteArray<T> {
[INFO] [stdout]    |           ------------- associated function in this trait
[INFO] [stdout] 30 |     fn from_byte_array(a: &T) -> Self;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 15 warnings 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] The following warnings were emitted during compilation:
[INFO] [stderr] 
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] 
[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 `chunks_fixed_mut` is never used
[INFO] [stdout]   --> src/polyfill/chunks_fixed.rs:25:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub trait ChunksFixedMut<'a, Chunk>
[INFO] [stdout]    |           -------------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 25 |     fn chunks_fixed_mut(self) -> Self::MutIterator;
[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: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] 
[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: associated function `from_byte_array` is never used
[INFO] [stdout]   --> src/endian.rs:30:8
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub trait FromByteArray<T> {
[INFO] [stdout]    |           ------------- associated function in this trait
[INFO] [stdout] 30 |     fn from_byte_array(a: &T) -> Self;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]     --> src/arithmetic/bigint.rs:1486:17
[INFO] [stdout]      |
[INFO] [stdout] 1486 |                 unsafe impl SmallerModulus<MM> for M {}
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: move this `impl` block outside the of the current closure `<unnameable>` and up 2 bodies
[INFO] [stdout]      = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]      = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]      = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]      = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]     --> src/arithmetic/bigint.rs:1487:17
[INFO] [stdout]      |
[INFO] [stdout] 1487 |                 unsafe impl NotMuchSmallerModulus<MM> for M {}
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: move this `impl` block outside the of the current closure `<unnameable>` and up 2 bodies
[INFO] [stdout]      = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]      = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]      = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 27 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "90af21437b1339d1d2b41015d2e53b5041047cb2af52c51334cd499546040534", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90af21437b1339d1d2b41015d2e53b5041047cb2af52c51334cd499546040534", kill_on_drop: false }`
[INFO] [stdout] 90af21437b1339d1d2b41015d2e53b5041047cb2af52c51334cd499546040534
[INFO] checking fedimint-ring-0.16.20 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate fedimint-ring 0.16.20 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate fedimint-ring 0.16.20 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate 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-7-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e0e3b479154b12f53461f1aa96083eaa6f5048039b7dd621580318a9d48970c2
[INFO] running `Command { std: "docker" "start" "-a" "e0e3b479154b12f53461f1aa96083eaa6f5048039b7dd621580318a9d48970c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e0e3b479154b12f53461f1aa96083eaa6f5048039b7dd621580318a9d48970c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e0e3b479154b12f53461f1aa96083eaa6f5048039b7dd621580318a9d48970c2", kill_on_drop: false }`
[INFO] [stdout] e0e3b479154b12f53461f1aa96083eaa6f5048039b7dd621580318a9d48970c2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a344eca0564df8ad430b6b56498181f2a50d40550cb166c4d7cb9aa215364bee
[INFO] running `Command { std: "docker" "start" "-a" "a344eca0564df8ad430b6b56498181f2a50d40550cb166c4d7cb9aa215364bee", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling fedimint-ring v0.16.20 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]     Checking spin v0.5.2
[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] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stdout] warning: the item `binary_op` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p256.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     elem::{binary_op, binary_op_assign},
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                              - the item `binary_op` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `binary_op_assign` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p256.rs:16:23
[INFO] [stdout]    |
[INFO] [stdout] 16 |     elem::{binary_op, binary_op_assign},
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                              - the item `binary_op_assign` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `elem_sqr_mul` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p256.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |     ^^^^^^^^^^^^                             - the item `elem_sqr_mul` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `elem_sqr_mul_acc` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p256.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^           - the item `elem_sqr_mul_acc` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Modulus` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p256.rs:17:37
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                     ^^^^^^^  - the item `Modulus` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PhantomData` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p256.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                              - the item `PhantomData` is already imported here
[INFO] [stdout] 18 | };
[INFO] [stdout] 19 | use core::marker::PhantomData;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `binary_op` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p384.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     elem::{binary_op, binary_op_assign},
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                              - the item `binary_op` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `binary_op_assign` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p384.rs:16:23
[INFO] [stdout]    |
[INFO] [stdout] 16 |     elem::{binary_op, binary_op_assign},
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                              - the item `binary_op_assign` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `elem_sqr_mul` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p384.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |     ^^^^^^^^^^^^                             - the item `elem_sqr_mul` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `elem_sqr_mul_acc` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p384.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^           - the item `elem_sqr_mul_acc` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Modulus` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p384.rs:17:37
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                     ^^^^^^^  - the item `Modulus` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PhantomData` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p384.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                              - the item `PhantomData` is already imported here
[INFO] [stdout] 18 | };
[INFO] [stdout] 19 | use core::marker::PhantomData;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `BLOCK_LEN` is imported redundantly
[INFO] [stdout]    --> src/aead/aes.rs:461:17
[INFO] [stdout]     |
[INFO] [stdout] 461 |     use super::{super::BLOCK_LEN, *};
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^  - the item `BLOCK_LEN` is already imported here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `error` is imported redundantly
[INFO] [stdout]    --> src/io/der.rs:213:9
[INFO] [stdout]     |
[INFO] [stdout] 212 |     use super::*;
[INFO] [stdout]     |         -------- the item `error` is already imported here
[INFO] [stdout] 213 |     use crate::error;
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `binary_op` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p256.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     elem::{binary_op, binary_op_assign},
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                              - the item `binary_op` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `binary_op_assign` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p256.rs:16:23
[INFO] [stdout]    |
[INFO] [stdout] 16 |     elem::{binary_op, binary_op_assign},
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                              - the item `binary_op_assign` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `elem_sqr_mul` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p256.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |     ^^^^^^^^^^^^                             - the item `elem_sqr_mul` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `elem_sqr_mul_acc` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p256.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^           - the item `elem_sqr_mul_acc` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Modulus` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p256.rs:17:37
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                     ^^^^^^^  - the item `Modulus` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PhantomData` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p256.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                              - the item `PhantomData` is already imported here
[INFO] [stdout] 18 | };
[INFO] [stdout] 19 | use core::marker::PhantomData;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `binary_op` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p384.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     elem::{binary_op, binary_op_assign},
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                              - the item `binary_op` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `binary_op_assign` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p384.rs:16:23
[INFO] [stdout]    |
[INFO] [stdout] 16 |     elem::{binary_op, binary_op_assign},
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                              - the item `binary_op_assign` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `elem_sqr_mul` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p384.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |     ^^^^^^^^^^^^                             - the item `elem_sqr_mul` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `elem_sqr_mul_acc` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p384.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^           - the item `elem_sqr_mul_acc` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Modulus` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p384.rs:17:37
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                     ^^^^^^^  - the item `Modulus` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PhantomData` is imported redundantly
[INFO] [stdout]   --> src/ec/suite_b/ops/p384.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     elem_sqr_mul, elem_sqr_mul_acc, Modulus, *,
[INFO] [stdout]    |                                              - the item `PhantomData` is already imported here
[INFO] [stdout] 18 | };
[INFO] [stdout] 19 | use core::marker::PhantomData;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `digest` is imported redundantly
[INFO] [stdout]    --> src/rsa/padding.rs:522:17
[INFO] [stdout]     |
[INFO] [stdout] 521 |     use super::*;
[INFO] [stdout]     |         -------- the item `digest` is already imported here
[INFO] [stdout] 522 |     use crate::{digest, error, test};
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `error` is imported redundantly
[INFO] [stdout]    --> src/rsa/padding.rs:522:25
[INFO] [stdout]     |
[INFO] [stdout] 521 |     use super::*;
[INFO] [stdout]     |         -------- the item `error` is already imported here
[INFO] [stdout] 522 |     use crate::{digest, error, test};
[INFO] [stdout]     |                         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `chunks_fixed_mut` is never used
[INFO] [stdout]   --> src/polyfill/chunks_fixed.rs:25:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub trait ChunksFixedMut<'a, Chunk>
[INFO] [stdout]    |           -------------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 25 |     fn chunks_fixed_mut(self) -> Self::MutIterator;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[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: associated function `from_byte_array` is never used
[INFO] [stdout]   --> src/endian.rs:30:8
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub trait FromByteArray<T> {
[INFO] [stdout]    |           ------------- associated function in this trait
[INFO] [stdout] 30 |     fn from_byte_array(a: &T) -> Self;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 15 warnings 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] The following warnings were emitted during compilation:
[INFO] [stderr] 
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] warning: fedimint-ring@0.16.20: Compiler version doesn't include clang or GCC: "cc" "--version"
[INFO] [stderr] 
[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 `chunks_fixed_mut` is never used
[INFO] [stdout]   --> src/polyfill/chunks_fixed.rs:25:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub trait ChunksFixedMut<'a, Chunk>
[INFO] [stdout]    |           -------------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 25 |     fn chunks_fixed_mut(self) -> Self::MutIterator;
[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: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] 
[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: associated function `from_byte_array` is never used
[INFO] [stdout]   --> src/endian.rs:30:8
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub trait FromByteArray<T> {
[INFO] [stdout]    |           ------------- associated function in this trait
[INFO] [stdout] 30 |     fn from_byte_array(a: &T) -> Self;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]     --> src/arithmetic/bigint.rs:1486:17
[INFO] [stdout]      |
[INFO] [stdout] 1486 |                 unsafe impl SmallerModulus<MM> for M {}
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: move this `impl` block outside the of the current closure `<unnameable>` and up 2 bodies
[INFO] [stdout]      = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]      = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]      = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]      = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]     --> src/arithmetic/bigint.rs:1487:17
[INFO] [stdout]      |
[INFO] [stdout] 1487 |                 unsafe impl NotMuchSmallerModulus<MM> for M {}
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: move this `impl` block outside the of the current closure `<unnameable>` and up 2 bodies
[INFO] [stdout]      = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]      = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]      = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 27 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a344eca0564df8ad430b6b56498181f2a50d40550cb166c4d7cb9aa215364bee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a344eca0564df8ad430b6b56498181f2a50d40550cb166c4d7cb9aa215364bee", kill_on_drop: false }`
[INFO] [stdout] a344eca0564df8ad430b6b56498181f2a50d40550cb166c4d7cb9aa215364bee
