[INFO] cloning repository https://github.com/ZenthProject/zenth_session
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ZenthProject/zenth_session" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZenthProject%2Fzenth_session", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZenthProject%2Fzenth_session'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] aaf61ceffa89108937d831c8d8c54700bc7b3e47
[INFO] checking ZenthProject/zenth_session against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZenthProject%2Fzenth_session" "/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/ZenthProject/zenth_session
[INFO] finished tweaking git repo https://github.com/ZenthProject/zenth_session
[INFO] tweaked toml for git repo https://github.com/ZenthProject/zenth_session written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ZenthProject/zenth_session on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ZenthProject/zenth_session 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" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2664a66659bd1da841550c8064a097d7c7c84fa04a57d19892df1888c0ad20fd
[INFO] running `Command { std: "docker" "start" "2664a66659bd1da841550c8064a097d7c7c84fa04a57d19892df1888c0ad20fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2664a66659bd1da841550c8064a097d7c7c84fa04a57d19892df1888c0ad20fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2664a66659bd1da841550c8064a097d7c7c84fa04a57d19892df1888c0ad20fd" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2664a66659bd1da841550c8064a097d7c7c84fa04a57d19892df1888c0ad20fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2664a66659bd1da841550c8064a097d7c7c84fa04a57d19892df1888c0ad20fd" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling find-msvc-tools v0.1.11
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling glob v0.3.4
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking cpufeatures v0.2.17
[INFO] [stderr]    Compiling zerocopy v0.8.56
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]     Checking keccak v0.1.6
[INFO] [stderr]     Checking base64ct v1.8.3
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]    Compiling thiserror v2.0.20
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]     Checking pqcrypto-traits v0.3.5
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling hax-lib v0.3.6
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling clang-sys v1.9.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling either v1.17.0
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]     Checking opaque-debug v0.3.1
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling bindgen v0.70.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling bitflags v2.13.1
[INFO] [stderr]     Checking winter-utils v0.4.2
[INFO] [stderr]     Checking arrayref v0.3.9
[INFO] [stderr]     Checking arrayvec v0.7.8
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking constant_time_eq v0.4.2
[INFO] [stderr]     Checking winter-math v0.4.2
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]     Checking pem v3.0.6
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling libcrux-intrinsics v0.0.6
[INFO] [stderr]     Checking encoding v0.1.0 (https://github.com/ZenthProject/zenth_crypto.git#8d0598d0)
[INFO] [stderr]    Compiling num-bigint-dig v0.8.6
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]    Compiling fslock v0.2.1
[INFO] [stderr]     Checking const-str v0.7.1
[INFO] [stderr]    Compiling cc v1.4.3
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking spin v0.9.9
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling libcrux-sha3 v0.0.8
[INFO] [stderr]    Compiling pkg-config v0.3.34
[INFO] [stderr]    Compiling regex-automata v0.4.18
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking block-padding v0.3.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking sha3 v0.10.9
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking num-integer v0.1.47
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking libcrux-platform v0.0.3
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking num-iter v0.1.46
[INFO] [stderr]    Compiling openssl-src v300.6.1+3.6.3
[INFO] [stderr]    Compiling libcrux-ml-kem v0.0.8
[INFO] [stderr]    Compiling hbs-lms v0.1.1
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]     Checking foreign-types-shared v0.3.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking sha1 v0.10.7
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]     Checking socket2 v0.6.5
[INFO] [stderr]     Checking signature v1.6.4
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]     Checking md5 v0.8.1
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]     Checking bytes v1.12.1
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking tinyvec v1.12.0
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]     Checking hex-literal v1.1.0
[INFO] [stderr]    Compiling pqcrypto-internals v0.2.11
[INFO] [stderr]    Compiling blake3 v1.8.6
[INFO] [stderr]    Compiling pqcrypto-classicmceliece v0.2.1
[INFO] [stderr]    Compiling pqcrypto-hqc v0.2.2
[INFO] [stderr]    Compiling pqcrypto-falcon v0.4.1
[INFO] [stderr]    Compiling pqcrypto-mldsa v0.1.2
[INFO] [stderr]    Compiling pqcrypto-sphincsplus v0.7.2
[INFO] [stderr]    Compiling pqcrypto-mlkem v0.1.1
[INFO] [stderr]    Compiling pqcrypto-dilithium v0.5.0
[INFO] [stderr]    Compiling openssl-sys v0.9.117
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling regex v1.13.1
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.34.0
[INFO] [stderr]     Checking hpke-rs-crypto v0.3.0
[INFO] [stderr]     Checking rand_core v0.10.1
[INFO] [stderr]     Checking assert_matches v1.5.0
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling rusqlite_migration v2.2.0
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking chacha20 v0.10.1
[INFO] [stderr]     Checking zenth_protect v0.1.0 (https://github.com/ZenthProject/zenth_protect.git#62fbe80b)
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking uuid v1.24.1
[INFO] [stderr]     Checking rand v0.10.2
[INFO] [stderr]     Checking winter-crypto v0.4.2
[INFO] [stderr]     Checking winter-fri v0.4.2
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]     Checking winter-air v0.4.2
[INFO] [stderr]     Checking winter-prover v0.4.2
[INFO] [stderr]     Checking winter-verifier v0.4.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]    Compiling displaydoc v0.2.7
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling foreign-types-macros v0.2.4
[INFO] [stderr]    Compiling tokio-macros v2.7.2
[INFO] [stderr]     Checking foreign-types v0.5.0
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]     Checking winterfell v0.4.2
[INFO] [stderr]    Compiling zeroize_derive v1.5.0
[INFO] [stderr]    Compiling hax-lib-macros v0.3.6
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling derive-where v1.6.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking errors v0.1.0 (https://github.com/ZenthProject/zenth_crypto.git#8d0598d0)
[INFO] [stderr]     Checking zeroize v1.9.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking libcrux-secrets v0.0.5
[INFO] [stderr]     Checking rand v0.8.7
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking cbc v0.1.2
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]     Checking twofish v0.7.1
[INFO] [stderr]     Checking serpent v0.5.1
[INFO] [stderr]     Checking chacha20poly1305 v0.10.1
[INFO] [stderr]     Checking serpent_modes v0.1.0 (https://github.com/ZenthProject/zenth_crypto.git#8d0598d0)
[INFO] [stderr]     Checking chacha_modes v0.1.0 (https://github.com/ZenthProject/zenth_crypto.git#8d0598d0)
[INFO] [stderr]     Checking aes_modes v0.1.0 (https://github.com/ZenthProject/zenth_crypto.git#8d0598d0)
[INFO] [stderr]     Checking libcrux-traits v0.0.6
[INFO] [stderr]     Checking kdf v0.1.0 (https://github.com/ZenthProject/zenth_crypto.git#8d0598d0)
[INFO] [stderr]     Checking lms v0.1.0 (https://github.com/ZenthProject/zenth_crypto.git#8d0598d0)
[INFO] [stderr]     Checking utils v0.1.0 (https://github.com/ZenthProject/zenth_crypto.git#8d0598d0)
[INFO] [stderr]     Checking twofish_modes v0.1.0 (https://github.com/ZenthProject/zenth_crypto.git#8d0598d0)
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking hashing v0.1.0 (https://github.com/ZenthProject/zenth_crypto.git#8d0598d0)
[INFO] [stderr]     Checking symmetric v0.1.0 (https://github.com/ZenthProject/zenth_crypto.git#8d0598d0)
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking pkcs1 v0.7.5
[INFO] [stderr]     Checking x25519-dalek v2.0.1
[INFO] [stderr]     Checking spake2 v0.4.0
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking sk_stark v0.1.0 (https://github.com/ZenthProject/zenth_crypto.git#8d0598d0)
[INFO] [stderr]     Checking rsa v0.9.10
[INFO] [stderr]     Checking kem v0.1.0 (https://github.com/ZenthProject/zenth_crypto.git#8d0598d0)
[INFO] [stderr]     Checking rsa_oaep v0.1.0 (https://github.com/ZenthProject/zenth_crypto.git#8d0598d0)
[INFO] [stderr]    Compiling boring-sys v4.15.0 (https://github.com/signalapp/boring?tag=signal-v4.15.0#bb42da53)
[INFO] [stderr]     Checking boring v4.15.0 (https://github.com/signalapp/boring?tag=signal-v4.15.0#bb42da53)
[INFO] [stderr]     Checking tokio-boring v4.15.0 (https://github.com/signalapp/boring?tag=signal-v4.15.0#bb42da53)
[INFO] [stderr]     Checking exchange v0.1.0 (https://github.com/ZenthProject/zenth_crypto.git#8d0598d0)
[INFO] [stderr]     Checking protocols v0.1.0 (https://github.com/ZenthProject/zenth_crypto.git#8d0598d0)
[INFO] [stderr]     Checking pqcrypto v0.18.1
[INFO] [stderr]     Checking dilithium v0.1.0 (https://github.com/ZenthProject/zenth_crypto.git#8d0598d0)
[INFO] [stderr]     Checking asymmetric v0.1.0 (https://github.com/ZenthProject/zenth_crypto.git#8d0598d0)
[INFO] [stderr]     Checking keygen v0.1.0 (https://github.com/ZenthProject/zenth_crypto.git#8d0598d0)
[INFO] [stderr]     Checking zenth_crypto v0.1.0 (https://github.com/ZenthProject/zenth_crypto.git#8d0598d0)
[INFO] [stderr]     Checking zenth_utils v0.1.0 (https://github.com/ZenthProject/zenth_utils.git#c303432f)
[INFO] [stderr]     Checking rusqlite v0.36.0
[INFO] [stderr]     Checking zenth_database_local v0.1.0 (https://github.com/ZenthProject/zenth_database_local.git#82579648)
[INFO] [stderr]     Checking zenth_session v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `start`
[INFO] [stdout]    --> src/session/cache.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout] 120 |     let start = std::time::Instant::now();
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_start`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/session/cache.rs:182:17
[INFO] [stdout]     |
[INFO] [stdout] 182 |             Err(e) => {
[INFO] [stdout]     |                 ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start`
[INFO] [stdout]    --> src/session/cache.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout] 120 |     let start = std::time::Instant::now();
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_start`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/session/cache.rs:182:17
[INFO] [stdout]     |
[INFO] [stdout] 182 |             Err(e) => {
[INFO] [stdout]     |                 ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 29s
[INFO] running `Command { std: "docker" "inspect" "2664a66659bd1da841550c8064a097d7c7c84fa04a57d19892df1888c0ad20fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2664a66659bd1da841550c8064a097d7c7c84fa04a57d19892df1888c0ad20fd", kill_on_drop: false }`
[INFO] [stdout] 2664a66659bd1da841550c8064a097d7c7c84fa04a57d19892df1888c0ad20fd
