[INFO] cloning repository https://github.com/pascaloon/aoc2024
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pascaloon/aoc2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpascaloon%2Faoc2024", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpascaloon%2Faoc2024'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ec4fe76023d231e2b42ac2983b0bf6a6e69353f1
[INFO] checking pascaloon/aoc2024 against try#ae258e1fcbee4a062f5f3d869f06004d7cea088e for pr-135272
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpascaloon%2Faoc2024" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/pascaloon/aoc2024 on toolchain ae258e1fcbee4a062f5f3d869f06004d7cea088e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ae258e1fcbee4a062f5f3d869f06004d7cea088e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/pascaloon/aoc2024
[INFO] finished tweaking git repo https://github.com/pascaloon/aoc2024
[INFO] tweaked toml for git repo https://github.com/pascaloon/aoc2024 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/pascaloon/aoc2024 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" "+ae258e1fcbee4a062f5f3d869f06004d7cea088e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+ae258e1fcbee4a062f5f3d869f06004d7cea088e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1e350e611afb57b15506f3b8703a5fdcf77aa78d207f64e311281002eca6a840
[INFO] running `Command { std: "docker" "start" "-a" "1e350e611afb57b15506f3b8703a5fdcf77aa78d207f64e311281002eca6a840", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1e350e611afb57b15506f3b8703a5fdcf77aa78d207f64e311281002eca6a840", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e350e611afb57b15506f3b8703a5fdcf77aa78d207f64e311281002eca6a840", kill_on_drop: false }`
[INFO] [stdout] 1e350e611afb57b15506f3b8703a5fdcf77aa78d207f64e311281002eca6a840
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+ae258e1fcbee4a062f5f3d869f06004d7cea088e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a7caf62e2c3f2ed6cb2492656847b18bd19ce3ad18dc800d8342262214871cb1
[INFO] running `Command { std: "docker" "start" "-a" "a7caf62e2c3f2ed6cb2492656847b18bd19ce3ad18dc800d8342262214871cb1", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling thiserror v2.0.6
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling thiserror-impl v2.0.6
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling pest v2.7.15
[INFO] [stderr]    Compiling pest_meta v2.7.15
[INFO] [stderr]    Compiling pest_generator v2.7.15
[INFO] [stderr]    Compiling pest_derive v2.7.15
[INFO] [stderr]     Checking aoc2024 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/day5/day5.rs:89:9
[INFO] [stdout]    |
[INFO] [stdout] 89 |     let mut allowed_exceptions = Vec::with_capacity(seq.len() - 1);
[INFO] [stdout]    |         ----^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `WORD` is never used
[INFO] [stdout]  --> src/day4/day4.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 5 | static WORD: &[u8] = b"XMAS";
[INFO] [stdout]   |        ^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/day4/day4.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[warn(dead_code)]
[INFO] [stdout]   |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `part_1` is never used
[INFO] [stdout]  --> src/day4/day4.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn part_1() {
[INFO] [stdout]   |        ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `part_1_inner` is never used
[INFO] [stdout]   --> src/day4/day4.rs:12:4
[INFO] [stdout]    |
[INFO] [stdout] 12 | fn part_1_inner(data: &str) -> i32 {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `test_line` is never used
[INFO] [stdout]   --> src/day4/day4.rs:64:4
[INFO] [stdout]    |
[INFO] [stdout] 64 | fn test_line(map: &CharMap, pos:(i32, i32), delta: (i32, i32)) -> bool {
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `WORD2` is never used
[INFO] [stdout]   --> src/day4/day4.rs:80:8
[INFO] [stdout]    |
[INFO] [stdout] 80 | static WORD2: &[u8] = b"MAS";
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `part_2` is never used
[INFO] [stdout]   --> src/day4/day4.rs:82:8
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub fn part_2() {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `part_2_inner` is never used
[INFO] [stdout]   --> src/day4/day4.rs:87:4
[INFO] [stdout]    |
[INFO] [stdout] 87 | fn part_2_inner(data: &str) -> i32 {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CharMap` is never constructed
[INFO] [stdout]    --> src/day4/day4.rs:132:8
[INFO] [stdout]     |
[INFO] [stdout] 132 | struct CharMap<'a> {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `fom_str` and `get_char` are never used
[INFO] [stdout]    --> src/day4/day4.rs:139:12
[INFO] [stdout]     |
[INFO] [stdout] 138 | impl CharMap<'_> {
[INFO] [stdout]     | ---------------- associated items in this implementation
[INFO] [stdout] 139 |     pub fn fom_str(data: &str) -> CharMap {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 |     pub fn get_char(&self, x: i32, y: i32) -> char {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/day5/day5.rs:89:9
[INFO] [stdout]    |
[INFO] [stdout] 89 |     let mut allowed_exceptions = Vec::with_capacity(seq.len() - 1);
[INFO] [stdout]    |         ----^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `part_1` is never used
[INFO] [stdout]  --> src/day4/day4.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn part_1() {
[INFO] [stdout]   |        ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `part_2` is never used
[INFO] [stdout]   --> src/day4/day4.rs:82:8
[INFO] [stdout]    |
[INFO] [stdout] 82 | pub fn part_2() {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.39s
[INFO] running `Command { std: "docker" "inspect" "a7caf62e2c3f2ed6cb2492656847b18bd19ce3ad18dc800d8342262214871cb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a7caf62e2c3f2ed6cb2492656847b18bd19ce3ad18dc800d8342262214871cb1", kill_on_drop: false }`
[INFO] [stdout] a7caf62e2c3f2ed6cb2492656847b18bd19ce3ad18dc800d8342262214871cb1
