[INFO] cloning repository https://github.com/0xrjman/rutils
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/0xrjman/rutils" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xrjman%2Frutils", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xrjman%2Frutils'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4cb31220fe9a32da809a1b85541e9b323300dcdf
[INFO] documenting 0xrjman/rutils against beta-2025-09-21 for beta-rustdoc-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xrjman%2Frutils" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/0xrjman/rutils
[INFO] finished tweaking git repo https://github.com/0xrjman/rutils
[INFO] tweaked toml for git repo https://github.com/0xrjman/rutils written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/0xrjman/rutils on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/0xrjman/rutils 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-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c1c93c6e133bc058f41c68fe8bcfa24897591f23e9618b1ea6d7ae158140380d
[INFO] running `Command { std: "docker" "start" "-a" "c1c93c6e133bc058f41c68fe8bcfa24897591f23e9618b1ea6d7ae158140380d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c1c93c6e133bc058f41c68fe8bcfa24897591f23e9618b1ea6d7ae158140380d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1c93c6e133bc058f41c68fe8bcfa24897591f23e9618b1ea6d7ae158140380d", kill_on_drop: false }`
[INFO] [stdout] c1c93c6e133bc058f41c68fe8bcfa24897591f23e9618b1ea6d7ae158140380d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 52729a4d33703fd9fca0f28231c6e89bbc1a60a499de99f131036be45893ae4d
[INFO] running `Command { std: "docker" "start" "-a" "52729a4d33703fd9fca0f28231c6e89bbc1a60a499de99f131036be45893ae4d", kill_on_drop: false }`
[INFO] [stderr]    Compiling target-lexicon v0.12.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.46
[INFO] [stderr]    Compiling once_cell v1.15.0
[INFO] [stderr]    Compiling libc v0.2.135
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling syn v1.0.102
[INFO] [stderr]     Checking unindent v0.1.10
[INFO] [stderr]    Compiling indoc v1.0.7
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling pyo3-build-config v0.17.2
[INFO] [stderr]     Checking parking_lot_core v0.9.3
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]    Compiling pyo3-ffi v0.17.2
[INFO] [stderr]    Compiling pyo3 v0.17.2
[INFO] [stderr]    Compiling pyo3-macros-backend v0.17.2
[INFO] [stderr]    Compiling pyo3-macros v0.17.2
[INFO] [stderr]  Documenting rutils v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/rutils/index.html
[INFO] running `Command { std: "docker" "inspect" "52729a4d33703fd9fca0f28231c6e89bbc1a60a499de99f131036be45893ae4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "52729a4d33703fd9fca0f28231c6e89bbc1a60a499de99f131036be45893ae4d", kill_on_drop: false }`
[INFO] [stdout] 52729a4d33703fd9fca0f28231c6e89bbc1a60a499de99f131036be45893ae4d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4bb12738a0fd22f03de400b02e2d9ea4248be44cfcaa53ff434cb2cb20eaa212
[INFO] running `Command { std: "docker" "start" "-a" "4bb12738a0fd22f03de400b02e2d9ea4248be44cfcaa53ff434cb2cb20eaa212", kill_on_drop: false }`
[INFO] [stderr]  Documenting rutils v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/rutils/index.html
[INFO] running `Command { std: "docker" "inspect" "4bb12738a0fd22f03de400b02e2d9ea4248be44cfcaa53ff434cb2cb20eaa212", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4bb12738a0fd22f03de400b02e2d9ea4248be44cfcaa53ff434cb2cb20eaa212", kill_on_drop: false }`
[INFO] [stdout] 4bb12738a0fd22f03de400b02e2d9ea4248be44cfcaa53ff434cb2cb20eaa212
