[INFO] cloning repository https://github.com/carl-wallace/kemri_toy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/carl-wallace/kemri_toy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcarl-wallace%2Fkemri_toy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcarl-wallace%2Fkemri_toy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6baadc2a9b0a124126870b6e2483264267a9ccbc [INFO] checking carl-wallace/kemri_toy against try#149edce6c6ee840adb602803b96d083101ef3592 for pr-133502-16 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcarl-wallace%2Fkemri_toy" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/carl-wallace/kemri_toy [INFO] finished tweaking git repo https://github.com/carl-wallace/kemri_toy [INFO] tweaked toml for git repo https://github.com/carl-wallace/kemri_toy written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/carl-wallace/kemri_toy on toolchain 149edce6c6ee840adb602803b96d083101ef3592 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+149edce6c6ee840adb602803b96d083101ef3592" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/carl-wallace/kemri_toy 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" "+149edce6c6ee840adb602803b96d083101ef3592" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+149edce6c6ee840adb602803b96d083101ef3592" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6aefd9aefe3074aa0099699e837987b6f86a5ce51b1a21ea52440ac29c905f51 [INFO] running `Command { std: "docker" "start" "-a" "6aefd9aefe3074aa0099699e837987b6f86a5ce51b1a21ea52440ac29c905f51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6aefd9aefe3074aa0099699e837987b6f86a5ce51b1a21ea52440ac29c905f51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6aefd9aefe3074aa0099699e837987b6f86a5ce51b1a21ea52440ac29c905f51", kill_on_drop: false }` [INFO] [stdout] 6aefd9aefe3074aa0099699e837987b6f86a5ce51b1a21ea52440ac29c905f51 [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+149edce6c6ee840adb602803b96d083101ef3592" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 82d1982defc9bf9069650104202be96c837ed2866157334bd5aa371679f27084 [INFO] running `Command { std: "docker" "start" "-a" "82d1982defc9bf9069650104202be96c837ed2866157334bd5aa371679f27084", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Checking const-oid v0.10.1 [INFO] [stderr] Checking base64ct v1.8.0 [INFO] [stderr] Compiling syn v2.0.103 [INFO] [stderr] Checking flagset v0.4.7 [INFO] [stderr] Checking keccak v0.2.0-pre.0 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling hashbrown v0.15.4 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling winnow v0.7.11 [INFO] [stderr] Checking pem-rfc7468 v1.0.0-rc.3 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Checking base16ct v0.2.0 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Checking anstyle-parse v0.2.7 [INFO] [stderr] Compiling borsh v1.5.7 [INFO] [stderr] Checking anstyle-query v1.1.3 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Checking getrandom v0.3.3 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Checking anstyle v1.0.11 [INFO] [stderr] Checking ff v0.14.0-pre.0 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Checking group v0.14.0-pre.0 [INFO] [stderr] Checking colorchoice v1.0.4 [INFO] [stderr] Checking destructure_traitobject v0.2.0 [INFO] [stderr] Checking ryu v1.0.20 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Checking anstream v0.6.19 [INFO] [stderr] Checking unsafe-any-ors v1.0.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling tari-tiny-keccak v2.0.2 [INFO] [stderr] Checking strsim v0.11.1 [INFO] [stderr] Checking iana-time-zone v0.1.63 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking unsafe-libyaml v0.2.11 [INFO] [stderr] Checking clap_lex v0.7.5 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking clap_builder v4.5.40 [INFO] [stderr] Checking chrono v0.4.41 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Checking typemap-ors v1.0.0 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking kem v0.3.0-pre.0 (https://github.com/RustCrypto/traits.git#fea157b0) [INFO] [stderr] Checking thread-id v4.2.2 [INFO] [stderr] Checking arc-swap v1.7.1 [INFO] [stderr] Checking log-mdc v0.1.0 [INFO] [stderr] Checking hybrid-array v0.3.1 [INFO] [stderr] Checking humantime v2.2.0 [INFO] [stderr] Checking rand v0.9.1 [INFO] [stderr] Checking subtle-encoding v0.5.1 [INFO] [stderr] Checking crypto-common v0.2.0-rc.3 (https://github.com/RustCrypto/traits.git#fea157b0) [INFO] [stderr] Checking block-buffer v0.11.0-rc.4 [INFO] [stderr] Checking block-padding v0.4.0-rc.3 [INFO] [stderr] Checking crypto-bigint v0.7.0-pre.5 (https://github.com/RustCrypto/crypto-bigint.git#c68f1125) [INFO] [stderr] Checking inout v0.2.0-rc.5 [INFO] [stderr] Compiling der_derive v0.8.0-rc.3 (https://github.com/RustCrypto/formats.git#50685d9d) [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling clap_derive v4.5.40 [INFO] [stderr] Checking digest v0.11.0-rc.0 (https://github.com/RustCrypto/traits.git#fea157b0) [INFO] [stderr] Checking cipher v0.5.0-rc.0 (https://github.com/RustCrypto/traits.git#fea157b0) [INFO] [stderr] Checking signature v3.0.0-rc.1 (https://github.com/RustCrypto/traits.git#fea157b0) [INFO] [stderr] Checking sha3 v0.11.0-rc.0 [INFO] [stderr] Checking hmac v0.13.0-rc.0 [INFO] [stderr] Checking aes v0.9.0-rc.0 (https://github.com/RustCrypto/block-ciphers.git#76dda538) [INFO] [stderr] Checking sha2 v0.11.0-rc.0 (https://github.com/RustCrypto/hashes.git#3943486e) [INFO] [stderr] Checking hkdf v0.13.0-rc.0 [INFO] [stderr] Checking sha1 v0.11.0-rc.0 [INFO] [stderr] Checking der v0.8.0-rc.4 (https://github.com/RustCrypto/formats.git#50685d9d) [INFO] [stderr] Checking universal-hash v0.6.0-rc.1 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Checking polyval v0.7.0-rc.1 [INFO] [stderr] Checking cbc v0.2.0-rc.0 (https://github.com/RustCrypto/block-modes.git#783fb3b6) [INFO] [stderr] Checking ansi-x963-kdf v0.1.0-rc.0 [INFO] [stderr] Checking ghash v0.6.0-rc.1 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking ctr v0.10.0-rc.0 (https://github.com/RustCrypto/block-modes.git#783fb3b6) [INFO] [stderr] Compiling borsh-derive v1.5.7 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking aes-kw v0.3.0-rc.0 (https://github.com/RustCrypto/key-wraps.git#bd3285d2) [INFO] [stderr] Checking aead v0.6.0-rc.1 (https://github.com/RustCrypto/traits.git#fea157b0) [INFO] [stderr] Checking aes-gcm v0.11.0-rc.0 (https://github.com/RustCrypto/AEADs.git#77d4c786) [INFO] [stderr] Checking ml-kem v0.3.0-pre (https://github.com/RustCrypto/KEMs.git#98ce0c59) [INFO] [stderr] Checking clap v4.5.40 [INFO] [stderr] Checking spki v0.8.0-rc.2 (https://github.com/RustCrypto/formats.git#50685d9d) [INFO] [stderr] Checking sec1 v0.8.0-rc.5 [INFO] [stderr] Checking pkcs8 v0.11.0-rc.4 (https://github.com/RustCrypto/formats.git#50685d9d) [INFO] [stderr] Checking x509-cert v0.3.0-rc.0 (https://github.com/RustCrypto/formats.git#50685d9d) [INFO] [stderr] Checking pkcs1 v0.8.0-rc.2 (https://github.com/RustCrypto/formats.git#50685d9d) [INFO] [stderr] Checking slh-dsa v0.2.0-pre (https://github.com/RustCrypto/signatures#310df4ab) [INFO] [stderr] Checking ml-dsa v0.1.0-pre.2 (https://github.com/RustCrypto/signatures#310df4ab) [INFO] [stderr] Checking serde v1.0.219 [INFO] [stderr] Checking crypto-primes v0.7.0-pre.1 [INFO] [stderr] Checking elliptic-curve v0.14.0-rc.7 [INFO] [stderr] Checking rsa v0.10.0-rc.0 (https://github.com/RustCrypto/RSA.git#c2fe3759) [INFO] [stderr] Checking cms v0.3.0-pre.0 (https://github.com/RustCrypto/formats.git#50685d9d) [INFO] [stderr] Checking pqckeys v0.1.1 (https://github.com/carl-wallace/pqckeys?branch=kemri#8b128884) [INFO] [stderr] Checking serde-value v0.7.0 [INFO] [stderr] Checking log v0.4.27 [INFO] [stderr] Checking serde_yaml v0.9.34+deprecated [INFO] [stderr] Checking log4rs v1.3.0 [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::NttVectorSize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:206:26 [INFO] [stdout] | [INFO] [stdout] 206 | type NttVectorSize = EncodedPolynomialVectorSize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`ml_kem`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::EncryptionKeySize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:207:30 [INFO] [stdout] | [INFO] [stdout] 207 | type EncryptionKeySize = Sum; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`ml_kem`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `Array::NttVectorSize> well-formed` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:210:5 [INFO] [stdout] | [INFO] [stdout] 210 | fn encode_u12(p: &NttVector) -> EncodedNttVector { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the requirement `Array::NttVectorSize> well-formed` appears on the `impl`'s associated function `encode_u12` but not on the corresponding trait's associated function [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:179:8 [INFO] [stdout] | [INFO] [stdout] 174 | pub trait PkeParams: ParameterSet { [INFO] [stdout] | --------- in this trait [INFO] [stdout] ... [INFO] [stdout] 179 | fn encode_u12(p: &NttVector) -> EncodedNttVector; [INFO] [stdout] | ^^^^^^^^^^ this trait's associated function doesn't have the requirement `Array::NttVectorSize> well-formed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `&Array::NttVectorSize> well-formed` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:214:5 [INFO] [stdout] | [INFO] [stdout] 214 | fn decode_u12(v: &EncodedNttVector) -> NttVector { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the requirement `&Array::NttVectorSize> well-formed` appears on the `impl`'s associated function `decode_u12` but not on the corresponding trait's associated function [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:180:8 [INFO] [stdout] | [INFO] [stdout] 174 | pub trait PkeParams: ParameterSet { [INFO] [stdout] | --------- in this trait [INFO] [stdout] ... [INFO] [stdout] 180 | fn decode_u12(v: &EncodedNttVector) -> NttVector; [INFO] [stdout] | ^^^^^^^^^^ this trait's associated function doesn't have the requirement `&Array::NttVectorSize> well-formed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `Array::CiphertextSize> well-formed` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | fn concat_ct(u: EncodedU, v: EncodedV) -> EncodedCiphertext { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the requirement `Array::CiphertextSize> well-formed` appears on the `impl`'s associated function `concat_ct` but not on the corresponding trait's associated function [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:182:8 [INFO] [stdout] | [INFO] [stdout] 174 | pub trait PkeParams: ParameterSet { [INFO] [stdout] | --------- in this trait [INFO] [stdout] ... [INFO] [stdout] 182 | fn concat_ct(u: EncodedU, v: EncodedV) -> EncodedCiphertext; [INFO] [stdout] | ^^^^^^^^^ this trait's associated function doesn't have the requirement `Array::CiphertextSize> well-formed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `&Array::CiphertextSize> well-formed` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:222:5 [INFO] [stdout] | [INFO] [stdout] 222 | fn split_ct(ct: &EncodedCiphertext) -> (&EncodedU, &EncodedV) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the requirement `&Array::CiphertextSize> well-formed` appears on the `impl`'s associated function `split_ct` but not on the corresponding trait's associated function [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:183:8 [INFO] [stdout] | [INFO] [stdout] 174 | pub trait PkeParams: ParameterSet { [INFO] [stdout] | --------- in this trait [INFO] [stdout] ... [INFO] [stdout] 183 | fn split_ct(ct: &EncodedCiphertext) -> (&EncodedU, &EncodedV); [INFO] [stdout] | ^^^^^^^^ this trait's associated function doesn't have the requirement `&Array::CiphertextSize> well-formed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `Array::NttVectorSize> well-formed` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:226:5 [INFO] [stdout] | [INFO] [stdout] 226 | fn concat_ek(t_hat: EncodedNttVector, rho: B32) -> EncodedEncryptionKey { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the requirement `Array::NttVectorSize> well-formed` appears on the `impl`'s associated function `concat_ek` but not on the corresponding trait's associated function [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:185:8 [INFO] [stdout] | [INFO] [stdout] 174 | pub trait PkeParams: ParameterSet { [INFO] [stdout] | --------- in this trait [INFO] [stdout] ... [INFO] [stdout] 185 | fn concat_ek(t_hat: EncodedNttVector, rho: B32) -> EncodedEncryptionKey; [INFO] [stdout] | ^^^^^^^^^ this trait's associated function doesn't have the requirement `Array::NttVectorSize> well-formed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `Array::EncryptionKeySize> well-formed` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:226:5 [INFO] [stdout] | [INFO] [stdout] 226 | fn concat_ek(t_hat: EncodedNttVector, rho: B32) -> EncodedEncryptionKey { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the requirement `Array::EncryptionKeySize> well-formed` appears on the `impl`'s associated function `concat_ek` but not on the corresponding trait's associated function [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:185:8 [INFO] [stdout] | [INFO] [stdout] 174 | pub trait PkeParams: ParameterSet { [INFO] [stdout] | --------- in this trait [INFO] [stdout] ... [INFO] [stdout] 185 | fn concat_ek(t_hat: EncodedNttVector, rho: B32) -> EncodedEncryptionKey; [INFO] [stdout] | ^^^^^^^^^ this trait's associated function doesn't have the requirement `Array::EncryptionKeySize> well-formed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `&Array::EncryptionKeySize> well-formed` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:230:5 [INFO] [stdout] | [INFO] [stdout] 230 | fn split_ek(ek: &EncodedEncryptionKey) -> (&EncodedNttVector, &B32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the requirement `&Array::EncryptionKeySize> well-formed` appears on the `impl`'s associated function `split_ek` but not on the corresponding trait's associated function [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:186:8 [INFO] [stdout] | [INFO] [stdout] 174 | pub trait PkeParams: ParameterSet { [INFO] [stdout] | --------- in this trait [INFO] [stdout] ... [INFO] [stdout] 186 | fn split_ek(ek: &EncodedEncryptionKey) -> (&EncodedNttVector, &B32); [INFO] [stdout] | ^^^^^^^^ this trait's associated function doesn't have the requirement `&Array::EncryptionKeySize> well-formed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `(&Array::NttVectorSize>, &...) well-formed` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:230:5 [INFO] [stdout] | [INFO] [stdout] 230 | fn split_ek(ek: &EncodedEncryptionKey) -> (&EncodedNttVector, &B32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the requirement `(&Array::NttVectorSize>, &Array, B0>, B0>, B0>, B0>, B0>>) well-formed` appears on the `impl`'s associated function `split_ek` but not on the corresponding trait's associated function [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:186:8 [INFO] [stdout] | [INFO] [stdout] 174 | pub trait PkeParams: ParameterSet { [INFO] [stdout] | --------- in this trait [INFO] [stdout] ... [INFO] [stdout] 186 | fn split_ek(ek: &EncodedEncryptionKey) -> (&EncodedNttVector, &B32); [INFO] [stdout] | ^^^^^^^^ this trait's associated function doesn't have the requirement `(&Array::NttVectorSize>, &Array, B0>, B0>, B0>, B0>, B0>>) well-formed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `P: PkeParams` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:194:23 [INFO] [stdout] | [INFO] [stdout] 194 | impl

PkeParams for P [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `<, ...>, ...>, ...> as VectorEncodingSize<...>>::EncodedPolynomialVectorSize as Add<...>>::Output: Sub<...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:204:65 [INFO] [stdout] | [INFO] [stdout] 204 | ArraySize + Sub, Output = U32>, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `, ...>, ...>, ...> as VectorEncodingSize<...>>::EncodedPolynomialVectorSize: Add<...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:202:45 [INFO] [stdout] | [INFO] [stdout] 202 | EncodedPolynomialVectorSize: Add, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `<, ...>, ...>, ...> as VectorEncodingSize<...>>::EncodedPolynomialVectorSize as Add<...>>::Output: param::ArraySize` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:204:9 [INFO] [stdout] | [INFO] [stdout] 204 | ArraySize + Sub, Output = U32>, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `<, ...>, ...>, ...> as VectorEncodingSize<...>>::EncodedPolynomialVectorSize as Add<...>>::Output: Sub<...>` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:204:21 [INFO] [stdout] | [INFO] [stdout] 204 | ArraySize + Sub, Output = U32>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `, ...>, ...>, ...> as VectorEncodingSize<...>>::EncodedPolynomialVectorSize: Sized` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:204:65 [INFO] [stdout] | [INFO] [stdout] 204 | ArraySize + Sub, Output = U32>, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by an implicit `Sized` bound in `Sub` [INFO] [stdout] --> /rustc/149edce6c6ee840adb602803b96d083101ef3592/library/core/src/ops/arith.rs:190:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `, ...>, ...>, ...> as VectorEncodingSize<...>>::EncodedPolynomialVectorSize: Sized` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:204:21 [INFO] [stdout] | [INFO] [stdout] 204 | ArraySize + Sub, Output = U32>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by an implicit `Sized` bound in `Sub` [INFO] [stdout] --> /rustc/149edce6c6ee840adb602803b96d083101ef3592/library/core/src/ops/arith.rs:190:1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `<, ...>, ...>, ...> as VectorEncodingSize<...>>::EncodedPolynomialVectorSize as Add<...>>::Output well-formed` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:204:65 [INFO] [stdout] | [INFO] [stdout] 204 | ArraySize + Sub, Output = U32>, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `, ...>, ...>, ...> as VectorEncodingSize<...>>::EncodedPolynomialVectorSize well-formed` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:204:65 [INFO] [stdout] | [INFO] [stdout] 204 | ArraySize + Sub, Output = U32>, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`ml_kem`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `, ...>, ...>, ...> as VectorEncodingSize<...>>::EncodedPolynomialVectorSize well-formed` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:202:45 [INFO] [stdout] | [INFO] [stdout] 202 | EncodedPolynomialVectorSize: Add, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`ml_kem`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `<, ...>, ...>, ...> as VectorEncodingSize<...>>::EncodedPolynomialVectorSize as Add<...>>::Output well-formed` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:204:9 [INFO] [stdout] | [INFO] [stdout] 204 | ArraySize + Sub, Output = U32>, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `<, ...>, ...>, ...> as VectorEncodingSize<...>>::EncodedPolynomialVectorSize as Add<...>>::Output well-formed` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:204:21 [INFO] [stdout] | [INFO] [stdout] 204 | ArraySize + Sub, Output = U32>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `, ...>, ...>, ...> as VectorEncodingSize<...>>::EncodedPolynomialVectorSize well-formed` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:204:21 [INFO] [stdout] | [INFO] [stdout] 204 | ArraySize + Sub, Output = U32>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`ml_kem`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `, ...>, ...>, ...> as VectorEncodingSize<...>>::EncodedPolynomialVectorSize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:206:5 [INFO] [stdout] | [INFO] [stdout] 206 | type NttVectorSize = EncodedPolynomialVectorSize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `, ...>, ...>, ...> as VectorEncodingSize<...>>::EncodedPolynomialVectorSize well-formed` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:206:5 [INFO] [stdout] | [INFO] [stdout] 206 | type NttVectorSize = EncodedPolynomialVectorSize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`ml_kem`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `<

::NttVectorSize as Add, ...>, ...>, ...>>>::Output == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:207:5 [INFO] [stdout] | [INFO] [stdout] 207 | type EncryptionKeySize = Sum; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `<

::NttVectorSize as Add, ...>, ...>, ...>>>::Output well-formed` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:207:5 [INFO] [stdout] | [INFO] [stdout] 207 | type EncryptionKeySize = Sum; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::NttVectorSize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:210:46 [INFO] [stdout] | [INFO] [stdout] 210 | fn encode_u12(p: &NttVector) -> EncodedNttVector { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `Array::NttVectorSize>: Sized` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:210:46 [INFO] [stdout] | [INFO] [stdout] 210 | fn encode_u12(p: &NttVector) -> EncodedNttVector { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`ml_kem`) [INFO] [stdout] = note: the return type of a function must have a statically known size [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `Array::NttVectorSize> well-formed` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:210:46 [INFO] [stdout] | [INFO] [stdout] 210 | fn encode_u12(p: &NttVector) -> EncodedNttVector { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::NttVectorSize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:214:22 [INFO] [stdout] | [INFO] [stdout] 214 | fn decode_u12(v: &EncodedNttVector) -> NttVector { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `NttVector<

::K>: Sized` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:214:50 [INFO] [stdout] | [INFO] [stdout] 214 | fn decode_u12(v: &EncodedNttVector) -> NttVector { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`ml_kem`) [INFO] [stdout] = note: the return type of a function must have a statically known size [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `&Array::NttVectorSize> well-formed` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:214:22 [INFO] [stdout] | [INFO] [stdout] 214 | fn decode_u12(v: &EncodedNttVector) -> NttVector { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::CiphertextSize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:218:59 [INFO] [stdout] | [INFO] [stdout] 218 | fn concat_ct(u: EncodedU, v: EncodedV) -> EncodedCiphertext { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `Array::CiphertextSize>: Sized` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:218:59 [INFO] [stdout] | [INFO] [stdout] 218 | fn concat_ct(u: EncodedU, v: EncodedV) -> EncodedCiphertext { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`ml_kem`) [INFO] [stdout] = note: the return type of a function must have a statically known size [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `Array::CiphertextSize> well-formed` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:218:59 [INFO] [stdout] | [INFO] [stdout] 218 | fn concat_ct(u: EncodedU, v: EncodedV) -> EncodedCiphertext { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::CiphertextSize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:222:21 [INFO] [stdout] | [INFO] [stdout] 222 | fn split_ct(ct: &EncodedCiphertext) -> (&EncodedU, &EncodedV) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `&Array::CiphertextSize> well-formed` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:222:21 [INFO] [stdout] | [INFO] [stdout] 222 | fn split_ct(ct: &EncodedCiphertext) -> (&EncodedU, &EncodedV) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::NttVectorSize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:226:25 [INFO] [stdout] | [INFO] [stdout] 226 | fn concat_ek(t_hat: EncodedNttVector, rho: B32) -> EncodedEncryptionKey { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::EncryptionKeySize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:226:62 [INFO] [stdout] | [INFO] [stdout] 226 | fn concat_ek(t_hat: EncodedNttVector, rho: B32) -> EncodedEncryptionKey { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `Array::EncryptionKeySize>: Sized` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:226:62 [INFO] [stdout] | [INFO] [stdout] 226 | fn concat_ek(t_hat: EncodedNttVector, rho: B32) -> EncodedEncryptionKey { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`ml_kem`) [INFO] [stdout] = note: the return type of a function must have a statically known size [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `Array::NttVectorSize> well-formed` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:226:25 [INFO] [stdout] | [INFO] [stdout] 226 | fn concat_ek(t_hat: EncodedNttVector, rho: B32) -> EncodedEncryptionKey { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `Array::EncryptionKeySize> well-formed` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:226:62 [INFO] [stdout] | [INFO] [stdout] 226 | fn concat_ek(t_hat: EncodedNttVector, rho: B32) -> EncodedEncryptionKey { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::EncryptionKeySize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:230:21 [INFO] [stdout] | [INFO] [stdout] 230 | fn split_ek(ek: &EncodedEncryptionKey) -> (&EncodedNttVector, &B32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::NttVectorSize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:230:53 [INFO] [stdout] | [INFO] [stdout] 230 | fn split_ek(ek: &EncodedEncryptionKey) -> (&EncodedNttVector, &B32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `&Array::EncryptionKeySize> well-formed` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:230:21 [INFO] [stdout] | [INFO] [stdout] 230 | fn split_ek(ek: &EncodedEncryptionKey) -> (&EncodedNttVector, &B32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `(&Array::NttVectorSize>, &...) well-formed` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:230:53 [INFO] [stdout] | [INFO] [stdout] 230 | fn split_ek(ek: &EncodedEncryptionKey) -> (&EncodedNttVector, &B32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `UInt, B1>, ...>, ...>: EncodingSize` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:211:18 [INFO] [stdout] | [INFO] [stdout] 211 | Encode::::encode(p) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`ml_kem`) [INFO] [stdout] note: required by a bound in `Encode::encode` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/encode.rs:68:21 [INFO] [stdout] | [INFO] [stdout] 68 | pub trait Encode { [INFO] [stdout] | ^^^^^^^^^^^^ required by this bound in `Encode::encode` [INFO] [stdout] 69 | type EncodedSize: ArraySize; [INFO] [stdout] 70 | fn encode(&self) -> Array; [INFO] [stdout] | ------ required by a bound in this associated function [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `NttVector<

::K>: Encode, ...>, ...>, ...>>` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:211:31 [INFO] [stdout] | [INFO] [stdout] 211 | Encode::::encode(p) [INFO] [stdout] | --------------------- ^ [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`ml_kem`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::NttVectorSize == ::K> as Encode>>::EncodedSize` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:211:9 [INFO] [stdout] | [INFO] [stdout] 211 | Encode::::encode(p) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `Array::K> as Encode>>::EncodedSize>: Sized` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:211:9 [INFO] [stdout] | [INFO] [stdout] 211 | Encode::::encode(p) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`ml_kem`) [INFO] [stdout] = note: the return type of a function must have a statically known size [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `Array::K> as Encode>>::EncodedSize> well-formed` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:211:9 [INFO] [stdout] | [INFO] [stdout] 211 | Encode::::encode(p) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`ml_kem`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::NttVectorSize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:210:69 [INFO] [stdout] | [INFO] [stdout] 210 | fn encode_u12(p: &NttVector) -> EncodedNttVector { [INFO] [stdout] | _____________________________________________________________________^ [INFO] [stdout] 211 | | Encode::::encode(p) [INFO] [stdout] 212 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `::K> as Encode, ...>, ...>>>::EncodedSize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:211:9 [INFO] [stdout] | [INFO] [stdout] 211 | Encode::::encode(p) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`ml_kem`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::NttVectorSize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:210:5 [INFO] [stdout] | [INFO] [stdout] 210 | fn encode_u12(p: &NttVector) -> EncodedNttVector { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `_ ==

::NttVectorSize` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:214:19 [INFO] [stdout] | [INFO] [stdout] 214 | fn decode_u12(v: &EncodedNttVector) -> NttVector { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `UInt, B1>, ...>, ...>: EncodingSize` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:215:18 [INFO] [stdout] | [INFO] [stdout] 215 | Encode::::decode(v) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`ml_kem`) [INFO] [stdout] note: required by a bound in `Encode::decode` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/encode.rs:68:21 [INFO] [stdout] | [INFO] [stdout] 68 | pub trait Encode { [INFO] [stdout] | ^^^^^^^^^^^^ required by this bound in `Encode::decode` [INFO] [stdout] ... [INFO] [stdout] 71 | fn decode(enc: &Array) -> Self; [INFO] [stdout] | ------ required by a bound in this associated function [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `NttVector<

::K>: Encode, ...>, ...>, ...>>` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:215:9 [INFO] [stdout] | [INFO] [stdout] 215 | Encode::::decode(v) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`ml_kem`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `_ == ::K> as Encode, ...>>>::EncodedSize` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:215:31 [INFO] [stdout] | [INFO] [stdout] 215 | Encode::::decode(v) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`ml_kem`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `::K> as Encode, ...>, ...>>>::EncodedSize == ...` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:215:31 [INFO] [stdout] | [INFO] [stdout] 215 | Encode::::decode(v) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`ml_kem`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `NttVector<

::K>: Sized` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:215:9 [INFO] [stdout] | [INFO] [stdout] 215 | Encode::::decode(v) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`ml_kem`) [INFO] [stdout] = note: the return type of a function must have a statically known size [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `&Array::K> as Encode<...>>::EncodedSize> well-formed` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:215:31 [INFO] [stdout] | [INFO] [stdout] 215 | Encode::::decode(v) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`ml_kem`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::NttVectorSize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:214:19 [INFO] [stdout] | [INFO] [stdout] 214 | fn decode_u12(v: &EncodedNttVector) -> NttVector { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `::K> as Encode, ...>, ...>>>::EncodedSize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:215:31 [INFO] [stdout] | [INFO] [stdout] 215 | Encode::::decode(v) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`ml_kem`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::NttVectorSize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:214:5 [INFO] [stdout] | [INFO] [stdout] 214 | fn decode_u12(v: &EncodedNttVector) -> NttVector { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::CiphertextSize == <<

::Du as VectorEncodingSize<<... as ParameterSet>::K>>::EncodedPolynomialVectorSize as Add<...>>::Output` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:219:9 [INFO] [stdout] | [INFO] [stdout] 219 | u.concat(v) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `Array::Du as VectorEncodingSize<

::K>>::EncodedPolynomialVectorSize>: Sized` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:218:21 [INFO] [stdout] | [INFO] [stdout] 218 | fn concat_ct(u: EncodedU, v: EncodedV) -> EncodedCiphertext { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`ml_kem`) [INFO] [stdout] = help: unsized fn params are gated as an unstable feature [INFO] [stdout] help: function arguments must have a statically known size, borrowed types always have a known size [INFO] [stdout] | [INFO] [stdout] 218 | fn concat_ct(u: &EncodedU, v: EncodedV) -> EncodedCiphertext { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `Array::Dv as EncodingSize>::EncodedPolynomialSize>: Sized` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:218:40 [INFO] [stdout] | [INFO] [stdout] 218 | fn concat_ct(u: EncodedU, v: EncodedV) -> EncodedCiphertext { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`ml_kem`) [INFO] [stdout] = help: unsized fn params are gated as an unstable feature [INFO] [stdout] help: function arguments must have a statically known size, borrowed types always have a known size [INFO] [stdout] | [INFO] [stdout] 218 | fn concat_ct(u: EncodedU, v: &EncodedV) -> EncodedCiphertext { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::CiphertextSize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:218:83 [INFO] [stdout] | [INFO] [stdout] 218 | fn concat_ct(u: EncodedU, v: EncodedV) -> EncodedCiphertext { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 219 | | u.concat(v) [INFO] [stdout] 220 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::CiphertextSize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:218:5 [INFO] [stdout] | [INFO] [stdout] 218 | fn concat_ct(u: EncodedU, v: EncodedV) -> EncodedCiphertext { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `_ ==

::CiphertextSize` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:222:17 [INFO] [stdout] | [INFO] [stdout] 222 | fn split_ct(ct: &EncodedCiphertext) -> (&EncodedU, &EncodedV) { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::CiphertextSize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:222:17 [INFO] [stdout] | [INFO] [stdout] 222 | fn split_ct(ct: &EncodedCiphertext) -> (&EncodedU, &EncodedV) { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `<, ...>, ...>, ...>, ...> as Mul<...>>::Output as Sub<...>>::Output == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:223:9 [INFO] [stdout] | [INFO] [stdout] 223 | ct.split_ref() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::CiphertextSize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:222:5 [INFO] [stdout] | [INFO] [stdout] 222 | fn split_ct(ct: &EncodedCiphertext) -> (&EncodedU, &EncodedV) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `_ ==

::NttVectorSize` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:226:18 [INFO] [stdout] | [INFO] [stdout] 226 | fn concat_ek(t_hat: EncodedNttVector, rho: B32) -> EncodedEncryptionKey { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::EncryptionKeySize == <, ...>, ...> as Mul<...>>::Output as Add<...>>::Output` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:227:9 [INFO] [stdout] | [INFO] [stdout] 227 | t_hat.concat(rho) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::NttVectorSize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:226:18 [INFO] [stdout] | [INFO] [stdout] 226 | fn concat_ek(t_hat: EncodedNttVector, rho: B32) -> EncodedEncryptionKey { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::EncryptionKeySize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:226:89 [INFO] [stdout] | [INFO] [stdout] 226 | fn concat_ek(t_hat: EncodedNttVector, rho: B32) -> EncodedEncryptionKey { [INFO] [stdout] | _________________________________________________________________________________________^ [INFO] [stdout] 227 | | t_hat.concat(rho) [INFO] [stdout] 228 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::NttVectorSize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:226:5 [INFO] [stdout] | [INFO] [stdout] 226 | fn concat_ek(t_hat: EncodedNttVector, rho: B32) -> EncodedEncryptionKey { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::EncryptionKeySize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:226:5 [INFO] [stdout] | [INFO] [stdout] 226 | fn concat_ek(t_hat: EncodedNttVector, rho: B32) -> EncodedEncryptionKey { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `_ ==

::EncryptionKeySize` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:230:17 [INFO] [stdout] | [INFO] [stdout] 230 | fn split_ek(ek: &EncodedEncryptionKey) -> (&EncodedNttVector, &B32) { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `<

::Du as VectorEncodingSize<

::K>>::EncodedPolynomialVectorSize ==

::NttVectorSize` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:231:9 [INFO] [stdout] | [INFO] [stdout] 231 | ek.split_ref() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::EncryptionKeySize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:230:17 [INFO] [stdout] | [INFO] [stdout] 230 | fn split_ek(ek: &EncodedEncryptionKey) -> (&EncodedNttVector, &B32) { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::NttVectorSize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:230:85 [INFO] [stdout] | [INFO] [stdout] 230 | fn split_ek(ek: &EncodedEncryptionKey) -> (&EncodedNttVector, &B32) { [INFO] [stdout] | _____________________________________________________________________________________^ [INFO] [stdout] 231 | | ek.split_ref() [INFO] [stdout] 232 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `<, ...>, ...>, ...>, ...> as Mul<...>>::Output as Sub<...>>::Output == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:231:9 [INFO] [stdout] | [INFO] [stdout] 231 | ek.split_ref() [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::EncryptionKeySize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:230:5 [INFO] [stdout] | [INFO] [stdout] 230 | fn split_ek(ek: &EncodedEncryptionKey) -> (&EncodedNttVector, &B32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `

::NttVectorSize == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/kems-debe45a3c40a78d3/98ce0c5/ml-kem/src/param.rs:230:5 [INFO] [stdout] | [INFO] [stdout] 230 | fn split_ek(ek: &EncodedEncryptionKey) -> (&EncodedNttVector, &B32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0275`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ml-kem` (lib) due to 87 previous errors [INFO] running `Command { std: "docker" "inspect" "82d1982defc9bf9069650104202be96c837ed2866157334bd5aa371679f27084", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82d1982defc9bf9069650104202be96c837ed2866157334bd5aa371679f27084", kill_on_drop: false }` [INFO] [stdout] 82d1982defc9bf9069650104202be96c837ed2866157334bd5aa371679f27084