[INFO] cloning repository https://github.com/TobiasBengtsson/arc-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TobiasBengtsson/arc-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTobiasBengtsson%2Farc-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTobiasBengtsson%2Farc-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b282c6302c99e2d987f6c9d9ba07fe51ec78d7c2
[INFO] building TobiasBengtsson/arc-rust against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTobiasBengtsson%2Farc-rust" "/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/TobiasBengtsson/arc-rust
[INFO] finished tweaking git repo https://github.com/TobiasBengtsson/arc-rust
[INFO] tweaked toml for git repo https://github.com/TobiasBengtsson/arc-rust written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/TobiasBengtsson/arc-rust on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/TobiasBengtsson/arc-rust 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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.97
[INFO] [stderr]   Downloaded nonempty v0.10.0
[INFO] [stderr]   Downloaded quickcheck_macros v1.0.0
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.97
[INFO] [stderr]   Downloaded wasm-bindgen-backend v0.2.97
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.97
[INFO] [stderr]   Downloaded quickcheck v1.0.3
[INFO] [stderr]   Downloaded js-sys v0.3.74
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.97
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 468e94ccaa43fe8dfdd089a242c30f6ca8bf3d6af78e38907ad46c3e1571515e
[INFO] running `Command { std: "docker" "start" "-a" "468e94ccaa43fe8dfdd089a242c30f6ca8bf3d6af78e38907ad46c3e1571515e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "468e94ccaa43fe8dfdd089a242c30f6ca8bf3d6af78e38907ad46c3e1571515e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "468e94ccaa43fe8dfdd089a242c30f6ca8bf3d6af78e38907ad46c3e1571515e", kill_on_drop: false }`
[INFO] [stdout] 468e94ccaa43fe8dfdd089a242c30f6ca8bf3d6af78e38907ad46c3e1571515e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 82aeaa9497df5552cb608cf38eb76283c8b568ccc0137ca65b4a8a4d496baa8b
[INFO] running `Command { std: "docker" "start" "-a" "82aeaa9497df5552cb608cf38eb76283c8b568ccc0137ca65b4a8a4d496baa8b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]    Compiling litemap v0.7.3
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling cc v1.2.2
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling rustls-pki-types v1.10.0
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling indexmap v2.7.0
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rustls v0.23.19
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]    Compiling clap_lex v0.7.3
[INFO] [stderr]    Compiling inlinable_string v0.1.15
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling iana-time-zone v0.1.61
[INFO] [stderr]    Compiling clap_builder v4.5.21
[INFO] [stderr]    Compiling nonempty v0.10.0
[INFO] [stderr]    Compiling webpki-roots v0.26.7
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]    Compiling quickcheck v1.0.3
[INFO] [stderr]    Compiling quickcheck_macros v1.0.0
[INFO] [stderr]    Compiling rustls-webpki v0.102.8
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling pear v0.2.9
[INFO] [stderr]    Compiling zerofrom v0.1.4
[INFO] [stderr]    Compiling yoke v0.7.4
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling clap v4.5.21
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stderr]    Compiling ureq v2.11.0
[INFO] [stderr]    Compiling aoc-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `number`
[INFO] [stdout]   --> src/y2024/day11.rs:58:15
[INFO] [stdout]    |
[INFO] [stdout] 58 |         for (&number, &count) in star_multiset.iter() {
[INFO] [stdout]    |               ^^^^^^ help: if this is intentional, prefix it with an underscore: `_number`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `c`
[INFO] [stdout]    --> src/y2024/day12.rs:100:21
[INFO] [stdout]     |
[INFO] [stdout] 100 |             for (x, c) in row.iter().enumerate() {
[INFO] [stdout]     |                     ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `c`
[INFO] [stdout]    --> src/y2024/day12.rs:126:21
[INFO] [stdout]     |
[INFO] [stdout] 126 |             for (x, c) in row.iter().enumerate() {
[INFO] [stdout]     |                     ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day16.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn part_1(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day16.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn part_2(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day17.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn part_1(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day17.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn part_2(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day18.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn part_1(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day18.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn part_2(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day19.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn part_1(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day19.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn part_2(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day2.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn part_1(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day2.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn part_2(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day20.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn part_1(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day20.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn part_2(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day21.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn part_1(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day21.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn part_2(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p3` is never read
[INFO] [stdout]    --> src/y2024/day22.rs:114:50
[INFO] [stdout]     |
[INFO] [stdout] 114 |                 let (mut p0, mut p1, mut p2, mut p3) = (i8::MAX, i8::MAX, i8::MAX, i8::MAX);
[INFO] [stdout]     |                                                  ^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day23.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn part_1(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day23.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn part_2(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day24.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn part_1(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day24.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn part_2(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day25.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn part_1(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day25.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn part_2(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `column`
[INFO] [stdout]   --> src/y2024/day4.rs:84:22
[INFO] [stdout]    |
[INFO] [stdout] 84 |             for (ju, column) in row.clone().iter().enumerate() {
[INFO] [stdout]    |                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_column`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/y2024/day5.rs:104:21
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 let mut spl = line.split(',');
[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: variable does not need to be mutable
[INFO] [stdout]    --> src/y2024/day5.rs:148:21
[INFO] [stdout]     |
[INFO] [stdout] 148 |                 let mut spl = line.split(',');
[INFO] [stdout]     |                     ----^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `max_x` and `max_y` are never read
[INFO] [stdout]   --> src/y2024/day15.rs:76:5
[INFO] [stdout]    |
[INFO] [stdout] 74 | struct Map {
[INFO] [stdout]    |        --- fields in this struct
[INFO] [stdout] 75 |     m: Vec<Vec<char>>,
[INFO] [stdout] 76 |     max_x: usize,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 77 |     max_y: 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: associated function `check_ok_ref` is never used
[INFO] [stdout]   --> src/y2024/day5.rs:73:8
[INFO] [stdout]    |
[INFO] [stdout] 57 | impl Sln {
[INFO] [stdout]    | -------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 73 |     fn check_ok_ref(rules: &Vec<(usize, usize)>, u: &Vec<&usize>) -> bool {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.46s
[INFO] running `Command { std: "docker" "inspect" "82aeaa9497df5552cb608cf38eb76283c8b568ccc0137ca65b4a8a4d496baa8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "82aeaa9497df5552cb608cf38eb76283c8b568ccc0137ca65b4a8a4d496baa8b", kill_on_drop: false }`
[INFO] [stdout] 82aeaa9497df5552cb608cf38eb76283c8b568ccc0137ca65b4a8a4d496baa8b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4ea0a02e1d19b7b90dab11f7695377c118622c2fd61e437a5f8f7a6ee71163da
[INFO] running `Command { std: "docker" "start" "-a" "4ea0a02e1d19b7b90dab11f7695377c118622c2fd61e437a5f8f7a6ee71163da", kill_on_drop: false }`
[INFO] [stderr]    Compiling aoc-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> src/main.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[macro_use]
[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 `#[macro_use]` import
[INFO] [stdout]  --> src/main.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `number`
[INFO] [stdout]   --> src/y2024/day11.rs:58:15
[INFO] [stdout]    |
[INFO] [stdout] 58 |         for (&number, &count) in star_multiset.iter() {
[INFO] [stdout]    |               ^^^^^^ help: if this is intentional, prefix it with an underscore: `_number`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `c`
[INFO] [stdout]    --> src/y2024/day12.rs:100:21
[INFO] [stdout]     |
[INFO] [stdout] 100 |             for (x, c) in row.iter().enumerate() {
[INFO] [stdout]     |                     ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `c`
[INFO] [stdout]    --> src/y2024/day12.rs:126:21
[INFO] [stdout]     |
[INFO] [stdout] 126 |             for (x, c) in row.iter().enumerate() {
[INFO] [stdout]     |                     ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day16.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn part_1(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day16.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn part_2(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day17.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn part_1(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day17.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn part_2(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day18.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn part_1(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day18.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn part_2(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day19.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn part_1(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day19.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn part_2(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day2.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn part_1(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day2.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn part_2(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day20.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn part_1(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day20.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn part_2(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day21.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn part_1(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day21.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn part_2(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `p3` is never read
[INFO] [stdout]    --> src/y2024/day22.rs:114:50
[INFO] [stdout]     |
[INFO] [stdout] 114 |                 let (mut p0, mut p1, mut p2, mut p3) = (i8::MAX, i8::MAX, i8::MAX, i8::MAX);
[INFO] [stdout]     |                                                  ^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day23.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn part_1(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day23.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn part_2(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day24.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn part_1(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day24.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn part_2(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day25.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn part_1(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/y2024/day25.rs:16:22
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn part_2(&self, input: String) -> String {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `column`
[INFO] [stdout]   --> src/y2024/day4.rs:84:22
[INFO] [stdout]    |
[INFO] [stdout] 84 |             for (ju, column) in row.clone().iter().enumerate() {
[INFO] [stdout]    |                      ^^^^^^ help: if this is intentional, prefix it with an underscore: `_column`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/y2024/day5.rs:104:21
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 let mut spl = line.split(',');
[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: variable does not need to be mutable
[INFO] [stdout]    --> src/y2024/day5.rs:148:21
[INFO] [stdout]     |
[INFO] [stdout] 148 |                 let mut spl = line.split(',');
[INFO] [stdout]     |                     ----^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `max_x` and `max_y` are never read
[INFO] [stdout]   --> src/y2024/day15.rs:76:5
[INFO] [stdout]    |
[INFO] [stdout] 74 | struct Map {
[INFO] [stdout]    |        --- fields in this struct
[INFO] [stdout] 75 |     m: Vec<Vec<char>>,
[INFO] [stdout] 76 |     max_x: usize,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 77 |     max_y: 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: associated function `check_ok_ref` is never used
[INFO] [stdout]   --> src/y2024/day5.rs:73:8
[INFO] [stdout]    |
[INFO] [stdout] 57 | impl Sln {
[INFO] [stdout]    | -------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 73 |     fn check_ok_ref(rules: &Vec<(usize, usize)>, u: &Vec<&usize>) -> bool {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.52s
[INFO] running `Command { std: "docker" "inspect" "4ea0a02e1d19b7b90dab11f7695377c118622c2fd61e437a5f8f7a6ee71163da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ea0a02e1d19b7b90dab11f7695377c118622c2fd61e437a5f8f7a6ee71163da", kill_on_drop: false }`
[INFO] [stdout] 4ea0a02e1d19b7b90dab11f7695377c118622c2fd61e437a5f8f7a6ee71163da
