[INFO] cloning repository https://github.com/Boingboingsplat/aoc-2023
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Boingboingsplat/aoc-2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBoingboingsplat%2Faoc-2023", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBoingboingsplat%2Faoc-2023'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 130d55673137949408d1093ac7ff09631d6a5e9d
[INFO] checking Boingboingsplat/aoc-2023 against master#779e19d8baa3e3625bd4fc5c85cbb2ad47b43155 for pr-147589-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBoingboingsplat%2Faoc-2023" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Boingboingsplat/aoc-2023
[INFO] finished tweaking git repo https://github.com/Boingboingsplat/aoc-2023
[INFO] tweaked toml for git repo https://github.com/Boingboingsplat/aoc-2023 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Boingboingsplat/aoc-2023 on toolchain 779e19d8baa3e3625bd4fc5c85cbb2ad47b43155
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Boingboingsplat/aoc-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" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b28c2e5e44b7dd4772cd499a4e58a258d3786b6204b6654419dc5540a111537a
[INFO] running `Command { std: "docker" "start" "-a" "b28c2e5e44b7dd4772cd499a4e58a258d3786b6204b6654419dc5540a111537a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b28c2e5e44b7dd4772cd499a4e58a258d3786b6204b6654419dc5540a111537a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b28c2e5e44b7dd4772cd499a4e58a258d3786b6204b6654419dc5540a111537a", kill_on_drop: false }`
[INFO] [stdout] b28c2e5e44b7dd4772cd499a4e58a258d3786b6204b6654419dc5540a111537a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3a25b847076d812365d7028abb46c4133c3187403be41a1c5769be1f36bfe14d
[INFO] running `Command { std: "docker" "start" "-a" "3a25b847076d812365d7028abb46c4133c3187403be41a1c5769be1f36bfe14d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking either v1.10.0
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking quote v1.0.35
[INFO] [stderr]     Checking syn v2.0.58
[INFO] [stderr]     Checking aoc_macro v0.1.0 (/opt/rustwide/workdir/aoc_macro)
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]     Checking aoc v0.1.0 (/opt/rustwide/workdir/aoc)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> aoc/src/grid.rs:355:17
[INFO] [stdout]     |
[INFO] [stdout] 355 |     pub fn iter(&self) -> GridIter<T> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 355 |     pub fn iter(&self) -> GridIter<'_, T> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> aoc/src/grid.rs:387:27
[INFO] [stdout]     |
[INFO] [stdout] 387 |     pub fn neighbors_iter(&self, point: &Point) -> GridNeighbors<T> {
[INFO] [stdout]     |                           ^^^^^                    ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 387 |     pub fn neighbors_iter(&self, point: &Point) -> GridNeighbors<'_, T> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> aoc/src/grid.rs:430:23
[INFO] [stdout]     |
[INFO] [stdout] 430 |     pub fn ortho_iter(&self, point: &Point) -> GridNeighbors<T> {
[INFO] [stdout]     |                       ^^^^^                    ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 430 |     pub fn ortho_iter(&self, point: &Point) -> GridNeighbors<'_, T> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> aoc/src/grid.rs:466:24
[INFO] [stdout]     |
[INFO] [stdout] 466 |     pub fn linear_iter(&self, start: Point, dir: Direction) -> GridLinearIter<T> {
[INFO] [stdout]     |                        ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 466 |     pub fn linear_iter(&self, start: Point, dir: Direction) -> GridLinearIter<'_, T> {
[INFO] [stdout]     |                                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> aoc/src/grid.rs:501:21
[INFO] [stdout]     |
[INFO] [stdout] 501 |     pub fn row_iter(&self, row: usize) -> GridLinearIter<T> {
[INFO] [stdout]     |                     ^^^^^                 ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 501 |     pub fn row_iter(&self, row: usize) -> GridLinearIter<'_, T> {
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> aoc/src/grid.rs:536:21
[INFO] [stdout]     |
[INFO] [stdout] 536 |     pub fn col_iter(&self, col: usize) -> GridLinearIter<T> {
[INFO] [stdout]     |                     ^^^^^                 ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 536 |     pub fn col_iter(&self, col: usize) -> GridLinearIter<'_, T> {
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> aoc/src/grid.rs:355:17
[INFO] [stdout]     |
[INFO] [stdout] 355 |     pub fn iter(&self) -> GridIter<T> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 355 |     pub fn iter(&self) -> GridIter<'_, T> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> aoc/src/grid.rs:387:27
[INFO] [stdout]     |
[INFO] [stdout] 387 |     pub fn neighbors_iter(&self, point: &Point) -> GridNeighbors<T> {
[INFO] [stdout]     |                           ^^^^^                    ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 387 |     pub fn neighbors_iter(&self, point: &Point) -> GridNeighbors<'_, T> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> aoc/src/grid.rs:430:23
[INFO] [stdout]     |
[INFO] [stdout] 430 |     pub fn ortho_iter(&self, point: &Point) -> GridNeighbors<T> {
[INFO] [stdout]     |                       ^^^^^                    ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 430 |     pub fn ortho_iter(&self, point: &Point) -> GridNeighbors<'_, T> {
[INFO] [stdout]     |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> aoc/src/grid.rs:466:24
[INFO] [stdout]     |
[INFO] [stdout] 466 |     pub fn linear_iter(&self, start: Point, dir: Direction) -> GridLinearIter<T> {
[INFO] [stdout]     |                        ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 466 |     pub fn linear_iter(&self, start: Point, dir: Direction) -> GridLinearIter<'_, T> {
[INFO] [stdout]     |                                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> aoc/src/grid.rs:501:21
[INFO] [stdout]     |
[INFO] [stdout] 501 |     pub fn row_iter(&self, row: usize) -> GridLinearIter<T> {
[INFO] [stdout]     |                     ^^^^^                 ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 501 |     pub fn row_iter(&self, row: usize) -> GridLinearIter<'_, T> {
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> aoc/src/grid.rs:536:21
[INFO] [stdout]     |
[INFO] [stdout] 536 |     pub fn col_iter(&self, col: usize) -> GridLinearIter<T> {
[INFO] [stdout]     |                     ^^^^^                 ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 536 |     pub fn col_iter(&self, col: usize) -> GridLinearIter<'_, T> {
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking day_12 v0.1.0 (/opt/rustwide/workdir/day_12)
[INFO] [stderr]     Checking day_11 v0.1.0 (/opt/rustwide/workdir/day_11)
[INFO] [stderr]     Checking day_10 v0.1.0 (/opt/rustwide/workdir/day_10)
[INFO] [stderr]     Checking day_17 v0.1.0 (/opt/rustwide/workdir/day_17)
[INFO] [stderr]     Checking day_02 v0.1.0 (/opt/rustwide/workdir/day_02)
[INFO] [stderr]     Checking day_15 v0.1.0 (/opt/rustwide/workdir/day_15)
[INFO] [stderr]     Checking day_21 v0.1.0 (/opt/rustwide/workdir/day_21)
[INFO] [stderr]     Checking day_13 v0.1.0 (/opt/rustwide/workdir/day_13)
[INFO] [stderr]     Checking day_14 v0.1.0 (/opt/rustwide/workdir/day_14)
[INFO] [stderr]     Checking day_22 v0.1.0 (/opt/rustwide/workdir/day_22)
[INFO] [stderr]     Checking day_16 v0.1.0 (/opt/rustwide/workdir/day_16)
[INFO] [stderr]     Checking day_03 v0.1.0 (/opt/rustwide/workdir/day_03)
[INFO] [stderr]     Checking day_05 v0.1.0 (/opt/rustwide/workdir/day_05)
[INFO] [stderr]     Checking day_18 v0.1.0 (/opt/rustwide/workdir/day_18)
[INFO] [stdout] error: couldn't read `day_15/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> day_15/src/main.rs:95:17
[INFO] [stdout]    |
[INFO] [stdout] 95 |     let input = include_str!("input.txt");
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `day_10/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> day_10/src/main.rs:180:17
[INFO] [stdout]     |
[INFO] [stdout] 180 |     let input = include_str!("input.txt");
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `day_18/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> day_18/src/main.rs:48:17
[INFO] [stdout]    |
[INFO] [stdout] 48 |     let input = include_str!("input.txt");
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `day_02/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> day_02/src/main.rs:64:17
[INFO] [stdout]    |
[INFO] [stdout] 64 |     let input = include_str!("input.txt");
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `day_17/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> day_17/src/main.rs:179:17
[INFO] [stdout]     |
[INFO] [stdout] 179 |     let input = include_str!("input.txt");
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `day_15` (bin "day_15") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: couldn't read `day_12/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> day_12/src/main.rs:100:17
[INFO] [stdout]     |
[INFO] [stdout] 100 |     let input = include_str!("input.txt");
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `day_05/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> day_05/src/main.rs:80:17
[INFO] [stdout]    |
[INFO] [stdout] 80 |     let input = include_str!("input.txt");
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `day_14/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> day_14/src/main.rs:165:17
[INFO] [stdout]     |
[INFO] [stdout] 165 |     let input = include_str!("input.txt");
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `day_12/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> day_12/src/main.rs:100:17
[INFO] [stdout]     |
[INFO] [stdout] 100 |     let input = include_str!("input.txt");
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `day_22/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> day_22/src/main.rs:308:17
[INFO] [stdout]     |
[INFO] [stdout] 308 |     let input = include_str!("input.txt");
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `day_16/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> day_16/src/main.rs:100:17
[INFO] [stdout]     |
[INFO] [stdout] 100 |     let input = include_str!("input.txt");
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `day_21/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> day_21/src/main.rs:104:17
[INFO] [stdout]     |
[INFO] [stdout] 104 |     let input = include_str!("input.txt");
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `day_21/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> day_21/src/main.rs:104:17
[INFO] [stdout]     |
[INFO] [stdout] 104 |     let input = include_str!("input.txt");
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `day_02` (bin "day_02") due to 1 previous error
[INFO] [stdout] warning: unused imports: `BTreeMap`, `HashMap`, and `HashSet`
[INFO] [stdout]  --> day_22/src/main.rs:1:25
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{collections::{BTreeMap, HashMap, HashSet, VecDeque}, ops::{Add, Div, Mul, Sub}, str::FromStr};
[INFO] [stdout]   |                         ^^^^^^^^  ^^^^^^^  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `day_18` (bin "day_18" test) due to 1 previous error
[INFO] [stdout] error: couldn't read `day_11/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> day_11/src/main.rs:52:17
[INFO] [stdout]    |
[INFO] [stdout] 52 |     let input = include_str!("input.txt");
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `day_10` (bin "day_10" test) due to 1 previous error
[INFO] [stdout] error: couldn't read `day_13/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> day_13/src/main.rs:87:17
[INFO] [stdout]    |
[INFO] [stdout] 87 |     let input = include_str!("input.txt");
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `day_12` (bin "day_12" test) due to 1 previous error
[INFO] [stderr] error: could not compile `day_14` (bin "day_14") due to 1 previous error
[INFO] [stderr] error: could not compile `day_12` (bin "day_12") due to 1 previous error
[INFO] [stderr] error: could not compile `day_17` (bin "day_17" test) due to 1 previous error
[INFO] [stdout] error: couldn't read `day_03/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> day_03/src/main.rs:73:17
[INFO] [stdout]    |
[INFO] [stdout] 73 |     let input = include_str!("input.txt");
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `day_11` (bin "day_11" test) due to 1 previous error
[INFO] [stderr] error: could not compile `day_13` (bin "day_13" test) due to 1 previous error
[INFO] [stderr] error: could not compile `day_21` (bin "day_21" test) due to 1 previous error
[INFO] [stderr] error: could not compile `day_05` (bin "day_05" test) due to 1 previous error
[INFO] [stderr] error: could not compile `day_03` (bin "day_03") due to 1 previous error
[INFO] [stderr] error: could not compile `day_21` (bin "day_21") due to 1 previous error
[INFO] [stderr] error: could not compile `day_16` (bin "day_16") due to 1 previous error
[INFO] [stderr] error: could not compile `day_22` (bin "day_22") due to 1 previous error; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "3a25b847076d812365d7028abb46c4133c3187403be41a1c5769be1f36bfe14d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3a25b847076d812365d7028abb46c4133c3187403be41a1c5769be1f36bfe14d", kill_on_drop: false }`
[INFO] [stdout] 3a25b847076d812365d7028abb46c4133c3187403be41a1c5769be1f36bfe14d
