[INFO] cloning repository https://github.com/Fjalar/aoc2025
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Fjalar/aoc2025" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFjalar%2Faoc2025", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFjalar%2Faoc2025'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d5e259538464778c1f22626bbd91761eea0e86a0
[INFO] checking Fjalar/aoc2025/d5e259538464778c1f22626bbd91761eea0e86a0 against 22950ab9e29e11620a10905f027f141ea126966e for pr-160581
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFjalar%2Faoc2025" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/Fjalar/aoc2025
[INFO] finished tweaking git repo https://github.com/Fjalar/aoc2025
[INFO] tweaked toml for git repo https://github.com/Fjalar/aoc2025 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Fjalar/aoc2025 on toolchain 22950ab9e29e11620a10905f027f141ea126966e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+22950ab9e29e11620a10905f027f141ea126966e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Fjalar/aoc2025 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" "+22950ab9e29e11620a10905f027f141ea126966e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sys-info v0.9.1
[INFO] [stderr]   Downloaded mintex v0.1.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 27815ea79f3fbb2a11e8ba5fc4b51bf105f39f42a28a9e7a1622086d5f01c969
[INFO] running `Command { std: "docker" "start" "27815ea79f3fbb2a11e8ba5fc4b51bf105f39f42a28a9e7a1622086d5f01c969", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "27815ea79f3fbb2a11e8ba5fc4b51bf105f39f42a28a9e7a1622086d5f01c969", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "27815ea79f3fbb2a11e8ba5fc4b51bf105f39f42a28a9e7a1622086d5f01c969" "/opt/rustwide/cargo-home/bin/cargo" "+22950ab9e29e11620a10905f027f141ea126966e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "27815ea79f3fbb2a11e8ba5fc4b51bf105f39f42a28a9e7a1622086d5f01c969", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "27815ea79f3fbb2a11e8ba5fc4b51bf105f39f42a28a9e7a1622086d5f01c969" "/opt/rustwide/cargo-home/bin/cargo" "+22950ab9e29e11620a10905f027f141ea126966e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking tinyjson v2.5.1
[INFO] [stderr]     Checking pico-args v0.5.0
[INFO] [stderr]     Checking advent_of_code v0.12.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/bin/10.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub fn part_two(input: &str) -> Option<u64> {
[INFO] [stdout]    |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `idx`
[INFO] [stdout]   --> src/bin/10.rs:46:42
[INFO] [stdout]    |
[INFO] [stdout] 46 |         buttons.iter().enumerate().any(|(idx, button)| {
[INFO] [stdout]    |                                          ^^^ help: if this is intentional, prefix it with an underscore: `_idx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `min_x` in this scope
[INFO] [stdout]   --> src/bin/09.rs:64:17
[INFO] [stdout]    |
[INFO] [stdout] 64 |             if (min_x..=max_x).contains(&segment.0) {
[INFO] [stdout]    |                 ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 64 -             if (min_x..=max_x).contains(&segment.0) {
[INFO] [stdout] 64 +             if (x_min..=max_x).contains(&segment.0) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `max_x` in this scope
[INFO] [stdout]   --> src/bin/09.rs:64:25
[INFO] [stdout]    |
[INFO] [stdout] 64 |             if (min_x..=max_x).contains(&segment.0) {
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 64 -             if (min_x..=max_x).contains(&segment.0) {
[INFO] [stdout] 64 +             if (min_x..=x_max).contains(&segment.0) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `max_x` in this scope
[INFO] [stdout]   --> src/bin/09.rs:68:52
[INFO] [stdout]    |
[INFO] [stdout] 68 |                     total_tiles += segment_max.max(max_x) - segment_min.min(min_x);
[INFO] [stdout]    |                                                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 68 -                     total_tiles += segment_max.max(max_x) - segment_min.min(min_x);
[INFO] [stdout] 68 +                     total_tiles += segment_max.max(x_max) - segment_min.min(min_x);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `min_x` in this scope
[INFO] [stdout]   --> src/bin/09.rs:68:77
[INFO] [stdout]    |
[INFO] [stdout] 68 |                     total_tiles += segment_max.max(max_x) - segment_min.min(min_x);
[INFO] [stdout]    |                                                                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 68 -                     total_tiles += segment_max.max(max_x) - segment_min.min(min_x);
[INFO] [stdout] 68 +                     total_tiles += segment_max.max(max_x) - segment_min.min(x_min);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `vert` in this scope
[INFO] [stdout]   --> src/bin/09.rs:89:33
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 let left_side = vert.iter().filter(|(x, _)| *x >= min_x).count();
[INFO] [stdout]    |                                 ^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: the binding `vert` is available in a different scope in the same function
[INFO] [stdout]   --> src/bin/09.rs:49:13
[INFO] [stdout]    |
[INFO] [stdout] 49 |         let vert = vertical_segments
[INFO] [stdout]    |             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `vert` in this scope
[INFO] [stdout]   --> src/bin/09.rs:90:34
[INFO] [stdout]    |
[INFO] [stdout] 90 |                 let right_side = vert.iter().filter(|(x, _)| *x >= max_x).count();
[INFO] [stdout]    |                                  ^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: the binding `vert` is available in a different scope in the same function
[INFO] [stdout]   --> src/bin/09.rs:49:13
[INFO] [stdout]    |
[INFO] [stdout] 49 |         let vert = vertical_segments
[INFO] [stdout]    |             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `collections::BTreeSet` and `ops::RangeInclusive`
[INFO] [stdout]  --> src/bin/09.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{collections::BTreeSet, ops::RangeInclusive};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `hashbrown::HashMap`
[INFO] [stdout]  --> src/bin/09.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use hashbrown::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `advent_of_code` (bin "09") due to 6 previous errors; 2 warnings emitted
[INFO] [stdout] error[E0425]: cannot find value `min_x` in this scope
[INFO] [stdout]   --> src/bin/09.rs:64:17
[INFO] [stdout]    |
[INFO] [stdout] 64 |             if (min_x..=max_x).contains(&segment.0) {
[INFO] [stdout]    |                 ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 64 -             if (min_x..=max_x).contains(&segment.0) {
[INFO] [stdout] 64 +             if (x_min..=max_x).contains(&segment.0) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/bin/12.rs:83:17
[INFO] [stdout]    |
[INFO] [stdout] 83 | pub fn part_two(input: &str) -> Option<u64> {
[INFO] [stdout]    |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/bin/12.rs:83:17
[INFO] [stdout]    |
[INFO] [stdout] 83 | pub fn part_two(input: &str) -> Option<u64> {
[INFO] [stdout]    |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `max_x` in this scope
[INFO] [stdout]   --> src/bin/09.rs:64:25
[INFO] [stdout]    |
[INFO] [stdout] 64 |             if (min_x..=max_x).contains(&segment.0) {
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 64 -             if (min_x..=max_x).contains(&segment.0) {
[INFO] [stdout] 64 +             if (min_x..=x_max).contains(&segment.0) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `max_x` in this scope
[INFO] [stdout]   --> src/bin/09.rs:68:52
[INFO] [stdout]    |
[INFO] [stdout] 68 |                     total_tiles += segment_max.max(max_x) - segment_min.min(min_x);
[INFO] [stdout]    |                                                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 68 -                     total_tiles += segment_max.max(max_x) - segment_min.min(min_x);
[INFO] [stdout] 68 +                     total_tiles += segment_max.max(x_max) - segment_min.min(min_x);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `min_x` in this scope
[INFO] [stdout]   --> src/bin/09.rs:68:77
[INFO] [stdout]    |
[INFO] [stdout] 68 |                     total_tiles += segment_max.max(max_x) - segment_min.min(min_x);
[INFO] [stdout]    |                                                                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 68 -                     total_tiles += segment_max.max(max_x) - segment_min.min(min_x);
[INFO] [stdout] 68 +                     total_tiles += segment_max.max(max_x) - segment_min.min(x_min);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `vert` in this scope
[INFO] [stdout]   --> src/bin/09.rs:89:33
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 let left_side = vert.iter().filter(|(x, _)| *x >= min_x).count();
[INFO] [stdout]    |                                 ^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: the binding `vert` is available in a different scope in the same function
[INFO] [stdout]   --> src/bin/09.rs:49:13
[INFO] [stdout]    |
[INFO] [stdout] 49 |         let vert = vertical_segments
[INFO] [stdout]    |             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `vert` in this scope
[INFO] [stdout]   --> src/bin/09.rs:90:34
[INFO] [stdout]    |
[INFO] [stdout] 90 |                 let right_side = vert.iter().filter(|(x, _)| *x >= max_x).count();
[INFO] [stdout]    |                                  ^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: the binding `vert` is available in a different scope in the same function
[INFO] [stdout]   --> src/bin/09.rs:49:13
[INFO] [stdout]    |
[INFO] [stdout] 49 |         let vert = vertical_segments
[INFO] [stdout]    |             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `collections::BTreeSet` and `ops::RangeInclusive`
[INFO] [stdout]  --> src/bin/09.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{collections::BTreeSet, ops::RangeInclusive};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `hashbrown::HashMap`
[INFO] [stdout]  --> src/bin/09.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use hashbrown::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `advent_of_code` (bin "09" test) due to 6 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "27815ea79f3fbb2a11e8ba5fc4b51bf105f39f42a28a9e7a1622086d5f01c969", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "27815ea79f3fbb2a11e8ba5fc4b51bf105f39f42a28a9e7a1622086d5f01c969", kill_on_drop: false }`
[INFO] [stdout] 27815ea79f3fbb2a11e8ba5fc4b51bf105f39f42a28a9e7a1622086d5f01c969
