[INFO] cloning repository https://github.com/rgodha24/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/rgodha24/aoc-2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frgodha24%2Faoc-2023", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frgodha24%2Faoc-2023'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 68538f668a30b586c3eb166b500b55ce2dc187fb
[INFO] documenting rgodha24/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%2Frgodha24%2Faoc-2023" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/rgodha24/aoc-2023
[INFO] finished tweaking git repo https://github.com/rgodha24/aoc-2023
[INFO] tweaked toml for git repo https://github.com/rgodha24/aoc-2023 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rgodha24/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/rgodha24/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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 3dc0111fc58a460db8d358ded04721e6d5204dfe4a8f2aeb52e96aac148682eb
[INFO] running `Command { std: "docker" "start" "-a" "3dc0111fc58a460db8d358ded04721e6d5204dfe4a8f2aeb52e96aac148682eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3dc0111fc58a460db8d358ded04721e6d5204dfe4a8f2aeb52e96aac148682eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3dc0111fc58a460db8d358ded04721e6d5204dfe4a8f2aeb52e96aac148682eb", kill_on_drop: false }`
[INFO] [stdout] 3dc0111fc58a460db8d358ded04721e6d5204dfe4a8f2aeb52e96aac148682eb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 9a44aabab2fef1f7379077bc3c1a78fba48a211f56b86a77bd9c47dd55f392ee
[INFO] running `Command { std: "docker" "start" "-a" "9a44aabab2fef1f7379077bc3c1a78fba48a211f56b86a77bd9c47dd55f392ee", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.70
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]    Compiling semver v1.0.20
[INFO] [stderr]    Compiling crossbeam-utils v0.8.17
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]     Checking futures-sink v0.3.29
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling gmp-mpfr-sys v1.6.4
[INFO] [stderr]     Checking futures-io v0.3.29
[INFO] [stderr]    Compiling portable-atomic v1.5.1
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]    Compiling az v1.2.1
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking unicode-width v0.1.11
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling relative-path v1.9.0
[INFO] [stderr]    Compiling rug v1.24.1
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling rustc_version v0.4.0
[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 crossbeam-epoch v0.9.16
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]     Checking console v0.15.7
[INFO] [stderr]    Compiling rstest_macros v0.18.2
[INFO] [stderr]     Checking number_prefix v0.4.0
[INFO] [stderr]     Checking futures-timer v3.0.2
[INFO] [stderr]     Checking itertools v0.12.0
[INFO] [stderr]     Checking colored v2.1.0
[INFO] [stderr]     Checking pico-args v0.5.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.4
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.40
[INFO] [stderr]     Checking num-complex v0.4.4
[INFO] [stderr]     Checking rayon v1.8.0
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]     Checking num v0.4.1
[INFO] [stderr]     Checking indicatif v0.17.7
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling futures-macro v0.3.29
[INFO] [stderr]     Checking futures-executor v0.3.29
[INFO] [stderr]     Checking futures v0.3.29
[INFO] [stderr]     Checking rstest v0.18.2
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "9a44aabab2fef1f7379077bc3c1a78fba48a211f56b86a77bd9c47dd55f392ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a44aabab2fef1f7379077bc3c1a78fba48a211f56b86a77bd9c47dd55f392ee", kill_on_drop: false }`
[INFO] [stdout] 9a44aabab2fef1f7379077bc3c1a78fba48a211f56b86a77bd9c47dd55f392ee
