[INFO] fetching crate pq-envelope 0.2.0...
[INFO] checking pq-envelope-0.2.0 against eff8269f797067c30555e77f160ec84c0ed15cd9 for pr-159356
[INFO] extracting crate pq-envelope 0.2.0 into /workspace/builds/worker-2-tc1/source
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml
[INFO] started tweaking crates.io crate pq-envelope 0.2.0
[INFO] finished tweaking crates.io crate pq-envelope 0.2.0
[INFO] tweaked toml for crates.io crate pq-envelope 0.2.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate pq-envelope 0.2.0 on toolchain eff8269f797067c30555e77f160ec84c0ed15cd9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eff8269f797067c30555e77f160ec84c0ed15cd9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate pq-envelope 0.2.0 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" "+eff8269f797067c30555e77f160ec84c0ed15cd9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded toml_datetime v0.7.2
[INFO] [stderr]   Downloaded toml_parser v1.0.3
[INFO] [stderr]   Downloaded base16ct v0.3.0
[INFO] [stderr]   Downloaded serdect v0.4.1
[INFO] [stderr]   Downloaded oqs v0.11.0
[INFO] [stderr]   Downloaded toml_edit v0.23.6
[INFO] [stderr]   Downloaded rkyv_derive v0.8.12
[INFO] [stderr]   Downloaded find-msvc-tools v0.1.3
[INFO] [stderr]   Downloaded cstr_core v0.2.6
[INFO] [stderr]   Downloaded build-deps v0.1.4
[INFO] [stderr]   Downloaded cc v1.2.40
[INFO] [stderr]   Downloaded rkyv v0.8.12
[INFO] [stderr]   Downloaded oqs-sys v0.11.0+liboqs-0.13.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:c36f533e8924a726b63f9d01e781fa8c8c28c96d1d595403829afb31452ee0f5" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 64d7575b25b8e3c7e2432c7552d6d8f3a1986e99ffb140a9c3f001186a02f11f
[INFO] running `Command { std: "docker" "start" "64d7575b25b8e3c7e2432c7552d6d8f3a1986e99ffb140a9c3f001186a02f11f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "64d7575b25b8e3c7e2432c7552d6d8f3a1986e99ffb140a9c3f001186a02f11f", 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" "64d7575b25b8e3c7e2432c7552d6d8f3a1986e99ffb140a9c3f001186a02f11f" "/opt/rustwide/cargo-home/bin/cargo" "+eff8269f797067c30555e77f160ec84c0ed15cd9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "64d7575b25b8e3c7e2432c7552d6d8f3a1986e99ffb140a9c3f001186a02f11f", 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" "64d7575b25b8e3c7e2432c7552d6d8f3a1986e99ffb140a9c3f001186a02f11f" "/opt/rustwide/cargo-home/bin/cargo" "+eff8269f797067c30555e77f160ec84c0ed15cd9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling find-msvc-tools v0.1.3
[INFO] [stderr]    Compiling bindgen v0.71.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling toml_datetime v0.7.2
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]    Compiling cc v1.2.40
[INFO] [stderr]    Compiling build-deps v0.1.4
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling oqs v0.11.0
[INFO] [stderr]     Checking cty v0.2.2
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]     Checking base16ct v0.3.0
[INFO] [stderr]     Checking cstr_core v0.2.6
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]     Checking aes-kw v0.2.1
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling toml_parser v1.0.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling toml_edit v0.23.6
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling ptr_meta_derive v0.3.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling bytecheck_derive v0.8.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling munge_macro v0.4.7
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling rkyv_derive v0.8.12
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]     Checking ptr_meta v0.3.1
[INFO] [stderr]     Checking rancor v0.1.1
[INFO] [stderr]     Checking munge v0.4.7
[INFO] [stderr]     Checking bytecheck v0.8.2
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking rend v0.5.3
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking cobs v0.3.0
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking rstest v0.26.1
[INFO] [stderr]     Checking serdect v0.4.1
[INFO] [stderr]     Checking serde-big-array v0.5.1
[INFO] [stderr]     Checking postcard v1.1.3
[INFO] [stderr]     Checking rkyv v0.8.12
[INFO] [stderr]    Compiling oqs-sys v0.11.0+liboqs-0.13.0
[INFO] [stderr]     Checking pq-envelope v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 05s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bytecheck v0.8.2, rkyv v0.8.12
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] running `Command { std: "docker" "inspect" "64d7575b25b8e3c7e2432c7552d6d8f3a1986e99ffb140a9c3f001186a02f11f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "64d7575b25b8e3c7e2432c7552d6d8f3a1986e99ffb140a9c3f001186a02f11f", kill_on_drop: false }`
[INFO] [stdout] 64d7575b25b8e3c7e2432c7552d6d8f3a1986e99ffb140a9c3f001186a02f11f
