[INFO] fetching crate ringpcx 0.17.8... [INFO] testing ringpcx-0.17.8 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate ringpcx 0.17.8 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate ringpcx 0.17.8 [INFO] finished tweaking crates.io crate ringpcx 0.17.8 [INFO] tweaked toml for crates.io crate ringpcx 0.17.8 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate ringpcx 0.17.8 on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 41 packages to latest compatible versions [INFO] [stderr] Adding getrandom v0.2.16 (available: v0.3.4) [INFO] [stderr] Adding spin v0.9.8 (available: v0.10.0) [INFO] [stderr] Adding windows-sys v0.52.0 (available: v0.61.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5532451cf8a03e53a5d04fead8a44a3135845b7717b960ed99f415624dc4967c [INFO] running `Command { std: "docker" "start" "-a" "5532451cf8a03e53a5d04fead8a44a3135845b7717b960ed99f415624dc4967c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5532451cf8a03e53a5d04fead8a44a3135845b7717b960ed99f415624dc4967c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5532451cf8a03e53a5d04fead8a44a3135845b7717b960ed99f415624dc4967c", kill_on_drop: false }` [INFO] [stdout] 5532451cf8a03e53a5d04fead8a44a3135845b7717b960ed99f415624dc4967c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 70440618a183a2873dfb545aa836be4249a791d908453170561c01de5851935b [INFO] running `Command { std: "docker" "start" "-a" "70440618a183a2873dfb545aa836be4249a791d908453170561c01de5851935b", kill_on_drop: false }` [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling ringpcx v0.17.8 (/opt/rustwide/workdir) [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stdout] warning: trait `Encoding` is never used [INFO] [stdout] --> src/endian.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | pub trait Encoding: From + Into [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/arithmetic/bigint/modulus.rs:154:27 [INFO] [stdout] | [INFO] [stdout] 154 | 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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 154 | 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/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:73:25 [INFO] [stdout] | [INFO] [stdout] 73 | 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] 73 | 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 6.11s [INFO] running `Command { std: "docker" "inspect" "70440618a183a2873dfb545aa836be4249a791d908453170561c01de5851935b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70440618a183a2873dfb545aa836be4249a791d908453170561c01de5851935b", kill_on_drop: false }` [INFO] [stdout] 70440618a183a2873dfb545aa836be4249a791d908453170561c01de5851935b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9c84efbbb00374021b35c35befa06dfa0464a087f798c89f89ac39c03811e8e6 [INFO] running `Command { std: "docker" "start" "-a" "9c84efbbb00374021b35c35befa06dfa0464a087f798c89f89ac39c03811e8e6", kill_on_drop: false }` [INFO] [stdout] warning: trait `Encoding` is never used [INFO] [stdout] --> src/endian.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | pub trait Encoding: From + Into [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/arithmetic/bigint/modulus.rs:154:27 [INFO] [stdout] | [INFO] [stdout] 154 | 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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 154 | 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/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:73:25 [INFO] [stdout] | [INFO] [stdout] 73 | 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] 73 | pub(super) fn value(&self, cpu_features: cpu::Features) -> bigint::Modulus<'_, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ringpcx v0.17.8 (/opt/rustwide/workdir) [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/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] [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] [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] 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] [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 `ringpcx` (test "quic_tests") due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `ringpcx` (test "ed25519_tests") due to 3 previous errors [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] [stderr] error: could not compile `ringpcx` (test "agreement_tests") due to 1 previous error [INFO] [stderr] error: could not compile `ringpcx` (test "aead_tests") due to 28 previous errors [INFO] [stderr] error: could not compile `ringpcx` (test "digest_tests") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "9c84efbbb00374021b35c35befa06dfa0464a087f798c89f89ac39c03811e8e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c84efbbb00374021b35c35befa06dfa0464a087f798c89f89ac39c03811e8e6", kill_on_drop: false }` [INFO] [stdout] 9c84efbbb00374021b35c35befa06dfa0464a087f798c89f89ac39c03811e8e6