[INFO] cloning repository https://github.com/descawed/samurai [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/descawed/samurai" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdescawed%2Fsamurai", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdescawed%2Fsamurai'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2d6e1a6bb8f9091dfdeb7472be60a2ae21742e91 [INFO] checking descawed/samurai 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%2Fdescawed%2Fsamurai" "/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/descawed/samurai [INFO] finished tweaking git repo https://github.com/descawed/samurai [INFO] tweaked toml for git repo https://github.com/descawed/samurai written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/descawed/samurai 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/descawed/samurai 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] 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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9faef818a7ac22a31aeb060e78e27e87acbae9ea6aea0db30d33680ce4dc8486 [INFO] running `Command { std: "docker" "start" "-a" "9faef818a7ac22a31aeb060e78e27e87acbae9ea6aea0db30d33680ce4dc8486", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9faef818a7ac22a31aeb060e78e27e87acbae9ea6aea0db30d33680ce4dc8486", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9faef818a7ac22a31aeb060e78e27e87acbae9ea6aea0db30d33680ce4dc8486", kill_on_drop: false }` [INFO] [stdout] 9faef818a7ac22a31aeb060e78e27e87acbae9ea6aea0db30d33680ce4dc8486 [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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dc7e1dfe8230799bd273be1b22053e81daa2d0af14437447c8212d492c4cc8ba [INFO] running `Command { std: "docker" "start" "-a" "dc7e1dfe8230799bd273be1b22053e81daa2d0af14437447c8212d492c4cc8ba", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling libc v0.2.170 [INFO] [stderr] Checking once_cell v1.20.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling cc v1.2.16 [INFO] [stderr] Checking log v0.4.26 [INFO] [stderr] Compiling rustversion v1.0.20 [INFO] [stderr] Checking flate2 v1.1.0 [INFO] [stderr] Checking anstyle-parse v0.2.6 [INFO] [stderr] Compiling binrw_derive v0.14.1 [INFO] [stderr] Checking colorchoice v1.0.3 [INFO] [stderr] Checking anstyle v1.0.10 [INFO] [stderr] Checking anstyle-query v1.1.2 [INFO] [stderr] Checking half v2.4.1 [INFO] [stderr] Checking foldhash v0.1.4 [INFO] [stderr] Compiling owo-colors v3.5.0 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Checking clap_lex v0.7.4 [INFO] [stderr] Compiling binrw v0.14.1 [INFO] [stderr] Compiling chumsky v1.0.0-alpha.8 [INFO] [stderr] Checking anstream v0.6.18 [INFO] [stderr] Checking hashbrown v0.15.2 [INFO] [stderr] Checking array-init v2.1.0 [INFO] [stderr] Checking unicode-ident v1.0.18 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Checking common_macros v0.1.1 [INFO] [stderr] Checking ahash v0.8.11 [INFO] [stderr] Checking pathdiff v0.2.3 [INFO] [stderr] Checking chardet v0.2.4 [INFO] [stderr] Checking clap_builder v4.5.31 [INFO] [stderr] Checking exr v1.73.0 [INFO] [stderr] Checking png v0.17.16 [INFO] [stderr] Checking tiff v0.9.1 [INFO] [stderr] Checking hashbrown v0.13.2 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking v_frame v0.3.8 [INFO] [stderr] Compiling quote v1.0.39 [INFO] [stderr] Compiling syn v2.0.99 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling psm v0.1.25 [INFO] [stderr] Compiling stacker v0.1.19 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking ordered_hash_map v0.4.0 [INFO] [stderr] Checking clap v4.5.31 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking av1-grain v0.2.3 [INFO] [stderr] Compiling profiling-procmacros v1.0.16 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling strum_macros v0.27.1 [INFO] [stderr] Checking profiling v1.0.16 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking rav1e v0.7.1 [INFO] [stderr] Checking strum v0.27.1 [INFO] [stderr] Checking ravif v0.11.11 [INFO] [stderr] Checking image v0.25.5 [INFO] [stderr] Checking samurai v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `samurai` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f/bin/rustc --crate-name samurai --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=85daa028e01a5c6d -C extra-filename=-22fd5f72cf13205c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-e8f9025ee4aa625d.rmeta --extern binrw=/opt/rustwide/target/debug/deps/libbinrw-a48a25f3af99cb1e.rmeta --extern chardet=/opt/rustwide/target/debug/deps/libchardet-e128f16a8ac1105a.rmeta --extern chumsky=/opt/rustwide/target/debug/deps/libchumsky-4423352a79749313.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-b93f6d5631725eec.rmeta --extern common_macros=/opt/rustwide/target/debug/deps/libcommon_macros-f39cafab3104c683.rmeta --extern encoding_rs=/opt/rustwide/target/debug/deps/libencoding_rs-5dea3bb78aabbef0.rmeta --extern image=/opt/rustwide/target/debug/deps/libimage-2059cb3c0933c651.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-ac1cf5e414eca6f7.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-cb8ca6aa8c56979f.rmeta --extern ordered_hash_map=/opt/rustwide/target/debug/deps/libordered_hash_map-30a4a370041744e1.rmeta --extern pathdiff=/opt/rustwide/target/debug/deps/libpathdiff-77a535e5792cc081.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-64ecdf78645bfabc.rmeta --extern strum=/opt/rustwide/target/debug/deps/libstrum-fb81cb318aba76d1.rmeta --extern walkdir=/opt/rustwide/target/debug/deps/libwalkdir-1278d11b181efceb.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/psm-2ded63126488dfd4/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `samurai` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f/bin/rustc --crate-name samurai --edition=2021 src/lib.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=a25899925f865d21 -C extra-filename=-ea26d265b656aa87 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-e8f9025ee4aa625d.rmeta --extern binrw=/opt/rustwide/target/debug/deps/libbinrw-a48a25f3af99cb1e.rmeta --extern chardet=/opt/rustwide/target/debug/deps/libchardet-e128f16a8ac1105a.rmeta --extern chumsky=/opt/rustwide/target/debug/deps/libchumsky-4423352a79749313.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-b93f6d5631725eec.rmeta --extern common_macros=/opt/rustwide/target/debug/deps/libcommon_macros-f39cafab3104c683.rmeta --extern encoding_rs=/opt/rustwide/target/debug/deps/libencoding_rs-5dea3bb78aabbef0.rmeta --extern image=/opt/rustwide/target/debug/deps/libimage-2059cb3c0933c651.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-ac1cf5e414eca6f7.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-cb8ca6aa8c56979f.rmeta --extern ordered_hash_map=/opt/rustwide/target/debug/deps/libordered_hash_map-30a4a370041744e1.rmeta --extern pathdiff=/opt/rustwide/target/debug/deps/libpathdiff-77a535e5792cc081.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-64ecdf78645bfabc.rmeta --extern strum=/opt/rustwide/target/debug/deps/libstrum-fb81cb318aba76d1.rmeta --extern walkdir=/opt/rustwide/target/debug/deps/libwalkdir-1278d11b181efceb.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/psm-2ded63126488dfd4/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "dc7e1dfe8230799bd273be1b22053e81daa2d0af14437447c8212d492c4cc8ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc7e1dfe8230799bd273be1b22053e81daa2d0af14437447c8212d492c4cc8ba", kill_on_drop: false }` [INFO] [stdout] dc7e1dfe8230799bd273be1b22053e81daa2d0af14437447c8212d492c4cc8ba