[INFO] fetching crate pq-key-encoder 1.0.1... [INFO] checking pq-key-encoder-1.0.1 against master#bbe853615821442ef11d6cd42a30a73432b38d89 for pr-154205 [INFO] extracting crate pq-key-encoder 1.0.1 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate pq-key-encoder 1.0.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate pq-key-encoder 1.0.1 [INFO] tweaked toml for crates.io crate pq-key-encoder 1.0.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate pq-key-encoder 1.0.1 on toolchain bbe853615821442ef11d6cd42a30a73432b38d89 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bbe853615821442ef11d6cd42a30a73432b38d89" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate pq-key-encoder 1.0.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bbe853615821442ef11d6cd42a30a73432b38d89" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded zeroize_derive v1.4.3 [INFO] [stderr] Downloaded pq-oid v1.0.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+bbe853615821442ef11d6cd42a30a73432b38d89" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e7acb62026d0f44956c1358371d6b9392dbddd3c776f45f5520b71ba22476f52 [INFO] running `Command { std: "docker" "start" "-a" "e7acb62026d0f44956c1358371d6b9392dbddd3c776f45f5520b71ba22476f52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e7acb62026d0f44956c1358371d6b9392dbddd3c776f45f5520b71ba22476f52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7acb62026d0f44956c1358371d6b9392dbddd3c776f45f5520b71ba22476f52", kill_on_drop: false }` [INFO] [stdout] e7acb62026d0f44956c1358371d6b9392dbddd3c776f45f5520b71ba22476f52 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+bbe853615821442ef11d6cd42a30a73432b38d89" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cb91abe623308a1085b731ba2eded97b0b37d177a1f74d187d03fceff6847297 [INFO] running `Command { std: "docker" "start" "-a" "cb91abe623308a1085b731ba2eded97b0b37d177a1f74d187d03fceff6847297", kill_on_drop: false }` [INFO] [stderr] Compiling quote v1.0.44 [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Checking pq-oid v1.0.3 [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Compiling zeroize_derive v1.4.3 [INFO] [stderr] Checking zeroize v1.8.2 [INFO] [stderr] Checking pq-key-encoder v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_512_pub.der`: No such file or directory (os error 2) [INFO] [stdout] --> src/der.rs:114:19 [INFO] [stdout] | [INFO] [stdout] 114 | let der = include_bytes!("../../test-data/test-keys/ml_kem_512_pub.der"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_512_priv.der`: No such file or directory (os error 2) [INFO] [stdout] --> src/der.rs:123:19 [INFO] [stdout] | [INFO] [stdout] 123 | let der = include_bytes!("../../test-data/test-keys/ml_kem_512_priv.der"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_768_pub.der`: No such file or directory (os error 2) [INFO] [stdout] --> src/der.rs:132:19 [INFO] [stdout] | [INFO] [stdout] 132 | let der = include_bytes!("../../test-data/test-keys/ml_kem_768_pub.der"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_768_priv.der`: No such file or directory (os error 2) [INFO] [stdout] --> src/der.rs:141:19 [INFO] [stdout] | [INFO] [stdout] 141 | let der = include_bytes!("../../test-data/test-keys/ml_kem_768_priv.der"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_1024_pub.der`: No such file or directory (os error 2) [INFO] [stdout] --> src/der.rs:150:19 [INFO] [stdout] | [INFO] [stdout] 150 | let der = include_bytes!("../../test-data/test-keys/ml_kem_1024_pub.der"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_1024_priv.der`: No such file or directory (os error 2) [INFO] [stdout] --> src/der.rs:159:19 [INFO] [stdout] | [INFO] [stdout] 159 | let der = include_bytes!("../../test-data/test-keys/ml_kem_1024_priv.der"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_dsa_44_pub.der`: No such file or directory (os error 2) [INFO] [stdout] --> src/der.rs:168:19 [INFO] [stdout] | [INFO] [stdout] 168 | let der = include_bytes!("../../test-data/test-keys/ml_dsa_44_pub.der"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_dsa_44_priv.der`: No such file or directory (os error 2) [INFO] [stdout] --> src/der.rs:177:19 [INFO] [stdout] | [INFO] [stdout] 177 | let der = include_bytes!("../../test-data/test-keys/ml_dsa_44_priv.der"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_dsa_65_pub.der`: No such file or directory (os error 2) [INFO] [stdout] --> src/der.rs:186:19 [INFO] [stdout] | [INFO] [stdout] 186 | let der = include_bytes!("../../test-data/test-keys/ml_dsa_65_pub.der"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_dsa_65_priv.der`: No such file or directory (os error 2) [INFO] [stdout] --> src/der.rs:195:19 [INFO] [stdout] | [INFO] [stdout] 195 | let der = include_bytes!("../../test-data/test-keys/ml_dsa_65_priv.der"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/slh_dsa_sha2_128s_pub.der`: No such file or directory (os error 2) [INFO] [stdout] --> src/der.rs:204:19 [INFO] [stdout] | [INFO] [stdout] 204 | let der = include_bytes!("../../test-data/test-keys/slh_dsa_sha2_128s_pub.der"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/slh_dsa_sha2_128s_priv.der`: No such file or directory (os error 2) [INFO] [stdout] --> src/der.rs:213:19 [INFO] [stdout] | [INFO] [stdout] 213 | let der = include_bytes!("../../test-data/test-keys/slh_dsa_sha2_128s_priv.der"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_512_pub.der`: No such file or directory (os error 2) [INFO] [stdout] --> src/der.rs:225:17 [INFO] [stdout] | [INFO] [stdout] 225 | include_bytes!("../../test-data/test-keys/ml_kem_512_pub.der"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_768_pub.der`: No such file or directory (os error 2) [INFO] [stdout] --> src/der.rs:229:17 [INFO] [stdout] | [INFO] [stdout] 229 | include_bytes!("../../test-data/test-keys/ml_kem_768_pub.der"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_1024_pub.der`: No such file or directory (os error 2) [INFO] [stdout] --> src/der.rs:233:17 [INFO] [stdout] | [INFO] [stdout] 233 | include_bytes!("../../test-data/test-keys/ml_kem_1024_pub.der"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_dsa_44_pub.der`: No such file or directory (os error 2) [INFO] [stdout] --> src/der.rs:237:17 [INFO] [stdout] | [INFO] [stdout] 237 | include_bytes!("../../test-data/test-keys/ml_dsa_44_pub.der"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_dsa_65_pub.der`: No such file or directory (os error 2) [INFO] [stdout] --> src/der.rs:241:17 [INFO] [stdout] | [INFO] [stdout] 241 | include_bytes!("../../test-data/test-keys/ml_dsa_65_pub.der"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/slh_dsa_sha2_128s_pub.der`: No such file or directory (os error 2) [INFO] [stdout] --> src/der.rs:245:17 [INFO] [stdout] | [INFO] [stdout] 245 | include_bytes!("../../test-data/test-keys/slh_dsa_sha2_128s_pub.der"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_512_priv.der`: No such file or directory (os error 2) [INFO] [stdout] --> src/der.rs:266:17 [INFO] [stdout] | [INFO] [stdout] 266 | include_bytes!("../../test-data/test-keys/ml_kem_512_priv.der"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/slh_dsa_sha2_128s_priv.der`: No such file or directory (os error 2) [INFO] [stdout] --> src/der.rs:270:17 [INFO] [stdout] | [INFO] [stdout] 270 | include_bytes!("../../test-data/test-keys/slh_dsa_sha2_128s_priv.der"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_512_pub.pem`: No such file or directory (os error 2) [INFO] [stdout] --> src/pem.rs:233:17 [INFO] [stdout] | [INFO] [stdout] 233 | include_str!("../../test-data/test-keys/ml_kem_512_pub.pem"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_512_priv.pem`: No such file or directory (os error 2) [INFO] [stdout] --> src/pem.rs:238:17 [INFO] [stdout] | [INFO] [stdout] 238 | include_str!("../../test-data/test-keys/ml_kem_512_priv.pem"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_768_pub.pem`: No such file or directory (os error 2) [INFO] [stdout] --> src/pem.rs:243:17 [INFO] [stdout] | [INFO] [stdout] 243 | include_str!("../../test-data/test-keys/ml_kem_768_pub.pem"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_768_priv.pem`: No such file or directory (os error 2) [INFO] [stdout] --> src/pem.rs:248:17 [INFO] [stdout] | [INFO] [stdout] 248 | include_str!("../../test-data/test-keys/ml_kem_768_priv.pem"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_1024_pub.pem`: No such file or directory (os error 2) [INFO] [stdout] --> src/pem.rs:253:17 [INFO] [stdout] | [INFO] [stdout] 253 | include_str!("../../test-data/test-keys/ml_kem_1024_pub.pem"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_1024_priv.pem`: No such file or directory (os error 2) [INFO] [stdout] --> src/pem.rs:258:17 [INFO] [stdout] | [INFO] [stdout] 258 | include_str!("../../test-data/test-keys/ml_kem_1024_priv.pem"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_dsa_44_pub.pem`: No such file or directory (os error 2) [INFO] [stdout] --> src/pem.rs:263:17 [INFO] [stdout] | [INFO] [stdout] 263 | include_str!("../../test-data/test-keys/ml_dsa_44_pub.pem"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_dsa_44_priv.pem`: No such file or directory (os error 2) [INFO] [stdout] --> src/pem.rs:268:17 [INFO] [stdout] | [INFO] [stdout] 268 | include_str!("../../test-data/test-keys/ml_dsa_44_priv.pem"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_dsa_65_pub.pem`: No such file or directory (os error 2) [INFO] [stdout] --> src/pem.rs:273:17 [INFO] [stdout] | [INFO] [stdout] 273 | include_str!("../../test-data/test-keys/ml_dsa_65_pub.pem"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_dsa_65_priv.pem`: No such file or directory (os error 2) [INFO] [stdout] --> src/pem.rs:278:17 [INFO] [stdout] | [INFO] [stdout] 278 | include_str!("../../test-data/test-keys/ml_dsa_65_priv.pem"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/slh_dsa_sha2_128s_pub.pem`: No such file or directory (os error 2) [INFO] [stdout] --> src/pem.rs:283:17 [INFO] [stdout] | [INFO] [stdout] 283 | include_str!("../../test-data/test-keys/slh_dsa_sha2_128s_pub.pem"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/slh_dsa_sha2_128s_priv.pem`: No such file or directory (os error 2) [INFO] [stdout] --> src/pem.rs:288:17 [INFO] [stdout] | [INFO] [stdout] 288 | include_str!("../../test-data/test-keys/slh_dsa_sha2_128s_priv.pem"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_512_pub.pem`: No such file or directory (os error 2) [INFO] [stdout] --> src/types.rs:1353:17 [INFO] [stdout] | [INFO] [stdout] 1353 | include_str!("../../test-data/test-keys/ml_kem_512_pub.pem"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_512_priv.pem`: No such file or directory (os error 2) [INFO] [stdout] --> src/types.rs:1358:17 [INFO] [stdout] | [INFO] [stdout] 1358 | include_str!("../../test-data/test-keys/ml_kem_512_priv.pem"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_768_pub.pem`: No such file or directory (os error 2) [INFO] [stdout] --> src/types.rs:1363:17 [INFO] [stdout] | [INFO] [stdout] 1363 | include_str!("../../test-data/test-keys/ml_kem_768_pub.pem"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_768_priv.pem`: No such file or directory (os error 2) [INFO] [stdout] --> src/types.rs:1368:17 [INFO] [stdout] | [INFO] [stdout] 1368 | include_str!("../../test-data/test-keys/ml_kem_768_priv.pem"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_1024_pub.pem`: No such file or directory (os error 2) [INFO] [stdout] --> src/types.rs:1373:17 [INFO] [stdout] | [INFO] [stdout] 1373 | include_str!("../../test-data/test-keys/ml_kem_1024_pub.pem"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_1024_priv.pem`: No such file or directory (os error 2) [INFO] [stdout] --> src/types.rs:1378:17 [INFO] [stdout] | [INFO] [stdout] 1378 | include_str!("../../test-data/test-keys/ml_kem_1024_priv.pem"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_dsa_44_pub.pem`: No such file or directory (os error 2) [INFO] [stdout] --> src/types.rs:1383:17 [INFO] [stdout] | [INFO] [stdout] 1383 | include_str!("../../test-data/test-keys/ml_dsa_44_pub.pem"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_dsa_44_priv.pem`: No such file or directory (os error 2) [INFO] [stdout] --> src/types.rs:1388:17 [INFO] [stdout] | [INFO] [stdout] 1388 | include_str!("../../test-data/test-keys/ml_dsa_44_priv.pem"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_dsa_65_pub.pem`: No such file or directory (os error 2) [INFO] [stdout] --> src/types.rs:1393:17 [INFO] [stdout] | [INFO] [stdout] 1393 | include_str!("../../test-data/test-keys/ml_dsa_65_pub.pem"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_dsa_65_priv.pem`: No such file or directory (os error 2) [INFO] [stdout] --> src/types.rs:1398:17 [INFO] [stdout] | [INFO] [stdout] 1398 | include_str!("../../test-data/test-keys/ml_dsa_65_priv.pem"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/slh_dsa_sha2_128s_pub.pem`: No such file or directory (os error 2) [INFO] [stdout] --> src/types.rs:1403:17 [INFO] [stdout] | [INFO] [stdout] 1403 | include_str!("../../test-data/test-keys/slh_dsa_sha2_128s_pub.pem"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/slh_dsa_sha2_128s_priv.pem`: No such file or directory (os error 2) [INFO] [stdout] --> src/types.rs:1408:17 [INFO] [stdout] | [INFO] [stdout] 1408 | include_str!("../../test-data/test-keys/slh_dsa_sha2_128s_priv.pem"), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_kem_512_pub.der`: No such file or directory (os error 2) [INFO] [stdout] --> tests/integration.rs:17:30 [INFO] [stdout] | [INFO] [stdout] 17 | const $name: &[u8] = include_bytes!(concat!("../../test-data/test-keys/", $file)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | fixture!(ML_KEM_512_PUB_DER, "ml_kem_512_pub.der"); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_kem_512_priv.der`: No such file or directory (os error 2) [INFO] [stdout] --> tests/integration.rs:17:30 [INFO] [stdout] | [INFO] [stdout] 17 | const $name: &[u8] = include_bytes!(concat!("../../test-data/test-keys/", $file)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 29 | fixture!(ML_KEM_512_PRIV_DER, "ml_kem_512_priv.der"); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_kem_512_pub.pem`: No such file or directory (os error 2) [INFO] [stdout] --> tests/integration.rs:23:29 [INFO] [stdout] | [INFO] [stdout] 23 | const $name: &str = include_str!(concat!("../../test-data/test-keys/", $file)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 30 | fixture_str!(ML_KEM_512_PUB_PEM, "ml_kem_512_pub.pem"); [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 `fixture_str` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_kem_512_priv.pem`: No such file or directory (os error 2) [INFO] [stdout] --> tests/integration.rs:23:29 [INFO] [stdout] | [INFO] [stdout] 23 | const $name: &str = include_str!(concat!("../../test-data/test-keys/", $file)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 31 | fixture_str!(ML_KEM_512_PRIV_PEM, "ml_kem_512_priv.pem"); [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 `fixture_str` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_kem_768_pub.der`: No such file or directory (os error 2) [INFO] [stdout] --> tests/integration.rs:17:30 [INFO] [stdout] | [INFO] [stdout] 17 | const $name: &[u8] = include_bytes!(concat!("../../test-data/test-keys/", $file)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 34 | fixture!(ML_KEM_768_PUB_DER, "ml_kem_768_pub.der"); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_kem_768_priv.der`: No such file or directory (os error 2) [INFO] [stdout] --> tests/integration.rs:17:30 [INFO] [stdout] | [INFO] [stdout] 17 | const $name: &[u8] = include_bytes!(concat!("../../test-data/test-keys/", $file)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 35 | fixture!(ML_KEM_768_PRIV_DER, "ml_kem_768_priv.der"); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_kem_768_pub.pem`: No such file or directory (os error 2) [INFO] [stdout] --> tests/integration.rs:23:29 [INFO] [stdout] | [INFO] [stdout] 23 | const $name: &str = include_str!(concat!("../../test-data/test-keys/", $file)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 36 | fixture_str!(ML_KEM_768_PUB_PEM, "ml_kem_768_pub.pem"); [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 `fixture_str` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_kem_768_priv.pem`: No such file or directory (os error 2) [INFO] [stdout] --> tests/integration.rs:23:29 [INFO] [stdout] | [INFO] [stdout] 23 | const $name: &str = include_str!(concat!("../../test-data/test-keys/", $file)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 37 | fixture_str!(ML_KEM_768_PRIV_PEM, "ml_kem_768_priv.pem"); [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 `fixture_str` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_kem_1024_pub.der`: No such file or directory (os error 2) [INFO] [stdout] --> tests/integration.rs:17:30 [INFO] [stdout] | [INFO] [stdout] 17 | const $name: &[u8] = include_bytes!(concat!("../../test-data/test-keys/", $file)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 40 | fixture!(ML_KEM_1024_PUB_DER, "ml_kem_1024_pub.der"); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_kem_1024_priv.der`: No such file or directory (os error 2) [INFO] [stdout] --> tests/integration.rs:17:30 [INFO] [stdout] | [INFO] [stdout] 17 | const $name: &[u8] = include_bytes!(concat!("../../test-data/test-keys/", $file)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 41 | fixture!(ML_KEM_1024_PRIV_DER, "ml_kem_1024_priv.der"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_kem_1024_pub.pem`: No such file or directory (os error 2) [INFO] [stdout] --> tests/integration.rs:23:29 [INFO] [stdout] | [INFO] [stdout] 23 | const $name: &str = include_str!(concat!("../../test-data/test-keys/", $file)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 42 | fixture_str!(ML_KEM_1024_PUB_PEM, "ml_kem_1024_pub.pem"); [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 `fixture_str` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_kem_1024_priv.pem`: No such file or directory (os error 2) [INFO] [stdout] --> tests/integration.rs:23:29 [INFO] [stdout] | [INFO] [stdout] 23 | const $name: &str = include_str!(concat!("../../test-data/test-keys/", $file)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 43 | fixture_str!(ML_KEM_1024_PRIV_PEM, "ml_kem_1024_priv.pem"); [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 `fixture_str` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_dsa_44_pub.der`: No such file or directory (os error 2) [INFO] [stdout] --> tests/integration.rs:17:30 [INFO] [stdout] | [INFO] [stdout] 17 | const $name: &[u8] = include_bytes!(concat!("../../test-data/test-keys/", $file)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 46 | fixture!(ML_DSA_44_PUB_DER, "ml_dsa_44_pub.der"); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_dsa_44_priv.der`: No such file or directory (os error 2) [INFO] [stdout] --> tests/integration.rs:17:30 [INFO] [stdout] | [INFO] [stdout] 17 | const $name: &[u8] = include_bytes!(concat!("../../test-data/test-keys/", $file)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 47 | fixture!(ML_DSA_44_PRIV_DER, "ml_dsa_44_priv.der"); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_dsa_44_pub.pem`: No such file or directory (os error 2) [INFO] [stdout] --> tests/integration.rs:23:29 [INFO] [stdout] | [INFO] [stdout] 23 | const $name: &str = include_str!(concat!("../../test-data/test-keys/", $file)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 48 | fixture_str!(ML_DSA_44_PUB_PEM, "ml_dsa_44_pub.pem"); [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 `fixture_str` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_dsa_44_priv.pem`: No such file or directory (os error 2) [INFO] [stdout] --> tests/integration.rs:23:29 [INFO] [stdout] | [INFO] [stdout] 23 | const $name: &str = include_str!(concat!("../../test-data/test-keys/", $file)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 49 | fixture_str!(ML_DSA_44_PRIV_PEM, "ml_dsa_44_priv.pem"); [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 `fixture_str` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_dsa_65_pub.der`: No such file or directory (os error 2) [INFO] [stdout] --> tests/integration.rs:17:30 [INFO] [stdout] | [INFO] [stdout] 17 | const $name: &[u8] = include_bytes!(concat!("../../test-data/test-keys/", $file)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 52 | fixture!(ML_DSA_65_PUB_DER, "ml_dsa_65_pub.der"); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_dsa_65_priv.der`: No such file or directory (os error 2) [INFO] [stdout] --> tests/integration.rs:17:30 [INFO] [stdout] | [INFO] [stdout] 17 | const $name: &[u8] = include_bytes!(concat!("../../test-data/test-keys/", $file)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 53 | fixture!(ML_DSA_65_PRIV_DER, "ml_dsa_65_priv.der"); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_dsa_65_pub.pem`: No such file or directory (os error 2) [INFO] [stdout] --> tests/integration.rs:23:29 [INFO] [stdout] | [INFO] [stdout] 23 | const $name: &str = include_str!(concat!("../../test-data/test-keys/", $file)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 54 | fixture_str!(ML_DSA_65_PUB_PEM, "ml_dsa_65_pub.pem"); [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 `fixture_str` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_dsa_65_priv.pem`: No such file or directory (os error 2) [INFO] [stdout] --> tests/integration.rs:23:29 [INFO] [stdout] | [INFO] [stdout] 23 | const $name: &str = include_str!(concat!("../../test-data/test-keys/", $file)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 55 | fixture_str!(ML_DSA_65_PRIV_PEM, "ml_dsa_65_priv.pem"); [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 `fixture_str` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/slh_dsa_sha2_128s_pub.der`: No such file or directory (os error 2) [INFO] [stdout] --> tests/integration.rs:17:30 [INFO] [stdout] | [INFO] [stdout] 17 | const $name: &[u8] = include_bytes!(concat!("../../test-data/test-keys/", $file)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 58 | fixture!(SLH_DSA_SHA2_128S_PUB_DER, "slh_dsa_sha2_128s_pub.der"); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/slh_dsa_sha2_128s_priv.der`: No such file or directory (os error 2) [INFO] [stdout] --> tests/integration.rs:17:30 [INFO] [stdout] | [INFO] [stdout] 17 | const $name: &[u8] = include_bytes!(concat!("../../test-data/test-keys/", $file)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 59 | fixture!(SLH_DSA_SHA2_128S_PRIV_DER, "slh_dsa_sha2_128s_priv.der"); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/slh_dsa_sha2_128s_pub.pem`: No such file or directory (os error 2) [INFO] [stdout] --> tests/integration.rs:23:29 [INFO] [stdout] | [INFO] [stdout] 23 | const $name: &str = include_str!(concat!("../../test-data/test-keys/", $file)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | fixture_str!(SLH_DSA_SHA2_128S_PUB_PEM, "slh_dsa_sha2_128s_pub.pem"); [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 `fixture_str` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/slh_dsa_sha2_128s_priv.pem`: No such file or directory (os error 2) [INFO] [stdout] --> tests/integration.rs:23:29 [INFO] [stdout] | [INFO] [stdout] 23 | const $name: &str = include_str!(concat!("../../test-data/test-keys/", $file)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 61 | fixture_str!(SLH_DSA_SHA2_128S_PRIV_PEM, "slh_dsa_sha2_128s_priv.pem"); [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 `fixture_str` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pq-key-encoder` (test "integration") due to 24 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `pq-key-encoder` (lib test) due to 44 previous errors [INFO] running `Command { std: "docker" "inspect" "cb91abe623308a1085b731ba2eded97b0b37d177a1f74d187d03fceff6847297", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb91abe623308a1085b731ba2eded97b0b37d177a1f74d187d03fceff6847297", kill_on_drop: false }` [INFO] [stdout] cb91abe623308a1085b731ba2eded97b0b37d177a1f74d187d03fceff6847297