[INFO] cloning repository https://github.com/nicolb2305/advent-of-code-2023 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nicolb2305/advent-of-code-2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicolb2305%2Fadvent-of-code-2023", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicolb2305%2Fadvent-of-code-2023'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b50ea8385d156a75c49ed7b261bd820408c0f2fb [INFO] testing nicolb2305/advent-of-code-2023 against beta-2025-10-28 for beta-1.92-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicolb2305%2Fadvent-of-code-2023" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/nicolb2305/advent-of-code-2023 [INFO] finished tweaking git repo https://github.com/nicolb2305/advent-of-code-2023 [INFO] tweaked toml for git repo https://github.com/nicolb2305/advent-of-code-2023 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/nicolb2305/advent-of-code-2023 on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/nicolb2305/advent-of-code-2023 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-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 686da20206a699c740ff07af9b5012739e81a5926b0686a0f96eae8753d478de [INFO] running `Command { std: "docker" "start" "-a" "686da20206a699c740ff07af9b5012739e81a5926b0686a0f96eae8753d478de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "686da20206a699c740ff07af9b5012739e81a5926b0686a0f96eae8753d478de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "686da20206a699c740ff07af9b5012739e81a5926b0686a0f96eae8753d478de", kill_on_drop: false }` [INFO] [stdout] 686da20206a699c740ff07af9b5012739e81a5926b0686a0f96eae8753d478de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1ebee9cd88d41286afef32612fad9487439d209653abebafa689adfe92459b70 [INFO] running `Command { std: "docker" "start" "-a" "1ebee9cd88d41286afef32612fad9487439d209653abebafa689adfe92459b70", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.70 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling ahash v0.8.6 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling gimli v0.28.1 [INFO] [stderr] Compiling rayon-core v1.12.0 [INFO] [stderr] Compiling eyre v0.6.9 [INFO] [stderr] Compiling zerocopy v0.7.30 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling rustc-demangle v0.1.23 [INFO] [stderr] Compiling allocator-api2 v0.2.16 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling cached_proc_macro_types v0.1.0 [INFO] [stderr] Compiling itertools v0.12.0 [INFO] [stderr] Compiling winnow v0.5.25 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling object v0.32.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-complex v0.4.4 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Compiling getrandom v0.2.11 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling ahash v0.7.7 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling rayon v1.8.0 [INFO] [stderr] Compiling backtrace v0.3.69 [INFO] [stderr] Compiling lru v0.7.8 [INFO] [stderr] Compiling tracing-error v0.2.0 [INFO] [stderr] Compiling color-spantrace v0.2.1 [INFO] [stderr] Compiling addr2line v0.21.0 [INFO] [stderr] Compiling num v0.4.1 [INFO] [stderr] Compiling color-eyre v0.6.2 [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Compiling strum_macros v0.25.3 [INFO] [stderr] Compiling strum v0.25.0 [INFO] [stderr] Compiling darling_core v0.14.4 [INFO] [stderr] Compiling memoize-inner v0.4.0 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling memoize v0.4.1 [INFO] [stderr] Compiling darling_macro v0.14.4 [INFO] [stderr] Compiling darling v0.14.4 [INFO] [stderr] Compiling cached_proc_macro v0.18.1 [INFO] [stderr] Compiling cached v0.46.1 [INFO] [stderr] Compiling advent-of-code-2023 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: couldn't read `src/bin/../../input/day3.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/day3.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | let input = include_str!("../../input/day3.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/bin/../../input/day8.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/day8.rs:111:17 [INFO] [stdout] | [INFO] [stdout] 111 | let input = include_str!("../../input/day8.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/bin/../../input/day12.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/day12.rs:153:17 [INFO] [stdout] | [INFO] [stdout] 153 | let input = include_str!("../../input/day12.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/bin/../../input/day2.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/day2.rs:100:17 [INFO] [stdout] | [INFO] [stdout] 100 | let input = include_str!("../../input/day2.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/bin/../../input/day1.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/day1.rs:65:17 [INFO] [stdout] | [INFO] [stdout] 65 | let input = include_str!("../../input/day1.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/bin/../../input/day7.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/day7.rs:175:17 [INFO] [stdout] | [INFO] [stdout] 175 | let input = include_str!("../../input/day7.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `advent-of-code-2023` (bin "day8") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `advent-of-code-2023` (bin "day3") due to 1 previous error [INFO] [stdout] error: couldn't read `src/bin/../../input/day4.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/day4.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 58 | let input = include_str!("../../input/day4.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/bin/../../input/day13.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/day13.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | let input = include_str!("../../input/day13.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/bin/../../input/day11.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/day11.rs:67:17 [INFO] [stdout] | [INFO] [stdout] 67 | let input = include_str!("../../input/day11.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/bin/../../input/day9.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/day9.rs:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | let input = include_str!("../../input/day9.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/bin/../../input/day6.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/day6.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | let input = include_str!("../../input/day6.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/bin/../../input/day10.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/day10.rs:207:17 [INFO] [stdout] | [INFO] [stdout] 207 | let input = include_str!("../../input/day10.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/bin/day4.rs:66:22 [INFO] [stdout] | [INFO] [stdout] 66 | for j in 1..=game.matches() { [INFO] [stdout] | ^^^^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/bin/day9.rs:33:15 [INFO] [stdout] | [INFO] [stdout] 33 | .map(|row| row_difference(row.iter().copied())) [INFO] [stdout] | ^^^ --- type must be known at this point [INFO] [stdout] | [INFO] [stdout] help: consider giving this closure parameter an explicit type [INFO] [stdout] | [INFO] [stdout] 33 | .map(|row: /* Type */| row_difference(row.iter().copied())) [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/bin/day9.rs:39:15 [INFO] [stdout] | [INFO] [stdout] 39 | .map(|row| row_difference(row.iter().rev().copied())) [INFO] [stdout] | ^^^ --- type must be known at this point [INFO] [stdout] | [INFO] [stdout] help: consider giving this closure parameter an explicit type [INFO] [stdout] | [INFO] [stdout] 39 | .map(|row: /* Type */| row_difference(row.iter().rev().copied())) [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/bin/../../input/day5.txt`: No such file or directory (os error 2) [INFO] [stdout] --> src/bin/day5.rs:287:17 [INFO] [stdout] | [INFO] [stdout] 287 | let input = include_str!("../../input/day5.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `advent-of-code-2023` (bin "day4") due to 2 previous errors [INFO] [stderr] error: could not compile `advent-of-code-2023` (bin "day9") due to 3 previous errors [INFO] [stderr] error: could not compile `advent-of-code-2023` (bin "day13") due to 1 previous error [INFO] [stderr] error: could not compile `advent-of-code-2023` (bin "day7") due to 1 previous error [INFO] [stderr] error: could not compile `advent-of-code-2023` (bin "day5") due to 1 previous error [INFO] [stderr] error: could not compile `advent-of-code-2023` (bin "day11") due to 1 previous error [INFO] [stderr] error: could not compile `advent-of-code-2023` (bin "day6") due to 1 previous error [INFO] [stderr] error: could not compile `advent-of-code-2023` (bin "day1") due to 1 previous error [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/bin/day2.rs:110:18 [INFO] [stdout] | [INFO] [stdout] 110 | .filter(|game| game.is_valid(&max_draw)) [INFO] [stdout] | ^^^^ ---- type must be known at this point [INFO] [stdout] | [INFO] [stdout] help: consider giving this closure parameter an explicit type [INFO] [stdout] | [INFO] [stdout] 110 | .filter(|game: /* Type */| game.is_valid(&max_draw)) [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/bin/day2.rs:118:15 [INFO] [stdout] | [INFO] [stdout] 118 | .map(|game| game.fewest_possible().power()) [INFO] [stdout] | ^^^^ ---- type must be known at this point [INFO] [stdout] | [INFO] [stdout] help: consider giving this closure parameter an explicit type [INFO] [stdout] | [INFO] [stdout] 118 | .map(|game: /* Type */| game.fewest_possible().power()) [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `advent-of-code-2023` (bin "day10") due to 1 previous error [INFO] [stderr] error: could not compile `advent-of-code-2023` (bin "day2") due to 3 previous errors [INFO] [stderr] error: could not compile `advent-of-code-2023` (bin "day12") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "1ebee9cd88d41286afef32612fad9487439d209653abebafa689adfe92459b70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ebee9cd88d41286afef32612fad9487439d209653abebafa689adfe92459b70", kill_on_drop: false }` [INFO] [stdout] 1ebee9cd88d41286afef32612fad9487439d209653abebafa689adfe92459b70