[INFO] cloning repository https://github.com/benhall-7/aoc-2024
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/benhall-7/aoc-2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbenhall-7%2Faoc-2024", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbenhall-7%2Faoc-2024'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bb9c8ee129020e8e6767d87d0026a605e6d8cb5b
[INFO] checking benhall-7/aoc-2024/bb9c8ee129020e8e6767d87d0026a605e6d8cb5b against d8df82673d5911b6112a85bf91d9adefb2c66a1a for pr-162242
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbenhall-7%2Faoc-2024" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/benhall-7/aoc-2024
[INFO] finished tweaking git repo https://github.com/benhall-7/aoc-2024
[INFO] tweaked toml for git repo https://github.com/benhall-7/aoc-2024 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/benhall-7/aoc-2024 on toolchain d8df82673d5911b6112a85bf91d9adefb2c66a1a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/benhall-7/aoc-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" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cc v1.2.4
[INFO] [stderr]   Downloaded png v0.17.15
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 6cedeea2c14686901095664609ec21e0451a3f5142f1e5f7a5e09bca3a0fac27
[INFO] running `Command { std: "docker" "start" "6cedeea2c14686901095664609ec21e0451a3f5142f1e5f7a5e09bca3a0fac27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6cedeea2c14686901095664609ec21e0451a3f5142f1e5f7a5e09bca3a0fac27", 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" "6cedeea2c14686901095664609ec21e0451a3f5142f1e5f7a5e09bca3a0fac27" "/opt/rustwide/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6cedeea2c14686901095664609ec21e0451a3f5142f1e5f7a5e09bca3a0fac27", 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" "6cedeea2c14686901095664609ec21e0451a3f5142f1e5f7a5e09bca3a0fac27" "/opt/rustwide/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking bytemuck v1.20.0
[INFO] [stderr]    Compiling anyhow v1.0.94
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking miniz_oxide v0.8.2
[INFO] [stderr]    Compiling libc v0.2.168
[INFO] [stderr]    Compiling built v0.7.5
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking aligned-vec v0.5.0
[INFO] [stderr]     Checking v_frame v0.3.8
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]     Checking safe_arch v0.7.2
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]     Checking imgref v1.11.0
[INFO] [stderr]     Checking bitstream-io v2.6.0
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking wide v0.7.30
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking avif-serialize v0.8.2
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking zune-core v0.4.12
[INFO] [stderr]     Checking rgb v0.8.50
[INFO] [stderr]     Checking image-webp v0.2.0
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]     Checking simba v0.9.0
[INFO] [stderr]     Checking exr v1.73.0
[INFO] [stderr]     Checking av1-grain v0.2.3
[INFO] [stderr]     Checking clap_builder v4.5.23
[INFO] [stderr]     Checking zune-jpeg v0.4.14
[INFO] [stderr]     Checking png v0.17.15
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]    Compiling seq-macro v0.3.5
[INFO] [stderr]    Compiling profiling-procmacros v1.0.16
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]     Checking profiling v1.0.16
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking clap v4.5.23
[INFO] [stderr]     Checking nalgebra v0.33.2
[INFO] [stderr]     Checking ravif v0.11.11
[INFO] [stderr]     Checking image v0.25.5
[INFO] [stderr]     Checking aoc-2024 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/day_13/mod.rs:88:33
[INFO] [stdout]    |
[INFO] [stdout] 88 |         .filter(|(_, solution)| (solution.x <= 100 && solution.y <= 100))
[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] 88 -         .filter(|(_, solution)| (solution.x <= 100 && solution.y <= 100))
[INFO] [stdout] 88 +         .filter(|(_, solution)| solution.x <= 100 && solution.y <= 100)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `unbounded_shifts` has been stable since 1.87.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(unbounded_shifts)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::u64`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]  --> src/day_7/mod.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::u64;
[INFO] [stdout]   |          ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::usize`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]  --> src/day_16/mod.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     usize,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::usize::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/day_16/mod.rs:119:76
[INFO] [stdout]     |
[INFO] [stdout] 119 |     let final_horiz = seen.get(&(map.end, true)).cloned().unwrap_or(usize::MAX);
[INFO] [stdout]     |                                                                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::usize::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/day_16/mod.rs:120:76
[INFO] [stdout]     |
[INFO] [stdout] 120 |     let final_vert = seen.get(&(map.end, false)).cloned().unwrap_or(usize::MAX);
[INFO] [stdout]     |                                                                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::usize::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/day_16/mod.rs:73:43
[INFO] [stdout]    |
[INFO] [stdout] 73 |                         .unwrap_or(usize::MAX)
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::usize`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]  --> src/day_20/mod.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     usize,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::usize::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/day_20/mod.rs:24:83
[INFO] [stdout]    |
[INFO] [stdout] 24 |                     distances.insert(Vector2::new(x as isize, y as isize), usize::MAX);
[INFO] [stdout]    |                                                                                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::usize::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/day_20/mod.rs:28:83
[INFO] [stdout]    |
[INFO] [stdout] 28 |                     distances.insert(Vector2::new(x as isize, y as isize), usize::MAX);
[INFO] [stdout]    |                                                                                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::usize::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/day_20/mod.rs:32:83
[INFO] [stdout]    |
[INFO] [stdout] 32 |                     distances.insert(Vector2::new(x as isize, y as isize), usize::MAX);
[INFO] [stdout]    |                                                                                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/day_13/mod.rs:88:33
[INFO] [stdout]    |
[INFO] [stdout] 88 |         .filter(|(_, solution)| (solution.x <= 100 && solution.y <= 100))
[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] 88 -         .filter(|(_, solution)| (solution.x <= 100 && solution.y <= 100))
[INFO] [stdout] 88 +         .filter(|(_, solution)| solution.x <= 100 && solution.y <= 100)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `unbounded_shifts` has been stable since 1.87.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(unbounded_shifts)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::u64`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]  --> src/day_7/mod.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::u64;
[INFO] [stdout]   |          ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::usize`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]  --> src/day_16/mod.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     usize,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::usize::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/day_16/mod.rs:119:76
[INFO] [stdout]     |
[INFO] [stdout] 119 |     let final_horiz = seen.get(&(map.end, true)).cloned().unwrap_or(usize::MAX);
[INFO] [stdout]     |                                                                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::usize::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/day_16/mod.rs:120:76
[INFO] [stdout]     |
[INFO] [stdout] 120 |     let final_vert = seen.get(&(map.end, false)).cloned().unwrap_or(usize::MAX);
[INFO] [stdout]     |                                                                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::usize::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/day_16/mod.rs:73:43
[INFO] [stdout]    |
[INFO] [stdout] 73 |                         .unwrap_or(usize::MAX)
[INFO] [stdout]    |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::usize`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]  --> src/day_20/mod.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     usize,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::usize::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/day_20/mod.rs:24:83
[INFO] [stdout]    |
[INFO] [stdout] 24 |                     distances.insert(Vector2::new(x as isize, y as isize), usize::MAX);
[INFO] [stdout]    |                                                                                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::usize::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/day_20/mod.rs:28:83
[INFO] [stdout]    |
[INFO] [stdout] 28 |                     distances.insert(Vector2::new(x as isize, y as isize), usize::MAX);
[INFO] [stdout]    |                                                                                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::usize::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/day_20/mod.rs:32:83
[INFO] [stdout]    |
[INFO] [stdout] 32 |                     distances.insert(Vector2::new(x as isize, y as isize), usize::MAX);
[INFO] [stdout]    |                                                                                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.82s
[INFO] running `Command { std: "docker" "inspect" "6cedeea2c14686901095664609ec21e0451a3f5142f1e5f7a5e09bca3a0fac27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6cedeea2c14686901095664609ec21e0451a3f5142f1e5f7a5e09bca3a0fac27", kill_on_drop: false }`
[INFO] [stdout] 6cedeea2c14686901095664609ec21e0451a3f5142f1e5f7a5e09bca3a0fac27
