[INFO] cloning repository https://github.com/Hurricane996/LibTAS-LiveSplit-Bridge
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Hurricane996/LibTAS-LiveSplit-Bridge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHurricane996%2FLibTAS-LiveSplit-Bridge", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHurricane996%2FLibTAS-LiveSplit-Bridge'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9e40909c3b6ceeed2356467bd1565210b5342642
[INFO] testing Hurricane996/LibTAS-LiveSplit-Bridge 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%2FHurricane996%2FLibTAS-LiveSplit-Bridge" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Hurricane996/LibTAS-LiveSplit-Bridge
[INFO] finished tweaking git repo https://github.com/Hurricane996/LibTAS-LiveSplit-Bridge
[INFO] tweaked toml for git repo https://github.com/Hurricane996/LibTAS-LiveSplit-Bridge written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Hurricane996/LibTAS-LiveSplit-Bridge 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/Hurricane996/LibTAS-LiveSplit-Bridge 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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 040c34ccfb0df0bb819af79e9e8d6acafb97b015edc75d2f1802432611a09275
[INFO] running `Command { std: "docker" "start" "-a" "040c34ccfb0df0bb819af79e9e8d6acafb97b015edc75d2f1802432611a09275", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "040c34ccfb0df0bb819af79e9e8d6acafb97b015edc75d2f1802432611a09275", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "040c34ccfb0df0bb819af79e9e8d6acafb97b015edc75d2f1802432611a09275", kill_on_drop: false }`
[INFO] [stdout] 040c34ccfb0df0bb819af79e9e8d6acafb97b015edc75d2f1802432611a09275
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] db2dc3b19f93b1fd149cbe88361826a5a2b03264ba4b53d3df79557ddc3cd23b
[INFO] running `Command { std: "docker" "start" "-a" "db2dc3b19f93b1fd149cbe88361826a5a2b03264ba4b53d3df79557ddc3cd23b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.15
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling miniz_oxide v0.8.3
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling weezl v0.1.8
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling unicode-general-category v0.6.0
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling zune-inflate v0.2.54
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling bit_field v0.10.2
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling gif v0.13.1
[INFO] [stderr]    Compiling outref v0.5.2
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling vsimd v0.8.0
[INFO] [stderr]    Compiling unicode-bidi-mirroring v0.1.0
[INFO] [stderr]    Compiling unicode-script v0.5.7
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling unicode-ccc v0.1.2
[INFO] [stderr]    Compiling ttf-parser v0.17.1
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling exr v1.73.0
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]    Compiling livesplit-title-abbreviations v0.3.0
[INFO] [stderr]    Compiling hashbrown v0.13.2
[INFO] [stderr]    Compiling base64-simd v0.8.0
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling clap_builder v4.5.27
[INFO] [stderr]    Compiling smallstr v0.3.0
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling simdutf8 v0.1.5
[INFO] [stderr]    Compiling yazi v0.2.1
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling zeno v0.3.2
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling x11-keysyms v0.1.0
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling nix v0.23.2
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling promising-future v0.2.4
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling time v0.3.37
[INFO] [stderr]    Compiling filetime v0.2.25
[INFO] [stderr]    Compiling xattr v1.4.0
[INFO] [stderr]    Compiling jpeg-decoder v0.3.1
[INFO] [stderr] error: could not compile `rayon` (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 rayon --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.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("web_spin_lock"))' -C metadata=c97ee8b73f94702c -C extra-filename=-51b8cb444b5906df --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern either=/opt/rustwide/target/debug/deps/libeither-c79786ce8c15a53c.rmeta --extern rayon_core=/opt/rustwide/target/debug/deps/librayon_core-2d1ac166307a4b93.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" "db2dc3b19f93b1fd149cbe88361826a5a2b03264ba4b53d3df79557ddc3cd23b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db2dc3b19f93b1fd149cbe88361826a5a2b03264ba4b53d3df79557ddc3cd23b", kill_on_drop: false }`
[INFO] [stdout] db2dc3b19f93b1fd149cbe88361826a5a2b03264ba4b53d3df79557ddc3cd23b
