[INFO] cloning repository https://github.com/Coquinho/advent-of-code-2025
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Coquinho/advent-of-code-2025" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCoquinho%2Fadvent-of-code-2025", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCoquinho%2Fadvent-of-code-2025'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 88701404c5da350afed601f60dc270fb967e9da5
[INFO] testing Coquinho/advent-of-code-2025 against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCoquinho%2Fadvent-of-code-2025" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Coquinho/advent-of-code-2025
[INFO] finished tweaking git repo https://github.com/Coquinho/advent-of-code-2025
[INFO] tweaked toml for git repo https://github.com/Coquinho/advent-of-code-2025 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Coquinho/advent-of-code-2025 on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Coquinho/advent-of-code-2025 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" "+1.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e390b895003650eba0ccf9a9eafd47af990f474080549d64cb0c0a5d37ac3c31
[INFO] running `Command { std: "docker" "start" "-a" "e390b895003650eba0ccf9a9eafd47af990f474080549d64cb0c0a5d37ac3c31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e390b895003650eba0ccf9a9eafd47af990f474080549d64cb0c0a5d37ac3c31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e390b895003650eba0ccf9a9eafd47af990f474080549d64cb0c0a5d37ac3c31", kill_on_drop: false }`
[INFO] [stdout] e390b895003650eba0ccf9a9eafd47af990f474080549d64cb0c0a5d37ac3c31
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7caceed7d3a6a1bd5d31700c162cf537c6dd9f7dc33e47ba00bf6b04d6a30ee7
[INFO] running `Command { std: "docker" "start" "-a" "7caceed7d3a6a1bd5d31700c162cf537c6dd9f7dc33e47ba00bf6b04d6a30ee7", kill_on_drop: false }`
[INFO] [stderr]    Compiling advent-of-code-2025 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: enum `Rotation` is never used
[INFO] [stdout]  --> src/days/day_01.rs:4:6
[INFO] [stdout]   |
[INFO] [stdout] 4 | enum Rotation {
[INFO] [stdout]   |      ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ParseRotationError` is never used
[INFO] [stdout]   --> src/days/day_01.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub enum ParseRotationError {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `step` is never used
[INFO] [stdout]   --> src/days/day_01.rs:39:4
[INFO] [stdout]    |
[INFO] [stdout] 39 | fn step(start: i32, rotation: &Rotation) -> (i32, i32) {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `day01` is never used
[INFO] [stdout]   --> src/days/day_01.rs:67:4
[INFO] [stdout]    |
[INFO] [stdout] 67 | fn day01(input: String, should_count_rotations: bool) -> i32 {
[INFO] [stdout]    |    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Range` is never constructed
[INFO] [stdout]  --> src/days/day_02.rs:4:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | struct Range {
[INFO] [stdout]   |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ParrseRangeError` is never used
[INFO] [stdout]   --> src/days/day_02.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub enum ParrseRangeError {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `sum_invalids` is never used
[INFO] [stdout]   --> src/days/day_02.rs:38:8
[INFO] [stdout]    |
[INFO] [stdout] 37 | impl Range {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] 38 |     fn sum_invalids(&self, part2: bool) -> i64 {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_valid_string_part1` is never used
[INFO] [stdout]   --> src/days/day_02.rs:70:4
[INFO] [stdout]    |
[INFO] [stdout] 70 | fn is_valid_string_part1(s: &str) -> bool {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_valid_string_part2` is never used
[INFO] [stdout]   --> src/days/day_02.rs:76:4
[INFO] [stdout]    |
[INFO] [stdout] 76 | fn is_valid_string_part2(s: &str, part2: bool) -> bool {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_valid_string_part2_size` is never used
[INFO] [stdout]   --> src/days/day_02.rs:94:4
[INFO] [stdout]    |
[INFO] [stdout] 94 | fn is_valid_string_part2_size(s: &str, size: usize) -> bool {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `day02` is never used
[INFO] [stdout]    --> src/days/day_02.rs:106:4
[INFO] [stdout]     |
[INFO] [stdout] 106 | fn day02(input: String, part2: bool) -> i64 {
[INFO] [stdout]     |    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Bank` is never constructed
[INFO] [stdout]  --> src/days/day_03.rs:4:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | struct Bank {
[INFO] [stdout]   |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ParseBankError` is never used
[INFO] [stdout]  --> src/days/day_03.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub enum ParseBankError {
[INFO] [stdout]   |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `day03` is never used
[INFO] [stdout]   --> src/days/day_03.rs:33:4
[INFO] [stdout]    |
[INFO] [stdout] 33 | fn day03(input: String) -> i32 {
[INFO] [stdout]    |    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Board` is never constructed
[INFO] [stdout]  --> src/days/day_04.rs:4:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | struct Board(Vec<Vec<char>>);
[INFO] [stdout]   |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ParseBoardError` is never used
[INFO] [stdout]  --> src/days/day_04.rs:7:10
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub enum ParseBoardError {
[INFO] [stdout]   |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `can_move` is never used
[INFO] [stdout]   --> src/days/day_04.rs:46:4
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn can_move(board: &Board, i: usize, j: usize) -> bool {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Mode` is never used
[INFO] [stdout]   --> src/days/day_04.rs:68:6
[INFO] [stdout]    |
[INFO] [stdout] 68 | enum Mode {
[INFO] [stdout]    |      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `day04` is never used
[INFO] [stdout]   --> src/days/day_04.rs:73:4
[INFO] [stdout]    |
[INFO] [stdout] 73 | fn day04(input: String, mode: Mode) -> i32 {
[INFO] [stdout]    |    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `day04part1` is never used
[INFO] [stdout]    --> src/days/day_04.rs:102:4
[INFO] [stdout]     |
[INFO] [stdout] 102 | fn day04part1(input: String) -> i32 {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `day04part2` is never used
[INFO] [stdout]    --> src/days/day_04.rs:106:4
[INFO] [stdout]     |
[INFO] [stdout] 106 | fn day04part2(input: String) -> i32 {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FreshRange` is never constructed
[INFO] [stdout]  --> src/days/day_05.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 5 | struct FreshRange {
[INFO] [stdout]   |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ParseFreshRangeError` is never used
[INFO] [stdout]   --> src/days/day_05.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub enum ParseFreshRangeError {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Input` is never constructed
[INFO] [stdout]   --> src/days/day_05.rs:55:8
[INFO] [stdout]    |
[INFO] [stdout] 55 | struct Input {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ParseInputError` is never used
[INFO] [stdout]   --> src/days/day_05.rs:61:10
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub enum ParseInputError {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `optimize_fresh_ranges` is never used
[INFO] [stdout]   --> src/days/day_05.rs:84:4
[INFO] [stdout]    |
[INFO] [stdout] 84 | fn optimize_fresh_ranges(fresh_ranges: &mut Vec<FreshRange>) -> Vec<FreshRange> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `day05part1` is never used
[INFO] [stdout]    --> src/days/day_05.rs:104:4
[INFO] [stdout]     |
[INFO] [stdout] 104 | fn day05part1(input: String) -> (i64, i64) {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Beam` is never used
[INFO] [stdout]  --> src/days/day_07.rs:3:6
[INFO] [stdout]   |
[INFO] [stdout] 3 | type Beam = (usize, usize);
[INFO] [stdout]   |      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Input` is never constructed
[INFO] [stdout]  --> src/days/day_07.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | struct Input {
[INFO] [stdout]   |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ParseInputError` is never used
[INFO] [stdout]   --> src/days/day_07.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub enum ParseInputError {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Mode` is never used
[INFO] [stdout]   --> src/days/day_07.rs:71:6
[INFO] [stdout]    |
[INFO] [stdout] 71 | enum Mode {
[INFO] [stdout]    |      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `add_or_update_beam` is never used
[INFO] [stdout]   --> src/days/day_07.rs:76:4
[INFO] [stdout]    |
[INFO] [stdout] 76 | fn add_or_update_beam(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `process_beam` is never used
[INFO] [stdout]   --> src/days/day_07.rs:92:8
[INFO] [stdout]    |
[INFO] [stdout] 91 | impl Input {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] 92 |     fn process_beam(&mut self, mode: Mode) -> usize {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `day07` is never used
[INFO] [stdout]    --> src/days/day_07.rs:121:4
[INFO] [stdout]     |
[INFO] [stdout] 121 | fn day07(input: String, mode: Mode) -> usize {
[INFO] [stdout]     |    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `day07part1` is never used
[INFO] [stdout]    --> src/days/day_07.rs:135:4
[INFO] [stdout]     |
[INFO] [stdout] 135 | fn day07part1(input: String) -> usize {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `day07part2` is never used
[INFO] [stdout]    --> src/days/day_07.rs:139:4
[INFO] [stdout]     |
[INFO] [stdout] 139 | fn day07part2(input: String) -> usize {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Point` is never constructed
[INFO] [stdout]  --> src/days/day_08.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 5 | struct Point {
[INFO] [stdout]   |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ParsePointError` is never used
[INFO] [stdout]   --> src/days/day_08.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub enum ParsePointError {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `abs` is never used
[INFO] [stdout]   --> src/days/day_08.rs:48:8
[INFO] [stdout]    |
[INFO] [stdout] 47 | impl Point {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] 48 |     fn abs(&self) -> i64 {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DisjointSet` is never constructed
[INFO] [stdout]   --> src/days/day_08.rs:54:8
[INFO] [stdout]    |
[INFO] [stdout] 54 | struct DisjointSet {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `find`, and `union` are never used
[INFO] [stdout]   --> src/days/day_08.rs:60:12
[INFO] [stdout]    |
[INFO] [stdout] 59 | impl DisjointSet {
[INFO] [stdout]    | ---------------- associated items in this implementation
[INFO] [stdout] 60 |     pub fn new(size: usize) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 67 |     fn find(&mut self, i: usize) -> usize {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 |     fn union(&mut self, i: usize, j: usize) {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `heapfy` is never used
[INFO] [stdout]   --> src/days/day_08.rs:88:4
[INFO] [stdout]    |
[INFO] [stdout] 88 | fn heapfy(points: &[Point]) -> BinaryHeap<Reverse<(i64, usize, usize)>> {
[INFO] [stdout]    |    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `day08_part1` is never used
[INFO] [stdout]    --> src/days/day_08.rs:109:4
[INFO] [stdout]     |
[INFO] [stdout] 109 | fn day08_part1(input: String, connections: usize) -> usize {
[INFO] [stdout]     |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `day08_part2` is never used
[INFO] [stdout]    --> src/days/day_08.rs:136:4
[INFO] [stdout]     |
[INFO] [stdout] 136 | fn day08_part2(input: String) -> i64 {
[INFO] [stdout]     |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Point` is never constructed
[INFO] [stdout]  --> src/days/day_09.rs:2:8
[INFO] [stdout]   |
[INFO] [stdout] 2 | struct Point {
[INFO] [stdout]   |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ParsePointError` is never used
[INFO] [stdout]  --> src/days/day_09.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub enum ParsePointError  {
[INFO] [stdout]   |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `day09part1` is never used
[INFO] [stdout]   --> src/days/day_09.rs:29:4
[INFO] [stdout]    |
[INFO] [stdout] 29 | fn day09part1(input: String) -> i64 {
[INFO] [stdout]    |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
[INFO] running `Command { std: "docker" "inspect" "7caceed7d3a6a1bd5d31700c162cf537c6dd9f7dc33e47ba00bf6b04d6a30ee7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7caceed7d3a6a1bd5d31700c162cf537c6dd9f7dc33e47ba00bf6b04d6a30ee7", kill_on_drop: false }`
[INFO] [stdout] 7caceed7d3a6a1bd5d31700c162cf537c6dd9f7dc33e47ba00bf6b04d6a30ee7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e661c457c7e9ce797a2def95103d34c4fc56c621b8bf5cfbd68926b0fd120b2d
[INFO] running `Command { std: "docker" "start" "-a" "e661c457c7e9ce797a2def95103d34c4fc56c621b8bf5cfbd68926b0fd120b2d", kill_on_drop: false }`
[INFO] [stderr]    Compiling advent-of-code-2025 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variant `InvalidBatery` is never constructed
[INFO] [stdout]   --> src/days/day_03.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub enum ParseBankError {
[INFO] [stdout]    |          -------------- variant in this enum
[INFO] [stdout] 10 |     InvalidBankSize,
[INFO] [stdout] 11 |     InvalidBatery,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ParseBankError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.19s
[INFO] running `Command { std: "docker" "inspect" "e661c457c7e9ce797a2def95103d34c4fc56c621b8bf5cfbd68926b0fd120b2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e661c457c7e9ce797a2def95103d34c4fc56c621b8bf5cfbd68926b0fd120b2d", kill_on_drop: false }`
[INFO] [stdout] e661c457c7e9ce797a2def95103d34c4fc56c621b8bf5cfbd68926b0fd120b2d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 28d5073322f44c090c6da7a7cec76af013b28783a422fc535e201fa27217acec
[INFO] running `Command { std: "docker" "start" "-a" "28d5073322f44c090c6da7a7cec76af013b28783a422fc535e201fa27217acec", kill_on_drop: false }`
[INFO] [stderr] warning: variant `InvalidBatery` is never constructed
[INFO] [stderr]   --> src/days/day_03.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr]  9 | pub enum ParseBankError {
[INFO] [stderr]    |          -------------- variant in this enum
[INFO] [stderr] 10 |     InvalidBankSize,
[INFO] [stderr] 11 |     InvalidBatery,
[INFO] [stderr]    |     ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ParseBankError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `advent-of-code-2025` (bin "advent-of-code-2025" test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aoc-9746b6a44a104cd2)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2025-3c64723dc0464bdc)
[INFO] [stdout] 
[INFO] [stdout] running 30 tests
[INFO] [stdout] test days::day_01::test::anti_clockwise ... ok
[INFO] [stdout] test days::day_01::test::example_part1 ... ok
[INFO] [stdout] test days::day_01::test::clockwise_with_pass_throug ... ok
[INFO] [stdout] test days::day_01::test::clockwise ... ok
[INFO] [stdout] test days::day_01::test::anti_clockwise_with_pass_throug ... ok
[INFO] [stdout] test days::day_02::test::example_part1 ... ok
[INFO] [stdout] test days::day_02::test::example_part2 ... ok
[INFO] [stdout] test days::day_04::test::example_part1 ... ok
[INFO] [stdout] test days::day_03::test::example_part1 ... ok
[INFO] [stdout] test days::day_07::test::example_part2 ... ok
[INFO] [stdout] test days::day_08::test::example_part1 ... ok
[INFO] [stdout] test days::day_05::test::example_part1 ... ok
[INFO] [stdout] test days::day_01::test::puzzle_part2 ... ok
[INFO] [stdout] test days::day_01::test::example_part2 ... ok
[INFO] [stdout] test days::day_01::test::puzzle_part1 ... ok
[INFO] [stdout] test days::day_04::test::example_part2 ... ok
[INFO] [stdout] test days::day_07::test::example_part1 ... ok
[INFO] [stdout] test days::day_08::test::example_part2 ... ok
[INFO] [stdout] test days::day_09::test::example_part1 ... ok
[INFO] [stdout] test days::day_04::test::puzzle_part1 ... ok
[INFO] [stdout] test days::day_03::test::puzzle_part1 ... ok
[INFO] [stdout] test days::day_05::test::puzzle_part1 ... ok
[INFO] [stdout] test days::day_07::test::puzzle_part1 ... ok
[INFO] [stdout] test days::day_07::test::puzzle_part2 ... ok
[INFO] [stdout] test days::day_04::test::puzzle_part2 ... ok
[INFO] [stdout] test days::day_09::test::puzzle_part1 ... FAILED
[INFO] [stdout] test days::day_08::test::puzzle_part2 ... ok
[INFO] [stdout] test days::day_08::test::puzzle_part1 ... ok
[INFO] [stdout] test days::day_02::test::puzzle_part1 ... ok
[INFO] [stdout] test days::day_02::test::puzzle_part2 ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- days::day_09::test::puzzle_part1 stdout ----
[INFO] [stdout] [Point { x: 98389, y: 50440 }, Point { x: 98389, y: 51653 }, Point { x: 97975, y: 51653 }, Point { x: 97975, y: 52871 }, Point { x: 97981, y: 52871 }, Point { x: 97981, y: 54078 }, Point { x: 97799, y: 54078 }, Point { x: 97799, y: 55291 }, Point { x: 97711, y: 55291 }, Point { x: 97711, y: 56472 }, Point { x: 97369, y: 56472 }, Point { x: 97369, y: 57779 }, Point { x: 97866, y: 57779 }, Point { x: 97866, y: 58913 }, Point { x: 97247, y: 58913 }, Point { x: 97247, y: 60125 }, Point { x: 97092, y: 60125 }, Point { x: 97092, y: 61368 }, Point { x: 97041, y: 61368 }, Point { x: 97041, y: 62351 }, Point { x: 95975, y: 62351 }, Point { x: 95975, y: 63750 }, Point { x: 96452, y: 63750 }, Point { x: 96452, y: 64878 }, Point { x: 95951, y: 64878 }, Point { x: 95951, y: 65855 }, Point { x: 95041, y: 65855 }, Point { x: 95041, y: 67035 }, Point { x: 94741, y: 67035 }, Point { x: 94741, y: 68172 }, Point { x: 94316, y: 68172 }, Point { x: 94316, y: 69456 }, Point { x: 94223, y: 69456 }, Point { x: 94223, y: 70466 }, Point { x: 93495, y: 70466 }, Point { x: 93495, y: 71306 }, Point { x: 92454, y: 71306 }, Point { x: 92454, y: 72675 }, Point { x: 92462, y: 72675 }, Point { x: 92462, y: 73757 }, Point { x: 91898, y: 73757 }, Point { x: 91898, y: 74837 }, Point { x: 91326, y: 74837 }, Point { x: 91326, y: 75664 }, Point { x: 90350, y: 75664 }, Point { x: 90350, y: 76837 }, Point { x: 89924, y: 76837 }, Point { x: 89924, y: 77817 }, Point { x: 89200, y: 77817 }, Point { x: 89200, y: 78846 }, Point { x: 88542, y: 78846 }, Point { x: 88542, y: 79819 }, Point { x: 87806, y: 79819 }, Point { x: 87806, y: 80555 }, Point { x: 86783, y: 80555 }, Point { x: 86783, y: 81726 }, Point { x: 86282, y: 81726 }, Point { x: 86282, y: 82586 }, Point { x: 85414, y: 82586 }, Point { x: 85414, y: 83379 }, Point { x: 84480, y: 83379 }, Point { x: 84480, y: 83975 }, Point { x: 83361, y: 83975 }, Point { x: 83361, y: 85419 }, Point { x: 83059, y: 85419 }, Point { x: 83059, y: 85976 }, Point { x: 81913, y: 85976 }, Point { x: 81913, y: 86540 }, Point { x: 80795, y: 86540 }, Point { x: 80795, y: 87514 }, Point { x: 80023, y: 87514 }, Point { x: 80023, y: 88338 }, Point { x: 79121, y: 88338 }, Point { x: 79121, y: 88660 }, Point { x: 77850, y: 88660 }, Point { x: 77850, y: 89813 }, Point { x: 77175, y: 89813 }, Point { x: 77175, y: 89953 }, Point { x: 75812, y: 89953 }, Point { x: 75812, y: 90895 }, Point { x: 74976, y: 90895 }, Point { x: 74976, y: 91465 }, Point { x: 73903, y: 91465 }, Point { x: 73903, y: 91926 }, Point { x: 72773, y: 91926 }, Point { x: 72773, y: 92702 }, Point { x: 71813, y: 92702 }, Point { x: 71813, y: 93541 }, Point { x: 70867, y: 93541 }, Point { x: 70867, y: 93457 }, Point { x: 69490, y: 93457 }, Point { x: 69490, y: 94412 }, Point { x: 68581, y: 94412 }, Point { x: 68581, y: 94721 }, Point { x: 67393, y: 94721 }, Point { x: 67393, y: 95288 }, Point { x: 66305, y: 95288 }, Point { x: 66305, y: 95244 }, Point { x: 65005, y: 95244 }, Point { x: 65005, y: 95661 }, Point { x: 63870, y: 95661 }, Point { x: 63870, y: 96395 }, Point { x: 62819, y: 96395 }, Point { x: 62819, y: 96170 }, Point { x: 61506, y: 96170 }, Point { x: 61506, y: 96999 }, Point { x: 60456, y: 96999 }, Point { x: 60456, y: 96886 }, Point { x: 59190, y: 96886 }, Point { x: 59190, y: 96975 }, Point { x: 57978, y: 96975 }, Point { x: 57978, y: 97300 }, Point { x: 56805, y: 97300 }, Point { x: 56805, y: 97958 }, Point { x: 55664, y: 97958 }, Point { x: 55664, y: 97417 }, Point { x: 54385, y: 97417 }, Point { x: 54385, y: 97898 }, Point { x: 53208, y: 97898 }, Point { x: 53208, y: 98358 }, Point { x: 52010, y: 98358 }, Point { x: 52010, y: 97638 }, Point { x: 50772, y: 97638 }, Point { x: 50772, y: 97582 }, Point { x: 49566, y: 97582 }, Point { x: 49566, y: 98200 }, Point { x: 48339, y: 98200 }, Point { x: 48339, y: 98139 }, Point { x: 47118, y: 98139 }, Point { x: 47118, y: 98127 }, Point { x: 45893, y: 98127 }, Point { x: 45893, y: 97228 }, Point { x: 44762, y: 97228 }, Point { x: 44762, y: 97384 }, Point { x: 43525, y: 97384 }, Point { x: 43525, y: 97068 }, Point { x: 42349, y: 97068 }, Point { x: 42349, y: 97099 }, Point { x: 41114, y: 97099 }, Point { x: 41114, y: 97340 }, Point { x: 39820, y: 97340 }, Point { x: 39820, y: 96917 }, Point { x: 38661, y: 96917 }, Point { x: 38661, y: 95913 }, Point { x: 37664, y: 95913 }, Point { x: 37664, y: 95965 }, Point { x: 36393, y: 95965 }, Point { x: 36393, y: 95466 }, Point { x: 35278, y: 95466 }, Point { x: 35278, y: 95084 }, Point { x: 34129, y: 95084 }, Point { x: 34129, y: 94596 }, Point { x: 33019, y: 94596 }, Point { x: 33019, y: 94816 }, Point { x: 31623, y: 94816 }, Point { x: 31623, y: 93836 }, Point { x: 30713, y: 93836 }, Point { x: 30713, y: 93745 }, Point { x: 29415, y: 93745 }, Point { x: 29415, y: 93081 }, Point { x: 28378, y: 93081 }, Point { x: 28378, y: 92659 }, Point { x: 27219, y: 92659 }, Point { x: 27219, y: 92079 }, Point { x: 26139, y: 92079 }, Point { x: 26139, y: 91559 }, Point { x: 25022, y: 91559 }, Point { x: 25022, y: 90686 }, Point { x: 24122, y: 90686 }, Point { x: 24122, y: 89989 }, Point { x: 23118, y: 89989 }, Point { x: 23118, y: 89007 }, Point { x: 22318, y: 89007 }, Point { x: 22318, y: 88473 }, Point { x: 21205, y: 88473 }, Point { x: 21205, y: 87502 }, Point { x: 20420, y: 87502 }, Point { x: 20420, y: 86631 }, Point { x: 19570, y: 86631 }, Point { x: 19570, y: 86428 }, Point { x: 18146, y: 86428 }, Point { x: 18146, y: 85036 }, Point { x: 17761, y: 85036 }, Point { x: 17761, y: 84657 }, Point { x: 16449, y: 84657 }, Point { x: 16449, y: 83833 }, Point { x: 15544, y: 83833 }, Point { x: 15544, y: 82502 }, Point { x: 15177, y: 82502 }, Point { x: 15177, y: 81860 }, Point { x: 14082, y: 81860 }, Point { x: 14082, y: 81028 }, Point { x: 13182, y: 81028 }, Point { x: 13182, y: 79945 }, Point { x: 12584, y: 79945 }, Point { x: 12584, y: 78979 }, Point { x: 11848, y: 78979 }, Point { x: 11848, y: 78042 }, Point { x: 11072, y: 78042 }, Point { x: 11072, y: 76869 }, Point { x: 10636, y: 76869 }, Point { x: 10636, y: 76233 }, Point { x: 9395, y: 76233 }, Point { x: 9395, y: 75002 }, Point { x: 9061, y: 75002 }, Point { x: 9061, y: 74088 }, Point { x: 8213, y: 74088 }, Point { x: 8213, y: 72957 }, Point { x: 7735, y: 72957 }, Point { x: 7735, y: 71721 }, Point { x: 7475, y: 71721 }, Point { x: 7475, y: 70754 }, Point { x: 6694, y: 70754 }, Point { x: 6694, y: 69644 }, Point { x: 6196, y: 69644 }, Point { x: 6196, y: 68628 }, Point { x: 5475, y: 68628 }, Point { x: 5475, y: 67242 }, Point { x: 5664, y: 67242 }, Point { x: 5664, y: 66116 }, Point { x: 5235, y: 66116 }, Point { x: 5235, y: 64989 }, Point { x: 4806, y: 64989 }, Point { x: 4806, y: 63887 }, Point { x: 4282, y: 63887 }, Point { x: 4282, y: 62778 }, Point { x: 3750, y: 62778 }, Point { x: 3750, y: 61686 }, Point { x: 3106, y: 61686 }, Point { x: 3106, y: 60382 }, Point { x: 3331, y: 60382 }, Point { x: 3331, y: 59278 }, Point { x: 2668, y: 59278 }, Point { x: 2668, y: 57962 }, Point { x: 3120, y: 57962 }, Point { x: 3120, y: 56803 }, Point { x: 2715, y: 56803 }, Point { x: 2715, y: 55649 }, Point { x: 2166, y: 55649 }, Point { x: 2166, y: 54450 }, Point { x: 1878, y: 54450 }, Point { x: 1878, y: 53233 }, Point { x: 1733, y: 53233 }, Point { x: 1733, y: 52008 }, Point { x: 1697, y: 52008 }, Point { x: 1697, y: 50781 }, Point { x: 1841, y: 50781 }, Point { x: 1841, y: 50407 }, Point { x: 94679, y: 50407 }, Point { x: 94679, y: 48332 }, Point { x: 1607, y: 48332 }, Point { x: 1607, y: 47140 }, Point { x: 2230, y: 47140 }, Point { x: 2230, y: 45922 }, Point { x: 2216, y: 45922 }, Point { x: 2216, y: 44742 }, Point { x: 2592, y: 44742 }, Point { x: 2592, y: 43459 }, Point { x: 2133, y: 43459 }, Point { x: 2133, y: 42267 }, Point { x: 2427, y: 42267 }, Point { x: 2427, y: 41139 }, Point { x: 3034, y: 41139 }, Point { x: 3034, y: 39824 }, Point { x: 2676, y: 39824 }, Point { x: 2676, y: 38669 }, Point { x: 3115, y: 38669 }, Point { x: 3115, y: 37630 }, Point { x: 3957, y: 37630 }, Point { x: 3957, y: 36456 }, Point { x: 4247, y: 36456 }, Point { x: 4247, y: 35098 }, Point { x: 3978, y: 35098 }, Point { x: 3978, y: 33943 }, Point { x: 4386, y: 33943 }, Point { x: 4386, y: 33019 }, Point { x: 5403, y: 33019 }, Point { x: 5403, y: 31964 }, Point { x: 6016, y: 31964 }, Point { x: 6016, y: 30793 }, Point { x: 6346, y: 30793 }, Point { x: 6346, y: 29420 }, Point { x: 6264, y: 29420 }, Point { x: 6264, y: 28663 }, Point { x: 7485, y: 28663 }, Point { x: 7485, y: 27247 }, Point { x: 7393, y: 27247 }, Point { x: 7393, y: 26488 }, Point { x: 8536, y: 26488 }, Point { x: 8536, y: 25257 }, Point { x: 8830, y: 25257 }, Point { x: 8830, y: 24012 }, Point { x: 9141, y: 24012 }, Point { x: 9141, y: 23331 }, Point { x: 10326, y: 23331 }, Point { x: 10326, y: 22125 }, Point { x: 10719, y: 22125 }, Point { x: 10719, y: 21076 }, Point { x: 11354, y: 21076 }, Point { x: 11354, y: 20055 }, Point { x: 12034, y: 20055 }, Point { x: 12034, y: 19082 }, Point { x: 12780, y: 19082 }, Point { x: 12780, y: 18166 }, Point { x: 13594, y: 18166 }, Point { x: 13594, y: 17665 }, Point { x: 14859, y: 17665 }, Point { x: 14859, y: 16526 }, Point { x: 15422, y: 16526 }, Point { x: 15422, y: 15813 }, Point { x: 16430, y: 15813 }, Point { x: 16430, y: 14897 }, Point { x: 17235, y: 14897 }, Point { x: 17235, y: 14251 }, Point { x: 18288, y: 14251 }, Point { x: 18288, y: 13522 }, Point { x: 19258, y: 13522 }, Point { x: 19258, y: 12643 }, Point { x: 20102, y: 12643 }, Point { x: 20102, y: 11456 }, Point { x: 20722, y: 11456 }, Point { x: 20722, y: 11225 }, Point { x: 22067, y: 11225 }, Point { x: 22067, y: 10107 }, Point { x: 22769, y: 10107 }, Point { x: 22769, y: 9819 }, Point { x: 24040, y: 9819 }, Point { x: 24040, y: 9011 }, Point { x: 24967, y: 9011 }, Point { x: 24967, y: 8458 }, Point { x: 26052, y: 8458 }, Point { x: 26052, y: 8259 }, Point { x: 27326, y: 8259 }, Point { x: 27326, y: 7437 }, Point { x: 28258, y: 7437 }, Point { x: 28258, y: 6610 }, Point { x: 29204, y: 6610 }, Point { x: 29204, y: 6152 }, Point { x: 30335, y: 6152 }, Point { x: 30335, y: 5765 }, Point { x: 31492, y: 5765 }, Point { x: 31492, y: 5249 }, Point { x: 32595, y: 5249 }, Point { x: 32595, y: 4646 }, Point { x: 33671, y: 4646 }, Point { x: 33671, y: 4040 }, Point { x: 34756, y: 4040 }, Point { x: 34756, y: 4415 }, Point { x: 36152, y: 4415 }, Point { x: 36152, y: 3826 }, Point { x: 37241, y: 3826 }, Point { x: 37241, y: 3898 }, Point { x: 38510, y: 3898 }, Point { x: 38510, y: 3033 }, Point { x: 39551, y: 3033 }, Point { x: 39551, y: 3186 }, Point { x: 40823, y: 3186 }, Point { x: 40823, y: 2313 }, Point { x: 41900, y: 2313 }, Point { x: 41900, y: 2316 }, Point { x: 43139, y: 2316 }, Point { x: 43139, y: 2311 }, Point { x: 44367, y: 2311 }, Point { x: 44367, y: 1777 }, Point { x: 45539, y: 1777 }, Point { x: 45539, y: 2547 }, Point { x: 46820, y: 2547 }, Point { x: 46820, y: 2387 }, Point { x: 48020, y: 2387 }, Point { x: 48020, y: 1539 }, Point { x: 49213, y: 1539 }, Point { x: 49213, y: 2297 }, Point { x: 50434, y: 2297 }, Point { x: 50434, y: 2033 }, Point { x: 51652, y: 2033 }, Point { x: 51652, y: 1797 }, Point { x: 52885, y: 1797 }, Point { x: 52885, y: 2177 }, Point { x: 54080, y: 2177 }, Point { x: 54080, y: 2033 }, Point { x: 55319, y: 2033 }, Point { x: 55319, y: 1950 }, Point { x: 56564, y: 1950 }, Point { x: 56564, y: 2398 }, Point { x: 57736, y: 2398 }, Point { x: 57736, y: 2413 }, Point { x: 58977, y: 2413 }, Point { x: 58977, y: 2666 }, Point { x: 60177, y: 2666 }, Point { x: 60177, y: 3518 }, Point { x: 61233, y: 3518 }, Point { x: 61233, y: 3977 }, Point { x: 62364, y: 3977 }, Point { x: 62364, y: 4150 }, Point { x: 63572, y: 4150 }, Point { x: 63572, y: 4133 }, Point { x: 64851, y: 4133 }, Point { x: 64851, y: 4534 }, Point { x: 66004, y: 4534 }, Point { x: 66004, y: 4916 }, Point { x: 67165, y: 4916 }, Point { x: 67165, y: 5927 }, Point { x: 68072, y: 5927 }, Point { x: 68072, y: 6002 }, Point { x: 69357, y: 6002 }, Point { x: 69357, y: 6585 }, Point { x: 70428, y: 6585 }, Point { x: 70428, y: 7153 }, Point { x: 71503, y: 7153 }, Point { x: 71503, y: 7991 }, Point { x: 72432, y: 7991 }, Point { x: 72432, y: 7855 }, Point { x: 73896, y: 7855 }, Point { x: 73896, y: 8784 }, Point { x: 74770, y: 8784 }, Point { x: 74770, y: 9243 }, Point { x: 75922, y: 9243 }, Point { x: 75922, y: 10572 }, Point { x: 76503, y: 10572 }, Point { x: 76503, y: 11055 }, Point { x: 77636, y: 11055 }, Point { x: 77636, y: 11537 }, Point { x: 78786, y: 11537 }, Point { x: 78786, y: 12038 }, Point { x: 79941, y: 12038 }, Point { x: 79941, y: 13105 }, Point { x: 80647, y: 13105 }, Point { x: 80647, y: 13730 }, Point { x: 81714, y: 13730 }, Point { x: 81714, y: 14999 }, Point { x: 82205, y: 14999 }, Point { x: 82205, y: 15543 }, Point { x: 83356, y: 15543 }, Point { x: 83356, y: 16540 }, Point { x: 84074, y: 16540 }, Point { x: 84074, y: 17503 }, Point { x: 84816, y: 17503 }, Point { x: 84816, y: 17995 }, Point { x: 86079, y: 17995 }, Point { x: 86079, y: 19014 }, Point { x: 86766, y: 19014 }, Point { x: 86766, y: 20117 }, Point { x: 87336, y: 20117 }, Point { x: 87336, y: 20991 }, Point { x: 88190, y: 20991 }, Point { x: 88190, y: 21670 }, Point { x: 89325, y: 21670 }, Point { x: 89325, y: 22685 }, Point { x: 90016, y: 22685 }, Point { x: 90016, y: 23726 }, Point { x: 90667, y: 23726 }, Point { x: 90667, y: 25106 }, Point { x: 90760, y: 25106 }, Point { x: 90760, y: 26142 }, Point { x: 91385, y: 26142 }, Point { x: 91385, y: 27311 }, Point { x: 91770, y: 27311 }, Point { x: 91770, y: 27950 }, Point { x: 93165, y: 27950 }, Point { x: 93165, y: 29382 }, Point { x: 93018, y: 29382 }, Point { x: 93018, y: 30371 }, Point { x: 93767, y: 30371 }, Point { x: 93767, y: 31621 }, Point { x: 93928, y: 31621 }, Point { x: 93928, y: 32697 }, Point { x: 94488, y: 32697 }, Point { x: 94488, y: 33576 }, Point { x: 95617, y: 33576 }, Point { x: 95617, y: 34875 }, Point { x: 95600, y: 34875 }, Point { x: 95600, y: 36163 }, Point { x: 95550, y: 36163 }, Point { x: 95550, y: 37177 }, Point { x: 96406, y: 37177 }, Point { x: 96406, y: 38436 }, Point { x: 96400, y: 38436 }, Point { x: 96400, y: 39579 }, Point { x: 96838, y: 39579 }, Point { x: 96838, y: 40809 }, Point { x: 96882, y: 40809 }, Point { x: 96882, y: 42026 }, Point { x: 96947, y: 42026 }, Point { x: 96947, y: 43178 }, Point { x: 97407, y: 43178 }, Point { x: 97407, y: 44402 }, Point { x: 97396, y: 44402 }, Point { x: 97396, y: 45593 }, Point { x: 97641, y: 45593 }, Point { x: 97641, y: 46782 }, Point { x: 98020, y: 46782 }, Point { x: 98020, y: 48002 }, Point { x: 98024, y: 48002 }, Point { x: 98024, y: 49215 }, Point { x: 98351, y: 49215 }, Point { x: 98351, y: 50440 }]
[INFO] [stdout] 
[INFO] [stdout] thread 'days::day_09::test::puzzle_part1' (54) panicked at src/days/day_09.rs:61:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 4765757080
[INFO] [stdout]  right: 50
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5bcfbbccb7c2 - std::backtrace_rs::backtrace::libunwind::trace::hff358a60abf734fc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5bcfbbccb7c2 - std::backtrace_rs::backtrace::trace_unsynchronized::h3b121f916dd95ec6
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5bcfbbccb7c2 - std::sys::backtrace::_print_fmt::hde0a62ded68798e9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5bcfbbccb7c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h93773fc827e3113d
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5bcfbbcdbc3a - core::fmt::rt::Argument::fmt::h01eff69902dad97f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5bcfbbcdbc3a - core::fmt::write::hed7b5c73d82ecb7c
[INFO] [stdout]    6:     0x5bcfbbc9a506 - std::io::default_write_fmt::h2f696ff5b8bbaa4b
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5bcfbbc9a506 - std::io::Write::write_fmt::h5e66814db8a9cfce
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5bcfbbcaaca9 - std::sys::backtrace::BacktraceLock::print::h8b1d6fcc5a56d1a3
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5bcfbbcaaca9 - std::panicking::default_hook::{{closure}}::h2be84df4f189ae36
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5bcfbbcaab41 - std::panicking::default_hook::hf0ea8939246f43a9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5bcfbbc6ea7e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h02d35e3888986252
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5bcfbbc6ea7e - test::test_main_with_exit_callback::{{closure}}::h939640a27d647173
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5bcfbbcaaf22 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc9df09ff391af3e7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5bcfbbcaaf22 - std::panicking::panic_with_hook::hb4bd9ac1123582a0
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5bcfbbcaad68 - std::panicking::panic_handler::{{closure}}::hde00dd15f5637fe2
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5bcfbbca62f9 - std::sys::backtrace::__rust_end_short_backtrace::hb72197fa777c1785
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5bcfbbc8ebcd - __rustc[4425a7e20b4c8619]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5bcfbbce30dc - core::panicking::panic_fmt::ha59b517dd231f4da
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5bcfbbce2f93 - core::panicking::assert_failed_inner::h3c3301979dc81b81
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5bcfbbc419d8 - core::panicking::assert_failed::h4e7db6460169847b
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5bcfbbc43c5d - advent_of_code_2025::days::day_09::test::puzzle_part1::h1a4d60e729436864
[INFO] [stdout]                                at /opt/rustwide/workdir/src/days/day_09.rs:61:9
[INFO] [stdout]   22:     0x5bcfbbc43c87 - advent_of_code_2025::days::day_09::test::puzzle_part1::{{closure}}::h71d01bcc1e935b8e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/days/day_09.rs:59:22
[INFO] [stdout]   23:     0x5bcfbbc2be56 - core::ops::function::FnOnce::call_once::h6158e91d3ac1982a
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5bcfbbc6e83b - core::ops::function::FnOnce::call_once::hddb3cd395c36bfbb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5bcfbbc6e83b - test::__rust_begin_short_backtrace::h0b6a7601d9750bfa
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5bcfbbc8224a - test::run_test_in_process::{{closure}}::h444209903f00b347
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5bcfbbc8224a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hfb3ba8f46e537649
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5bcfbbc8224a - std::panicking::catch_unwind::do_call::h1672a45911fcf9dc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5bcfbbc8224a - std::panicking::catch_unwind::h0fadaee22787a6dd
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5bcfbbc8224a - std::panic::catch_unwind::hc47ad190f2c8e188
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5bcfbbc8224a - test::run_test_in_process::hcd7faaf934f29999
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5bcfbbc8224a - test::run_test::{{closure}}::hddc4550da4871867
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5bcfbbc5c6a4 - test::run_test::{{closure}}::h98ae26689f13ed94
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5bcfbbc5c6a4 - std::sys::backtrace::__rust_begin_short_backtrace::h3ec4d1f21ad44588
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5bcfbbc60042 - std::thread::lifecycle::spawn_unchecked::{{closure}}::{{closure}}::hd8bf2c73d479939f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x5bcfbbc60042 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3b4248f358af2491
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5bcfbbc60042 - std::panicking::catch_unwind::do_call::hda10a64f4b8daebe
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5bcfbbc60042 - std::panicking::catch_unwind::h659e5ee8336ec8c7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5bcfbbc60042 - std::panic::catch_unwind::h9d4d66a538912c18
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5bcfbbc60042 - std::thread::lifecycle::spawn_unchecked::{{closure}}::h7557906bb51d79f1
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x5bcfbbc60042 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9e460d1d7fc83d35
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5bcfbbca158f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h61282da819d64ea9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x5bcfbbca158f - std::sys::thread::unix::Thread::new::thread_start::h982f9ea829d1b5fb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/thread/unix.rs:127:17
[INFO] [stdout]   44:     0x736335ca7aa4 - <unknown>
[INFO] [stdout]   45:     0x736335d34a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     days::day_09::test::puzzle_part1
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 29 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.54s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin advent-of-code-2025`
[INFO] running `Command { std: "docker" "inspect" "28d5073322f44c090c6da7a7cec76af013b28783a422fc535e201fa27217acec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "28d5073322f44c090c6da7a7cec76af013b28783a422fc535e201fa27217acec", kill_on_drop: false }`
[INFO] [stdout] 28d5073322f44c090c6da7a7cec76af013b28783a422fc535e201fa27217acec
