[INFO] cloning repository https://github.com/tlkahn/hearthstone-clone
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tlkahn/hearthstone-clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftlkahn%2Fhearthstone-clone", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftlkahn%2Fhearthstone-clone'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 00279600e1809896c85ab2b5551c3ca6e7255731
[INFO] testing tlkahn/hearthstone-clone against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftlkahn%2Fhearthstone-clone" "/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/tlkahn/hearthstone-clone
[INFO] finished tweaking git repo https://github.com/tlkahn/hearthstone-clone
[INFO] tweaked toml for git repo https://github.com/tlkahn/hearthstone-clone written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tlkahn/hearthstone-clone on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tlkahn/hearthstone-clone 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-04-21" "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-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 51d8c00c4ad522393fc3924d3b3547679143548c3e2ff6afd576e0878e73b880
[INFO] running `Command { std: "docker" "start" "-a" "51d8c00c4ad522393fc3924d3b3547679143548c3e2ff6afd576e0878e73b880", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "51d8c00c4ad522393fc3924d3b3547679143548c3e2ff6afd576e0878e73b880", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51d8c00c4ad522393fc3924d3b3547679143548c3e2ff6afd576e0878e73b880", kill_on_drop: false }`
[INFO] [stdout] 51d8c00c4ad522393fc3924d3b3547679143548c3e2ff6afd576e0878e73b880
[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-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 144a06edc1ce695635efe6a15483e9c5e9fd36977793203fb6bfda1e7e1610ca
[INFO] running `Command { std: "docker" "start" "-a" "144a06edc1ce695635efe6a15483e9c5e9fd36977793203fb6bfda1e7e1610ca", kill_on_drop: false }`
[INFO] [stderr]    Compiling godot-bindings v0.4.5
[INFO] [stderr]    Compiling gdextension-api v0.3.3
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling nanoserde-derive v0.2.1
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling glam v0.30.10
[INFO] [stderr]    Compiling godot-cell v0.4.5
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling venial v0.6.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling nanoserde v0.2.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling godot-codegen v0.4.5
[INFO] [stderr]    Compiling godot-macros v0.4.5
[INFO] [stderr]    Compiling ron v0.8.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling hs-rules v0.1.0 (/opt/rustwide/workdir/crates/rules)
[INFO] [stderr]    Compiling godot-ffi v0.4.5
[INFO] [stderr]    Compiling godot-core v0.4.5
[INFO] [stderr] error: could not compile `godot-core` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name godot_core --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/godot-core-0.4.5/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="codegen-full"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-4-2", "api-4-2-1", "api-4-2-2", "api-4-3", "api-4-4", "api-4-5", "api-custom", "api-custom-json", "codegen-full", "codegen-lazy-fptrs", "codegen-rustfmt", "debug-log", "default", "double-precision", "experimental-godot-api", "experimental-threads", "experimental-wasm-nothreads", "register-docs", "safeguards-dev-balanced", "safeguards-release-disengaged", "serde", "trace"))' -C metadata=78e118fbc4f384fa -C extra-filename=-1d4a1b2b8f76d582 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern glam=/opt/rustwide/target/debug/deps/libglam-1f2d26b0e80f4266.rmeta --extern godot_cell=/opt/rustwide/target/debug/deps/libgodot_cell-3d22432a9ffc9106.rmeta --extern godot_ffi=/opt/rustwide/target/debug/deps/libgodot_ffi-55f34f4039607717.rmeta --cap-lints allow --cap-lints=warn --cfg 'since_api="4.1"' --cfg 'since_api="4.2"' --cfg 'since_api="4.3"' --cfg 'since_api="4.4"' --cfg 'since_api="4.5"' --cfg 'before_api="4.6"' --cfg 'before_patch_api="4.2.0"' --cfg 'before_patch_api="4.2.1"' --cfg 'before_patch_api="4.2.2"' --cfg 'before_patch_api="4.3.0"' --cfg 'before_patch_api="4.4.0"' --cfg 'since_patch_api="4.5.0"' --cfg 'since_patch_api="4.6.0"' --cfg safeguards_balanced --cfg safeguards_strict --check-cfg 'cfg(published_docs, values(none()))' --check-cfg 'cfg(since_api, values("4.2"))' --check-cfg 'cfg(before_api, values("4.2"))' --check-cfg 'cfg(since_api, values("4.3"))' --check-cfg 'cfg(before_api, values("4.3"))' --check-cfg 'cfg(since_api, values("4.4"))' --check-cfg 'cfg(before_api, values("4.4"))' --check-cfg 'cfg(since_api, values("4.5"))' --check-cfg 'cfg(before_api, values("4.5"))' --check-cfg 'cfg(since_api, values("4.6"))' --check-cfg 'cfg(before_api, values("4.6"))' --check-cfg 'cfg(wasm_nothreads, values(none()))' --check-cfg 'cfg(safeguards_balanced)' --check-cfg 'cfg(safeguards_strict)'` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "144a06edc1ce695635efe6a15483e9c5e9fd36977793203fb6bfda1e7e1610ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "144a06edc1ce695635efe6a15483e9c5e9fd36977793203fb6bfda1e7e1610ca", kill_on_drop: false }`
[INFO] [stdout] 144a06edc1ce695635efe6a15483e9c5e9fd36977793203fb6bfda1e7e1610ca
