[INFO] cloning repository https://github.com/uwulasm/lang-template [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/uwulasm/lang-template" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuwulasm%2Flang-template", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuwulasm%2Flang-template'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 17d3186539a50589a050ad3865bc02f679d72613 [INFO] checking uwulasm/lang-template against try#c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f for 2025-12-16-next-solver-global [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuwulasm%2Flang-template" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/uwulasm/lang-template [INFO] finished tweaking git repo https://github.com/uwulasm/lang-template [INFO] tweaked toml for git repo https://github.com/uwulasm/lang-template written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/uwulasm/lang-template on toolchain c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/uwulasm/lang-template 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" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3d16153107747079a7b31807955390ac00837def3920b4e1efad7e5b7ad337dc [INFO] running `Command { std: "docker" "start" "-a" "3d16153107747079a7b31807955390ac00837def3920b4e1efad7e5b7ad337dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3d16153107747079a7b31807955390ac00837def3920b4e1efad7e5b7ad337dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d16153107747079a7b31807955390ac00837def3920b4e1efad7e5b7ad337dc", kill_on_drop: false }` [INFO] [stdout] 3d16153107747079a7b31807955390ac00837def3920b4e1efad7e5b7ad337dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ace1204a86289b46656868277364480ff9a60c53cb87a9d13335e1d508916f3d [INFO] running `Command { std: "docker" "start" "-a" "ace1204a86289b46656868277364480ff9a60c53cb87a9d13335e1d508916f3d", kill_on_drop: false }` [INFO] [stderr] Compiling chumsky v0.10.1 [INFO] [stderr] Compiling psm v0.1.26 [INFO] [stderr] Compiling stacker v0.1.21 [INFO] [stderr] Checking ariadne v0.5.1 [INFO] [stderr] Checking chumskytest v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `chumskytest` (bin "chumskytest" test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f/bin/rustc --crate-name chumskytest --edition=2024 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=85e097064332d543 -C extra-filename=-0edbd082ae4ab4c5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ariadne=/opt/rustwide/target/debug/deps/libariadne-69a28f372641ce24.rmeta --extern chumsky=/opt/rustwide/target/debug/deps/libchumsky-e80a3ffa20d44353.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/psm-fa539cb7045e5e25/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `chumskytest` (bin "chumskytest") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f/bin/rustc --crate-name chumskytest --edition=2024 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a03c60233c037a0 -C extra-filename=-33eeda4432757101 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ariadne=/opt/rustwide/target/debug/deps/libariadne-69a28f372641ce24.rmeta --extern chumsky=/opt/rustwide/target/debug/deps/libchumsky-e80a3ffa20d44353.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/psm-fa539cb7045e5e25/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "ace1204a86289b46656868277364480ff9a60c53cb87a9d13335e1d508916f3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ace1204a86289b46656868277364480ff9a60c53cb87a9d13335e1d508916f3d", kill_on_drop: false }` [INFO] [stdout] ace1204a86289b46656868277364480ff9a60c53cb87a9d13335e1d508916f3d