[INFO] cloning repository https://github.com/eevdriet/puzzled [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/eevdriet/puzzled" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feevdriet%2Fpuzzled", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feevdriet%2Fpuzzled'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e8c62680e37bcd8170b412bf441b2b3d770b9d09 [INFO] checking eevdriet/puzzled against try#1bdcb63291ccffc030f8223f6f978568dd240e3e for pr-155500 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feevdriet%2Fpuzzled" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/eevdriet/puzzled [INFO] finished tweaking git repo https://github.com/eevdriet/puzzled [INFO] tweaked toml for git repo https://github.com/eevdriet/puzzled written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/eevdriet/puzzled on toolchain 1bdcb63291ccffc030f8223f6f978568dd240e3e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1bdcb63291ccffc030f8223f6f978568dd240e3e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/eevdriet/puzzled 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" "+1bdcb63291ccffc030f8223f6f978568dd240e3e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+1bdcb63291ccffc030f8223f6f978568dd240e3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ace0d8e8c49f3194f8a4a02b35f3668b38195b7611eaefa89b0484eef25875a7 [INFO] running `Command { std: "docker" "start" "-a" "ace0d8e8c49f3194f8a4a02b35f3668b38195b7611eaefa89b0484eef25875a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ace0d8e8c49f3194f8a4a02b35f3668b38195b7611eaefa89b0484eef25875a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ace0d8e8c49f3194f8a4a02b35f3668b38195b7611eaefa89b0484eef25875a7", kill_on_drop: false }` [INFO] [stdout] ace0d8e8c49f3194f8a4a02b35f3668b38195b7611eaefa89b0484eef25875a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+1bdcb63291ccffc030f8223f6f978568dd240e3e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4f0d1adb7b8ca40a3348feec832fb0082453f5a257f438908847c8408c23805c [INFO] running `Command { std: "docker" "start" "-a" "4f0d1adb7b8ca40a3348feec832fb0082453f5a257f438908847c8408c23805c", kill_on_drop: false }` [INFO] [stderr] Compiling quote v1.0.44 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling libc v0.2.182 [INFO] [stderr] Checking unicode-segmentation v1.12.0 [INFO] [stderr] Compiling cc v1.2.56 [INFO] [stderr] Compiling convert_case v0.10.0 [INFO] [stderr] Checking hashbrown v0.15.5 [INFO] [stderr] Compiling litrs v1.0.0 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Checking option-ext v0.2.0 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Checking regex-syntax v0.8.9 [INFO] [stderr] Checking nu-ansi-term v0.50.3 [INFO] [stderr] Checking foldhash v0.2.0 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Checking hashbrown v0.16.1 [INFO] [stderr] Checking castaway v0.2.4 [INFO] [stderr] Compiling instability v0.3.11 [INFO] [stderr] Compiling syn v2.0.116 [INFO] [stderr] Compiling indoc v2.0.7 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Checking deranged v0.5.6 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling winnow v1.0.0 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling document-features v0.2.12 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Checking lru v0.16.3 [INFO] [stderr] Compiling typeid v1.0.3 [INFO] [stderr] Checking regex-automata v0.4.14 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling pest v2.8.6 [INFO] [stderr] Compiling rstest_macros v0.26.1 [INFO] [stderr] Compiling toml_parser v1.1.0+spec-1.1.0 [INFO] [stderr] Compiling erased-serde v0.4.10 [INFO] [stderr] Checking dirs-sys v0.5.0 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking time v0.3.47 [INFO] [stderr] Compiling stacker v0.1.23 [INFO] [stderr] Checking mio v1.1.1 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Checking directories v6.0.0 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Compiling toml_edit v0.23.10+spec-1.0.0 [INFO] [stderr] Compiling relative-path v1.9.3 [INFO] [stderr] Checking futures-timer v3.0.3 [INFO] [stderr] Checking unicode-truncate v2.0.1 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Checking signal-hook-mio v0.2.5 [INFO] [stderr] Checking toml_writer v1.0.6+spec-1.1.0 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Checking winnow v0.7.14 [INFO] [stderr] Checking hashlink v0.10.0 [INFO] [stderr] Checking arraydeque v0.5.1 [INFO] [stderr] Checking convert_case v0.6.0 [INFO] [stderr] Checking pathdiff v0.2.3 [INFO] [stderr] Checking anstyle-query v1.1.5 [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Checking is_terminal_polyfill v1.70.2 [INFO] [stderr] Checking anstyle v1.0.13 [INFO] [stderr] Checking clap_lex v1.0.0 [INFO] [stderr] Checking anstream v0.6.21 [INFO] [stderr] Checking yaml-rust2 v0.10.4 [INFO] [stderr] Checking const-random v0.1.18 [INFO] [stderr] Checking dlv-list v0.5.2 [INFO] [stderr] Checking ordered-multimap v0.7.3 [INFO] [stderr] Checking clap_builder v4.5.59 [INFO] [stderr] Compiling proc-macro-crate v3.4.0 [INFO] [stderr] Checking bitflags v2.11.0 [INFO] [stderr] Checking serde_json v1.0.149 [INFO] [stderr] Checking line-clipping v0.3.5 [INFO] [stderr] Checking serde_spanned v1.0.4 [INFO] [stderr] Compiling pest_meta v2.8.6 [INFO] [stderr] Checking toml_datetime v0.7.5+spec-1.1.0 [INFO] [stderr] Checking toml_datetime v1.1.0+spec-1.1.0 [INFO] [stderr] Checking rust-ini v0.21.3 [INFO] [stderr] Checking toml v1.0.7+spec-1.1.0 [INFO] [stderr] Checking serde-untagged v0.1.9 [INFO] [stderr] Checking toml v0.9.12+spec-1.1.0 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Compiling pest_generator v2.8.6 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling derive_more-impl v2.1.1 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling delegate v0.13.5 [INFO] [stderr] Compiling strum_macros v0.27.2 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling concat-idents v1.1.5 [INFO] [stderr] Compiling tracing-test-macro v0.2.6 [INFO] [stderr] Compiling clap_derive v4.5.55 [INFO] [stderr] Compiling ar_archive_writer v0.5.1 [INFO] [stderr] Compiling pest_derive v2.8.6 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Checking tokio v1.50.0 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Compiling psm v0.1.30 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Checking chumsky v0.12.0 [INFO] [stderr] Checking thiserror v2.0.18 [INFO] [stderr] Checking kasuari v0.4.11 [INFO] [stderr] Checking tracing-subscriber v0.3.22 [INFO] [stderr] Checking clap v4.5.59 [INFO] [stderr] Checking derive_more v2.1.1 [INFO] [stderr] Compiling darling_macro v0.23.0 [INFO] [stderr] Checking strum v0.27.2 [INFO] [stderr] Compiling darling v0.23.0 [INFO] [stderr] Checking tracing-test v0.2.6 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Checking puzzled_core v0.1.0 (/opt/rustwide/workdir/crates/puzzled_core) [INFO] [stderr] Checking compact_str v0.9.0 [INFO] [stderr] Checking crossterm v0.29.0 [INFO] [stderr] Checking json5 v0.4.1 [INFO] [stderr] Checking ron v0.12.0 [INFO] [stderr] Checking rstest v0.26.1 [INFO] [stderr] Checking ratatui-core v0.1.0 [INFO] [stderr] Checking config v0.15.22 [INFO] [stderr] Checking ratatui-widgets v0.3.0 [INFO] [stderr] Checking ratatui-crossterm v0.1.0 [INFO] [stderr] Checking puzzled_io v0.1.0 (/opt/rustwide/workdir/crates/puzzled_io) [INFO] [stderr] Checking puzzled_binario v0.1.0 (/opt/rustwide/workdir/crates/puzzled_binario) [INFO] [stderr] Checking puzzled_crossword v0.1.0 (/opt/rustwide/workdir/crates/puzzled_crossword) [INFO] [stderr] Checking puzzled_nonogram v0.1.0 (/opt/rustwide/workdir/crates/puzzled_nonogram) [INFO] [stderr] Checking puzzled_skyscrapers v0.1.0 (/opt/rustwide/workdir/crates/puzzled_skyscrapers) [INFO] [stderr] Checking puzzled v0.1.0 (/opt/rustwide/workdir/crates/puzzled) [INFO] [stderr] Checking ratatui-macros v0.7.0 [INFO] [stderr] Checking tui-scrollview v0.6.2 [INFO] [stderr] Checking ratatui v0.30.0 [INFO] [stderr] Checking puzzled_nonogram_tui v0.1.0 (/opt/rustwide/workdir/crates/puzzled_nonogram_tui) [INFO] [stderr] Checking puzzled_tui v0.1.0 (/opt/rustwide/workdir/crates/puzzled_tui) [INFO] [stderr] Checking puzzled_binario_tui v0.1.0 (/opt/rustwide/workdir/crates/puzzled_binario_tui) [INFO] [stderr] Checking puzzled_crossword_tui v0.1.0 (/opt/rustwide/workdir/crates/puzzled_crossword_tui) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.70s [INFO] running `Command { std: "docker" "inspect" "4f0d1adb7b8ca40a3348feec832fb0082453f5a257f438908847c8408c23805c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f0d1adb7b8ca40a3348feec832fb0082453f5a257f438908847c8408c23805c", kill_on_drop: false }` [INFO] [stdout] 4f0d1adb7b8ca40a3348feec832fb0082453f5a257f438908847c8408c23805c