[INFO] cloning repository https://github.com/agent3bood/aoc32 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/agent3bood/aoc32" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagent3bood%2Faoc32", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagent3bood%2Faoc32'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] eee5a9ca9899132583c79047b84cfe205a44525e [INFO] checking agent3bood/aoc32 against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagent3bood%2Faoc32" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/agent3bood/aoc32 on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/agent3bood/aoc32 [INFO] finished tweaking git repo https://github.com/agent3bood/aoc32 [INFO] tweaked toml for git repo https://github.com/agent3bood/aoc32 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/agent3bood/aoc32 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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c99fb7a0ca72bda28371ed2abbbbcdaa9dc26f94caa10d97527936a3459545fa [INFO] running `Command { std: "docker" "start" "-a" "c99fb7a0ca72bda28371ed2abbbbcdaa9dc26f94caa10d97527936a3459545fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c99fb7a0ca72bda28371ed2abbbbcdaa9dc26f94caa10d97527936a3459545fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c99fb7a0ca72bda28371ed2abbbbcdaa9dc26f94caa10d97527936a3459545fa", kill_on_drop: false }` [INFO] [stdout] c99fb7a0ca72bda28371ed2abbbbcdaa9dc26f94caa10d97527936a3459545fa [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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2323b884fd30cfcd04765a9cec9c5cc6fe6beca1bcbf6d2173d00ce44efe38aa [INFO] running `Command { std: "docker" "start" "-a" "2323b884fd30cfcd04765a9cec9c5cc6fe6beca1bcbf6d2173d00ce44efe38aa", kill_on_drop: false }` [INFO] [stderr] Checking memchr v2.6.4 [INFO] [stderr] Checking regex-syntax v0.8.2 [INFO] [stderr] Checking aho-corasick v1.1.2 [INFO] [stderr] Checking regex-automata v0.4.3 [INFO] [stderr] Checking regex v1.10.2 [INFO] [stderr] Checking advent23 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/eight/mod.rs:139:9 [INFO] [stdout] | [INFO] [stdout] 139 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/five/mod.rs:281:9 [INFO] [stdout] | [INFO] [stdout] 281 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::Cursor` [INFO] [stdout] --> src/four/mod.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 137 | use std::io::Cursor; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/four/mod.rs:138:9 [INFO] [stdout] | [INFO] [stdout] 138 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/nine/mod.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 99 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/seven/mod.rs:235:9 [INFO] [stdout] | [INFO] [stdout] 235 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/seven_b/mod.rs:251:9 [INFO] [stdout] | [INFO] [stdout] 251 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/six/mod.rs:96:9 [INFO] [stdout] | [INFO] [stdout] 96 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/ten/mod.rs:301:9 [INFO] [stdout] | [INFO] [stdout] 301 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/four/mod.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | let mut card = self.cards.entry(id).or_insert_with(|| { [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: variable does not need to be mutable [INFO] [stdout] --> src/four/mod.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | let mut card = self.cards.entry(id).or_insert_with(|| { [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: variable does not need to be mutable [INFO] [stdout] --> src/ten/mod.rs:229:17 [INFO] [stdout] | [INFO] [stdout] 229 | let mut monster = map.get_mut(pos.0).unwrap().get_mut(pos.1).unwrap(); [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/ten/mod.rs:229:17 [INFO] [stdout] | [INFO] [stdout] 229 | let mut monster = map.get_mut(pos.0).unwrap().get_mut(pos.1).unwrap(); [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new_with_cards` is never used [INFO] [stdout] --> src/seven/mod.rs:69:8 [INFO] [stdout] | [INFO] [stdout] 61 | impl Hand { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 69 | fn new_with_cards(cards: &str) -> Hand { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s [INFO] running `Command { std: "docker" "inspect" "2323b884fd30cfcd04765a9cec9c5cc6fe6beca1bcbf6d2173d00ce44efe38aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2323b884fd30cfcd04765a9cec9c5cc6fe6beca1bcbf6d2173d00ce44efe38aa", kill_on_drop: false }` [INFO] [stdout] 2323b884fd30cfcd04765a9cec9c5cc6fe6beca1bcbf6d2173d00ce44efe38aa [INFO] checking agent3bood/aoc32 against try#36dbcaee1a55543dfc181be52a69d99ff46ff62f for pr-122960-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagent3bood%2Faoc32" "/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/agent3bood/aoc32 on toolchain 36dbcaee1a55543dfc181be52a69d99ff46ff62f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/agent3bood/aoc32 [INFO] finished tweaking git repo https://github.com/agent3bood/aoc32 [INFO] tweaked toml for git repo https://github.com/agent3bood/aoc32 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/agent3bood/aoc32 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" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5747436007ef59f1c7389eabef41d6bd762814e227746f3918053e58e5e89c45 [INFO] running `Command { std: "docker" "start" "-a" "5747436007ef59f1c7389eabef41d6bd762814e227746f3918053e58e5e89c45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5747436007ef59f1c7389eabef41d6bd762814e227746f3918053e58e5e89c45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5747436007ef59f1c7389eabef41d6bd762814e227746f3918053e58e5e89c45", kill_on_drop: false }` [INFO] [stdout] 5747436007ef59f1c7389eabef41d6bd762814e227746f3918053e58e5e89c45 [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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 557b6afadb327147bac9e1a2317b14e6d589a16c5374d0a6568dc3a64145babd [INFO] running `Command { std: "docker" "start" "-a" "557b6afadb327147bac9e1a2317b14e6d589a16c5374d0a6568dc3a64145babd", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Checking memchr v2.6.4 [INFO] [stderr] Checking regex-syntax v0.8.2 [INFO] [stderr] Checking aho-corasick v1.1.2 [INFO] [stderr] Checking regex-automata v0.4.3 [INFO] [stderr] Checking regex v1.10.2 [INFO] [stderr] Checking advent23 v0.1.0 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2021 edition to 2024 [INFO] [stderr] Fixed src/four/mod.rs (1 fix) [INFO] [stderr] Fixed src/ten/mod.rs (1 fix) [INFO] [stderr] Fixed src/six/mod.rs (1 fix) [INFO] [stderr] Fixed src/seven/mod.rs (1 fix) [INFO] [stderr] Fixed src/five/mod.rs (1 fix) [INFO] [stderr] Fixed src/four/mod.rs (2 fixes) [INFO] [stderr] Fixed src/eight/mod.rs (1 fix) [INFO] [stderr] Fixed src/ten/mod.rs (1 fix) [INFO] [stderr] Fixed src/seven_b/mod.rs (1 fix) [INFO] [stderr] Fixed src/nine/mod.rs (1 fix) [INFO] [stdout] warning: associated function `new_with_cards` is never used [INFO] [stdout] --> src/seven/mod.rs:69:8 [INFO] [stdout] | [INFO] [stdout] 61 | impl Hand { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 69 | fn new_with_cards(cards: &str) -> Hand { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Migrating src/main.rs from 2021 edition to 2024 [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s [INFO] [stderr] Running `cargo check` to verify 2024 [INFO] [stderr] Checking advent23 v0.1.0 (/tmp/fixit) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Sol` [INFO] [stdout] --> src/eight/mod.rs:149:23 [INFO] [stdout] | [INFO] [stdout] 149 | let mut sol = Sol::new(); [INFO] [stdout] | ^^^ use of undeclared type `Sol` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 141 + use crate::eight::Sol; [INFO] [stdout] | [INFO] [stdout] 141 + use crate::five::Sol; [INFO] [stdout] | [INFO] [stdout] 141 + use crate::six::Sol; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `build_sol` in this scope [INFO] [stdout] --> src/eight/mod.rs:150:9 [INFO] [stdout] | [INFO] [stdout] 150 | build_sol(input, &mut sol); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 141 + use crate::eight::build_sol; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `part1_process` in this scope [INFO] [stdout] --> src/eight/mod.rs:151:20 [INFO] [stdout] | [INFO] [stdout] 151 | assert_eq!(part1_process(&sol), 6); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 141 + use crate::eight::part1_process; [INFO] [stdout] | [INFO] [stdout] 141 + use crate::two::part1_process; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Sol` [INFO] [stdout] --> src/eight/mod.rs:167:23 [INFO] [stdout] | [INFO] [stdout] 167 | let mut sol = Sol::new(); [INFO] [stdout] | ^^^ use of undeclared type `Sol` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 141 + use crate::eight::Sol; [INFO] [stdout] | [INFO] [stdout] 141 + use crate::five::Sol; [INFO] [stdout] | [INFO] [stdout] 141 + use crate::six::Sol; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `build_sol` in this scope [INFO] [stdout] --> src/eight/mod.rs:168:9 [INFO] [stdout] | [INFO] [stdout] 168 | build_sol(input, &mut sol); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 141 + use crate::eight::build_sol; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `part2_process` in this scope [INFO] [stdout] --> src/eight/mod.rs:169:20 [INFO] [stdout] | [INFO] [stdout] 169 | assert_eq!(part2_process(&sol), 6); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 141 + use crate::eight::part2_process; [INFO] [stdout] | [INFO] [stdout] 141 + use crate::two::part2_process; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Sol` [INFO] [stdout] --> src/five/mod.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | let mut sol = Sol::new(); [INFO] [stdout] | ^^^ use of undeclared type `Sol` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 283 + use crate::five::Sol; [INFO] [stdout] | [INFO] [stdout] 283 + use crate::six::Sol; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `build_sol_seeds` in this scope [INFO] [stdout] --> src/five/mod.rs:320:9 [INFO] [stdout] | [INFO] [stdout] 320 | build_sol_seeds(input, &mut sol); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 283 + use crate::five::build_sol_seeds; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `build_sol_sections` in this scope [INFO] [stdout] --> src/five/mod.rs:321:9 [INFO] [stdout] | [INFO] [stdout] 321 | build_sol_sections(input, &mut sol); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 283 + use crate::five::build_sol_sections; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `process` in this scope [INFO] [stdout] --> src/five/mod.rs:322:20 [INFO] [stdout] | [INFO] [stdout] 322 | assert_eq!(process(&sol), 35); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 283 + use crate::five::process; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Sol` [INFO] [stdout] --> src/five/mod.rs:361:23 [INFO] [stdout] | [INFO] [stdout] 361 | let mut sol = Sol::new(); [INFO] [stdout] | ^^^ use of undeclared type `Sol` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 283 + use crate::five::Sol; [INFO] [stdout] | [INFO] [stdout] 283 + use crate::six::Sol; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `build_sol_seeds_part2` in this scope [INFO] [stdout] --> src/five/mod.rs:362:9 [INFO] [stdout] | [INFO] [stdout] 362 | build_sol_seeds_part2(input, &mut sol); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 283 + use crate::five::build_sol_seeds_part2; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `build_sol_sections` in this scope [INFO] [stdout] --> src/five/mod.rs:363:9 [INFO] [stdout] | [INFO] [stdout] 363 | build_sol_sections(input, &mut sol); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 283 + use crate::five::build_sol_sections; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `process` in this scope [INFO] [stdout] --> src/five/mod.rs:364:20 [INFO] [stdout] | [INFO] [stdout] 364 | assert_eq!(process(&sol), 46); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 283 + use crate::five::process; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Cursor` [INFO] [stdout] --> src/four/mod.rs:148:26 [INFO] [stdout] | [INFO] [stdout] 148 | let mut reader = Cursor::new(input); [INFO] [stdout] | ^^^^^^ use of undeclared type `Cursor` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 140 + use std::collections::btree_map::Cursor; [INFO] [stdout] | [INFO] [stdout] 140 + use std::collections::linked_list::Cursor; [INFO] [stdout] | [INFO] [stdout] 140 + use std::io::Cursor; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `part1_process` in this scope [INFO] [stdout] --> src/four/mod.rs:149:20 [INFO] [stdout] | [INFO] [stdout] 149 | assert_eq!(part1_process(&mut reader), 13); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 140 + use crate::four::part1_process; [INFO] [stdout] | [INFO] [stdout] 140 + use crate::two::part1_process; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Cursor` [INFO] [stdout] --> src/four/mod.rs:160:26 [INFO] [stdout] | [INFO] [stdout] 160 | let mut reader = Cursor::new(input); [INFO] [stdout] | ^^^^^^ use of undeclared type `Cursor` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 140 + use std::collections::btree_map::Cursor; [INFO] [stdout] | [INFO] [stdout] 140 + use std::collections::linked_list::Cursor; [INFO] [stdout] | [INFO] [stdout] 140 + use std::io::Cursor; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `part2_process` in this scope [INFO] [stdout] --> src/four/mod.rs:161:20 [INFO] [stdout] | [INFO] [stdout] 161 | assert_eq!(part2_process(&mut reader), 30); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 140 + use crate::four::part2_process; [INFO] [stdout] | [INFO] [stdout] 140 + use crate::two::part2_process; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `part1_process` in this scope [INFO] [stdout] --> src/nine/mod.rs:106:20 [INFO] [stdout] | [INFO] [stdout] 106 | assert_eq!(part1_process(input), 114); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 101 + use crate::nine::part1_process; [INFO] [stdout] | [INFO] [stdout] 101 + use crate::two::part1_process; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `part2_process` in this scope [INFO] [stdout] --> src/nine/mod.rs:114:20 [INFO] [stdout] | [INFO] [stdout] 114 | assert_eq!(part2_process(input), 2); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 101 + use crate::nine::part2_process; [INFO] [stdout] | [INFO] [stdout] 101 + use crate::two::part2_process; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Hand` [INFO] [stdout] --> src/seven/mod.rs:240:13 [INFO] [stdout] | [INFO] [stdout] 240 | Hand::new_with_cards("QQQJA"), [INFO] [stdout] | ^^^^ use of undeclared type `Hand` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 237 + use crate::seven::Hand; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Hand` [INFO] [stdout] --> src/seven/mod.rs:241:13 [INFO] [stdout] | [INFO] [stdout] 241 | Hand::new_with_cards("T55J5"), [INFO] [stdout] | ^^^^ use of undeclared type `Hand` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 237 + use crate::seven::Hand; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Hand` [INFO] [stdout] --> src/seven/mod.rs:242:13 [INFO] [stdout] | [INFO] [stdout] 242 | Hand::new_with_cards("32T3K"), [INFO] [stdout] | ^^^^ use of undeclared type `Hand` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 237 + use crate::seven::Hand; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Hand` [INFO] [stdout] --> src/seven/mod.rs:243:13 [INFO] [stdout] | [INFO] [stdout] 243 | Hand::new_with_cards("KK677"), [INFO] [stdout] | ^^^^ use of undeclared type `Hand` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 237 + use crate::seven::Hand; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Hand` [INFO] [stdout] --> src/seven/mod.rs:244:13 [INFO] [stdout] | [INFO] [stdout] 244 | Hand::new_with_cards("KTJJT"), [INFO] [stdout] | ^^^^ use of undeclared type `Hand` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 237 + use crate::seven::Hand; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Hand` [INFO] [stdout] --> src/seven/mod.rs:248:13 [INFO] [stdout] | [INFO] [stdout] 248 | Hand::new_with_cards("32T3K"), // 1 [INFO] [stdout] | ^^^^ use of undeclared type `Hand` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 237 + use crate::seven::Hand; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Hand` [INFO] [stdout] --> src/seven/mod.rs:249:13 [INFO] [stdout] | [INFO] [stdout] 249 | Hand::new_with_cards("KTJJT"), // 2 [INFO] [stdout] | ^^^^ use of undeclared type `Hand` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 237 + use crate::seven::Hand; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Hand` [INFO] [stdout] --> src/seven/mod.rs:250:13 [INFO] [stdout] | [INFO] [stdout] 250 | Hand::new_with_cards("KK677"), // 3 [INFO] [stdout] | ^^^^ use of undeclared type `Hand` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 237 + use crate::seven::Hand; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Hand` [INFO] [stdout] --> src/seven/mod.rs:251:13 [INFO] [stdout] | [INFO] [stdout] 251 | Hand::new_with_cards("T55J5"), // 4 [INFO] [stdout] | ^^^^ use of undeclared type `Hand` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 237 + use crate::seven::Hand; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Hand` [INFO] [stdout] --> src/seven/mod.rs:252:13 [INFO] [stdout] | [INFO] [stdout] 252 | Hand::new_with_cards("QQQJA"), // 5 [INFO] [stdout] | ^^^^ use of undeclared type `Hand` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 237 + use crate::seven::Hand; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `build_sol` in this scope [INFO] [stdout] --> src/seven/mod.rs:267:9 [INFO] [stdout] | [INFO] [stdout] 267 | build_sol(input, &mut sol); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 237 + use crate::seven::build_sol; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `part1_process` in this scope [INFO] [stdout] --> src/seven/mod.rs:268:20 [INFO] [stdout] | [INFO] [stdout] 268 | assert_eq!(part1_process(&mut sol), 6440); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 237 + use crate::seven::part1_process; [INFO] [stdout] | [INFO] [stdout] 237 + use crate::two::part1_process; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `build_sol` in this scope [INFO] [stdout] --> src/seven_b/mod.rs:261:9 [INFO] [stdout] | [INFO] [stdout] 261 | build_sol(input, &mut sol); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 253 + use crate::seven_b::build_sol; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `part2_process` in this scope [INFO] [stdout] --> src/seven_b/mod.rs:262:20 [INFO] [stdout] | [INFO] [stdout] 262 | assert_eq!(part2_process(&mut sol), 5905); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 253 + use crate::seven_b::part2_process; [INFO] [stdout] | [INFO] [stdout] 253 + use crate::two::part2_process; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Sol` [INFO] [stdout] --> src/six/mod.rs:102:23 [INFO] [stdout] | [INFO] [stdout] 102 | let mut sol = Sol::new(); [INFO] [stdout] | ^^^ use of undeclared type `Sol` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 98 + use crate::five::Sol; [INFO] [stdout] | [INFO] [stdout] 98 + use crate::six::Sol; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Sol` in this scope [INFO] [stdout] --> src/ten/mod.rs:310:22 [INFO] [stdout] | [INFO] [stdout] 310 | let mut sol: Sol = vec![]; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 303 + use crate::five::Sol; [INFO] [stdout] | [INFO] [stdout] 303 + use crate::six::Sol; [INFO] [stdout] | [INFO] [stdout] 303 + use crate::ten::Sol; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `part1_process` in this scope [INFO] [stdout] --> src/ten/mod.rs:311:20 [INFO] [stdout] | [INFO] [stdout] 311 | assert_eq!(part1_process(input, &mut sol), 4); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 303 + use crate::ten::part1_process; [INFO] [stdout] | [INFO] [stdout] 303 + use crate::two::part1_process; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Sol` in this scope [INFO] [stdout] --> src/ten/mod.rs:321:22 [INFO] [stdout] | [INFO] [stdout] 321 | let mut sol: Sol = vec![]; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 303 + use crate::five::Sol; [INFO] [stdout] | [INFO] [stdout] 303 + use crate::six::Sol; [INFO] [stdout] | [INFO] [stdout] 303 + use crate::ten::Sol; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `part1_process` in this scope [INFO] [stdout] --> src/ten/mod.rs:322:20 [INFO] [stdout] | [INFO] [stdout] 322 | assert_eq!(part1_process(input, &mut sol), 8); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 303 + use crate::ten::part1_process; [INFO] [stdout] | [INFO] [stdout] 303 + use crate::two::part1_process; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Sol` in this scope [INFO] [stdout] --> src/ten/mod.rs:336:22 [INFO] [stdout] | [INFO] [stdout] 336 | let mut sol: Sol = vec![]; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 303 + use crate::five::Sol; [INFO] [stdout] | [INFO] [stdout] 303 + use crate::six::Sol; [INFO] [stdout] | [INFO] [stdout] 303 + use crate::ten::Sol; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `part2_process` in this scope [INFO] [stdout] --> src/ten/mod.rs:337:20 [INFO] [stdout] | [INFO] [stdout] 337 | assert_eq!(part2_process(input, &mut sol), 4); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 303 + use crate::ten::part2_process; [INFO] [stdout] | [INFO] [stdout] 303 + use crate::two::part2_process; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Sol` in this scope [INFO] [stdout] --> src/ten/mod.rs:352:22 [INFO] [stdout] | [INFO] [stdout] 352 | let mut sol: Sol = vec![]; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 303 + use crate::five::Sol; [INFO] [stdout] | [INFO] [stdout] 303 + use crate::six::Sol; [INFO] [stdout] | [INFO] [stdout] 303 + use crate::ten::Sol; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `part2_process` in this scope [INFO] [stdout] --> src/ten/mod.rs:353:20 [INFO] [stdout] | [INFO] [stdout] 353 | assert_eq!(part2_process(input, &mut sol), 8); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 303 + use crate::ten::part2_process; [INFO] [stdout] | [INFO] [stdout] 303 + use crate::two::part2_process; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Sol` in this scope [INFO] [stdout] --> src/ten/mod.rs:368:22 [INFO] [stdout] | [INFO] [stdout] 368 | let mut sol: Sol = vec![]; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 303 + use crate::five::Sol; [INFO] [stdout] | [INFO] [stdout] 303 + use crate::six::Sol; [INFO] [stdout] | [INFO] [stdout] 303 + use crate::ten::Sol; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `part2_process` in this scope [INFO] [stdout] --> src/ten/mod.rs:369:20 [INFO] [stdout] | [INFO] [stdout] 369 | assert_eq!(part2_process(input, &mut sol), 10); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 303 + use crate::ten::part2_process; [INFO] [stdout] | [INFO] [stdout] 303 + use crate::two::part2_process; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new_with_cards` is never used [INFO] [stdout] --> src/seven/mod.rs:69:8 [INFO] [stdout] | [INFO] [stdout] 61 | impl Hand { [INFO] [stdout] | --------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 69 | fn new_with_cards(cards: &str) -> Hand { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 45 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `advent23` (lib test) due to 46 previous errors [INFO] [stderr] error: failed to check after updating to 2024 [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo check --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "557b6afadb327147bac9e1a2317b14e6d589a16c5374d0a6568dc3a64145babd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "557b6afadb327147bac9e1a2317b14e6d589a16c5374d0a6568dc3a64145babd", kill_on_drop: false }` [INFO] [stdout] 557b6afadb327147bac9e1a2317b14e6d589a16c5374d0a6568dc3a64145babd