[INFO] cloning repository https://github.com/chris-hinson/aoc24
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chris-hinson/aoc24" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchris-hinson%2Faoc24", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchris-hinson%2Faoc24'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1fb1a4bad549e1fc280da74a23048b152022b98e
[INFO] checking chris-hinson/aoc24 against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchris-hinson%2Faoc24" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/chris-hinson/aoc24
[INFO] finished tweaking git repo https://github.com/chris-hinson/aoc24
[INFO] tweaked toml for git repo https://github.com/chris-hinson/aoc24 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/chris-hinson/aoc24 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/chris-hinson/aoc24 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.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 815e09d439b4001ca6a7617c2b106ea4ab41b37f78af9e321db3e1e829a1079a
[INFO] running `Command { std: "docker" "start" "-a" "815e09d439b4001ca6a7617c2b106ea4ab41b37f78af9e321db3e1e829a1079a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "815e09d439b4001ca6a7617c2b106ea4ab41b37f78af9e321db3e1e829a1079a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "815e09d439b4001ca6a7617c2b106ea4ab41b37f78af9e321db3e1e829a1079a", kill_on_drop: false }`
[INFO] [stdout] 815e09d439b4001ca6a7617c2b106ea4ab41b37f78af9e321db3e1e829a1079a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f7813fca260799d656978ce6b9175922f68b62dd4ab4010f6557e3a1c9528929
[INFO] running `Command { std: "docker" "start" "-a" "f7813fca260799d656978ce6b9175922f68b62dd4ab4010f6557e3a1c9528929", kill_on_drop: false }`
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking aoc24-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `pt1` is never used
[INFO] [stdout]  --> src/3/main.rs:7:4
[INFO] [stdout]   |
[INFO] [stdout] 7 | fn pt1() -> i64 {
[INFO] [stdout]   |    ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/2/main.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(iter_map_windows)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/5/main.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |     let mut middles: Vec<usize> = Vec::new();
[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: `r_diff`
[INFO] [stdout]   --> src/2/main.rs:54:17
[INFO] [stdout]    |
[INFO] [stdout] 54 |             let r_diff = w[2] - w[1];
[INFO] [stdout]    |                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_r_diff`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bad`
[INFO] [stdout]   --> src/5/main.rs:49:13
[INFO] [stdout]    |
[INFO] [stdout] 49 |         let bad = u.iter().enumerate().any(|(index, page)| {
[INFO] [stdout]    |             ^^^ help: if this is intentional, prefix it with an underscore: `_bad`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc24-rust` (bin "2") due to 1 previous error; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: function `pt1` is never used
[INFO] [stdout]  --> src/4/main.rs:6:4
[INFO] [stdout]   |
[INFO] [stdout] 6 | fn pt1() -> usize {
[INFO] [stdout]   |    ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `HEIGHT` should have a snake case name
[INFO] [stdout]   --> src/4/main.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     let HEIGHT: usize = board.len();
[INFO] [stdout]    |         ^^^^^^ help: convert the identifier to snake case: `height`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `WIDTH` should have a snake case name
[INFO] [stdout]   --> src/4/main.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     let WIDTH: usize = board[0].len();
[INFO] [stdout]    |         ^^^^^ help: convert the identifier to snake case: `width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `HEIGHT` should have a snake case name
[INFO] [stdout]    --> src/4/main.rs:152:9
[INFO] [stdout]     |
[INFO] [stdout] 152 |     let HEIGHT: usize = board.len();
[INFO] [stdout]     |         ^^^^^^ help: convert the identifier to snake case: `height`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `WIDTH` should have a snake case name
[INFO] [stdout]    --> src/4/main.rs:153:9
[INFO] [stdout]     |
[INFO] [stdout] 153 |     let WIDTH: usize = board[0].len();
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `width`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/2/main.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(iter_map_windows)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `r_diff`
[INFO] [stdout]   --> src/2/main.rs:54:17
[INFO] [stdout]    |
[INFO] [stdout] 54 |             let r_diff = w[2] - w[1];
[INFO] [stdout]    |                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_r_diff`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc24-rust` (bin "2" test) due to 1 previous error; 1 warning emitted
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/5/main.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |     let mut middles: Vec<usize> = Vec::new();
[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: `bad`
[INFO] [stdout]   --> src/5/main.rs:49:13
[INFO] [stdout]    |
[INFO] [stdout] 49 |         let bad = u.iter().enumerate().any(|(index, page)| {
[INFO] [stdout]    |             ^^^ help: if this is intentional, prefix it with an underscore: `_bad`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `pt1` is never used
[INFO] [stdout]  --> src/3/main.rs:7:4
[INFO] [stdout]   |
[INFO] [stdout] 7 | fn pt1() -> i64 {
[INFO] [stdout]   |    ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f7813fca260799d656978ce6b9175922f68b62dd4ab4010f6557e3a1c9528929", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f7813fca260799d656978ce6b9175922f68b62dd4ab4010f6557e3a1c9528929", kill_on_drop: false }`
[INFO] [stdout] f7813fca260799d656978ce6b9175922f68b62dd4ab4010f6557e3a1c9528929
