[INFO] fetching crate flakebi-ring 0.16.15...
[INFO] checking flakebi-ring-0.16.15 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate flakebi-ring 0.16.15 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate flakebi-ring 0.16.15 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate flakebi-ring 0.16.15
[INFO] finished tweaking crates.io crate flakebi-ring 0.16.15
[INFO] tweaked toml for crates.io crate flakebi-ring 0.16.15 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "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" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ca49fe606355f1a0edffe604b6f7ab91830d1caa093b25e3b1c8c3812e9ae1fc
[INFO] running `Command { std: "docker" "start" "-a" "ca49fe606355f1a0edffe604b6f7ab91830d1caa093b25e3b1c8c3812e9ae1fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ca49fe606355f1a0edffe604b6f7ab91830d1caa093b25e3b1c8c3812e9ae1fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca49fe606355f1a0edffe604b6f7ab91830d1caa093b25e3b1c8c3812e9ae1fc", kill_on_drop: false }`
[INFO] [stdout] ca49fe606355f1a0edffe604b6f7ab91830d1caa093b25e3b1c8c3812e9ae1fc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e845132983e843c42ec519de9edec7c1378efea4cab12f3adb55c910694d62ef
[INFO] running `Command { std: "docker" "start" "-a" "e845132983e843c42ec519de9edec7c1378efea4cab12f3adb55c910694d62ef", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling flakebi-ring v0.16.15 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> build.rs:522:35
[INFO] [stdout]     |
[INFO] [stdout] 522 |         let mut out_path = out_dir.clone().join(p.file_name().unwrap());
[INFO] [stdout]     |                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `Path` does not implement `Clone`, so calling `clone` on `&Path` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> build.rs:538:31
[INFO] [stdout]     |
[INFO] [stdout] 538 |     let mut out_path = out_dir.clone().join(src.file_name().unwrap());
[INFO] [stdout]     |                               ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `Path` does not implement `Clone`, so calling `clone` on `&Path` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/aead/chacha.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 115 | /         /// XXX: Although this takes an `Iv`, this actually uses it like a
[INFO] [stdout] 116 | |         /// `Counter`.
[INFO] [stdout]     | |______________________^
[INFO] [stdout] 117 | /         extern "C" {
[INFO] [stdout] 118 | |             fn GFp_ChaCha20_ctr32(
[INFO] [stdout] 119 | |                 out: *mut u8,
[INFO] [stdout] 120 | |                 in_: *const u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 124 | |             );
[INFO] [stdout] 125 | |         }
[INFO] [stdout]     | |_________- rustdoc does not generate documentation for extern blocks
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout]     = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/aead/chacha.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 115 | /         /// XXX: Although this takes an `Iv`, this actually uses it like a
[INFO] [stdout] 116 | |         /// `Counter`.
[INFO] [stdout]     | |______________________^
[INFO] [stdout] 117 | /         extern "C" {
[INFO] [stdout] 118 | |             fn GFp_ChaCha20_ctr32(
[INFO] [stdout] 119 | |                 out: *mut u8,
[INFO] [stdout] 120 | |                 in_: *const u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 124 | |             );
[INFO] [stdout] 125 | |         }
[INFO] [stdout]     | |_________- rustdoc does not generate documentation for extern blocks
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout]     = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `cpu_features` is never read
[INFO] [stdout]   --> src/digest.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub(crate) struct BlockContext {
[INFO] [stdout]    |                   ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 45 |     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: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ring`
[INFO] [stdout]  --> tests/signature_tests.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use ring::{signature, test};
[INFO] [stdout]   |     ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ring`
[INFO] [stdout]   --> tests/ed25519_tests.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | use ring::{
[INFO] [stdout]    |     ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ring`
[INFO] [stdout]   --> tests/ed25519_tests.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | use ring::{
[INFO] [stdout]    |     ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ring`
[INFO] [stdout]   --> tests/rand_tests.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use ring::{
[INFO] [stdout]    |     ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ring`
[INFO] [stdout]   --> tests/rand_tests.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use ring::{
[INFO] [stdout]    |     ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]  --> tests/signature_tests.rs:9:3
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[test]
[INFO] [stdout]   |   ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ring`
[INFO] [stdout]   --> tests/constant_time_tests.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use ring::{constant_time, error, rand};
[INFO] [stdout]    |     ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]   --> tests/rand_tests.rs:70:3
[INFO] [stdout]    |
[INFO] [stdout] 70 | #[test]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]   --> tests/rand_tests.rs:26:3
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[test]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ring`
[INFO] [stdout]   --> tests/digest_tests.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | use ring::{digest, test, test_file};
[INFO] [stdout]    |     ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ring`
[INFO] [stdout]   --> tests/digest_tests.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |     use ring::{digest, test};
[INFO] [stdout]    |         ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]    --> tests/ed25519_tests.rs:154:3
[INFO] [stdout]     |
[INFO] [stdout] 154 | #[test]
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]    --> tests/ed25519_tests.rs:132:3
[INFO] [stdout]     |
[INFO] [stdout] 132 | #[test]
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ring`
[INFO] [stdout]    --> tests/digest_tests.rs:99:21
[INFO] [stdout]     |
[INFO] [stdout] 99  |                 use ring::{digest, test_file};
[INFO] [stdout]     |                     ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] ...
[INFO] [stdout] 191 |     shavs_tests!(SHA1, SHA1_FOR_LEGACY_USE_ONLY);
[INFO] [stdout]     |     -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/ed25519_tests.rs:136:9
[INFO] [stdout]     |
[INFO] [stdout] 136 |         test_file!("ed25519_from_pkcs8_tests.txt"),
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ring`
[INFO] [stdout]    --> tests/digest_tests.rs:99:21
[INFO] [stdout]     |
[INFO] [stdout] 99  |                 use ring::{digest, test_file};
[INFO] [stdout]     |                     ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] ...
[INFO] [stdout] 192 |     shavs_tests!(SHA256, SHA256);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]    --> tests/ed25519_tests.rs:107:3
[INFO] [stdout]     |
[INFO] [stdout] 107 | #[test]
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ring`
[INFO] [stdout]    --> tests/digest_tests.rs:99:21
[INFO] [stdout]     |
[INFO] [stdout] 99  |                 use ring::{digest, test_file};
[INFO] [stdout]     |                     ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] ...
[INFO] [stdout] 193 |     shavs_tests!(SHA384, SHA384);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/ed25519_tests.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |         test_file!("ed25519_from_pkcs8_unchecked_tests.txt"),
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]   --> tests/ed25519_tests.rs:90:3
[INFO] [stdout]    |
[INFO] [stdout] 90 | #[test]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ring`
[INFO] [stdout]    --> tests/digest_tests.rs:99:21
[INFO] [stdout]     |
[INFO] [stdout] 99  |                 use ring::{digest, test_file};
[INFO] [stdout]     |                     ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] ...
[INFO] [stdout] 194 |     shavs_tests!(SHA512, SHA512);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]   --> tests/ed25519_tests.rs:39:3
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[test]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]   --> tests/ed25519_tests.rs:41:15
[INFO] [stdout]    |
[INFO] [stdout] 41 |     test::run(test_file!("ed25519_tests.txt"), |section, test_case| {
[INFO] [stdout]    |               ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ring`
[INFO] [stdout]   --> tests/agreement_tests.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 | use ring::{agreement, error, rand, test, test_file};
[INFO] [stdout]    |     ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ring`
[INFO] [stdout]   --> tests/rsa_tests.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | use ring::{
[INFO] [stdout]    |     ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ring`
[INFO] [stdout]   --> tests/rsa_tests.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | use ring::{
[INFO] [stdout]    |     ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `flakebi-ring` (test "signature_tests") due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]   --> tests/digest_tests.rs:42:3
[INFO] [stdout]    |
[INFO] [stdout] 42 | #[test]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]   --> tests/digest_tests.rs:45:15
[INFO] [stdout]    |
[INFO] [stdout] 45 |     test::run(test_file!("digest_tests.txt"), |section, test_case| {
[INFO] [stdout]    |               ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/digest_tests.rs:109:25
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         test_file!(concat!(
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 |     shavs_tests!(SHA1, SHA1_FOR_LEGACY_USE_ONLY);
[INFO] [stdout]     |     -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/digest_tests.rs:122:25
[INFO] [stdout]     |
[INFO] [stdout] 122 |                         test_file!(concat!(
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 |     shavs_tests!(SHA1, SHA1_FOR_LEGACY_USE_ONLY);
[INFO] [stdout]     |     -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/digest_tests.rs:135:25
[INFO] [stdout]     |
[INFO] [stdout] 135 |                         test_file!(concat!(
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 |     shavs_tests!(SHA1, SHA1_FOR_LEGACY_USE_ONLY);
[INFO] [stdout]     |     -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/digest_tests.rs:109:25
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         test_file!(concat!(
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 |     shavs_tests!(SHA256, SHA256);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/digest_tests.rs:122:25
[INFO] [stdout]     |
[INFO] [stdout] 122 |                         test_file!(concat!(
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 |     shavs_tests!(SHA256, SHA256);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]   --> tests/agreement_tests.rs:37:3
[INFO] [stdout]    |
[INFO] [stdout] 37 | #[test]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]   --> tests/agreement_tests.rs:80:3
[INFO] [stdout]    |
[INFO] [stdout] 80 | #[test]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/digest_tests.rs:135:25
[INFO] [stdout]     |
[INFO] [stdout] 135 |                         test_file!(concat!(
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 |     shavs_tests!(SHA256, SHA256);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]   --> tests/agreement_tests.rs:84:15
[INFO] [stdout]    |
[INFO] [stdout] 84 |     test::run(test_file!("agreement_tests.txt"), |section, test_case| {
[INFO] [stdout]    |               ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/digest_tests.rs:109:25
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         test_file!(concat!(
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 |     shavs_tests!(SHA384, SHA384);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]    --> tests/agreement_tests.rs:141:3
[INFO] [stdout]     |
[INFO] [stdout] 141 | #[test]
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/digest_tests.rs:122:25
[INFO] [stdout]     |
[INFO] [stdout] 122 |                         test_file!(concat!(
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 |     shavs_tests!(SHA384, SHA384);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/digest_tests.rs:135:25
[INFO] [stdout]     |
[INFO] [stdout] 135 |                         test_file!(concat!(
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 |     shavs_tests!(SHA384, SHA384);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/digest_tests.rs:109:25
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         test_file!(concat!(
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 |     shavs_tests!(SHA512, SHA512);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/digest_tests.rs:122:25
[INFO] [stdout]     |
[INFO] [stdout] 122 |                         test_file!(concat!(
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 |     shavs_tests!(SHA512, SHA512);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/digest_tests.rs:135:25
[INFO] [stdout]     |
[INFO] [stdout] 135 |                         test_file!(concat!(
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 |     shavs_tests!(SHA512, SHA512);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]    --> tests/digest_tests.rs:336:3
[INFO] [stdout]     |
[INFO] [stdout] 336 | #[test]
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]    --> tests/digest_tests.rs:346:3
[INFO] [stdout]     |
[INFO] [stdout] 346 | #[test]
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: allow(non_snake_case) incompatible with previous forbid
[INFO] [stdout]    --> tests/digest_tests.rs:96:21
[INFO] [stdout]     |
[INFO] [stdout] 30  |     warnings
[INFO] [stdout]     |     -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 96  |             #[allow(non_snake_case)]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] ...
[INFO] [stdout] 191 |     shavs_tests!(SHA1, SHA1_FOR_LEGACY_USE_ONLY);
[INFO] [stdout]     |     -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout]     = note: `#[warn(forbidden_lint_groups)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: allow(non_snake_case) incompatible with previous forbid
[INFO] [stdout]    --> tests/digest_tests.rs:96:21
[INFO] [stdout]     |
[INFO] [stdout] 30  |     warnings
[INFO] [stdout]     |     -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 96  |             #[allow(non_snake_case)]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] ...
[INFO] [stdout] 192 |     shavs_tests!(SHA256, SHA256);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout]     = note: this warning originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: allow(non_snake_case) incompatible with previous forbid
[INFO] [stdout]    --> tests/digest_tests.rs:96:21
[INFO] [stdout]     |
[INFO] [stdout] 30  |     warnings
[INFO] [stdout]     |     -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 96  |             #[allow(non_snake_case)]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] ...
[INFO] [stdout] 193 |     shavs_tests!(SHA384, SHA384);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout]     = note: this warning originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: allow(non_snake_case) incompatible with previous forbid
[INFO] [stdout]    --> tests/digest_tests.rs:96:21
[INFO] [stdout]     |
[INFO] [stdout] 30  |     warnings
[INFO] [stdout]     |     -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 96  |             #[allow(non_snake_case)]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] ...
[INFO] [stdout] 194 |     shavs_tests!(SHA512, SHA512);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout]     = note: this warning originates in the macro `shavs_tests` (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] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[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 `flakebi-ring` (test "constant_time_tests") due to 2 previous errors
[INFO] [stderr] error: could not compile `flakebi-ring` (test "rand_tests") due to 5 previous errors
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]    --> tests/rsa_tests.rs:307:3
[INFO] [stdout]     |
[INFO] [stdout] 307 | #[test]
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]    --> tests/rsa_tests.rs:286:3
[INFO] [stdout]     |
[INFO] [stdout] 286 | #[test]
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/rsa_tests.rs:290:9
[INFO] [stdout]     |
[INFO] [stdout] 290 |         test_file!("rsa_primitive_verify_tests.txt"),
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]    --> tests/rsa_tests.rs:236:3
[INFO] [stdout]     |
[INFO] [stdout] 236 | #[test]
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/rsa_tests.rs:240:9
[INFO] [stdout]     |
[INFO] [stdout] 240 |         test_file!("rsa_pss_verify_tests.txt"),
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]    --> tests/rsa_tests.rs:154:3
[INFO] [stdout]     |
[INFO] [stdout] 154 | #[test]
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/rsa_tests.rs:186:9
[INFO] [stdout]     |
[INFO] [stdout] 186 |         test_file!("rsa_pkcs1_verify_tests.txt"),
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]    --> tests/rsa_tests.rs:116:3
[INFO] [stdout]     |
[INFO] [stdout] 116 | #[test]
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/rsa_tests.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout] 120 |         test_file!("rsa_pss_sign_tests.txt"),
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]   --> tests/rsa_tests.rs:74:3
[INFO] [stdout]    |
[INFO] [stdout] 74 | #[test]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]   --> tests/rsa_tests.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |         test_file!("rsa_pkcs1_sign_tests.txt"),
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]   --> tests/rsa_tests.rs:50:3
[INFO] [stdout]    |
[INFO] [stdout] 50 | #[test]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]   --> tests/rsa_tests.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 54 |         test_file!("rsa_from_pkcs8_tests.txt"),
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[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 `flakebi-ring` (test "ed25519_tests") due to 11 previous errors
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 22 previous errors; 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `flakebi-ring` (test "agreement_tests") due to 6 previous errors
[INFO] [stderr] error: could not compile `flakebi-ring` (test "digest_tests") due to 23 previous errors; 4 warnings emitted
[INFO] [stdout] error: aborting due to 15 previous errors
[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 `flakebi-ring` (test "rsa_tests") due to 16 previous errors
[INFO] [stdout] warning: field `cpu_features` is never read
[INFO] [stdout]   --> src/digest.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub(crate) struct BlockContext {
[INFO] [stdout]    |                   ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 45 |     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: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e845132983e843c42ec519de9edec7c1378efea4cab12f3adb55c910694d62ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e845132983e843c42ec519de9edec7c1378efea4cab12f3adb55c910694d62ef", kill_on_drop: false }`
[INFO] [stdout] e845132983e843c42ec519de9edec7c1378efea4cab12f3adb55c910694d62ef
[INFO] checking flakebi-ring-0.16.15 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate flakebi-ring 0.16.15 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate flakebi-ring 0.16.15 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate flakebi-ring 0.16.15
[INFO] finished tweaking crates.io crate flakebi-ring 0.16.15
[INFO] tweaked toml for crates.io crate flakebi-ring 0.16.15 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "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" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1dd2c608aa45fa93145772a8271bf5d5d5e08178bd40141373e33eadd063b301
[INFO] running `Command { std: "docker" "start" "-a" "1dd2c608aa45fa93145772a8271bf5d5d5e08178bd40141373e33eadd063b301", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1dd2c608aa45fa93145772a8271bf5d5d5e08178bd40141373e33eadd063b301", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1dd2c608aa45fa93145772a8271bf5d5d5e08178bd40141373e33eadd063b301", kill_on_drop: false }`
[INFO] [stdout] 1dd2c608aa45fa93145772a8271bf5d5d5e08178bd40141373e33eadd063b301
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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 -Dnon_local_definitions" "-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" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e1e213030a0cc50bfc33578db413214d65eb29e7ee3d86a650584515b8c7466c
[INFO] running `Command { std: "docker" "start" "-a" "e1e213030a0cc50bfc33578db413214d65eb29e7ee3d86a650584515b8c7466c", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling flakebi-ring v0.16.15 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> build.rs:522:35
[INFO] [stdout]     |
[INFO] [stdout] 522 |         let mut out_path = out_dir.clone().join(p.file_name().unwrap());
[INFO] [stdout]     |                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `Path` does not implement `Clone`, so calling `clone` on `&Path` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> build.rs:538:31
[INFO] [stdout]     |
[INFO] [stdout] 538 |     let mut out_path = out_dir.clone().join(src.file_name().unwrap());
[INFO] [stdout]     |                               ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `Path` does not implement `Clone`, so calling `clone` on `&Path` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/aead/chacha.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 115 | /         /// XXX: Although this takes an `Iv`, this actually uses it like a
[INFO] [stdout] 116 | |         /// `Counter`.
[INFO] [stdout]     | |______________________^
[INFO] [stdout] 117 | /         extern "C" {
[INFO] [stdout] 118 | |             fn GFp_ChaCha20_ctr32(
[INFO] [stdout] 119 | |                 out: *mut u8,
[INFO] [stdout] 120 | |                 in_: *const u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 124 | |             );
[INFO] [stdout] 125 | |         }
[INFO] [stdout]     | |_________- rustdoc does not generate documentation for extern blocks
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout]     = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]    --> src/aead/chacha.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 115 | /         /// XXX: Although this takes an `Iv`, this actually uses it like a
[INFO] [stdout] 116 | |         /// `Counter`.
[INFO] [stdout]     | |______________________^
[INFO] [stdout] 117 | /         extern "C" {
[INFO] [stdout] 118 | |             fn GFp_ChaCha20_ctr32(
[INFO] [stdout] 119 | |                 out: *mut u8,
[INFO] [stdout] 120 | |                 in_: *const u8,
[INFO] [stdout] ...   |
[INFO] [stdout] 124 | |             );
[INFO] [stdout] 125 | |         }
[INFO] [stdout]     | |_________- rustdoc does not generate documentation for extern blocks
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout]     = note: `#[warn(unused_doc_comments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `cpu_features` is never read
[INFO] [stdout]   --> src/digest.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub(crate) struct BlockContext {
[INFO] [stdout]    |                   ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 45 |     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: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ring`
[INFO] [stdout]   --> tests/constant_time_tests.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use ring::{constant_time, error, rand};
[INFO] [stdout]    |     ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ring`
[INFO] [stdout]   --> tests/aead_tests.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 | use ring::{aead, error, test, test_file};
[INFO] [stdout]    |     ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ring`
[INFO] [stdout]   --> tests/digest_tests.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | use ring::{digest, test, test_file};
[INFO] [stdout]    |     ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ring`
[INFO] [stdout]   --> tests/hmac_tests.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | use ring::{digest, error, hmac, test, test_file};
[INFO] [stdout]    |     ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ring`
[INFO] [stdout]   --> tests/digest_tests.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |     use ring::{digest, test};
[INFO] [stdout]    |         ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ring`
[INFO] [stdout]    --> tests/digest_tests.rs:99:21
[INFO] [stdout]     |
[INFO] [stdout] 99  |                 use ring::{digest, test_file};
[INFO] [stdout]     |                     ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] ...
[INFO] [stdout] 191 |     shavs_tests!(SHA1, SHA1_FOR_LEGACY_USE_ONLY);
[INFO] [stdout]     |     -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ring`
[INFO] [stdout]    --> tests/digest_tests.rs:99:21
[INFO] [stdout]     |
[INFO] [stdout] 99  |                 use ring::{digest, test_file};
[INFO] [stdout]     |                     ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] ...
[INFO] [stdout] 192 |     shavs_tests!(SHA256, SHA256);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ring`
[INFO] [stdout]   --> tests/ed25519_tests.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | use ring::{
[INFO] [stdout]    |     ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]   --> tests/aead_tests.rs:43:3
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[test]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]   --> tests/aead_tests.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |         test_file!("aead_aes_128_gcm_tests.txt"),
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]   --> tests/aead_tests.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |         test_file!("aead_aes_128_gcm_tests.txt"),
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ring`
[INFO] [stdout]   --> tests/ed25519_tests.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | use ring::{
[INFO] [stdout]    |     ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]   --> tests/aead_tests.rs:60:3
[INFO] [stdout]    |
[INFO] [stdout] 60 | #[test]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]   --> tests/aead_tests.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |         test_file!("aead_aes_256_gcm_tests.txt"),
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]   --> tests/aead_tests.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 |         test_file!("aead_aes_256_gcm_tests.txt"),
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]   --> tests/aead_tests.rs:83:3
[INFO] [stdout]    |
[INFO] [stdout] 83 | #[test]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]   --> tests/aead_tests.rs:89:9
[INFO] [stdout]    |
[INFO] [stdout] 89 |         test_file!("aead_chacha20_poly1305_tests.txt"),
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]   --> tests/aead_tests.rs:95:9
[INFO] [stdout]    |
[INFO] [stdout] 95 |         test_file!("aead_chacha20_poly1305_tests.txt"),
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]    --> tests/aead_tests.rs:330:3
[INFO] [stdout]     |
[INFO] [stdout] 330 | #[test]
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]    --> tests/aead_tests.rs:353:3
[INFO] [stdout]     |
[INFO] [stdout] 353 | #[test]
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/aead_tests.rs:358:9
[INFO] [stdout]     |
[INFO] [stdout] 358 |         test_file!("aead_chacha20_poly1305_openssh_tests.txt"),
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]    --> tests/aead_tests.rs:400:3
[INFO] [stdout]     |
[INFO] [stdout] 400 | #[test]
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]    --> tests/aead_tests.rs:407:3
[INFO] [stdout]     |
[INFO] [stdout] 407 | #[test]
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ring`
[INFO] [stdout]   --> tests/pbkdf2_tests.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | use ring::{digest, error, pbkdf2, test, test_file};
[INFO] [stdout]    |     ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]   --> tests/hmac_tests.rs:41:3
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[test]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]   --> tests/hmac_tests.rs:44:15
[INFO] [stdout]    |
[INFO] [stdout] 44 |     test::run(test_file!("hmac_tests.txt"), |section, test_case| {
[INFO] [stdout]    |               ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]    --> tests/hmac_tests.rs:123:3
[INFO] [stdout]     |
[INFO] [stdout] 123 | #[test]
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]    --> tests/ed25519_tests.rs:154:3
[INFO] [stdout]     |
[INFO] [stdout] 154 | #[test]
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]    --> tests/ed25519_tests.rs:132:3
[INFO] [stdout]     |
[INFO] [stdout] 132 | #[test]
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/ed25519_tests.rs:136:9
[INFO] [stdout]     |
[INFO] [stdout] 136 |         test_file!("ed25519_from_pkcs8_tests.txt"),
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]    --> tests/ed25519_tests.rs:107:3
[INFO] [stdout]     |
[INFO] [stdout] 107 | #[test]
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/ed25519_tests.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |         test_file!("ed25519_from_pkcs8_unchecked_tests.txt"),
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]   --> tests/ed25519_tests.rs:90:3
[INFO] [stdout]    |
[INFO] [stdout] 90 | #[test]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]   --> tests/ed25519_tests.rs:39:3
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[test]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]   --> tests/ed25519_tests.rs:41:15
[INFO] [stdout]    |
[INFO] [stdout] 41 |     test::run(test_file!("ed25519_tests.txt"), |section, test_case| {
[INFO] [stdout]    |               ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]   --> tests/pbkdf2_tests.rs:43:3
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[test]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]   --> tests/pbkdf2_tests.rs:46:15
[INFO] [stdout]    |
[INFO] [stdout] 46 |     test::run(test_file!("pbkdf2_tests.txt"), |section, test_case| {
[INFO] [stdout]    |               ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 15 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ring`
[INFO] [stdout]   --> tests/quic_tests.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | use ring::{aead::quic, test, test_file};
[INFO] [stdout]    |     ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ring`
[INFO] [stdout]    --> tests/digest_tests.rs:99:21
[INFO] [stdout]     |
[INFO] [stdout] 99  |                 use ring::{digest, test_file};
[INFO] [stdout]     |                     ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] ...
[INFO] [stdout] 193 |     shavs_tests!(SHA384, SHA384);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ring`
[INFO] [stdout]    --> tests/digest_tests.rs:99:21
[INFO] [stdout]     |
[INFO] [stdout] 99  |                 use ring::{digest, test_file};
[INFO] [stdout]     |                     ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] ...
[INFO] [stdout] 194 |     shavs_tests!(SHA512, SHA512);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `flakebi-ring` (test "constant_time_tests") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `flakebi-ring` (test "aead_tests") due to 16 previous errors
[INFO] [stdout] error[E0432]: unresolved import `ring`
[INFO] [stdout]   --> tests/quic_tests.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | use ring::{aead::quic, test, test_file};
[INFO] [stdout]    |     ^^^^ use of undeclared crate or module `ring`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]   --> tests/digest_tests.rs:42:3
[INFO] [stdout]    |
[INFO] [stdout] 42 | #[test]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]   --> tests/digest_tests.rs:45:15
[INFO] [stdout]    |
[INFO] [stdout] 45 |     test::run(test_file!("digest_tests.txt"), |section, test_case| {
[INFO] [stdout]    |               ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/digest_tests.rs:109:25
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         test_file!(concat!(
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 |     shavs_tests!(SHA1, SHA1_FOR_LEGACY_USE_ONLY);
[INFO] [stdout]     |     -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/digest_tests.rs:122:25
[INFO] [stdout]     |
[INFO] [stdout] 122 |                         test_file!(concat!(
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 |     shavs_tests!(SHA1, SHA1_FOR_LEGACY_USE_ONLY);
[INFO] [stdout]     |     -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/digest_tests.rs:135:25
[INFO] [stdout]     |
[INFO] [stdout] 135 |                         test_file!(concat!(
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 |     shavs_tests!(SHA1, SHA1_FOR_LEGACY_USE_ONLY);
[INFO] [stdout]     |     -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/digest_tests.rs:109:25
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         test_file!(concat!(
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 |     shavs_tests!(SHA256, SHA256);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/digest_tests.rs:122:25
[INFO] [stdout]     |
[INFO] [stdout] 122 |                         test_file!(concat!(
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 |     shavs_tests!(SHA256, SHA256);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/digest_tests.rs:135:25
[INFO] [stdout]     |
[INFO] [stdout] 135 |                         test_file!(concat!(
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 |     shavs_tests!(SHA256, SHA256);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/digest_tests.rs:109:25
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         test_file!(concat!(
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 |     shavs_tests!(SHA384, SHA384);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/digest_tests.rs:122:25
[INFO] [stdout]     |
[INFO] [stdout] 122 |                         test_file!(concat!(
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 |     shavs_tests!(SHA384, SHA384);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/digest_tests.rs:135:25
[INFO] [stdout]     |
[INFO] [stdout] 135 |                         test_file!(concat!(
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 |     shavs_tests!(SHA384, SHA384);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/digest_tests.rs:109:25
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         test_file!(concat!(
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 |     shavs_tests!(SHA512, SHA512);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/digest_tests.rs:122:25
[INFO] [stdout]     |
[INFO] [stdout] 122 |                         test_file!(concat!(
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 |     shavs_tests!(SHA512, SHA512);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]    --> tests/digest_tests.rs:135:25
[INFO] [stdout]     |
[INFO] [stdout] 135 |                         test_file!(concat!(
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 |     shavs_tests!(SHA512, SHA512);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]     = note: this error originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]    --> tests/digest_tests.rs:336:3
[INFO] [stdout]     |
[INFO] [stdout] 336 | #[test]
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]    --> tests/digest_tests.rs:346:3
[INFO] [stdout]     |
[INFO] [stdout] 346 | #[test]
[INFO] [stdout]     |   ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] warning: allow(non_snake_case) incompatible with previous forbid
[INFO] [stdout]    --> tests/digest_tests.rs:96:21
[INFO] [stdout]     |
[INFO] [stdout] 30  |     warnings
[INFO] [stdout]     |     -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 96  |             #[allow(non_snake_case)]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] ...
[INFO] [stdout] 191 |     shavs_tests!(SHA1, SHA1_FOR_LEGACY_USE_ONLY);
[INFO] [stdout]     |     -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout]     = note: `#[warn(forbidden_lint_groups)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: allow(non_snake_case) incompatible with previous forbid
[INFO] [stdout]    --> tests/digest_tests.rs:96:21
[INFO] [stdout]     |
[INFO] [stdout] 30  |     warnings
[INFO] [stdout]     |     -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 96  |             #[allow(non_snake_case)]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] ...
[INFO] [stdout] 192 |     shavs_tests!(SHA256, SHA256);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout]     = note: this warning originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: allow(non_snake_case) incompatible with previous forbid
[INFO] [stdout]    --> tests/digest_tests.rs:96:21
[INFO] [stdout]     |
[INFO] [stdout] 30  |     warnings
[INFO] [stdout]     |     -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 96  |             #[allow(non_snake_case)]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] ...
[INFO] [stdout] 193 |     shavs_tests!(SHA384, SHA384);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout]     = note: this warning originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[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] [stdout] warning: allow(non_snake_case) incompatible with previous forbid
[INFO] [stdout]    --> tests/digest_tests.rs:96:21
[INFO] [stdout]     |
[INFO] [stdout] 30  |     warnings
[INFO] [stdout]     |     -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 96  |             #[allow(non_snake_case)]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] ...
[INFO] [stdout] 194 |     shavs_tests!(SHA512, SHA512);
[INFO] [stdout]     |     ---------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #81670 <https://github.com/rust-lang/rust/issues/81670>
[INFO] [stdout]     = note: this warning originates in the macro `shavs_tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]   --> tests/quic_tests.rs:35:3
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[test]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `flakebi-ring` (test "pbkdf2_tests") due to 4 previous errors
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]   --> tests/quic_tests.rs:37:31
[INFO] [stdout]    |
[INFO] [stdout] 37 |     test_quic(&quic::AES_128, test_file!("quic_aes_128_tests.txt"));
[INFO] [stdout]    |                               ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]   --> tests/quic_tests.rs:40:3
[INFO] [stdout]    |
[INFO] [stdout] 40 | #[test]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]   --> tests/quic_tests.rs:42:31
[INFO] [stdout]    |
[INFO] [stdout] 42 |     test_quic(&quic::AES_256, test_file!("quic_aes_256_tests.txt"));
[INFO] [stdout]    |                               ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the attribute macro `test`
[INFO] [stdout]   --> tests/quic_tests.rs:45:3
[INFO] [stdout]    |
[INFO] [stdout] 45 | #[test]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `test_file`
[INFO] [stdout]   --> tests/quic_tests.rs:47:32
[INFO] [stdout]    |
[INFO] [stdout] 47 |     test_quic(&quic::CHACHA20, test_file!("quic_chacha20_tests.txt"));
[INFO] [stdout]    |                                ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `flakebi-ring` (test "ed25519_tests") due to 11 previous errors
[INFO] [stderr] error: could not compile `flakebi-ring` (test "hmac_tests") due to 5 previous errors
[INFO] [stdout] error: aborting due to 8 previous errors
[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 `flakebi-ring` (test "quic_tests") due to 9 previous errors
[INFO] [stdout] error: aborting due to 22 previous errors; 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `flakebi-ring` (test "digest_tests") due to 23 previous errors; 4 warnings emitted
[INFO] [stdout] warning: field `cpu_features` is never read
[INFO] [stdout]   --> src/digest.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub(crate) struct BlockContext {
[INFO] [stdout]    |                   ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 45 |     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] error: 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 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: 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: requested on the command line with `-D non-local-definitions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]     --> src/arithmetic/bigint.rs:1488:17
[INFO] [stdout]      |
[INFO] [stdout] 1488 |                 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: 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] error: aborting due to 2 previous errors; 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `flakebi-ring` (lib test) due to 3 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "e1e213030a0cc50bfc33578db413214d65eb29e7ee3d86a650584515b8c7466c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e1e213030a0cc50bfc33578db413214d65eb29e7ee3d86a650584515b8c7466c", kill_on_drop: false }`
[INFO] [stdout] e1e213030a0cc50bfc33578db413214d65eb29e7ee3d86a650584515b8c7466c
