[INFO] cloning repository https://github.com/Busata/advent_of_code
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Busata/advent_of_code" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBusata%2Fadvent_of_code", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBusata%2Fadvent_of_code'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dd4c73da9429fc051759c621f6d2430863c45cfa
[INFO] documenting Busata/advent_of_code 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%2FBusata%2Fadvent_of_code" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Busata/advent_of_code
[INFO] finished tweaking git repo https://github.com/Busata/advent_of_code
[INFO] tweaked toml for git repo https://github.com/Busata/advent_of_code written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Busata/advent_of_code 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/Busata/advent_of_code 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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] b09164bdb6f91572544b99673a54bdc4e552e1e803709952b1907ad0f1bc2d5a
[INFO] running `Command { std: "docker" "start" "-a" "b09164bdb6f91572544b99673a54bdc4e552e1e803709952b1907ad0f1bc2d5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b09164bdb6f91572544b99673a54bdc4e552e1e803709952b1907ad0f1bc2d5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b09164bdb6f91572544b99673a54bdc4e552e1e803709952b1907ad0f1bc2d5a", kill_on_drop: false }`
[INFO] [stdout] b09164bdb6f91572544b99673a54bdc4e552e1e803709952b1907ad0f1bc2d5a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] cfc8215dbdf9d485e25ccc21b4c4a9af7b630d767f646da7f461fe55a1a8a624
[INFO] running `Command { std: "docker" "start" "-a" "cfc8215dbdf9d485e25ccc21b4c4a9af7b630d767f646da7f461fe55a1a8a624", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.151
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.70
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]    Compiling priority-queue v1.3.2
[INFO] [stderr]    Compiling ahash v0.7.7
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]     Checking crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking getrandom v0.2.11
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking rayon v1.8.0
[INFO] [stderr]     Checking lru v0.7.8
[INFO] [stderr]    Compiling memoize-inner v0.4.0
[INFO] [stderr]     Checking memoize v0.4.1
[INFO] [stderr]  Documenting advent_of_code v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking advent_of_code v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]   --> src/bin/2023_08.rs:88:16
[INFO] [stdout]    |
[INFO] [stdout] 88 |             if (current_node == "ZZZ") {
[INFO] [stdout]    |                ^                     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 88 -             if (current_node == "ZZZ") {
[INFO] [stdout] 88 +             if current_node == "ZZZ"  {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::helpers::add_direction`
[INFO] [stdout]  --> src/bin/2023_16.rs:7:22
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::helpers::{add_direction, Grid2D};
[INFO] [stdout]   |                      ^^^^^^^^^^^^^ no `add_direction` in `helpers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: struct takes 0 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> src/bin/2023_16.rs:56:45
[INFO] [stdout]    |
[INFO] [stdout] 56 | fn calculate_energized_fields(mirror_grid: &Grid2D<char>, beam: Beam) -> usize {
[INFO] [stdout]    |                                             ^^^^^^------ help: remove the unnecessary generics
[INFO] [stdout]    |                                             |
[INFO] [stdout]    |                                             expected 0 generic arguments
[INFO] [stdout]    |
[INFO] [stdout] note: struct defined here, with 0 generic parameters
[INFO] [stdout]   --> src/bin/helpers/mod.rs:4:12
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct Grid2D {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0107, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0107`.
[INFO] [stdout] 
[INFO] [stderr] error: could not document `advent_of_code`
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "cfc8215dbdf9d485e25ccc21b4c4a9af7b630d767f646da7f461fe55a1a8a624", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cfc8215dbdf9d485e25ccc21b4c4a9af7b630d767f646da7f461fe55a1a8a624", kill_on_drop: false }`
[INFO] [stdout] cfc8215dbdf9d485e25ccc21b4c4a9af7b630d767f646da7f461fe55a1a8a624
