[INFO] cloning repository https://github.com/dylan-p-wong/sql-engine
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dylan-p-wong/sql-engine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdylan-p-wong%2Fsql-engine", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdylan-p-wong%2Fsql-engine'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3980f36df8b054fefc151a689360d2504020fa66
[INFO] testing dylan-p-wong/sql-engine against beta-2025-10-28 for beta-1.92-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdylan-p-wong%2Fsql-engine" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dylan-p-wong/sql-engine
[INFO] finished tweaking git repo https://github.com/dylan-p-wong/sql-engine
[INFO] tweaked toml for git repo https://github.com/dylan-p-wong/sql-engine written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dylan-p-wong/sql-engine on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dylan-p-wong/sql-engine 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-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5b992445659708587a8b7d08d365c2a87e2f38faad9be47d5caad1dee69cfc7b
[INFO] running `Command { std: "docker" "start" "-a" "5b992445659708587a8b7d08d365c2a87e2f38faad9be47d5caad1dee69cfc7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5b992445659708587a8b7d08d365c2a87e2f38faad9be47d5caad1dee69cfc7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b992445659708587a8b7d08d365c2a87e2f38faad9be47d5caad1dee69cfc7b", kill_on_drop: false }`
[INFO] [stdout] 5b992445659708587a8b7d08d365c2a87e2f38faad9be47d5caad1dee69cfc7b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 27363250f5b6c8a23f9d26927b1b470daa31669c29c8f95086dc3b8006c80afd
[INFO] running `Command { std: "docker" "start" "-a" "27363250f5b6c8a23f9d26927b1b470daa31669c29c8f95086dc3b8006c80afd", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.63
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]    Compiling unicode-ident v1.0.9
[INFO] [stderr]    Compiling libm v0.2.7
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling lexical-util v0.8.5
[INFO] [stderr]    Compiling rustix v0.38.2
[INFO] [stderr]    Compiling bitflags v2.3.3
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling semver v1.0.17
[INFO] [stderr]    Compiling ahash v0.8.3
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling linux-raw-sys v0.4.3
[INFO] [stderr]    Compiling slab v0.4.8
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling arrow-schema v42.0.0
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling iana-time-zone v0.1.57
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling rustix v0.37.20
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling lexical-parse-integer v0.8.6
[INFO] [stderr]    Compiling lexical-write-integer v0.8.5
[INFO] [stderr]    Compiling anstyle-parse v0.2.1
[INFO] [stderr]    Compiling futures-sink v0.3.28
[INFO] [stderr]    Compiling pin-project-lite v0.2.10
[INFO] [stderr]    Compiling jobserver v0.1.26
[INFO] [stderr]    Compiling anstyle v1.0.1
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling hashbrown v0.14.0
[INFO] [stderr]    Compiling anstyle-query v1.0.0
[INFO] [stderr]    Compiling syn v2.0.22
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling lexical-write-float v0.8.5
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling flatbuffers v23.5.26
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling lexical-parse-float v0.8.5
[INFO] [stderr]    Compiling clap_lex v0.5.0
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling num-complex v0.4.3
[INFO] [stderr]    Compiling half v2.3.1
[INFO] [stderr]    Compiling is-terminal v0.4.8
[INFO] [stderr]    Compiling chrono v0.4.26
[INFO] [stderr]    Compiling anstream v0.3.2
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling futures-io v0.3.28
[INFO] [stderr]    Compiling zstd-safe v6.0.5+zstd.1.5.4
[INFO] [stderr]    Compiling clap_builder v4.3.10
[INFO] [stderr]    Compiling lexical-core v0.8.5
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling aho-corasick v1.0.2
[INFO] [stderr]    Compiling tempfile v3.6.0
[INFO] [stderr]    Compiling paste v1.0.12
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling regex-syntax v0.7.4
[INFO] [stderr]    Compiling snap v1.1.0
[INFO] [stderr]    Compiling async-trait v0.1.69
[INFO] [stderr]    Compiling unicode-width v0.1.10
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling zstd-sys v2.0.8+zstd.1.5.5
[INFO] [stderr]    Compiling lz4-sys v1.9.4
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling brotli-decompressor v2.3.4
[INFO] [stderr]    Compiling ordered-float v2.10.0
[INFO] [stderr]    Compiling tracing-core v0.1.31
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling bytecount v0.6.3
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling log v0.4.19
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling termcolor v1.2.0
[INFO] [stderr]    Compiling num v0.4.0
[INFO] [stderr]    Compiling integer-encoding v3.0.4
[INFO] [stderr]    Compiling arrow-buffer v42.0.0
[INFO] [stderr]    Compiling either v1.8.1
[INFO] [stderr]    Compiling thrift v0.17.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling flate2 v1.0.26
[INFO] [stderr]    Compiling papergrid v0.9.1
[INFO] [stderr]    Compiling arrow-data v42.0.0
[INFO] [stderr]    Compiling regex-automata v0.3.3
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling md-5 v0.10.5
[INFO] [stderr]    Compiling brotli v3.3.4
[INFO] [stderr]    Compiling nix v0.26.2
[INFO] [stderr] error: could not compile `regex-syntax` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/rustc --crate-name regex_syntax --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.7.4/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 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=9eeddbb562c91765 -C extra-filename=-7e193e8b91a3e9be --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --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" "27363250f5b6c8a23f9d26927b1b470daa31669c29c8f95086dc3b8006c80afd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "27363250f5b6c8a23f9d26927b1b470daa31669c29c8f95086dc3b8006c80afd", kill_on_drop: false }`
[INFO] [stdout] 27363250f5b6c8a23f9d26927b1b470daa31669c29c8f95086dc3b8006c80afd
