[INFO] cloning repository https://github.com/Captainfl4me/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/Captainfl4me/aoc-2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCaptainfl4me%2Faoc-2023", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCaptainfl4me%2Faoc-2023'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 922853be43c2165a299c6f70f115405427ff0e4b
[INFO] documenting Captainfl4me/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%2FCaptainfl4me%2Faoc-2023" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Captainfl4me/aoc-2023
[INFO] finished tweaking git repo https://github.com/Captainfl4me/aoc-2023
[INFO] tweaked toml for git repo https://github.com/Captainfl4me/aoc-2023 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Captainfl4me/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/Captainfl4me/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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 780af4bbe0a26f2a95f6eb4f5beeecce554fc8136d1db07f83d1db86f9faaa38
[INFO] running `Command { std: "docker" "start" "-a" "780af4bbe0a26f2a95f6eb4f5beeecce554fc8136d1db07f83d1db86f9faaa38", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "780af4bbe0a26f2a95f6eb4f5beeecce554fc8136d1db07f83d1db86f9faaa38", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "780af4bbe0a26f2a95f6eb4f5beeecce554fc8136d1db07f83d1db86f9faaa38", kill_on_drop: false }`
[INFO] [stdout] 780af4bbe0a26f2a95f6eb4f5beeecce554fc8136d1db07f83d1db86f9faaa38
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] a80b6f32205d7ca2fe5b6bc0e43bfc95f61a630e6c5133fb07c94b8e1dbeebe3
[INFO] running `Command { std: "docker" "start" "-a" "a80b6f32205d7ca2fe5b6bc0e43bfc95f61a630e6c5133fb07c94b8e1dbeebe3", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling cc v1.0.94
[INFO] [stderr]    Compiling serde v1.0.198
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]    Compiling crc32fast v1.4.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling rustls-pki-types v1.4.1
[INFO] [stderr]     Checking getrandom v0.2.14
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling rustix v0.38.32
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling rustls v0.22.3
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling miniz_oxide v0.7.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling syn v2.0.58
[INFO] [stderr]    Compiling zeroize v1.7.0
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling flate2 v1.0.28
[INFO] [stderr]    Compiling anyhow v1.0.79
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]    Compiling webpki-roots v0.26.1
[INFO] [stderr]    Compiling filetime v0.2.23
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling matrixmultiply v0.3.8
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling directories v4.0.1
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling uuid v1.6.1
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling base16ct v0.1.1
[INFO] [stderr]    Compiling intel-mkl-tool v0.8.1
[INFO] [stderr]     Checking bytemuck v1.14.1
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]     Checking cblas-sys v0.1.4
[INFO] [stderr]     Checking lapack-sys v0.14.0
[INFO] [stderr]     Checking safe_arch v0.7.1
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking wide v0.7.14
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]  Documenting day-02 v0.1.0 (/opt/rustwide/workdir/day-02)
[INFO] [stderr]  Documenting day-17 v0.1.0 (/opt/rustwide/workdir/day-17)
[INFO] [stdout] error: couldn't read `day-17/src/../../aoc-2023-inputs/day-17/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> day-17/src/main.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let input = include_str!("../../aoc-2023-inputs/day-17/input.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `day-17`
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: couldn't read `day-02/src/../../aoc-2023-inputs/day-02/input.txt`: No such file or directory (os error 2)
[INFO] [stdout]  --> day-02/src/main.rs:2:17
[INFO] [stdout]   |
[INFO] [stdout] 2 |     let input = include_str!("../../aoc-2023-inputs/day-02/input.txt");
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `day-02`
[INFO] running `Command { std: "docker" "inspect" "a80b6f32205d7ca2fe5b6bc0e43bfc95f61a630e6c5133fb07c94b8e1dbeebe3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a80b6f32205d7ca2fe5b6bc0e43bfc95f61a630e6c5133fb07c94b8e1dbeebe3", kill_on_drop: false }`
[INFO] [stdout] a80b6f32205d7ca2fe5b6bc0e43bfc95f61a630e6c5133fb07c94b8e1dbeebe3
