[INFO] cloning repository https://github.com/DNYFZR/rs-sim [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DNYFZR/rs-sim" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDNYFZR%2Frs-sim", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDNYFZR%2Frs-sim'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5489ade3b0c162f8a35ef6b28fae4ec8cda82133 [INFO] checking DNYFZR/rs-sim against try#24e1a22664233bce1f9b5dc6eee7c1f74327e28c for pr-159343 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDNYFZR%2Frs-sim" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/DNYFZR/rs-sim [INFO] finished tweaking git repo https://github.com/DNYFZR/rs-sim [INFO] tweaked toml for git repo https://github.com/DNYFZR/rs-sim written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/DNYFZR/rs-sim on toolchain 24e1a22664233bce1f9b5dc6eee7c1f74327e28c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 221 packages to latest Rust 1.99.0-nightly compatible versions [INFO] [stderr] Adding polars v0.46.0 (available: v0.54.4) [INFO] [stderr] Adding rand v0.9.5 (available: v0.10.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 67aafdefccb7cc5ce3dc0f845f4f170cf6d892cda69000665ea7f5981097da43 [INFO] running `Command { std: "docker" "start" "67aafdefccb7cc5ce3dc0f845f4f170cf6d892cda69000665ea7f5981097da43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "67aafdefccb7cc5ce3dc0f845f4f170cf6d892cda69000665ea7f5981097da43", 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" "67aafdefccb7cc5ce3dc0f845f4f170cf6d892cda69000665ea7f5981097da43" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "67aafdefccb7cc5ce3dc0f845f4f170cf6d892cda69000665ea7f5981097da43", 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" "67aafdefccb7cc5ce3dc0f845f4f170cf6d892cda69000665ea7f5981097da43" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling zerocopy v0.8.54 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.22 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling crossbeam-epoch v0.9.20 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling memchr v2.8.3 [INFO] [stderr] Compiling crossbeam-deque v0.8.7 [INFO] [stderr] Compiling rustversion v1.0.23 [INFO] [stderr] Compiling jobserver v0.1.35 [INFO] [stderr] Checking bitflags v2.13.1 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling syn v2.0.119 [INFO] [stderr] Checking array-init-cursor v0.2.1 [INFO] [stderr] Checking either v1.16.0 [INFO] [stderr] Checking planus v0.3.1 [INFO] [stderr] Compiling polars-utils v0.46.0 [INFO] [stderr] Checking simdutf8 v0.1.5 [INFO] [stderr] Checking siphasher v1.0.3 [INFO] [stderr] Compiling cc v1.2.67 [INFO] [stderr] Checking memmap2 v0.9.11 [INFO] [stderr] Checking raw-cpuid v11.6.0 [INFO] [stderr] Checking phf_shared v0.12.1 [INFO] [stderr] Compiling polars-schema v0.46.0 [INFO] [stderr] Compiling chrono-tz v0.10.4 [INFO] [stderr] Checking phf v0.12.1 [INFO] [stderr] Compiling polars-arrow v0.46.0 [INFO] [stderr] Compiling polars-compute v0.46.0 [INFO] [stderr] Checking debug_unsafe v0.1.4 [INFO] [stderr] Checking dyn-clone v1.0.20 [INFO] [stderr] Checking ethnum v1.5.3 [INFO] [stderr] Checking atoi_simd v0.16.1 [INFO] [stderr] Checking fast-float2 v0.2.3 [INFO] [stderr] Checking rustix v1.1.4 [INFO] [stderr] Compiling polars-core v0.46.0 [INFO] [stderr] Checking alloc-stdlib v0.2.4 [INFO] [stderr] Compiling polars-ops v0.46.0 [INFO] [stderr] Compiling snap v1.1.2 [INFO] [stderr] Checking xxhash-rust v0.8.17 [INFO] [stderr] Checking zlib-rs v0.6.6 [INFO] [stderr] Checking brotli-decompressor v4.0.3 [INFO] [stderr] Checking streaming-decompression v0.1.2 [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Checking polars-parquet-format v0.1.0 [INFO] [stderr] Compiling polars-plan v0.46.0 [INFO] [stderr] Checking castaway v0.2.4 [INFO] [stderr] Checking home v0.5.12 [INFO] [stderr] Checking chrono v0.4.45 [INFO] [stderr] Checking argminmax v0.6.3 [INFO] [stderr] Checking glob v0.3.3 [INFO] [stderr] Checking rayon-core v1.13.0 [INFO] [stderr] Compiling polars-lazy v0.46.0 [INFO] [stderr] Checking rand_core v0.9.5 [INFO] [stderr] Compiling polars v0.46.0 [INFO] [stderr] Checking rayon v1.12.0 [INFO] [stderr] Checking crossterm v0.29.0 [INFO] [stderr] Compiling stacker v0.1.24 [INFO] [stderr] Compiling zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Compiling lz4-sys v1.11.1+lz4-1.10.0 [INFO] [stderr] Checking regex-automata v0.4.16 [INFO] [stderr] Checking comfy-table v7.2.2 [INFO] [stderr] Checking flate2 v1.1.9 [INFO] [stderr] Checking brotli v7.0.0 [INFO] [stderr] Checking now v0.1.3 [INFO] [stderr] Checking regex v1.13.1 [INFO] [stderr] Compiling ar_archive_writer v0.5.2 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling bytemuck_derive v1.11.0 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling recursive-proc-macro-impl v0.1.1 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking ahash v0.8.12 [INFO] [stderr] Compiling psm v0.1.31 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking rand v0.9.5 [INFO] [stderr] Checking bytemuck v1.25.1 [INFO] [stderr] Checking rand v0.8.7 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Checking zstd v0.13.3 [INFO] [stderr] Checking thiserror v2.0.18 [INFO] [stderr] Checking recursive v0.1.1 [INFO] [stderr] Checking rand_distr v0.4.3 [INFO] [stderr] Checking polars-arrow-format v0.1.0 [INFO] [stderr] Checking bytes v1.12.1 [INFO] [stderr] Checking hashbrown v0.15.5 [INFO] [stderr] Checking compact_str v0.8.2 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking polars-error v0.46.0 [INFO] [stderr] Checking lz4 v1.28.1 [INFO] [stderr] Checking polars-row v0.46.0 [INFO] [stderr] Checking polars-parquet v0.46.0 [INFO] [stderr] Checking polars-time v0.46.0 [INFO] [stderr] Checking polars-io v0.46.0 [INFO] [stderr] Checking polars-expr v0.46.0 [INFO] [stderr] Checking polars-mem-engine v0.46.0 [INFO] [stderr] Checking rs-sim v0.10.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s [INFO] running `Command { std: "docker" "inspect" "67aafdefccb7cc5ce3dc0f845f4f170cf6d892cda69000665ea7f5981097da43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67aafdefccb7cc5ce3dc0f845f4f170cf6d892cda69000665ea7f5981097da43", kill_on_drop: false }` [INFO] [stdout] 67aafdefccb7cc5ce3dc0f845f4f170cf6d892cda69000665ea7f5981097da43