[INFO] cloning repository https://github.com/crasite/aoc-2025
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/crasite/aoc-2025" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrasite%2Faoc-2025", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrasite%2Faoc-2025'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6abe7c956edee2526ba4fc60e316af49c39c7515
[INFO] checking crasite/aoc-2025 against try#6713fa75964eb229409a9c6f6f5c418423e313ff for pr-133502-22
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrasite%2Faoc-2025" "/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/crasite/aoc-2025
[INFO] finished tweaking git repo https://github.com/crasite/aoc-2025
[INFO] tweaked toml for git repo https://github.com/crasite/aoc-2025 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/crasite/aoc-2025 on toolchain 6713fa75964eb229409a9c6f6f5c418423e313ff
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/crasite/aoc-2025 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" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c05332ed22452e40e73960cb8b4d030e39228fb7c325092e81a00de049e04900
[INFO] running `Command { std: "docker" "start" "-a" "c05332ed22452e40e73960cb8b4d030e39228fb7c325092e81a00de049e04900", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c05332ed22452e40e73960cb8b4d030e39228fb7c325092e81a00de049e04900", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c05332ed22452e40e73960cb8b4d030e39228fb7c325092e81a00de049e04900", kill_on_drop: false }`
[INFO] [stdout] c05332ed22452e40e73960cb8b4d030e39228fb7c325092e81a00de049e04900
[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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 026702df4c447e2f61a92b4900fdc0dd48d73179fa1055111d5ea92dd8a0e9e4
[INFO] running `Command { std: "docker" "start" "-a" "026702df4c447e2f61a92b4900fdc0dd48d73179fa1055111d5ea92dd8a0e9e4", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking tracing-core v0.1.35
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling cc v1.2.48
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking signal-hook-registry v1.4.7
[INFO] [stderr]     Checking mio v1.1.0
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking indexmap v2.12.1
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking openssl-probe v0.1.6
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling coin_cbc_sys v0.1.2
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]    Compiling cpp_demangle v0.4.5
[INFO] [stderr]     Checking rustc-demangle v0.1.26
[INFO] [stderr]     Checking uuid v1.19.0
[INFO] [stderr]     Checking iri-string v0.7.9
[INFO] [stderr]    Compiling erased-serde v0.4.9
[INFO] [stderr]     Checking rustls-pki-types v1.13.1
[INFO] [stderr]     Checking ndarray v0.17.1
[INFO] [stderr]     Checking debugid v0.8.0
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling pest v2.8.4
[INFO] [stderr]     Checking memmap2 v0.9.9
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking time-core v0.1.6
[INFO] [stderr]    Compiling symbolic-demangle v12.17.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking rustix v1.1.2
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking toml_parser v1.0.4
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]     Checking num-format v0.4.4
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking rgb v0.8.52
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]     Checking symbolic-common v12.17.0
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling findshlibs v0.10.2
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]     Checking ordered-multimap v0.7.3
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]     Checking quick-xml v0.26.0
[INFO] [stderr]     Checking serde_spanned v1.0.3
[INFO] [stderr]     Checking toml_datetime v0.7.3
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr] error: could not compile `pest` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/6713fa75964eb229409a9c6f6f5c418423e313ff/bin/rustc --crate-name pest --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.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 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=70e2afcd716de549 -C extra-filename=-1cb90cbc928a61b9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-2fee43325026b551.rmeta --extern ucd_trie=/opt/rustwide/target/debug/deps/libucd_trie-d608fbdb77278a36.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "026702df4c447e2f61a92b4900fdc0dd48d73179fa1055111d5ea92dd8a0e9e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "026702df4c447e2f61a92b4900fdc0dd48d73179fa1055111d5ea92dd8a0e9e4", kill_on_drop: false }`
[INFO] [stdout] 026702df4c447e2f61a92b4900fdc0dd48d73179fa1055111d5ea92dd8a0e9e4
