[INFO] cloning repository https://github.com/ClashTheBunny/advent-of-code-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ClashTheBunny/advent-of-code-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FClashTheBunny%2Fadvent-of-code-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FClashTheBunny%2Fadvent-of-code-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ce671f961f54b3a5a2571a07f2bc9b740718095e
[INFO] documenting ClashTheBunny/advent-of-code-rust 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%2FClashTheBunny%2Fadvent-of-code-rust" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ClashTheBunny/advent-of-code-rust
[INFO] finished tweaking git repo https://github.com/ClashTheBunny/advent-of-code-rust
[INFO] tweaked toml for git repo https://github.com/ClashTheBunny/advent-of-code-rust written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ClashTheBunny/advent-of-code-rust 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/ClashTheBunny/advent-of-code-rust 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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 73e86a4a7906213f233e5e62ce68eda6174814503993f23974ef9e4cba28f28e
[INFO] running `Command { std: "docker" "start" "-a" "73e86a4a7906213f233e5e62ce68eda6174814503993f23974ef9e4cba28f28e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "73e86a4a7906213f233e5e62ce68eda6174814503993f23974ef9e4cba28f28e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "73e86a4a7906213f233e5e62ce68eda6174814503993f23974ef9e4cba28f28e", kill_on_drop: false }`
[INFO] [stdout] 73e86a4a7906213f233e5e62ce68eda6174814503993f23974ef9e4cba28f28e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] bc7ea3b9be10350c13f3f959bf2312b511cbb790e067da60842f46ee984b9a66
[INFO] running `Command { std: "docker" "start" "-a" "bc7ea3b9be10350c13f3f959bf2312b511cbb790e067da60842f46ee984b9a66", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking cached_proc_macro_types v0.1.1
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]     Checking aoc-runner v0.3.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling cached_proc_macro v0.23.0
[INFO] [stderr]     Checking cached v0.54.0
[INFO] [stderr]    Compiling aoc-runner-internal v0.1.0
[INFO] [stderr]    Compiling aoc-runner-derive v0.3.0
[INFO] [stderr]  Documenting advent-of-code-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: proc macro panicked
[INFO] [stdout]   --> src/lib.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | aoc_lib!{ year = 2024 }
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: failed to write infos from lib: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/year2024/day8.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[aoc(day8, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/year2024/day8.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[aoc(day8, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/year2024/day9.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[aoc(day9, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/year2024/day9.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[aoc(day9, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `advent-of-code-rust`
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "bc7ea3b9be10350c13f3f959bf2312b511cbb790e067da60842f46ee984b9a66", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc7ea3b9be10350c13f3f959bf2312b511cbb790e067da60842f46ee984b9a66", kill_on_drop: false }`
[INFO] [stdout] bc7ea3b9be10350c13f3f959bf2312b511cbb790e067da60842f46ee984b9a66
