[INFO] fetching crate ring 0.17.14... [INFO] testing ring-0.17.14 against 1.91.0 for beta-1.92-2 [INFO] extracting crate ring 0.17.14 into /workspace/builds/worker-2-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-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate ring 0.17.14 on toolchain 1.91.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "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" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded wasm-bindgen-macro v0.2.97 [INFO] [stderr] Downloaded wasm-bindgen-test-macro v0.3.47 [INFO] [stderr] Downloaded wasm-bindgen-backend v0.2.97 [INFO] [stderr] Downloaded wasm-bindgen-shared v0.2.97 [INFO] [stderr] Downloaded wasm-bindgen v0.2.97 [INFO] [stderr] Downloaded wasm-bindgen-test v0.3.47 [INFO] [stderr] Downloaded minicov v0.3.7 [INFO] [stderr] Downloaded js-sys v0.3.74 [INFO] [stderr] Downloaded wasm-bindgen-futures v0.4.47 [INFO] [stderr] Downloaded wasm-bindgen-macro-support v0.2.97 [INFO] [stderr] Downloaded bumpalo v3.7.0 [INFO] [stderr] Downloaded web-sys v0.3.74 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 53a4a2a5397dceb031b45b1a6c89bbba409339d76c55142ba7ae0d2fc5de71aa [INFO] running `Command { std: "docker" "start" "-a" "53a4a2a5397dceb031b45b1a6c89bbba409339d76c55142ba7ae0d2fc5de71aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "53a4a2a5397dceb031b45b1a6c89bbba409339d76c55142ba7ae0d2fc5de71aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53a4a2a5397dceb031b45b1a6c89bbba409339d76c55142ba7ae0d2fc5de71aa", kill_on_drop: false }` [INFO] [stdout] 53a4a2a5397dceb031b45b1a6c89bbba409339d76c55142ba7ae0d2fc5de71aa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3963fc75760cefd8258077cd9b9e84941473c19b962207f0b4a925f011ec5f19 [INFO] running `Command { std: "docker" "start" "-a" "3963fc75760cefd8258077cd9b9e84941473c19b962207f0b4a925f011ec5f19", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.169 [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: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type 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: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type 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: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 55 | pub fn as_mut(&mut self) -> AsChunksMut<'_, T, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 60 | pub fn as_ref(&self) -> AsChunks<'_, T, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 67 | pub fn chunks_mut(&mut self) -> AsChunksMutChunksMutIter<'_, T, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type 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: hiding a lifetime that's elided elsewhere is 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 is elided here ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type 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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/arithmetic/limbs512/storage.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 48 | ) -> Result, LenMismatchError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 48 | ) -> Result, LenMismatchError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/pkcs8.rs:56:21 [INFO] [stdout] | [INFO] [stdout] 56 | fn alg_id_value(&self) -> untrusted::Input { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 56 | fn alg_id_value(&self) -> untrusted::Input<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/pkcs8.rs:65:22 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn curve_oid(&self) -> untrusted::Input { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 65 | pub fn curve_oid(&self) -> untrusted::Input<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 is elided here ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type 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 9.84s [INFO] running `Command { std: "docker" "inspect" "3963fc75760cefd8258077cd9b9e84941473c19b962207f0b4a925f011ec5f19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3963fc75760cefd8258077cd9b9e84941473c19b962207f0b4a925f011ec5f19", kill_on_drop: false }` [INFO] [stdout] 3963fc75760cefd8258077cd9b9e84941473c19b962207f0b4a925f011ec5f19 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b683defbca198d5688026748f78f769c2d8dced44a213d669e7b7203ab9085f6 [INFO] running `Command { std: "docker" "start" "-a" "b683defbca198d5688026748f78f769c2d8dced44a213d669e7b7203ab9085f6", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type 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: hiding a lifetime that's elided elsewhere is 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 same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type 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: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 55 | pub fn as_mut(&mut self) -> AsChunksMut<'_, T, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 60 | pub fn as_ref(&self) -> AsChunks<'_, T, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ring v0.17.14 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 67 | pub fn chunks_mut(&mut self) -> AsChunksMutChunksMutIter<'_, T, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type 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: hiding a lifetime that's elided elsewhere is 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 is elided here ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type 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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/arithmetic/limbs512/storage.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 48 | ) -> Result, LenMismatchError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 48 | ) -> Result, LenMismatchError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/pkcs8.rs:56:21 [INFO] [stdout] | [INFO] [stdout] 56 | fn alg_id_value(&self) -> untrusted::Input { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 56 | fn alg_id_value(&self) -> untrusted::Input<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/pkcs8.rs:65:22 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn curve_oid(&self) -> untrusted::Input { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 65 | pub fn curve_oid(&self) -> untrusted::Input<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 is elided here ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type 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] [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/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/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] [stderr] error: could not compile `ring` (test "digest_tests") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/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/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] [stderr] error: could not compile `ring` (test "quic_tests") due to 3 previous errors [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/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/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/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] [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/../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] [stderr] error: could not compile `ring` (test "ecdsa_tests") due to 5 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 "aead_tests") due to 28 previous errors [INFO] running `Command { std: "docker" "inspect" "b683defbca198d5688026748f78f769c2d8dced44a213d669e7b7203ab9085f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b683defbca198d5688026748f78f769c2d8dced44a213d669e7b7203ab9085f6", kill_on_drop: false }` [INFO] [stdout] b683defbca198d5688026748f78f769c2d8dced44a213d669e7b7203ab9085f6