[INFO] fetching crate ring 0.17.8... [INFO] checking ring-0.17.8 against try#da25749bf5e6ba5ed862ff361c19afff2a986b2d for pr-132712 [INFO] extracting crate ring 0.17.8 into /workspace/builds/worker-7-tc2/source [INFO] validating manifest of crates.io crate ring 0.17.8 on toolchain da25749bf5e6ba5ed862ff361c19afff2a986b2d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da25749bf5e6ba5ed862ff361c19afff2a986b2d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ring 0.17.8 [INFO] finished tweaking crates.io crate ring 0.17.8 [INFO] tweaked toml for crates.io crate ring 0.17.8 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da25749bf5e6ba5ed862ff361c19afff2a986b2d" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 42 packages to latest compatible versions [INFO] [stderr] Adding windows-sys v0.52.0 (available: v0.59.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da25749bf5e6ba5ed862ff361c19afff2a986b2d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+da25749bf5e6ba5ed862ff361c19afff2a986b2d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 670b9b26f3d016e24a32a053f10e97972f02ba9fd3ed605e145caa74ec488226 [INFO] running `Command { std: "docker" "start" "-a" "670b9b26f3d016e24a32a053f10e97972f02ba9fd3ed605e145caa74ec488226", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "670b9b26f3d016e24a32a053f10e97972f02ba9fd3ed605e145caa74ec488226", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "670b9b26f3d016e24a32a053f10e97972f02ba9fd3ed605e145caa74ec488226", kill_on_drop: false }` [INFO] [stdout] 670b9b26f3d016e24a32a053f10e97972f02ba9fd3ed605e145caa74ec488226 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+da25749bf5e6ba5ed862ff361c19afff2a986b2d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6378463bc83c3f4499cf91996047214548d32fca9fe00a09446cdf83092013a6 [INFO] running `Command { std: "docker" "start" "-a" "6378463bc83c3f4499cf91996047214548d32fca9fe00a09446cdf83092013a6", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Migrating Cargo.toml from 2021 edition to 2024 [INFO] [stderr] Compiling ring v0.17.8 (/tmp/fixit) [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Migrating build.rs from 2021 edition to 2024 [INFO] [stderr] Migrating src/lib.rs from 2021 edition to 2024 [INFO] [stderr] Fixed src/arithmetic/montgomery.rs (1 fix) [INFO] [stderr] Fixed src/ec/suite_b/ecdh.rs (4 fixes) [INFO] [stderr] Fixed src/aead/aes.rs (9 fixes) [INFO] [stderr] Fixed src/test.rs (1 fix) [INFO] [stderr] Fixed src/debug.rs (1 fix) [INFO] [stderr] Fixed src/rsa/padding/pss.rs (2 fixes) [INFO] [stderr] Fixed src/ec/suite_b/curve.rs (3 fixes) [INFO] [stderr] Fixed src/rsa/padding/pkcs1.rs (6 fixes) [INFO] [stderr] Fixed src/prefixed.rs (3 fixes) [INFO] [stderr] Fixed src/endian.rs (1 fix) [INFO] [stderr] Fixed src/rsa/verification.rs (3 fixes) [INFO] [stderr] Fixed src/ec/suite_b/ops/p384.rs (1 fix) [INFO] [stderr] Fixed src/aead/poly1305.rs (2 fixes) [INFO] [stderr] Migrating tests/agreement_tests.rs from 2021 edition to 2024 [INFO] [stdout] error: couldn't read `src/test_1_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 546 | test::run(test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 555 | test::run(test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 564 | test::run(test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 590 | test::run(test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 622 | test::run(test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 635 | test::run(test_file!("test_1_syntax_error_tests.txt"), |_, _| Ok(())); [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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arithmetic/bigint.rs:718:13 [INFO] [stdout] | [INFO] [stdout] 718 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arithmetic/bigint.rs:748:13 [INFO] [stdout] | [INFO] [stdout] 748 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arithmetic/bigint.rs:773:13 [INFO] [stdout] | [INFO] [stdout] 773 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arithmetic/bigint.rs:796:13 [INFO] [stdout] | [INFO] [stdout] 796 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/arithmetic/bigint.rs:823:13 [INFO] [stdout] | [INFO] [stdout] 823 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/aead/aes.rs:435:19 [INFO] [stdout] | [INFO] [stdout] 435 | test::run(test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/aead/chacha.rs:252:19 [INFO] [stdout] | [INFO] [stdout] 252 | test::run(test_file!("chacha_tests.txt"), move |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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ecdsa/digest_scalar.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ecdsa/signing.rs:523:13 [INFO] [stdout] | [INFO] [stdout] 523 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ecdsa/signing.rs:565:13 [INFO] [stdout] | [INFO] [stdout] 565 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:507:13 [INFO] [stdout] | [INFO] [stdout] 507 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:515:13 [INFO] [stdout] | [INFO] [stdout] 515 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:551:13 [INFO] [stdout] | [INFO] [stdout] 551 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:602:13 [INFO] [stdout] | [INFO] [stdout] 602 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:637:13 [INFO] [stdout] | [INFO] [stdout] 637 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:649:13 [INFO] [stdout] | [INFO] [stdout] 649 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:688:42 [INFO] [stdout] | [INFO] [stdout] 688 | elem_mul_test(&p256::COMMON_OPS, test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:693:42 [INFO] [stdout] | [INFO] [stdout] 693 | elem_mul_test(&p384::COMMON_OPS, test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:714:13 [INFO] [stdout] | [INFO] [stdout] 714 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:722:13 [INFO] [stdout] | [INFO] [stdout] 722 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:748:13 [INFO] [stdout] | [INFO] [stdout] 748 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:803:13 [INFO] [stdout] | [INFO] [stdout] 803 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:811:13 [INFO] [stdout] | [INFO] [stdout] 811 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:842:13 [INFO] [stdout] | [INFO] [stdout] 842 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:886:13 [INFO] [stdout] | [INFO] [stdout] 886 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:901:13 [INFO] [stdout] | [INFO] [stdout] 901 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:936:13 [INFO] [stdout] | [INFO] [stdout] 936 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:946:13 [INFO] [stdout] | [INFO] [stdout] 946 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:955:13 [INFO] [stdout] | [INFO] [stdout] 955 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:1004:13 [INFO] [stdout] | [INFO] [stdout] 1004 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops.rs:1013:13 [INFO] [stdout] | [INFO] [stdout] 1013 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/ops/p256.rs:326:13 [INFO] [stdout] | [INFO] [stdout] 326 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/ec/suite_b/public_key.rs:75:13 [INFO] [stdout] | [INFO] [stdout] 75 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/rsa/padding.rs:91:13 [INFO] [stdout] | [INFO] [stdout] 91 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/rsa/padding.rs:130:13 [INFO] [stdout] | [INFO] [stdout] 130 | test_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_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/test.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | contents: include_str!($file_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/rsa/keypair.rs:639:13 [INFO] [stdout] | [INFO] [stdout] 639 | test_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_file` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ring` (lib test) due to 42 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: couldn't read `tests/agreement_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/agreement_tests.rs:75:15 [INFO] [stdout] | [INFO] [stdout] 75 | 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] Migrating tests/error_tests.rs from 2021 edition to 2024 [INFO] [stderr] error: could not compile `ring` (test "agreement_tests") due to 1 previous error [INFO] [stderr] Migrating tests/hkdf_tests.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/quic_tests.rs from 2021 edition to 2024 [INFO] [stdout] error: couldn't read `tests/hkdf_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/hkdf_tests.rs:25:15 [INFO] [stdout] | [INFO] [stdout] 25 | 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] [stderr] error: could not compile `ring` (test "hkdf_tests") due to 1 previous error [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:19:31 [INFO] [stdout] | [INFO] [stdout] 19 | 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] [stderr] Migrating tests/digest_tests.rs from 2021 edition to 2024 [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:24:31 [INFO] [stdout] | [INFO] [stdout] 24 | 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:29:32 [INFO] [stdout] | [INFO] [stdout] 29 | 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] [stderr] error: could not compile `ring` (test "quic_tests") due to 3 previous errors [INFO] [stderr] Migrating tests/rsa_tests.rs from 2021 edition to 2024 [INFO] [stdout] error: couldn't read `tests/digest_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/digest_tests.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | 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] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> tests/digest_tests.rs:181:30 [INFO] [stdout] | [INFO] [stdout] 181 | ( $test_name:ident, $alg:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] = note: `--force-warn edition-2024-expr-fragment-specifier` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 181 | ( $test_name:ident, $alg:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> tests/digest_tests.rs:241:30 [INFO] [stdout] | [INFO] [stdout] 241 | ( $test_name:ident, $alg:expr, $len:expr, $expected:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 241 | ( $test_name:ident, $alg:expr_2021, $len:expr, $expected:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> tests/digest_tests.rs:241:41 [INFO] [stdout] | [INFO] [stdout] 241 | ( $test_name:ident, $alg:expr, $len:expr, $expected:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 241 | ( $test_name:ident, $alg:expr, $len:expr_2021, $expected:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> tests/digest_tests.rs:241:57 [INFO] [stdout] | [INFO] [stdout] 241 | ( $test_name:ident, $alg:expr, $len:expr, $expected:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 241 | ( $test_name:ident, $alg:expr, $len:expr, $expected:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ring` (test "digest_tests") due to 1 previous error; 4 warnings emitted [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:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | 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] [stderr] Migrating tests/signature_tests.rs from 2021 edition to 2024 [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:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | 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:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | 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:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | 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:244:9 [INFO] [stdout] | [INFO] [stdout] 244 | 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:293:9 [INFO] [stdout] | [INFO] [stdout] 293 | 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] [stderr] error: could not compile `ring` (test "rsa_tests") due to 6 previous errors [INFO] [stderr] Migrating tests/pbkdf2_tests.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/ed25519_tests.rs from 2021 edition to 2024 [INFO] [stdout] error: couldn't read `tests/pbkdf2_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/pbkdf2_tests.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | 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] [stderr] error: could not compile `ring` (test "pbkdf2_tests") due to 1 previous error [INFO] [stderr] Migrating tests/aead_tests.rs from 2021 edition to 2024 [INFO] [stdout] error: couldn't read `tests/ed25519_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/ed25519_tests.rs:30:15 [INFO] [stdout] | [INFO] [stdout] 30 | 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:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | 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:145:9 [INFO] [stdout] | [INFO] [stdout] 145 | 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] [stderr] error: could not compile `ring` (test "ed25519_tests") due to 3 previous errors [INFO] [stderr] Migrating tests/hmac_tests.rs from 2021 edition to 2024 [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:450:9 [INFO] [stdout] | [INFO] [stdout] 450 | 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:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / test_aead! { [INFO] [stdout] 82 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 83 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 84 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 85 | | } [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:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / test_aead! { [INFO] [stdout] 82 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 83 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 84 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 85 | | } [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:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / test_aead! { [INFO] [stdout] 82 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 83 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 84 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 85 | | } [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:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / test_aead! { [INFO] [stdout] 82 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 83 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 84 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 85 | | } [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:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / test_aead! { [INFO] [stdout] 82 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 83 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 84 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 85 | | } [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:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / test_aead! { [INFO] [stdout] 82 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 83 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 84 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 85 | | } [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:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / test_aead! { [INFO] [stdout] 82 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 83 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 84 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 85 | | } [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:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / test_aead! { [INFO] [stdout] 82 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 83 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 84 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 85 | | } [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:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / test_aead! { [INFO] [stdout] 82 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 83 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 84 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 85 | | } [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:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / test_aead! { [INFO] [stdout] 82 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 83 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 84 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 85 | | } [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:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / test_aead! { [INFO] [stdout] 82 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 83 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 84 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 85 | | } [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:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / test_aead! { [INFO] [stdout] 82 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 83 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 84 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 85 | | } [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:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / test_aead! { [INFO] [stdout] 82 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 83 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 84 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 85 | | } [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:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / test_aead! { [INFO] [stdout] 82 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 83 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 84 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 85 | | } [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:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / test_aead! { [INFO] [stdout] 82 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 83 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 84 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 85 | | } [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:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / test_aead! { [INFO] [stdout] 82 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 83 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 84 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 85 | | } [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:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / test_aead! { [INFO] [stdout] 82 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 83 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 84 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 85 | | } [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:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / test_aead! { [INFO] [stdout] 82 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 83 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 84 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 85 | | } [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:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / test_aead! { [INFO] [stdout] 82 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 83 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 84 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 85 | | } [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:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / test_aead! { [INFO] [stdout] 82 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 83 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 84 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 85 | | } [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:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / test_aead! { [INFO] [stdout] 82 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 83 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 84 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 85 | | } [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:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / test_aead! { [INFO] [stdout] 82 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 83 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 84 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 85 | | } [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:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / test_aead! { [INFO] [stdout] 82 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 83 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 84 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 85 | | } [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:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / test_aead! { [INFO] [stdout] 82 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 83 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 84 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 85 | | } [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:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / test_aead! { [INFO] [stdout] 82 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 83 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 84 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 85 | | } [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:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / test_aead! { [INFO] [stdout] 82 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 83 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 84 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 85 | | } [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:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | / test_aead! { [INFO] [stdout] 82 | | { AES_128_GCM, "aead_aes_128_gcm_tests.txt" }, [INFO] [stdout] 83 | | { AES_256_GCM, "aead_aes_256_gcm_tests.txt" }, [INFO] [stdout] 84 | | { CHACHA20_POLY1305, "aead_chacha20_poly1305_tests.txt" }, [INFO] [stdout] 85 | | } [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] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> tests/aead_tests.rs:29:30 [INFO] [stdout] | [INFO] [stdout] 29 | ( $alg:ident, $test_file:expr, [ $( $test:ident ),+, ] ) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] = note: `--force-warn edition-2024-expr-fragment-specifier` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 29 | ( $alg:ident, $test_file:expr_2021, [ $( $test:ident ),+, ] ) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> tests/aead_tests.rs:46:35 [INFO] [stdout] | [INFO] [stdout] 46 | { $( { $alg:ident, $test_file:expr } ),+, } => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 46 | { $( { $alg:ident, $test_file:expr_2021 } ),+, } => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ring` (test "aead_tests") due to 28 previous errors; 2 warnings emitted [INFO] [stdout] error: couldn't read `tests/hmac_tests.txt`: No such file or directory (os error 2) [INFO] [stdout] --> tests/hmac_tests.rs:25:15 [INFO] [stdout] | [INFO] [stdout] 25 | 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] Migrating tests/rand_tests.rs from 2021 edition to 2024 [INFO] [stderr] error: could not compile `ring` (test "hmac_tests") due to 1 previous error [INFO] [stderr] Migrating tests/constant_time_tests.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/ecdsa_tests.rs from 2021 edition to 2024 [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:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | 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:116:9 [INFO] [stdout] | [INFO] [stdout] 116 | 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:149:9 [INFO] [stdout] | [INFO] [stdout] 149 | 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:222:9 [INFO] [stdout] | [INFO] [stdout] 222 | 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:276:9 [INFO] [stdout] | [INFO] [stdout] 276 | 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: failed to migrate to next edition [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo fix --edition --allow-no-vcs --allow-dirty --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "6378463bc83c3f4499cf91996047214548d32fca9fe00a09446cdf83092013a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6378463bc83c3f4499cf91996047214548d32fca9fe00a09446cdf83092013a6", kill_on_drop: false }` [INFO] [stdout] 6378463bc83c3f4499cf91996047214548d32fca9fe00a09446cdf83092013a6