[INFO] fetching crate ring 0.17.14... [INFO] testing ring-0.17.14 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate ring 0.17.14 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate ring 0.17.14 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate ring 0.17.14 [INFO] tweaked toml for crates.io crate ring 0.17.14 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate ring 0.17.14 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate ring 0.17.14 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded wasm-bindgen-test-macro v0.3.47 [INFO] [stderr] Downloaded wasm-bindgen-test v0.3.47 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8dbe2688c80320d69c2d15c096a28a8bef13a02be15133f247b231da3228a0e4 [INFO] running `Command { std: "docker" "start" "-a" "8dbe2688c80320d69c2d15c096a28a8bef13a02be15133f247b231da3228a0e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8dbe2688c80320d69c2d15c096a28a8bef13a02be15133f247b231da3228a0e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8dbe2688c80320d69c2d15c096a28a8bef13a02be15133f247b231da3228a0e4", kill_on_drop: false }` [INFO] [stdout] 8dbe2688c80320d69c2d15c096a28a8bef13a02be15133f247b231da3228a0e4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] f22c809551e379eb1d36be07dd4c0974d8d867dc560c41cda23643960bf6425c [INFO] running `Command { std: "docker" "start" "-a" "f22c809551e379eb1d36be07dd4c0974d8d867dc560c41cda23643960bf6425c", kill_on_drop: false }` [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling cc v1.2.13 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling ring v0.17.14 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/polyfill/slice/as_chunks.rs:19:44 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn as_chunks(slice: &[T]) -> (AsChunks, &[T]) { [INFO] [stdout] | ^^^^ -------------- ---- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 19 | pub fn as_chunks(slice: &[T]) -> (AsChunks<'_, T, N>, &[T]) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/polyfill/slice/as_chunks_mut.rs:18:48 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn as_chunks_mut(slice: &mut [T]) -> (AsChunksMut, &mut [T]) { [INFO] [stdout] | ^^^^^^^^ ----------------- -------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 18 | pub fn as_chunks_mut(slice: &mut [T]) -> (AsChunksMut<'_, T, N>, &mut [T]) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/polyfill/slice/as_chunks_mut.rs:55:19 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn as_mut(&mut self) -> AsChunksMut { [INFO] [stdout] | ^^^^^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 55 | pub fn as_mut(&mut self) -> AsChunksMut<'_, T, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/polyfill/slice/as_chunks_mut.rs:60:19 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn as_ref(&self) -> AsChunks { [INFO] [stdout] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 60 | pub fn as_ref(&self) -> AsChunks<'_, T, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/polyfill/slice/as_chunks_mut.rs:67:47 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn chunks_mut(&mut self) -> AsChunksMutChunksMutIter { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | pub fn chunks_mut(&mut self) -> AsChunksMutChunksMutIter<'_, T, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/polyfill/slice/as_chunks_mut.rs:73:25 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn split_at_mut(&mut self, mid: usize) -> (AsChunksMut, AsChunksMut) { [INFO] [stdout] | ^^^^^^^^^ ----------------- ----------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 73 | pub fn split_at_mut(&mut self, mid: usize) -> (AsChunksMut<'_, T, N>, AsChunksMut<'_, T, N>) { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/arithmetic/bigint/modulus.rs:116:27 [INFO] [stdout] | [INFO] [stdout] 116 | pub(crate) fn modulus(&self, cpu_features: cpu::Features) -> Modulus { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 116 | pub(crate) fn modulus(&self, cpu_features: cpu::Features) -> Modulus<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/arithmetic/limbs512/storage.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 48 | ) -> Result, LenMismatchError> { [INFO] [stdout] | ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 48 | ) -> Result, LenMismatchError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/pkcs8.rs:56:21 [INFO] [stdout] | [INFO] [stdout] 56 | fn alg_id_value(&self) -> untrusted::Input { [INFO] [stdout] | ^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 56 | fn alg_id_value(&self) -> untrusted::Input<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/pkcs8.rs:65:22 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn curve_oid(&self) -> untrusted::Input { [INFO] [stdout] | ^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 65 | pub fn curve_oid(&self) -> untrusted::Input<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rsa/public_modulus.rs:91:25 [INFO] [stdout] | [INFO] [stdout] 91 | pub(super) fn value(&self, cpu_features: cpu::Features) -> bigint::Modulus { [INFO] [stdout] | ^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 91 | pub(super) fn value(&self, cpu_features: cpu::Features) -> bigint::Modulus<'_, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s [INFO] running `Command { std: "docker" "inspect" "f22c809551e379eb1d36be07dd4c0974d8d867dc560c41cda23643960bf6425c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f22c809551e379eb1d36be07dd4c0974d8d867dc560c41cda23643960bf6425c", kill_on_drop: false }` [INFO] [stdout] f22c809551e379eb1d36be07dd4c0974d8d867dc560c41cda23643960bf6425c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 14fc67550600153d6ef7bab118dc0cb2a7846814b9eb642981e3a2fb6a45c6c6 [INFO] running `Command { std: "docker" "start" "-a" "14fc67550600153d6ef7bab118dc0cb2a7846814b9eb642981e3a2fb6a45c6c6", kill_on_drop: false }` [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/polyfill/slice/as_chunks.rs:19:44 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn as_chunks(slice: &[T]) -> (AsChunks, &[T]) { [INFO] [stdout] | ^^^^ -------------- ---- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 19 | pub fn as_chunks(slice: &[T]) -> (AsChunks<'_, T, N>, &[T]) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/polyfill/slice/as_chunks_mut.rs:18:48 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn as_chunks_mut(slice: &mut [T]) -> (AsChunksMut, &mut [T]) { [INFO] [stdout] | ^^^^^^^^ ----------------- -------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 18 | pub fn as_chunks_mut(slice: &mut [T]) -> (AsChunksMut<'_, T, N>, &mut [T]) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/polyfill/slice/as_chunks_mut.rs:55:19 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn as_mut(&mut self) -> AsChunksMut { [INFO] [stdout] | ^^^^^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 55 | pub fn as_mut(&mut self) -> AsChunksMut<'_, T, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/polyfill/slice/as_chunks_mut.rs:60:19 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn as_ref(&self) -> AsChunks { [INFO] [stdout] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 60 | pub fn as_ref(&self) -> AsChunks<'_, T, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/polyfill/slice/as_chunks_mut.rs:67:47 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn chunks_mut(&mut self) -> AsChunksMutChunksMutIter { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | pub fn chunks_mut(&mut self) -> AsChunksMutChunksMutIter<'_, T, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/polyfill/slice/as_chunks_mut.rs:73:25 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn split_at_mut(&mut self, mid: usize) -> (AsChunksMut, AsChunksMut) { [INFO] [stdout] | ^^^^^^^^^ ----------------- ----------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 73 | pub fn split_at_mut(&mut self, mid: usize) -> (AsChunksMut<'_, T, N>, AsChunksMut<'_, T, N>) { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/arithmetic/bigint/modulus.rs:116:27 [INFO] [stdout] | [INFO] [stdout] 116 | pub(crate) fn modulus(&self, cpu_features: cpu::Features) -> Modulus { [INFO] [stdout] | ^^^^^ ---------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 116 | pub(crate) fn modulus(&self, cpu_features: cpu::Features) -> Modulus<'_, M> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/arithmetic/limbs512/storage.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 48 | ) -> Result, LenMismatchError> { [INFO] [stdout] | ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 48 | ) -> Result, LenMismatchError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/pkcs8.rs:56:21 [INFO] [stdout] | [INFO] [stdout] 56 | fn alg_id_value(&self) -> untrusted::Input { [INFO] [stdout] | ^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 56 | fn alg_id_value(&self) -> untrusted::Input<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/pkcs8.rs:65:22 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn curve_oid(&self) -> untrusted::Input { [INFO] [stdout] | ^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 65 | pub fn curve_oid(&self) -> untrusted::Input<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rsa/public_modulus.rs:91:25 [INFO] [stdout] | [INFO] [stdout] 91 | pub(super) fn value(&self, cpu_features: cpu::Features) -> bigint::Modulus { [INFO] [stdout] | ^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 91 | pub(super) fn value(&self, cpu_features: cpu::Features) -> bigint::Modulus<'_, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ring v0.17.14 (/opt/rustwide/workdir) [INFO] [stdout] error: couldn't read `tests/hmac_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/hmac_tests.rs:29:15 [INFO] [stdout] | [INFO] [stdout] 29 | test::run(test_file!("hmac_tests.txt"), |section, test_case| { [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: couldn't read `tests/ecdsa_from_pkcs8_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/ecdsa_tests.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | test_file!("ecdsa_from_pkcs8_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: couldn't read `tests/ecdsa_verify_asn1_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/ecdsa_tests.rs:119:9 [INFO] [stdout] | [INFO] [stdout] 119 | test_file!("ecdsa_verify_asn1_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: couldn't read `tests/ecdsa_verify_fixed_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/ecdsa_tests.rs:152:9 [INFO] [stdout] | [INFO] [stdout] 152 | test_file!("ecdsa_verify_fixed_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: couldn't read `tests/hkdf_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/hkdf_tests.rs:29:15 [INFO] [stdout] | [INFO] [stdout] 29 | test::run(test_file!("hkdf_tests.txt"), |section, test_case| { [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: couldn't read `tests/../src/ec/suite_b/ecdsa/ecdsa_sign_fixed_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/ecdsa_tests.rs:225:9 [INFO] [stdout] | [INFO] [stdout] 225 | test_file!("../src/ec/suite_b/ecdsa/ecdsa_sign_fixed_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: couldn't read `tests/../src/ec/suite_b/ecdsa/ecdsa_sign_asn1_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/ecdsa_tests.rs:279:9 [INFO] [stdout] | [INFO] [stdout] 279 | test_file!("../src/ec/suite_b/ecdsa/ecdsa_sign_asn1_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: couldn't read `tests/rsa_from_pkcs8_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/rsa_tests.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | test_file!("rsa_from_pkcs8_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: couldn't read `tests/rsa_pkcs1_sign_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/rsa_tests.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | test_file!("rsa_pkcs1_sign_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: couldn't read `tests/rsa_pss_sign_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/rsa_tests.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | test_file!("rsa_pss_sign_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: couldn't read `tests/rsa_pkcs1_verify_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/rsa_tests.rs:194:9 [INFO] [stdout] | [INFO] [stdout] 194 | test_file!("rsa_pkcs1_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: couldn't read `tests/rsa_pss_verify_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/rsa_tests.rs:247:9 [INFO] [stdout] | [INFO] [stdout] 247 | test_file!("rsa_pss_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: couldn't read `tests/rsa_primitive_verify_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/rsa_tests.rs:296:9 [INFO] [stdout] | [INFO] [stdout] 296 | test_file!("rsa_primitive_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: couldn't read `tests/ed25519_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/ed25519_tests.rs:33:15 [INFO] [stdout] | [INFO] [stdout] 33 | test::run(test_file!("ed25519_tests.txt"), |section, test_case| { [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: couldn't read `tests/ed25519_verify_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/ed25519_tests.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | 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: couldn't read `tests/ed25519_from_pkcs8_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/ed25519_tests.rs:149:9 [INFO] [stdout] | [INFO] [stdout] 149 | test_file!("ed25519_from_pkcs8_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: couldn't read `tests/digest_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/digest_tests.rs:30:15 [INFO] [stdout] | [INFO] [stdout] 30 | test::run(test_file!("digest_tests.txt"), |section, test_case| { [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: couldn't read `tests/aead_chacha20_poly1305_openssh_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/aead_tests.rs:454:9 [INFO] [stdout] | [INFO] [stdout] 454 | test_file!("aead_chacha20_poly1305_openssh_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: couldn't read `tests/quic_aes_128_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/quic_tests.rs:23:31 [INFO] [stdout] | [INFO] [stdout] 23 | test_quic(&quic::AES_128, test_file!("quic_aes_128_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: couldn't read `tests/quic_aes_256_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/quic_tests.rs:28:31 [INFO] [stdout] | [INFO] [stdout] 28 | test_quic(&quic::AES_256, test_file!("quic_aes_256_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: couldn't read `tests/quic_chacha20_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/quic_tests.rs:33:32 [INFO] [stdout] | [INFO] [stdout] 33 | test_quic(&quic::CHACHA20, test_file!("quic_chacha20_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: couldn't read `tests/pbkdf2_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/pbkdf2_tests.rs:31:15 [INFO] [stdout] | [INFO] [stdout] 31 | test::run(test_file!("pbkdf2_tests.txt"), |section, test_case| { [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: couldn't read `tests/aead_chacha20_poly1305_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/aead_tests.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / test_aead! { [INFO] [stdout] 86 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 87 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 88 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_aead` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/aead_chacha20_poly1305_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/aead_tests.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / test_aead! { [INFO] [stdout] 86 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 87 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 88 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_aead` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/aead_chacha20_poly1305_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/aead_tests.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / test_aead! { [INFO] [stdout] 86 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 87 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 88 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_aead` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/aead_chacha20_poly1305_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/aead_tests.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / test_aead! { [INFO] [stdout] 86 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 87 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 88 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_aead` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/aead_chacha20_poly1305_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/aead_tests.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / test_aead! { [INFO] [stdout] 86 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 87 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 88 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_aead` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/aead_chacha20_poly1305_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/aead_tests.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / test_aead! { [INFO] [stdout] 86 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 87 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 88 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_aead` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/aead_chacha20_poly1305_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/aead_tests.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / test_aead! { [INFO] [stdout] 86 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 87 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 88 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_aead` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/aead_chacha20_poly1305_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/aead_tests.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / test_aead! { [INFO] [stdout] 86 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 87 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 88 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_aead` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/aead_chacha20_poly1305_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/aead_tests.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / test_aead! { [INFO] [stdout] 86 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 87 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 88 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_aead` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/aead_aes_256_gcm_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/aead_tests.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / test_aead! { [INFO] [stdout] 86 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 87 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 88 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_aead` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/aead_aes_256_gcm_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/aead_tests.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / test_aead! { [INFO] [stdout] 86 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 87 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 88 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_aead` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/aead_aes_256_gcm_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/aead_tests.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / test_aead! { [INFO] [stdout] 86 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 87 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 88 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_aead` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/aead_aes_256_gcm_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/aead_tests.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / test_aead! { [INFO] [stdout] 86 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 87 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 88 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_aead` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/agreement_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/agreement_tests.rs:79:15 [INFO] [stdout] | [INFO] [stdout] 79 | test::run(test_file!("agreement_tests.txt"), |section, test_case| { [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: couldn't read `tests/aead_aes_256_gcm_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/aead_tests.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / test_aead! { [INFO] [stdout] 86 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 87 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 88 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_aead` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/aead_aes_256_gcm_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/aead_tests.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / test_aead! { [INFO] [stdout] 86 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 87 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 88 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_aead` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/aead_aes_256_gcm_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/aead_tests.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / test_aead! { [INFO] [stdout] 86 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 87 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 88 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_aead` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/aead_aes_256_gcm_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/aead_tests.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / test_aead! { [INFO] [stdout] 86 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 87 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 88 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_aead` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/aead_aes_256_gcm_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/aead_tests.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / test_aead! { [INFO] [stdout] 86 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 87 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 88 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_aead` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/aead_aes_128_gcm_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/aead_tests.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / test_aead! { [INFO] [stdout] 86 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 87 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 88 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_aead` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/aead_aes_128_gcm_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/aead_tests.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / test_aead! { [INFO] [stdout] 86 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 87 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 88 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_aead` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/aead_aes_128_gcm_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/aead_tests.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / test_aead! { [INFO] [stdout] 86 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 87 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 88 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_aead` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/aead_aes_128_gcm_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/aead_tests.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / test_aead! { [INFO] [stdout] 86 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 87 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 88 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_aead` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/aead_aes_128_gcm_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/aead_tests.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / test_aead! { [INFO] [stdout] 86 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 87 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 88 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_aead` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/aead_aes_128_gcm_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/aead_tests.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / test_aead! { [INFO] [stdout] 86 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 87 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 88 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_aead` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/aead_aes_128_gcm_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/aead_tests.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / test_aead! { [INFO] [stdout] 86 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 87 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 88 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_aead` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/aead_aes_128_gcm_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/aead_tests.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / test_aead! { [INFO] [stdout] 86 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 87 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 88 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_aead` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/aead_aes_128_gcm_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/aead_tests.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / test_aead! { [INFO] [stdout] 86 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 87 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 88 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_aead` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ring` (test "hmac_tests") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `ring` (test "pbkdf2_tests") due to 1 previous error [INFO] [stderr] error: could not compile `ring` (test "quic_tests") due to 3 previous errors [INFO] [stderr] error: could not compile `ring` (test "digest_tests") due to 1 previous error [INFO] [stderr] error: could not compile `ring` (test "ecdsa_tests") due to 5 previous errors [INFO] [stderr] error: could not compile `ring` (test "hkdf_tests") due to 1 previous error [INFO] [stderr] error: could not compile `ring` (test "ed25519_tests") due to 3 previous errors [INFO] [stderr] error: could not compile `ring` (test "agreement_tests") due to 1 previous error [INFO] [stderr] error: could not compile `ring` (test "rsa_tests") due to 6 previous errors [INFO] [stdout] error: couldn't read `src/test_1_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 546 | test::run(test_vector_file!("test_1_tests.txt"), |_, test_case| { [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/test_1_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 555 | test::run(test_vector_file!("test_1_tests.txt"), |_, test_case| { [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/test_1_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 564 | test::run(test_vector_file!("test_1_tests.txt"), |_, test_case| { [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/test_3_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 590 | test::run(test_vector_file!("test_3_tests.txt"), |_, test_case| { [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/test_3_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 622 | test::run(test_vector_file!("test_3_tests.txt"), |_, test_case| { [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/test_1_syntax_error_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 636 | test_vector_file!("test_1_syntax_error_tests.txt"), [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/aead/aes_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/aead/aes.rs:214:19 [INFO] [stdout] | [INFO] [stdout] 214 | test::run(test_vector_file!("aes_tests.txt"), |section, test_case| { [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/aead/chacha_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/aead/chacha.rs:257:13 [INFO] [stdout] | [INFO] [stdout] 257 | test_vector_file!("chacha_tests.txt"), [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/arithmetic/../../crypto/fipsmodule/bn/test/mod_exp_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arithmetic/bigint.rs:848:13 [INFO] [stdout] | [INFO] [stdout] 848 | test_vector_file!("../../crypto/fipsmodule/bn/test/mod_exp_tests.txt"), [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/arithmetic/../../crypto/fipsmodule/bn/test/mod_mul_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arithmetic/bigint.rs:931:13 [INFO] [stdout] | [INFO] [stdout] 931 | test_vector_file!("../../crypto/fipsmodule/bn/test/mod_mul_tests.txt"), [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/arithmetic/bigint_elem_squared_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arithmetic/bigint.rs:956:13 [INFO] [stdout] | [INFO] [stdout] 956 | test_vector_file!("bigint_elem_squared_tests.txt"), [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/arithmetic/bigint_elem_reduced_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arithmetic/bigint.rs:979:13 [INFO] [stdout] | [INFO] [stdout] 979 | test_vector_file!("bigint_elem_reduced_tests.txt"), [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/arithmetic/bigint_elem_reduced_once_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arithmetic/bigint.rs:1006:13 [INFO] [stdout] | [INFO] [stdout] 1006 | test_vector_file!("bigint_elem_reduced_once_tests.txt"), [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/ec/suite_b/ecdsa/ecdsa_digest_scalar_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ecdsa/digest_scalar.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | test_vector_file!("ecdsa_digest_scalar_tests.txt"), [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/ec/suite_b/ecdsa/ecdsa_sign_fixed_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ecdsa/signing.rs:537:13 [INFO] [stdout] | [INFO] [stdout] 537 | test_vector_file!("ecdsa_sign_fixed_tests.txt"), [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/ec/suite_b/ecdsa/ecdsa_sign_asn1_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ecdsa/signing.rs:579:13 [INFO] [stdout] | [INFO] [stdout] 579 | test_vector_file!("ecdsa_sign_asn1_tests.txt"), [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/ec/suite_b/ops/p256_elem_sum_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:663:13 [INFO] [stdout] | [INFO] [stdout] 663 | test_vector_file!("ops/p256_elem_sum_tests.txt"), [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/ec/suite_b/ops/p384_elem_sum_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:671:13 [INFO] [stdout] | [INFO] [stdout] 671 | test_vector_file!("ops/p384_elem_sum_tests.txt"), [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/ec/suite_b/ops/p384_elem_sum_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:708:13 [INFO] [stdout] | [INFO] [stdout] 708 | test_vector_file!("ops/p384_elem_sum_tests.txt"), [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/ec/suite_b/ops/p384_elem_div_by_2_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:760:13 [INFO] [stdout] | [INFO] [stdout] 760 | test_vector_file!("ops/p384_elem_div_by_2_tests.txt"), [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/ec/suite_b/ops/p256_elem_neg_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:796:13 [INFO] [stdout] | [INFO] [stdout] 796 | test_vector_file!("ops/p256_elem_neg_tests.txt"), [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/ec/suite_b/ops/p384_elem_neg_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:808:13 [INFO] [stdout] | [INFO] [stdout] 808 | test_vector_file!("ops/p384_elem_neg_tests.txt"), [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/ec/suite_b/ops/p256_elem_mul_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:850:13 [INFO] [stdout] | [INFO] [stdout] 850 | test_vector_file!("ops/p256_elem_mul_tests.txt"), [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/ec/suite_b/ops/p384_elem_mul_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:858:13 [INFO] [stdout] | [INFO] [stdout] 858 | test_vector_file!("ops/p384_elem_mul_tests.txt"), [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/ec/suite_b/ops/p256_scalar_mul_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:881:13 [INFO] [stdout] | [INFO] [stdout] 881 | test_vector_file!("ops/p256_scalar_mul_tests.txt"), [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/ec/suite_b/ops/p384_scalar_mul_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:889:13 [INFO] [stdout] | [INFO] [stdout] 889 | test_vector_file!("ops/p384_scalar_mul_tests.txt"), [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/ec/suite_b/ops/p256_scalar_square_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:917:13 [INFO] [stdout] | [INFO] [stdout] 917 | test_vector_file!("ops/p256_scalar_square_tests.txt"), [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/ec/suite_b/ops/p256_point_sum_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:975:13 [INFO] [stdout] | [INFO] [stdout] 975 | test_vector_file!("ops/p256_point_sum_tests.txt"), [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/ec/suite_b/ops/p384_point_sum_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:983:13 [INFO] [stdout] | [INFO] [stdout] 983 | test_vector_file!("ops/p384_point_sum_tests.txt"), [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/ec/suite_b/ops/p256_point_sum_mixed_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:1016:13 [INFO] [stdout] | [INFO] [stdout] 1016 | test_vector_file!("ops/p256_point_sum_mixed_tests.txt"), [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/ec/suite_b/ops/p256_point_double_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:1060:13 [INFO] [stdout] | [INFO] [stdout] 1060 | test_vector_file!("ops/p256_point_double_tests.txt"), [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/ec/suite_b/ops/p384_point_double_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:1075:13 [INFO] [stdout] | [INFO] [stdout] 1075 | test_vector_file!("ops/p384_point_double_tests.txt"), [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/ec/suite_b/ops/p256_point_mul_base_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:1114:13 [INFO] [stdout] | [INFO] [stdout] 1114 | test_vector_file!("ops/p256_point_mul_base_tests.txt"), [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/ec/suite_b/ops/p384_point_mul_base_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:1129:13 [INFO] [stdout] | [INFO] [stdout] 1129 | test_vector_file!("ops/p384_point_mul_base_tests.txt"), [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/ec/suite_b/ops/p256_point_mul_serialized_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:1138:13 [INFO] [stdout] | [INFO] [stdout] 1138 | test_vector_file!("ops/p256_point_mul_serialized_tests.txt"), [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/ec/suite_b/ops/p256_point_mul_base_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:1191:13 [INFO] [stdout] | [INFO] [stdout] 1191 | test_vector_file!("ops/p256_point_mul_base_tests.txt"), [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/ec/suite_b/ops/p384_point_mul_base_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:1200:13 [INFO] [stdout] | [INFO] [stdout] 1200 | test_vector_file!("ops/p384_point_mul_base_tests.txt"), [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/ec/suite_b/ops/p256_point_mul_base_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops/p256.rs:331:13 [INFO] [stdout] | [INFO] [stdout] 331 | test_vector_file!("p256_point_mul_base_tests.txt"), [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/ec/suite_b/suite_b_public_key_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/public_key.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | test_vector_file!("suite_b_public_key_tests.txt"), [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/rsa/rsa_pss_padding_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/rsa/padding.rs:103:13 [INFO] [stdout] | [INFO] [stdout] 103 | test_vector_file!("rsa_pss_padding_tests.txt"), [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/rsa/rsa_pss_padding_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/rsa/padding.rs:142:13 [INFO] [stdout] | [INFO] [stdout] 142 | test_vector_file!("rsa_pss_padding_tests.txt"), [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/rsa/keypair_private_exponentiate_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/testutil.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/rsa/keypair.rs:658:13 [INFO] [stdout] | [INFO] [stdout] 658 | test_vector_file!("keypair_private_exponentiate_tests.txt"), [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` which comes from the expansion of the macro `test_vector_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ring` (test "aead_tests") due to 28 previous errors [INFO] [stderr] error: could not compile `ring` (lib test) due to 42 previous errors [INFO] running `Command { std: "docker" "inspect" "14fc67550600153d6ef7bab118dc0cb2a7846814b9eb642981e3a2fb6a45c6c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14fc67550600153d6ef7bab118dc0cb2a7846814b9eb642981e3a2fb6a45c6c6", kill_on_drop: false }` [INFO] [stdout] 14fc67550600153d6ef7bab118dc0cb2a7846814b9eb642981e3a2fb6a45c6c6