[INFO] cloning repository https://github.com/Alexendoo/Advent-of-Code-2021
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Alexendoo/Advent-of-Code-2021" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlexendoo%2FAdvent-of-Code-2021", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlexendoo%2FAdvent-of-Code-2021'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 63058c06754535980c468951eb779d7fdb81c242
[INFO] documenting Alexendoo/Advent-of-Code-2021 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%2FAlexendoo%2FAdvent-of-Code-2021" "/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/Alexendoo/Advent-of-Code-2021
[INFO] finished tweaking git repo https://github.com/Alexendoo/Advent-of-Code-2021
[INFO] tweaked toml for git repo https://github.com/Alexendoo/Advent-of-Code-2021 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Alexendoo/Advent-of-Code-2021 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/Alexendoo/Advent-of-Code-2021 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] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[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] bc2a2bd63415fc562a6face9034ff707a0b621c4ea7467621e03372c791b950a
[INFO] running `Command { std: "docker" "start" "-a" "bc2a2bd63415fc562a6face9034ff707a0b621c4ea7467621e03372c791b950a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bc2a2bd63415fc562a6face9034ff707a0b621c4ea7467621e03372c791b950a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc2a2bd63415fc562a6face9034ff707a0b621c4ea7467621e03372c791b950a", kill_on_drop: false }`
[INFO] [stdout] bc2a2bd63415fc562a6face9034ff707a0b621c4ea7467621e03372c791b950a
[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] b35f034ac91617d0fa29cc4d62e5462a6f4099f4e861b3c2b8890e769fcfb763
[INFO] running `Command { std: "docker" "start" "-a" "b35f034ac91617d0fa29cc4d62e5462a6f4099f4e861b3c2b8890e769fcfb763", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.34
[INFO] [stderr]    Compiling syn v1.0.82
[INFO] [stderr]     Checking bytemuck v1.7.3
[INFO] [stderr]    Compiling typenum v1.14.0
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]    Compiling paste v1.0.6
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking fixedbitset v0.4.0
[INFO] [stderr]  Documenting day-04 v0.1.0 (/opt/rustwide/workdir/day-04)
[INFO] [stderr]  Documenting day-08 v0.1.0 (/opt/rustwide/workdir/day-08)
[INFO] [stderr]  Documenting day-16 v0.1.0 (/opt/rustwide/workdir/day-16)
[INFO] [stderr]  Documenting day-13 v0.1.0 (/opt/rustwide/workdir/day-13)
[INFO] [stderr]  Documenting day-25 v0.1.0 (/opt/rustwide/workdir/day-25)
[INFO] [stderr]  Documenting day-06 v0.1.0 (/opt/rustwide/workdir/day-06)
[INFO] [stderr]     Checking itertools v0.10.3
[INFO] [stderr]     Checking safe_arch v0.6.0
[INFO] [stderr]     Checking matrixmultiply v0.3.2
[INFO] [stderr]  Documenting day-23 v0.1.0 (/opt/rustwide/workdir/day-23)
[INFO] [stderr]  Documenting day-20 v0.1.0 (/opt/rustwide/workdir/day-20)
[INFO] [stderr]  Documenting day-10 v0.1.0 (/opt/rustwide/workdir/day-10)
[INFO] [stderr]  Documenting day-18 v0.1.0 (/opt/rustwide/workdir/day-18)
[INFO] [stderr]     Checking wide v0.7.3
[INFO] [stderr]  Documenting day-03 v0.1.0 (/opt/rustwide/workdir/day-03)
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling num-rational v0.4.0
[INFO] [stderr]  Documenting day-12 v0.1.0 (/opt/rustwide/workdir/day-12)
[INFO] [stderr]  Documenting day-14 v0.1.0 (/opt/rustwide/workdir/day-14)
[INFO] [stderr]  Documenting day-07 v0.1.0 (/opt/rustwide/workdir/day-07)
[INFO] [stderr]  Documenting day-11 v0.1.0 (/opt/rustwide/workdir/day-11)
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]  Documenting day-17 v0.1.0 (/opt/rustwide/workdir/day-17)
[INFO] [stderr]  Documenting day-02 v0.1.0 (/opt/rustwide/workdir/day-02)
[INFO] [stderr]  Documenting day-09 v0.1.0 (/opt/rustwide/workdir/day-09)
[INFO] [stderr]  Documenting day-05 v0.1.0 (/opt/rustwide/workdir/day-05)
[INFO] [stderr]     Checking petgraph v0.6.0
[INFO] [stderr]  Documenting day-01 v0.1.0 (/opt/rustwide/workdir/day-01)
[INFO] [stderr]  Documenting day-24 v0.1.0 (/opt/rustwide/workdir/day-24)
[INFO] [stderr]     Checking num-complex v0.4.0
[INFO] [stderr]     Checking approx v0.5.0
[INFO] [stderr]     Checking euclid v0.22.6
[INFO] [stderr]  Documenting day-22 v0.1.0 (/opt/rustwide/workdir/day-22)
[INFO] [stderr]     Checking simba v0.6.0
[INFO] [stderr]  Documenting day-15 v0.1.0 (/opt/rustwide/workdir/day-15)
[INFO] [stderr]    Compiling nalgebra-macros v0.1.0
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]  Documenting day-21 v0.1.0 (/opt/rustwide/workdir/day-21)
[INFO] [stderr]     Checking nalgebra v0.29.0
[INFO] [stderr]  Documenting day-19 v0.1.0 (/opt/rustwide/workdir/day-19)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.70s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/day_01/index.html and 24 other files
[INFO] running `Command { std: "docker" "inspect" "b35f034ac91617d0fa29cc4d62e5462a6f4099f4e861b3c2b8890e769fcfb763", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b35f034ac91617d0fa29cc4d62e5462a6f4099f4e861b3c2b8890e769fcfb763", kill_on_drop: false }`
[INFO] [stdout] b35f034ac91617d0fa29cc4d62e5462a6f4099f4e861b3c2b8890e769fcfb763
