[INFO] cloning repository https://github.com/lordthorzonus/advent-of-code-2024
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lordthorzonus/advent-of-code-2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flordthorzonus%2Fadvent-of-code-2024", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flordthorzonus%2Fadvent-of-code-2024'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9db36a2551ba625083cde28eaa5dbe2a6392319c
[INFO] checking lordthorzonus/advent-of-code-2024/9db36a2551ba625083cde28eaa5dbe2a6392319c against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flordthorzonus%2Fadvent-of-code-2024" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lordthorzonus/advent-of-code-2024
[INFO] finished tweaking git repo https://github.com/lordthorzonus/advent-of-code-2024
[INFO] tweaked toml for git repo https://github.com/lordthorzonus/advent-of-code-2024 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lordthorzonus/advent-of-code-2024 on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lordthorzonus/advent-of-code-2024 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded thiserror-impl v2.0.3
[INFO] [stderr]   Downloaded thiserror v2.0.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 17d3648e8cfd3d510358ee19e1a4d4b1e23f72e2585c9235362f51c66bf1f82d
[INFO] running `Command { std: "docker" "start" "17d3648e8cfd3d510358ee19e1a4d4b1e23f72e2585c9235362f51c66bf1f82d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "17d3648e8cfd3d510358ee19e1a4d4b1e23f72e2585c9235362f51c66bf1f82d", 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" "17d3648e8cfd3d510358ee19e1a4d4b1e23f72e2585c9235362f51c66bf1f82d" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "17d3648e8cfd3d510358ee19e1a4d4b1e23f72e2585c9235362f51c66bf1f82d", 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" "17d3648e8cfd3d510358ee19e1a4d4b1e23f72e2585c9235362f51c66bf1f82d" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking clap_lex v0.7.3
[INFO] [stderr]    Compiling thiserror v2.0.3
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]     Checking clap_builder v4.5.21
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.3
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]     Checking clap v4.5.21
[INFO] [stderr]     Checking advent-of-code-2024 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/days/day03.rs:30:6
[INFO] [stdout]    |
[INFO] [stdout] 30 | ) -> (impl Iterator<Item = MultiplicationInstruction> + 'a) {
[INFO] [stdout]    |      ^                                                    ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 30 - ) -> (impl Iterator<Item = MultiplicationInstruction> + 'a) {
[INFO] [stdout] 30 + ) -> impl Iterator<Item = MultiplicationInstruction> + 'a {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/days/day03.rs:41:6
[INFO] [stdout]    |
[INFO] [stdout] 41 | ) -> (impl Iterator<Item = MultiplicationInstruction> + 'a) {
[INFO] [stdout]    |      ^                                                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 41 - ) -> (impl Iterator<Item = MultiplicationInstruction> + 'a) {
[INFO] [stdout] 41 + ) -> impl Iterator<Item = MultiplicationInstruction> + 'a {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/days/day03.rs:30:6
[INFO] [stdout]    |
[INFO] [stdout] 30 | ) -> (impl Iterator<Item = MultiplicationInstruction> + 'a) {
[INFO] [stdout]    |      ^                                                    ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 30 - ) -> (impl Iterator<Item = MultiplicationInstruction> + 'a) {
[INFO] [stdout] 30 + ) -> impl Iterator<Item = MultiplicationInstruction> + 'a {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/days/day03.rs:41:6
[INFO] [stdout]    |
[INFO] [stdout] 41 | ) -> (impl Iterator<Item = MultiplicationInstruction> + 'a) {
[INFO] [stdout]    |      ^                                                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 41 - ) -> (impl Iterator<Item = MultiplicationInstruction> + 'a) {
[INFO] [stdout] 41 + ) -> impl Iterator<Item = MultiplicationInstruction> + 'a {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::str::FromStr`
[INFO] [stdout]  --> src/days/day10.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::str::FromStr;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/days/day10.rs:47:8
[INFO] [stdout]    |
[INFO] [stdout] 47 |     if (current_height == 9) {
[INFO] [stdout]    |        ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 47 -     if (current_height == 9) {
[INFO] [stdout] 47 +     if current_height == 9 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::str::FromStr`
[INFO] [stdout]  --> src/days/day10.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::str::FromStr;
[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 imports: `Div` and `Mul`
[INFO] [stdout]  --> src/utils/point.rs:2:21
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::ops::{Add, Div, Mul, Neg, Sub};
[INFO] [stdout]   |                     ^^^  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/days/day10.rs:47:8
[INFO] [stdout]    |
[INFO] [stdout] 47 |     if (current_height == 9) {
[INFO] [stdout]    |        ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 47 -     if (current_height == 9) {
[INFO] [stdout] 47 +     if current_height == 9 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Div` and `Mul`
[INFO] [stdout]  --> src/utils/point.rs:2:21
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::ops::{Add, Div, Mul, Neg, Sub};
[INFO] [stdout]   |                     ^^^  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/days/day10.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 |         return return vec![position.clone()];
[INFO] [stdout]    |         ^^^^^^^-----------------------------
[INFO] [stdout]    |         |      |
[INFO] [stdout]    |         |      any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/days/day10.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 |         return return vec![position.clone()];
[INFO] [stdout]    |         ^^^^^^^-----------------------------
[INFO] [stdout]    |         |      |
[INFO] [stdout]    |         |      any code following this expression is unreachable
[INFO] [stdout]    |         unreachable expression
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> src/days/day11.rs:50:13
[INFO] [stdout]    |
[INFO] [stdout] 50 |         for i in 0..25 {
[INFO] [stdout]    |             ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `index`
[INFO] [stdout]   --> src/days/day11.rs:52:18
[INFO] [stdout]    |
[INFO] [stdout] 52 |             for (index, stone) in stones.iter().enumerate() {
[INFO] [stdout]    |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/days/day11.rs:70:13
[INFO] [stdout]    |
[INFO] [stdout] 70 |         let mut stones = parse_input(input);
[INFO] [stdout]    |             ----^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> src/days/day11.rs:76:13
[INFO] [stdout]    |
[INFO] [stdout] 76 |         for i in 0..75 {
[INFO] [stdout]    |             ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `height` and `width` are never read
[INFO] [stdout]  --> src/utils/grid.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Grid<T> {
[INFO] [stdout]   |            ---- fields in this struct
[INFO] [stdout] 4 |     pub grid: Vec<Vec<T>>,
[INFO] [stdout] 5 |     pub height: u64,
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout] 6 |     pub width: u64,
[INFO] [stdout]   |         ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> src/days/day11.rs:50:13
[INFO] [stdout]    |
[INFO] [stdout] 50 |         for i in 0..25 {
[INFO] [stdout]    |             ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `index`
[INFO] [stdout]   --> src/days/day11.rs:52:18
[INFO] [stdout]    |
[INFO] [stdout] 52 |             for (index, stone) in stones.iter().enumerate() {
[INFO] [stdout]    |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/days/day11.rs:70:13
[INFO] [stdout]    |
[INFO] [stdout] 70 |         let mut stones = parse_input(input);
[INFO] [stdout]    |             ----^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> src/days/day11.rs:76:13
[INFO] [stdout]    |
[INFO] [stdout] 76 |         for i in 0..75 {
[INFO] [stdout]    |             ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_part2` is never used
[INFO] [stdout]    --> src/days/day10.rs:124:8
[INFO] [stdout]     |
[INFO] [stdout] 124 |     fn test_part2() {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `height` and `width` are never read
[INFO] [stdout]  --> src/utils/grid.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Grid<T> {
[INFO] [stdout]   |            ---- fields in this struct
[INFO] [stdout] 4 |     pub grid: Vec<Vec<T>>,
[INFO] [stdout] 5 |     pub height: u64,
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout] 6 |     pub width: u64,
[INFO] [stdout]   |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.60s
[INFO] running `Command { std: "docker" "inspect" "17d3648e8cfd3d510358ee19e1a4d4b1e23f72e2585c9235362f51c66bf1f82d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "17d3648e8cfd3d510358ee19e1a4d4b1e23f72e2585c9235362f51c66bf1f82d", kill_on_drop: false }`
[INFO] [stdout] 17d3648e8cfd3d510358ee19e1a4d4b1e23f72e2585c9235362f51c66bf1f82d
