[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] documenting Boingboingsplat/aoc-2023 against beta-2025-10-28 for beta-1.92-rustdoc-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBoingboingsplat%2Faoc-2023" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/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-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Boingboingsplat/aoc-2023 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0efaff97c141553e654dca5a105bddecb695b68a0d0f4da1e354ff2fce2cbbb1
[INFO] running `Command { std: "docker" "start" "-a" "0efaff97c141553e654dca5a105bddecb695b68a0d0f4da1e354ff2fce2cbbb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0efaff97c141553e654dca5a105bddecb695b68a0d0f4da1e354ff2fce2cbbb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0efaff97c141553e654dca5a105bddecb695b68a0d0f4da1e354ff2fce2cbbb1", kill_on_drop: false }`
[INFO] [stdout] 0efaff97c141553e654dca5a105bddecb695b68a0d0f4da1e354ff2fce2cbbb1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 05d63279c01cf72ae2e7c582360904291a83abc5cb0fe98d4ee299e6762a3835
[INFO] running `Command { std: "docker" "start" "-a" "05d63279c01cf72ae2e7c582360904291a83abc5cb0fe98d4ee299e6762a3835", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[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]    Compiling syn v1.0.109
[INFO] [stderr]  Documenting aoc_macro v0.1.0 (/opt/rustwide/workdir/aoc_macro)
[INFO] [stderr]    Compiling 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] [stderr]  Documenting 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] [stderr]  Documenting day_12 v0.1.0 (/opt/rustwide/workdir/day_12)
[INFO] [stderr]  Documenting day_06 v0.1.0 (/opt/rustwide/workdir/day_06)
[INFO] [stderr]  Documenting day_11 v0.1.0 (/opt/rustwide/workdir/day_11)
[INFO] [stderr]  Documenting day_05 v0.1.0 (/opt/rustwide/workdir/day_05)
[INFO] [stderr]  Documenting day_18 v0.1.0 (/opt/rustwide/workdir/day_18)
[INFO] [stderr]  Documenting day_22 v0.1.0 (/opt/rustwide/workdir/day_22)
[INFO] [stderr]  Documenting day_14 v0.1.0 (/opt/rustwide/workdir/day_14)
[INFO] [stderr]  Documenting day_10 v0.1.0 (/opt/rustwide/workdir/day_10)
[INFO] [stderr]  Documenting day_08 v0.1.0 (/opt/rustwide/workdir/day_08)
[INFO] [stderr]  Documenting day_19 v0.1.0 (/opt/rustwide/workdir/day_19)
[INFO] [stderr]  Documenting day_15 v0.1.0 (/opt/rustwide/workdir/day_15)
[INFO] [stderr]  Documenting day_04 v0.1.0 (/opt/rustwide/workdir/day_04)
[INFO] [stderr]  Documenting day_16 v0.1.0 (/opt/rustwide/workdir/day_16)
[INFO] [stderr]  Documenting day_21 v0.1.0 (/opt/rustwide/workdir/day_21)
[INFO] [stderr]  Documenting day_01 v0.1.0 (/opt/rustwide/workdir/day_01)
[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_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_08/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> day_08/src/main.rs:116:17
[INFO] [stdout]     |
[INFO] [stdout] 116 |     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_19/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]    --> day_19/src/main.rs:199:17
[INFO] [stdout]     |
[INFO] [stdout] 199 |     let input = include_str!("input.txt");
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[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] [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] [stderr] error: could not document `day_19`
[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] [stderr] warning: build failed, waiting for other jobs to finish...
[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_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] [stderr] error: could not document `day_08`
[INFO] [stderr] error: could not document `day_11`
[INFO] [stderr] error: could not document `day_15`
[INFO] [stderr] error: could not document `day_18`
[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] [stderr] error: could not document `day_10`
[INFO] [stderr] error: could not document `day_22`
[INFO] [stdout] error: couldn't read `day_06/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> day_06/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 document `day_05`
[INFO] [stdout] error: couldn't read `day_04/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> day_04/src/main.rs:67:17
[INFO] [stdout]    |
[INFO] [stdout] 67 |     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 document `day_04`
[INFO] [stderr] error: could not document `day_16`
[INFO] [stdout] error: couldn't read `day_01/src/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]   --> day_01/src/main.rs:51:17
[INFO] [stdout]    |
[INFO] [stdout] 51 |     let input = include_str!("input.txt");
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `day_21`
[INFO] [stderr] error: could not document `day_12`
[INFO] [stderr] error: could not document `day_06`
[INFO] [stderr] error: could not document `day_01`
[INFO] [stderr] error: could not document `day_14`
[INFO] running `Command { std: "docker" "inspect" "05d63279c01cf72ae2e7c582360904291a83abc5cb0fe98d4ee299e6762a3835", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "05d63279c01cf72ae2e7c582360904291a83abc5cb0fe98d4ee299e6762a3835", kill_on_drop: false }`
[INFO] [stdout] 05d63279c01cf72ae2e7c582360904291a83abc5cb0fe98d4ee299e6762a3835
