[INFO] cloning repository https://github.com/svranesevic/query-engines-playground
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/svranesevic/query-engines-playground" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsvranesevic%2Fquery-engines-playground", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsvranesevic%2Fquery-engines-playground'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 460ef55c49570b8903c78fd8ef214d8eec5f472b
[INFO] testing svranesevic/query-engines-playground against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsvranesevic%2Fquery-engines-playground" "/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/svranesevic/query-engines-playground
[INFO] finished tweaking git repo https://github.com/svranesevic/query-engines-playground
[INFO] tweaked toml for git repo https://github.com/svranesevic/query-engines-playground written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/svranesevic/query-engines-playground on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/svranesevic/query-engines-playground 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" "+beta-2026-03-05" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 81d67c9d3cbd580a86b44016acb17c9384744582971125fc5d75e87a7c8eeb87
[INFO] running `Command { std: "docker" "start" "-a" "81d67c9d3cbd580a86b44016acb17c9384744582971125fc5d75e87a7c8eeb87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "81d67c9d3cbd580a86b44016acb17c9384744582971125fc5d75e87a7c8eeb87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "81d67c9d3cbd580a86b44016acb17c9384744582971125fc5d75e87a7c8eeb87", kill_on_drop: false }`
[INFO] [stdout] 81d67c9d3cbd580a86b44016acb17c9384744582971125fc5d75e87a7c8eeb87
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3d01c76023a1e623359caa9c8bc009ec1770b5ce63d8ee527475534a94589b0e
[INFO] running `Command { std: "docker" "start" "-a" "3d01c76023a1e623359caa9c8bc009ec1770b5ce63d8ee527475534a94589b0e", kill_on_drop: false }`
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling bytes v1.9.0
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling arrow-schema v58.0.0
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling cranelift-srcgen v0.119.1
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling lexical-util v1.0.6
[INFO] [stderr]    Compiling indexmap v2.7.0
[INFO] [stderr]    Compiling semver v1.0.24
[INFO] [stderr]    Compiling cranelift-isle v0.119.1
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.119.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling cranelift-bitset v0.119.1
[INFO] [stderr]    Compiling target-lexicon v0.13.5
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling bumpalo v3.16.0
[INFO] [stderr]    Compiling cranelift-assembler-x64-meta v0.119.1
[INFO] [stderr]    Compiling comfy-table v7.1.4
[INFO] [stderr]    Compiling cranelift-entity v0.119.1
[INFO] [stderr]    Compiling arbitrary v1.4.2
[INFO] [stderr]    Compiling lexical-write-integer v1.0.5
[INFO] [stderr]    Compiling lexical-parse-integer v1.0.5
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling lexical-parse-float v1.0.5
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.119.1
[INFO] [stderr]    Compiling lexical-write-float v1.0.5
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling serde_json v1.0.135
[INFO] [stderr]    Compiling gimli v0.31.1
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling regalloc2 v0.11.2
[INFO] [stderr]    Compiling flatbuffers v25.12.19
[INFO] [stderr]    Compiling cranelift-assembler-x64 v0.119.1
[INFO] [stderr]    Compiling cranelift-bforest v0.119.1
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]    Compiling lexical-core v1.0.5
[INFO] [stderr]    Compiling simdutf8 v0.1.5
[INFO] [stderr]    Compiling region v3.0.2
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling cranelift-control v0.119.1
[INFO] [stderr]    Compiling wasmtime-jit-icache-coherence v32.0.1
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling cranelift-codegen v0.119.1
[INFO] [stderr]    Compiling arrow-buffer v58.0.0
[INFO] [stderr]    Compiling arrow-data v58.0.0
[INFO] [stderr]    Compiling arrow-array v58.0.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling arrow-select v58.0.0
[INFO] [stderr]    Compiling arrow-row v58.0.0
[INFO] [stderr]    Compiling arrow-arith v58.0.0
[INFO] [stderr]    Compiling arrow-ord v58.0.0
[INFO] [stderr]    Compiling arrow-string v58.0.0
[INFO] [stderr]    Compiling arrow-ipc v58.0.0
[INFO] [stderr]    Compiling arrow-cast v58.0.0
[INFO] [stderr] error: could not compile `arrow-select` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-03-05-x86_64-unknown-linux-gnu/bin/rustc --crate-name arrow_select --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/arrow-select-58.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eecd2e250def8a47 -C extra-filename=-2d68dd5a49bba9a8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-5d5ffa93db708edb.rmeta --extern arrow_array=/opt/rustwide/target/debug/deps/libarrow_array-00412cf50f6546e2.rmeta --extern arrow_buffer=/opt/rustwide/target/debug/deps/libarrow_buffer-59723b1bdee906ac.rmeta --extern arrow_data=/opt/rustwide/target/debug/deps/libarrow_data-c3d5aa94e94aaf35.rmeta --extern arrow_schema=/opt/rustwide/target/debug/deps/libarrow_schema-c441cacdced54f1a.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-f2a884f6e3226c9f.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "3d01c76023a1e623359caa9c8bc009ec1770b5ce63d8ee527475534a94589b0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d01c76023a1e623359caa9c8bc009ec1770b5ce63d8ee527475534a94589b0e", kill_on_drop: false }`
[INFO] [stdout] 3d01c76023a1e623359caa9c8bc009ec1770b5ce63d8ee527475534a94589b0e
