[INFO] cloning repository https://github.com/jyuch/polars_rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jyuch/polars_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjyuch%2Fpolars_rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjyuch%2Fpolars_rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cdffc8529da995d09d0de405c39d3e9eb19848e9 [INFO] checking jyuch/polars_rust against master#e9271846294c4ee5bd7706df68180320c0b5ff20 for pr-119825 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjyuch%2Fpolars_rust" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jyuch/polars_rust on toolchain e9271846294c4ee5bd7706df68180320c0b5ff20 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e9271846294c4ee5bd7706df68180320c0b5ff20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jyuch/polars_rust [INFO] finished tweaking git repo https://github.com/jyuch/polars_rust [INFO] tweaked toml for git repo https://github.com/jyuch/polars_rust written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/jyuch/polars_rust 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" "+e9271846294c4ee5bd7706df68180320c0b5ff20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded polars-sql v0.33.2 [INFO] [stderr] Downloaded polars-error v0.33.2 [INFO] [stderr] Downloaded ethnum v1.4.0 [INFO] [stderr] Downloaded polars-utils v0.33.2 [INFO] [stderr] Downloaded polars-time v0.33.2 [INFO] [stderr] Downloaded polars-row v0.33.2 [INFO] [stderr] Downloaded polars v0.33.2 [INFO] [stderr] Downloaded polars-pipe v0.33.2 [INFO] [stderr] Downloaded polars-core v0.33.2 [INFO] [stderr] Downloaded polars-plan v0.33.2 [INFO] [stderr] Downloaded polars-ops v0.33.2 [INFO] [stderr] Downloaded polars-arrow v0.33.2 [INFO] [stderr] Downloaded polars-io v0.33.2 [INFO] [stderr] Downloaded polars-lazy v0.33.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+e9271846294c4ee5bd7706df68180320c0b5ff20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7571cf68425f38b083bab453c9c5a35a422d685c25bcd4d3f8743cb46a24f566 [INFO] running `Command { std: "docker" "start" "-a" "7571cf68425f38b083bab453c9c5a35a422d685c25bcd4d3f8743cb46a24f566", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7571cf68425f38b083bab453c9c5a35a422d685c25bcd4d3f8743cb46a24f566", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7571cf68425f38b083bab453c9c5a35a422d685c25bcd4d3f8743cb46a24f566", kill_on_drop: false }` [INFO] [stdout] 7571cf68425f38b083bab453c9c5a35a422d685c25bcd4d3f8743cb46a24f566 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+e9271846294c4ee5bd7706df68180320c0b5ff20" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ec7239a3bff80cf69466312ae298bb944efa361cce866c23720d7926e9b98218 [INFO] running `Command { std: "docker" "start" "-a" "ec7239a3bff80cf69466312ae298bb944efa361cce866c23720d7926e9b98218", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.149 [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Checking lexical-util v0.8.5 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling semver v1.0.20 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Compiling syn v2.0.38 [INFO] [stderr] Compiling rayon-core v1.12.0 [INFO] [stderr] Checking getrandom v0.2.10 [INFO] [stderr] Compiling target-features v0.1.5 [INFO] [stderr] Compiling phf_codegen v0.11.2 [INFO] [stderr] Checking crossbeam-deque v0.8.3 [INFO] [stderr] Compiling phf v0.11.2 [INFO] [stderr] Compiling ahash v0.8.3 [INFO] [stderr] Checking lexical-parse-integer v0.8.6 [INFO] [stderr] Compiling regex-automata v0.4.2 [INFO] [stderr] Checking lexical-write-integer v0.8.5 [INFO] [stderr] Checking iana-time-zone v0.1.57 [INFO] [stderr] Checking either v1.9.0 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Checking lexical-write-float v0.8.5 [INFO] [stderr] Checking rayon v1.8.0 [INFO] [stderr] Checking chrono v0.4.31 [INFO] [stderr] Checking lexical-parse-float v0.8.5 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Checking memchr v2.6.4 [INFO] [stderr] Checking allocator-api2 v0.2.16 [INFO] [stderr] Checking lexical-core v0.8.5 [INFO] [stderr] Compiling arrow2 v0.18.0 [INFO] [stderr] Checking aho-corasick v1.1.2 [INFO] [stderr] Compiling thiserror v1.0.49 [INFO] [stderr] Compiling regex v1.10.1 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling parse-zoneinfo v0.3.0 [INFO] [stderr] Checking simdutf8 v0.1.4 [INFO] [stderr] Checking hash_hasher v2.0.3 [INFO] [stderr] Checking strength_reduce v0.2.4 [INFO] [stderr] Checking hashbrown v0.14.1 [INFO] [stderr] Checking ethnum v1.4.0 [INFO] [stderr] Checking foreign_vec v0.1.0 [INFO] [stderr] Compiling chrono-tz-build v0.2.0 [INFO] [stderr] Checking dyn-clone v1.0.14 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling chrono-tz v0.8.3 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Compiling bytemuck_derive v1.5.0 [INFO] [stderr] Compiling thiserror-impl v1.0.49 [INFO] [stderr] Compiling smartstring v1.0.1 [INFO] [stderr] Checking smallvec v1.11.1 [INFO] [stderr] Checking log v0.4.20 [INFO] [stderr] Checking mio v0.8.8 [INFO] [stderr] Compiling polars-utils v0.33.2 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking signal-hook-mio v0.2.3 [INFO] [stderr] Compiling polars-arrow v0.33.2 [INFO] [stderr] Checking bytemuck v1.14.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking crossterm v0.26.1 [INFO] [stderr] Compiling polars-core v0.33.2 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking unicode-width v0.1.11 [INFO] [stderr] Checking strum v0.24.1 [INFO] [stderr] Checking indexmap v2.0.2 [INFO] [stderr] Compiling polars-ops v0.33.2 [INFO] [stderr] Checking xxhash-rust v0.8.7 [INFO] [stderr] Checking bitflags v2.4.0 [INFO] [stderr] Checking argminmax v0.6.1 [INFO] [stderr] Checking now v0.1.3 [INFO] [stderr] Checking atoi v2.0.0 [INFO] [stderr] Checking lexical v6.1.1 [INFO] [stderr] Checking memmap2 v0.7.1 [INFO] [stderr] Compiling polars-plan v0.33.2 [INFO] [stderr] Checking home v0.5.5 [INFO] [stderr] Checking rand_distr v0.4.3 [INFO] [stderr] Checking fast-float v0.2.0 [INFO] [stderr] Checking bytes v1.5.0 [INFO] [stderr] Compiling strum_macros v0.25.2 [INFO] [stderr] Compiling polars-lazy v0.33.2 [INFO] [stderr] Compiling polars v0.33.2 [INFO] [stderr] Checking glob v0.3.1 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling multiversion-macros v0.7.3 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Checking multiversion v0.7.3 [INFO] [stderr] Checking comfy-table v7.0.1 [INFO] [stderr] Checking polars-error v0.33.2 [INFO] [stderr] Checking polars-row v0.33.2 [INFO] [stderr] Checking polars-time v0.33.2 [INFO] [stderr] Checking polars-io v0.33.2 [INFO] [stderr] Checking schemata v0.1.0 (/opt/rustwide/workdir/schemata) [INFO] [stderr] Checking load_csv_lazy v0.1.0 (/opt/rustwide/workdir/load_csv_lazy) [INFO] [stderr] Checking load_csv v0.1.0 (/opt/rustwide/workdir/load_csv) [INFO] [stderr] Checking inner_join_and_filter v0.1.0 (/opt/rustwide/workdir/inner_join_and_filter) [INFO] [stderr] Checking load_csv_with_schema v0.1.0 (/opt/rustwide/workdir/load_csv_with_schema) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.98s [INFO] running `Command { std: "docker" "inspect" "ec7239a3bff80cf69466312ae298bb944efa361cce866c23720d7926e9b98218", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec7239a3bff80cf69466312ae298bb944efa361cce866c23720d7926e9b98218", kill_on_drop: false }` [INFO] [stdout] ec7239a3bff80cf69466312ae298bb944efa361cce866c23720d7926e9b98218