[INFO] fetching crate polars_protobuf 0.2.1...
[INFO] checking polars_protobuf-0.2.1 against try#a3a874232ae0a7586b5fbe7483c5a42e157bd62a for pr-151109
[INFO] extracting crate polars_protobuf 0.2.1 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate polars_protobuf 0.2.1
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate polars_protobuf 0.2.1
[INFO] tweaked toml for crates.io crate polars_protobuf 0.2.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate polars_protobuf 0.2.1 on toolchain a3a874232ae0a7586b5fbe7483c5a42e157bd62a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a3a874232ae0a7586b5fbe7483c5a42e157bd62a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate polars_protobuf 0.2.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" "+a3a874232ae0a7586b5fbe7483c5a42e157bd62a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a3a874232ae0a7586b5fbe7483c5a42e157bd62a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6af64321be51f0bc4de878efbf56a3c203dc7228d28cbd45f44c3a5116e21593
[INFO] running `Command { std: "docker" "start" "-a" "6af64321be51f0bc4de878efbf56a3c203dc7228d28cbd45f44c3a5116e21593", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6af64321be51f0bc4de878efbf56a3c203dc7228d28cbd45f44c3a5116e21593", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6af64321be51f0bc4de878efbf56a3c203dc7228d28cbd45f44c3a5116e21593", kill_on_drop: false }`
[INFO] [stdout] 6af64321be51f0bc4de878efbf56a3c203dc7228d28cbd45f44c3a5116e21593
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a3a874232ae0a7586b5fbe7483c5a42e157bd62a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1fded21ff26c670f52660af5682a74f0bc51438ab68421ff37b8ec7e00960ec8
[INFO] running `Command { std: "docker" "start" "-a" "1fded21ff26c670f52660af5682a74f0bc51438ab68421ff37b8ec7e00960ec8", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]    Compiling stacker v0.1.22
[INFO] [stderr]    Compiling polars-utils v0.52.0
[INFO] [stderr]    Compiling polars-schema v0.52.0
[INFO] [stderr]    Compiling chrono-tz v0.10.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling signal-hook-registry v1.4.7
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling simdutf8 v0.1.5
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling raw-cpuid v11.6.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling polars-error v0.52.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling phf_shared v0.12.1
[INFO] [stderr]    Compiling uuid v1.19.0
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling phf v0.12.1
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling polars-arrow v0.52.0
[INFO] [stderr]    Compiling streaming-iterator v0.1.9
[INFO] [stderr]    Compiling ethnum v1.5.2
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling polars-compute v0.52.0
[INFO] [stderr]    Compiling debug_unsafe v0.1.3
[INFO] [stderr]    Compiling atoi_simd v0.16.1
[INFO] [stderr]    Compiling boxcar v0.2.14
[INFO] [stderr]    Compiling strength_reduce v0.2.4
[INFO] [stderr]    Compiling fast-float2 v0.2.3
[INFO] [stderr]    Compiling polars-core v0.52.0
[INFO] [stderr]    Compiling xxhash-rust v0.8.15
[INFO] [stderr]     Checking proc-macro2 v1.0.103
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking quote v1.0.42
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]    Compiling ar_archive_writer v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling prost-derive v0.14.1
[INFO] [stderr]     Checking indexmap v2.12.1
[INFO] [stderr]    Compiling psm v0.1.28
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking prost v0.14.1
[INFO] [stderr]     Checking compact_str v0.9.0
[INFO] [stderr]     Checking polars-dtype v0.52.0
[INFO] [stderr]     Checking polars-row v0.52.0
[INFO] [stderr]     Checking polars_structpath_types v0.2.1
[INFO] [stderr]    Compiling polars_structpath_derive v0.2.1
[INFO] [stderr]     Checking polars_structpath v0.2.1
[INFO] [stderr]     Checking polars_protobuf v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s
[INFO] running `Command { std: "docker" "inspect" "1fded21ff26c670f52660af5682a74f0bc51438ab68421ff37b8ec7e00960ec8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1fded21ff26c670f52660af5682a74f0bc51438ab68421ff37b8ec7e00960ec8", kill_on_drop: false }`
[INFO] [stdout] 1fded21ff26c670f52660af5682a74f0bc51438ab68421ff37b8ec7e00960ec8
