[INFO] cloning repository https://github.com/crogers3/advent_of_code_2023
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/crogers3/advent_of_code_2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrogers3%2Fadvent_of_code_2023", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrogers3%2Fadvent_of_code_2023'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4f9667e3f610ad89bbfddb8febf31e235e918620
[INFO] checking crogers3/advent_of_code_2023 against try#7424ce9ff9baac3e9d9f5dd3c85828cddea0134d for pr-136776-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrogers3%2Fadvent_of_code_2023" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/crogers3/advent_of_code_2023
[INFO] finished tweaking git repo https://github.com/crogers3/advent_of_code_2023
[INFO] tweaked toml for git repo https://github.com/crogers3/advent_of_code_2023 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/crogers3/advent_of_code_2023 on toolchain 7424ce9ff9baac3e9d9f5dd3c85828cddea0134d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7424ce9ff9baac3e9d9f5dd3c85828cddea0134d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/crogers3/advent_of_code_2023 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" "+7424ce9ff9baac3e9d9f5dd3c85828cddea0134d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded roots v0.0.8
[INFO] [stderr]   Downloaded num v0.4.1
[INFO] [stderr]   Downloaded aho-corasick v1.1.2
[INFO] [stderr]   Downloaded regex v1.10.2
[INFO] [stderr]   Downloaded regex-syntax v0.8.2
[INFO] [stderr]   Downloaded regex-automata v0.4.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+7424ce9ff9baac3e9d9f5dd3c85828cddea0134d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c25316fd02ca3e6614a81d83948704a3c0f871484fb0b5641c9e7dbf77f4587b
[INFO] running `Command { std: "docker" "start" "-a" "c25316fd02ca3e6614a81d83948704a3c0f871484fb0b5641c9e7dbf77f4587b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c25316fd02ca3e6614a81d83948704a3c0f871484fb0b5641c9e7dbf77f4587b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c25316fd02ca3e6614a81d83948704a3c0f871484fb0b5641c9e7dbf77f4587b", kill_on_drop: false }`
[INFO] [stdout] c25316fd02ca3e6614a81d83948704a3c0f871484fb0b5641c9e7dbf77f4587b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+7424ce9ff9baac3e9d9f5dd3c85828cddea0134d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9fa977384cf4283e862cb07166931e21127021fc63dc792f65796e0973ae69b0
[INFO] running `Command { std: "docker" "start" "-a" "9fa977384cf4283e862cb07166931e21127021fc63dc792f65796e0973ae69b0", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]     Checking roots v0.0.8
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]     Checking num-integer v0.1.45
[INFO] [stderr]     Checking num-complex v0.4.4
[INFO] [stderr]     Checking regex-automata v0.4.3
[INFO] [stderr]     Checking num v0.4.1
[INFO] [stderr]     Checking regex v1.10.2
[INFO] [stderr]     Checking advent_of_code v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0583]: file not found for module `day_1`
[INFO] [stdout]  --> src/aoc_2023/data.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod day_1;
[INFO] [stdout]   | ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `day_1`, create file "src/aoc_2023/data/day_1.rs" or "src/aoc_2023/data/day_1/mod.rs"
[INFO] [stdout]   = note: if there is a `mod day_1` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_10`
[INFO] [stdout]  --> src/aoc_2023/data.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod day_10;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `day_10`, create file "src/aoc_2023/data/day_10.rs" or "src/aoc_2023/data/day_10/mod.rs"
[INFO] [stdout]   = note: if there is a `mod day_10` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_11`
[INFO] [stdout]  --> src/aoc_2023/data.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub mod day_11;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `day_11`, create file "src/aoc_2023/data/day_11.rs" or "src/aoc_2023/data/day_11/mod.rs"
[INFO] [stdout]   = note: if there is a `mod day_11` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_12`
[INFO] [stdout]  --> src/aoc_2023/data.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub mod day_12;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `day_12`, create file "src/aoc_2023/data/day_12.rs" or "src/aoc_2023/data/day_12/mod.rs"
[INFO] [stdout]   = note: if there is a `mod day_12` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_13`
[INFO] [stdout]  --> src/aoc_2023/data.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub mod day_13;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `day_13`, create file "src/aoc_2023/data/day_13.rs" or "src/aoc_2023/data/day_13/mod.rs"
[INFO] [stdout]   = note: if there is a `mod day_13` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_14`
[INFO] [stdout]  --> src/aoc_2023/data.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub mod day_14;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `day_14`, create file "src/aoc_2023/data/day_14.rs" or "src/aoc_2023/data/day_14/mod.rs"
[INFO] [stdout]   = note: if there is a `mod day_14` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_15`
[INFO] [stdout]  --> src/aoc_2023/data.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub mod day_15;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `day_15`, create file "src/aoc_2023/data/day_15.rs" or "src/aoc_2023/data/day_15/mod.rs"
[INFO] [stdout]   = note: if there is a `mod day_15` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_16`
[INFO] [stdout]  --> src/aoc_2023/data.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub mod day_16;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `day_16`, create file "src/aoc_2023/data/day_16.rs" or "src/aoc_2023/data/day_16/mod.rs"
[INFO] [stdout]   = note: if there is a `mod day_16` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_2`
[INFO] [stdout]  --> src/aoc_2023/data.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub mod day_2;
[INFO] [stdout]   | ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `day_2`, create file "src/aoc_2023/data/day_2.rs" or "src/aoc_2023/data/day_2/mod.rs"
[INFO] [stdout]   = note: if there is a `mod day_2` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_3`
[INFO] [stdout]   --> src/aoc_2023/data.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub mod day_3;
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `day_3`, create file "src/aoc_2023/data/day_3.rs" or "src/aoc_2023/data/day_3/mod.rs"
[INFO] [stdout]    = note: if there is a `mod day_3` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_4`
[INFO] [stdout]   --> src/aoc_2023/data.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub mod day_4;
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `day_4`, create file "src/aoc_2023/data/day_4.rs" or "src/aoc_2023/data/day_4/mod.rs"
[INFO] [stdout]    = note: if there is a `mod day_4` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_5`
[INFO] [stdout]   --> src/aoc_2023/data.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub mod day_5;
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `day_5`, create file "src/aoc_2023/data/day_5.rs" or "src/aoc_2023/data/day_5/mod.rs"
[INFO] [stdout]    = note: if there is a `mod day_5` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_6`
[INFO] [stdout]   --> src/aoc_2023/data.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub mod day_6;
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `day_6`, create file "src/aoc_2023/data/day_6.rs" or "src/aoc_2023/data/day_6/mod.rs"
[INFO] [stdout]    = note: if there is a `mod day_6` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_7`
[INFO] [stdout]   --> src/aoc_2023/data.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub mod day_7;
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `day_7`, create file "src/aoc_2023/data/day_7.rs" or "src/aoc_2023/data/day_7/mod.rs"
[INFO] [stdout]    = note: if there is a `mod day_7` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_8`
[INFO] [stdout]   --> src/aoc_2023/data.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub mod day_8;
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `day_8`, create file "src/aoc_2023/data/day_8.rs" or "src/aoc_2023/data/day_8/mod.rs"
[INFO] [stdout]    = note: if there is a `mod day_8` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_9`
[INFO] [stdout]   --> src/aoc_2023/data.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub mod day_9;
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `day_9`, create file "src/aoc_2023/data/day_9.rs" or "src/aoc_2023/data/day_9/mod.rs"
[INFO] [stdout]    = note: if there is a `mod day_9` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_1`
[INFO] [stdout]  --> src/aoc_2023/data.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod day_1;
[INFO] [stdout]   | ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `day_1`, create file "src/aoc_2023/data/day_1.rs" or "src/aoc_2023/data/day_1/mod.rs"
[INFO] [stdout]   = note: if there is a `mod day_1` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_10`
[INFO] [stdout]  --> src/aoc_2023/data.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod day_10;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `day_10`, create file "src/aoc_2023/data/day_10.rs" or "src/aoc_2023/data/day_10/mod.rs"
[INFO] [stdout]   = note: if there is a `mod day_10` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_11`
[INFO] [stdout]  --> src/aoc_2023/data.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub mod day_11;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `day_11`, create file "src/aoc_2023/data/day_11.rs" or "src/aoc_2023/data/day_11/mod.rs"
[INFO] [stdout]   = note: if there is a `mod day_11` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_12`
[INFO] [stdout]  --> src/aoc_2023/data.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub mod day_12;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `day_12`, create file "src/aoc_2023/data/day_12.rs" or "src/aoc_2023/data/day_12/mod.rs"
[INFO] [stdout]   = note: if there is a `mod day_12` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_13`
[INFO] [stdout]  --> src/aoc_2023/data.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub mod day_13;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `day_13`, create file "src/aoc_2023/data/day_13.rs" or "src/aoc_2023/data/day_13/mod.rs"
[INFO] [stdout]   = note: if there is a `mod day_13` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_14`
[INFO] [stdout]  --> src/aoc_2023/data.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub mod day_14;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `day_14`, create file "src/aoc_2023/data/day_14.rs" or "src/aoc_2023/data/day_14/mod.rs"
[INFO] [stdout]   = note: if there is a `mod day_14` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_15`
[INFO] [stdout]  --> src/aoc_2023/data.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub mod day_15;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `day_15`, create file "src/aoc_2023/data/day_15.rs" or "src/aoc_2023/data/day_15/mod.rs"
[INFO] [stdout]   = note: if there is a `mod day_15` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_16`
[INFO] [stdout]  --> src/aoc_2023/data.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub mod day_16;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `day_16`, create file "src/aoc_2023/data/day_16.rs" or "src/aoc_2023/data/day_16/mod.rs"
[INFO] [stdout]   = note: if there is a `mod day_16` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_2`
[INFO] [stdout]  --> src/aoc_2023/data.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub mod day_2;
[INFO] [stdout]   | ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `day_2`, create file "src/aoc_2023/data/day_2.rs" or "src/aoc_2023/data/day_2/mod.rs"
[INFO] [stdout]   = note: if there is a `mod day_2` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_3`
[INFO] [stdout]   --> src/aoc_2023/data.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub mod day_3;
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `day_3`, create file "src/aoc_2023/data/day_3.rs" or "src/aoc_2023/data/day_3/mod.rs"
[INFO] [stdout]    = note: if there is a `mod day_3` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_4`
[INFO] [stdout]   --> src/aoc_2023/data.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub mod day_4;
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `day_4`, create file "src/aoc_2023/data/day_4.rs" or "src/aoc_2023/data/day_4/mod.rs"
[INFO] [stdout]    = note: if there is a `mod day_4` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_5`
[INFO] [stdout]   --> src/aoc_2023/data.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub mod day_5;
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `day_5`, create file "src/aoc_2023/data/day_5.rs" or "src/aoc_2023/data/day_5/mod.rs"
[INFO] [stdout]    = note: if there is a `mod day_5` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_6`
[INFO] [stdout]   --> src/aoc_2023/data.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub mod day_6;
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `day_6`, create file "src/aoc_2023/data/day_6.rs" or "src/aoc_2023/data/day_6/mod.rs"
[INFO] [stdout]    = note: if there is a `mod day_6` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_7`
[INFO] [stdout]   --> src/aoc_2023/data.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub mod day_7;
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `day_7`, create file "src/aoc_2023/data/day_7.rs" or "src/aoc_2023/data/day_7/mod.rs"
[INFO] [stdout]    = note: if there is a `mod day_7` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_8`
[INFO] [stdout]   --> src/aoc_2023/data.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub mod day_8;
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `day_8`, create file "src/aoc_2023/data/day_8.rs" or "src/aoc_2023/data/day_8/mod.rs"
[INFO] [stdout]    = note: if there is a `mod day_8` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `day_9`
[INFO] [stdout]   --> src/aoc_2023/data.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub mod day_9;
[INFO] [stdout]    | ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `day_9`, create file "src/aoc_2023/data/day_9.rs" or "src/aoc_2023/data/day_9/mod.rs"
[INFO] [stdout]    = note: if there is a `mod day_9` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE` in this scope
[INFO] [stdout]   --> src/aoc_2023/day_1.rs:74:29
[INFO] [stdout]    |
[INFO] [stdout] 74 |         let result = part_1(SAMPLE);
[INFO] [stdout]    |                             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]   --> src/aoc_2023/day_1.rs:80:29
[INFO] [stdout]    |
[INFO] [stdout] 80 |         let result = part_1(INPUT);
[INFO] [stdout]    |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE_2` in this scope
[INFO] [stdout]   --> src/aoc_2023/day_1.rs:86:29
[INFO] [stdout]    |
[INFO] [stdout] 86 |         let result = part_2(SAMPLE_2);
[INFO] [stdout]    |                             ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]   --> src/aoc_2023/day_1.rs:92:29
[INFO] [stdout]    |
[INFO] [stdout] 92 |         let result = part_2(INPUT);
[INFO] [stdout]    |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE_1` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_10.rs:274:29
[INFO] [stdout]     |
[INFO] [stdout] 274 |         let result = part_1(SAMPLE_1);
[INFO] [stdout]     |                             ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE_2` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_10.rs:280:29
[INFO] [stdout]     |
[INFO] [stdout] 280 |         let result = part_1(SAMPLE_2);
[INFO] [stdout]     |                             ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_10.rs:286:29
[INFO] [stdout]     |
[INFO] [stdout] 286 |         let result = part_1(INPUT);
[INFO] [stdout]     |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE_3` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_10.rs:292:29
[INFO] [stdout]     |
[INFO] [stdout] 292 |         let result = part_2(SAMPLE_3);
[INFO] [stdout]     |                             ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE_4` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_10.rs:298:29
[INFO] [stdout]     |
[INFO] [stdout] 298 |         let result = part_2(SAMPLE_4);
[INFO] [stdout]     |                             ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE_5` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_10.rs:304:29
[INFO] [stdout]     |
[INFO] [stdout] 304 |         let result = part_2(SAMPLE_5);
[INFO] [stdout]     |                             ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_10.rs:310:29
[INFO] [stdout]     |
[INFO] [stdout] 310 |         let result = part_2(INPUT);
[INFO] [stdout]     |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE` in this scope
[INFO] [stdout]   --> src/aoc_2023/day_11.rs:80:29
[INFO] [stdout]    |
[INFO] [stdout] 80 |         let result = part_x(SAMPLE, 2);
[INFO] [stdout]    |                             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]   --> src/aoc_2023/day_11.rs:86:29
[INFO] [stdout]    |
[INFO] [stdout] 86 |         let result = part_x(INPUT, 2);
[INFO] [stdout]    |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE` in this scope
[INFO] [stdout]   --> src/aoc_2023/day_11.rs:92:29
[INFO] [stdout]    |
[INFO] [stdout] 92 |         let result = part_x(SAMPLE, 10);
[INFO] [stdout]    |                             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE` in this scope
[INFO] [stdout]   --> src/aoc_2023/day_11.rs:98:29
[INFO] [stdout]    |
[INFO] [stdout] 98 |         let result = part_x(SAMPLE, 100);
[INFO] [stdout]    |                             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_11.rs:104:29
[INFO] [stdout]     |
[INFO] [stdout] 104 |         let result = part_x(INPUT, 1000000);
[INFO] [stdout]     |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_12.rs:144:29
[INFO] [stdout]     |
[INFO] [stdout] 144 |         let result = part_1(SAMPLE);
[INFO] [stdout]     |                             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_12.rs:150:29
[INFO] [stdout]     |
[INFO] [stdout] 150 |         let result = part_1(INPUT);
[INFO] [stdout]     |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_12.rs:156:29
[INFO] [stdout]     |
[INFO] [stdout] 156 |         let result = part_2(SAMPLE);
[INFO] [stdout]     |                             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_12.rs:162:29
[INFO] [stdout]     |
[INFO] [stdout] 162 |         let result = part_2(INPUT);
[INFO] [stdout]     |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_13.rs:147:29
[INFO] [stdout]     |
[INFO] [stdout] 147 |         let result = part_1(SAMPLE);
[INFO] [stdout]     |                             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_13.rs:153:29
[INFO] [stdout]     |
[INFO] [stdout] 153 |         let result = part_1(INPUT);
[INFO] [stdout]     |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_13.rs:159:29
[INFO] [stdout]     |
[INFO] [stdout] 159 |         let result = part_2(SAMPLE);
[INFO] [stdout]     |                             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_13.rs:165:29
[INFO] [stdout]     |
[INFO] [stdout] 165 |         let result = part_2(INPUT);
[INFO] [stdout]     |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_14.rs:142:29
[INFO] [stdout]     |
[INFO] [stdout] 142 |         let result = part_1(SAMPLE);
[INFO] [stdout]     |                             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_14.rs:148:29
[INFO] [stdout]     |
[INFO] [stdout] 148 |         let result = part_1(INPUT);
[INFO] [stdout]     |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_14.rs:154:29
[INFO] [stdout]     |
[INFO] [stdout] 154 |         let result = part_2(SAMPLE);
[INFO] [stdout]     |                             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_14.rs:160:29
[INFO] [stdout]     |
[INFO] [stdout] 160 |         let result = part_2(INPUT);
[INFO] [stdout]     |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE` in this scope
[INFO] [stdout]   --> src/aoc_2023/day_15.rs:96:29
[INFO] [stdout]    |
[INFO] [stdout] 96 |         let result = part_1(SAMPLE);
[INFO] [stdout]    |                             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_15.rs:102:29
[INFO] [stdout]     |
[INFO] [stdout] 102 |         let result = part_1(INPUT);
[INFO] [stdout]     |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_15.rs:108:29
[INFO] [stdout]     |
[INFO] [stdout] 108 |         let result = part_2(SAMPLE);
[INFO] [stdout]     |                             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_15.rs:114:29
[INFO] [stdout]     |
[INFO] [stdout] 114 |         let result = part_2(INPUT);
[INFO] [stdout]     |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE_1` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_2.rs:113:20
[INFO] [stdout]     |
[INFO] [stdout] 113 |         let line = SAMPLE_1.lines().next().unwrap();
[INFO] [stdout]     |                    ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE_1` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_2.rs:142:29
[INFO] [stdout]     |
[INFO] [stdout] 142 |         let minimal_hands = SAMPLE_1
[INFO] [stdout]     |                             ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE_1` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_2.rs:182:22
[INFO] [stdout]     |
[INFO] [stdout] 182 |         let powers = SAMPLE_1
[INFO] [stdout]     |                      ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE_1` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_2.rs:193:29
[INFO] [stdout]     |
[INFO] [stdout] 193 |         let result = part_1(SAMPLE_1);
[INFO] [stdout]     |                             ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_2.rs:199:29
[INFO] [stdout]     |
[INFO] [stdout] 199 |         let result = part_1(INPUT);
[INFO] [stdout]     |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE_1` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_2.rs:205:29
[INFO] [stdout]     |
[INFO] [stdout] 205 |         let result = part_2(SAMPLE_1);
[INFO] [stdout]     |                             ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_2.rs:211:29
[INFO] [stdout]     |
[INFO] [stdout] 211 |         let result = part_2(INPUT);
[INFO] [stdout]     |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_3.rs:276:29
[INFO] [stdout]     |
[INFO] [stdout] 276 |         let result = part_1(SAMPLE);
[INFO] [stdout]     |                             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_3.rs:282:29
[INFO] [stdout]     |
[INFO] [stdout] 282 |         let result = part_1(INPUT);
[INFO] [stdout]     |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_3.rs:288:29
[INFO] [stdout]     |
[INFO] [stdout] 288 |         let result = part_2(SAMPLE);
[INFO] [stdout]     |                             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_3.rs:294:29
[INFO] [stdout]     |
[INFO] [stdout] 294 |         let result = part_2(INPUT);
[INFO] [stdout]     |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE` in this scope
[INFO] [stdout]   --> src/aoc_2023/day_4.rs:75:29
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let result = part_1(SAMPLE);
[INFO] [stdout]    |                             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]   --> src/aoc_2023/day_4.rs:81:29
[INFO] [stdout]    |
[INFO] [stdout] 81 |         let result = part_1(INPUT);
[INFO] [stdout]    |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE` in this scope
[INFO] [stdout]   --> src/aoc_2023/day_4.rs:87:29
[INFO] [stdout]    |
[INFO] [stdout] 87 |         let result = part_2(SAMPLE);
[INFO] [stdout]    |                             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]   --> src/aoc_2023/day_4.rs:93:29
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let result = part_2(INPUT);
[INFO] [stdout]    |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_5.rs:125:29
[INFO] [stdout]     |
[INFO] [stdout] 125 |         let result = part_1(SAMPLE);
[INFO] [stdout]     |                             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_5.rs:131:29
[INFO] [stdout]     |
[INFO] [stdout] 131 |         let result = part_1(INPUT);
[INFO] [stdout]     |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_5.rs:137:29
[INFO] [stdout]     |
[INFO] [stdout] 137 |         let result = part_2(SAMPLE);
[INFO] [stdout]     |                             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_5.rs:143:29
[INFO] [stdout]     |
[INFO] [stdout] 143 |         let result = part_2(INPUT);
[INFO] [stdout]     |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE` in this scope
[INFO] [stdout]   --> src/aoc_2023/day_6.rs:74:29
[INFO] [stdout]    |
[INFO] [stdout] 74 |         let result = part_1(SAMPLE);
[INFO] [stdout]    |                             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]   --> src/aoc_2023/day_6.rs:80:29
[INFO] [stdout]    |
[INFO] [stdout] 80 |         let result = part_1(INPUT);
[INFO] [stdout]    |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE` in this scope
[INFO] [stdout]   --> src/aoc_2023/day_6.rs:86:29
[INFO] [stdout]    |
[INFO] [stdout] 86 |         let result = part_2(SAMPLE);
[INFO] [stdout]    |                             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]   --> src/aoc_2023/day_6.rs:92:29
[INFO] [stdout]    |
[INFO] [stdout] 92 |         let result = part_2(INPUT);
[INFO] [stdout]    |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_7.rs:319:29
[INFO] [stdout]     |
[INFO] [stdout] 319 |         let result = part_1(SAMPLE);
[INFO] [stdout]     |                             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_7.rs:325:29
[INFO] [stdout]     |
[INFO] [stdout] 325 |         let result = part_1(INPUT);
[INFO] [stdout]     |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_7.rs:331:29
[INFO] [stdout]     |
[INFO] [stdout] 331 |         let result = part_2(SAMPLE);
[INFO] [stdout]     |                             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE_2` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_7.rs:337:29
[INFO] [stdout]     |
[INFO] [stdout] 337 |         let result = part_2(SAMPLE_2);
[INFO] [stdout]     |                             ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_7.rs:343:29
[INFO] [stdout]     |
[INFO] [stdout] 343 |         let result = part_2(INPUT);
[INFO] [stdout]     |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE_1` in this scope
[INFO] [stdout]   --> src/aoc_2023/day_8.rs:95:35
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let result = part_1_brute(SAMPLE_1);
[INFO] [stdout]    |                                   ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE_2` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_8.rs:101:35
[INFO] [stdout]     |
[INFO] [stdout] 101 |         let result = part_1_brute(SAMPLE_2);
[INFO] [stdout]     |                                   ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_8.rs:107:35
[INFO] [stdout]     |
[INFO] [stdout] 107 |         let result = part_1_brute(INPUT);
[INFO] [stdout]     |                                   ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE_3` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_8.rs:113:29
[INFO] [stdout]     |
[INFO] [stdout] 113 |         let result = part_2(SAMPLE_3);
[INFO] [stdout]     |                             ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_8.rs:119:29
[INFO] [stdout]     |
[INFO] [stdout] 119 |         let result = part_2(INPUT);
[INFO] [stdout]     |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE` in this scope
[INFO] [stdout]   --> src/aoc_2023/day_9.rs:56:29
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let result = part_1(SAMPLE);
[INFO] [stdout]    |                             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]   --> src/aoc_2023/day_9.rs:62:29
[INFO] [stdout]    |
[INFO] [stdout] 62 |         let result = part_1(INPUT);
[INFO] [stdout]    |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SAMPLE` in this scope
[INFO] [stdout]   --> src/aoc_2023/day_9.rs:68:29
[INFO] [stdout]    |
[INFO] [stdout] 68 |         let result = part_2(SAMPLE);
[INFO] [stdout]    |                             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `INPUT` in this scope
[INFO] [stdout]   --> src/aoc_2023/day_9.rs:74:29
[INFO] [stdout]    |
[INFO] [stdout] 74 |         let result = part_2(INPUT);
[INFO] [stdout]    |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::super::data::day_1::*`
[INFO] [stdout]   --> src/aoc_2023/day_1.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |     use super::super::data::day_1::*;
[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 import: `crate::aoc_2023::data::day_10::*`
[INFO] [stdout]    --> src/aoc_2023/day_10.rs:269:9
[INFO] [stdout]     |
[INFO] [stdout] 269 |     use crate::aoc_2023::data::day_10::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::aoc_2023::data::day_11::*`
[INFO] [stdout]   --> src/aoc_2023/day_11.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 75 |     use crate::aoc_2023::data::day_11::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::aoc_2023::data::day_12::*`
[INFO] [stdout]    --> src/aoc_2023/day_12.rs:139:9
[INFO] [stdout]     |
[INFO] [stdout] 139 |     use crate::aoc_2023::data::day_12::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::aoc_2023::data::day_13::*`
[INFO] [stdout]    --> src/aoc_2023/day_13.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 142 |     use crate::aoc_2023::data::day_13::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::aoc_2023::data::day_14::*`
[INFO] [stdout]    --> src/aoc_2023/day_14.rs:138:9
[INFO] [stdout]     |
[INFO] [stdout] 138 |     use crate::aoc_2023::data::day_14::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::aoc_2023::data::day_15::*`
[INFO] [stdout]   --> src/aoc_2023/day_15.rs:91:9
[INFO] [stdout]    |
[INFO] [stdout] 91 |     use crate::aoc_2023::data::day_15::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::aoc_2023::data::day_16::*`
[INFO] [stdout]    --> src/aoc_2023/day_16.rs:166:9
[INFO] [stdout]     |
[INFO] [stdout] 166 |     use crate::aoc_2023::data::day_16::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::super::data::day_2::*`
[INFO] [stdout]    --> src/aoc_2023/day_2.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 108 |     use super::super::data::day_2::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::super::data::day_3::*`
[INFO] [stdout]    --> src/aoc_2023/day_3.rs:271:9
[INFO] [stdout]     |
[INFO] [stdout] 271 |     use super::super::data::day_3::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::super::data::day_4::*`
[INFO] [stdout]   --> src/aoc_2023/day_4.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |     use super::super::data::day_4::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::aoc_2023::data::day_5::*`
[INFO] [stdout]    --> src/aoc_2023/day_5.rs:121:9
[INFO] [stdout]     |
[INFO] [stdout] 121 |     use crate::aoc_2023::data::day_5::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::aoc_2023::data::day_6::*`
[INFO] [stdout]   --> src/aoc_2023/day_6.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |     use crate::aoc_2023::data::day_6::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::aoc_2023::data::day_7::*`
[INFO] [stdout]    --> src/aoc_2023/day_7.rs:314:9
[INFO] [stdout]     |
[INFO] [stdout] 314 |     use crate::aoc_2023::data::day_7::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::aoc_2023::data::day_8::*`
[INFO] [stdout]   --> src/aoc_2023/day_8.rs:91:9
[INFO] [stdout]    |
[INFO] [stdout] 91 |     use crate::aoc_2023::data::day_8::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::aoc_2023::data::day_9::*`
[INFO] [stdout]   --> src/aoc_2023/day_9.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |     use crate::aoc_2023::data::day_9::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `InputFile`
[INFO] [stdout]    --> src/aoc_2023/day_16.rs:170:32
[INFO] [stdout]     |
[INFO] [stdout] 170 |         let input = read_input(InputFile::SAMPLE);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `InputFile`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `read_input` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_16.rs:170:21
[INFO] [stdout]     |
[INFO] [stdout] 170 |         let input = read_input(InputFile::SAMPLE);
[INFO] [stdout]     |                     ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `InputFile`
[INFO] [stdout]    --> src/aoc_2023/day_16.rs:177:32
[INFO] [stdout]     |
[INFO] [stdout] 177 |         let input = read_input(InputFile::INPUT);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `InputFile`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `read_input` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_16.rs:177:21
[INFO] [stdout]     |
[INFO] [stdout] 177 |         let input = read_input(InputFile::INPUT);
[INFO] [stdout]     |                     ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `InputFile`
[INFO] [stdout]    --> src/aoc_2023/day_16.rs:184:32
[INFO] [stdout]     |
[INFO] [stdout] 184 |         let input = read_input(InputFile::SAMPLE);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `InputFile`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `read_input` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_16.rs:184:21
[INFO] [stdout]     |
[INFO] [stdout] 184 |         let input = read_input(InputFile::SAMPLE);
[INFO] [stdout]     |                     ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `InputFile`
[INFO] [stdout]    --> src/aoc_2023/day_16.rs:191:32
[INFO] [stdout]     |
[INFO] [stdout] 191 |         let input = read_input(InputFile::INPUT);
[INFO] [stdout]     |                                ^^^^^^^^^ use of undeclared type `InputFile`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `read_input` in this scope
[INFO] [stdout]    --> src/aoc_2023/day_16.rs:191:21
[INFO] [stdout]     |
[INFO] [stdout] 191 |         let input = read_input(InputFile::INPUT);
[INFO] [stdout]     |                     ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/aoc_2023/day_2.rs:145:19
[INFO] [stdout]     |
[INFO] [stdout] 145 |             .map(|game| game.minimal_hand())
[INFO] [stdout]     |                   ^^^^  ---- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 145 |             .map(|game: /* Type */| game.minimal_hand())
[INFO] [stdout]     |                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0583`.
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/aoc_2023/day_2.rs:185:19
[INFO] [stdout]     |
[INFO] [stdout] 185 |             .map(|g| g.minimal_hand())
[INFO] [stdout]     |                   ^  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 185 |             .map(|g: /* Type */| g.minimal_hand())
[INFO] [stdout]     |                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/aoc_2023/day_2.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |             .map(|h| h.power())
[INFO] [stdout]     |                   ^  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 186 |             .map(|h: /* Type */| h.power())
[INFO] [stdout]     |                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `advent_of_code` (lib) due to 16 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0282, E0425, E0433, E0583.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `advent_of_code` (lib test) due to 96 previous errors; 16 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "9fa977384cf4283e862cb07166931e21127021fc63dc792f65796e0973ae69b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9fa977384cf4283e862cb07166931e21127021fc63dc792f65796e0973ae69b0", kill_on_drop: false }`
[INFO] [stdout] 9fa977384cf4283e862cb07166931e21127021fc63dc792f65796e0973ae69b0
