[INFO] cloning repository https://github.com/AL1218AL/oxidized
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AL1218AL/oxidized" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAL1218AL%2Foxidized", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAL1218AL%2Foxidized'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0ccf391d85e3169127e582bb83ed981eff57c4b4
[INFO] documenting AL1218AL/oxidized 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%2FAL1218AL%2Foxidized" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AL1218AL/oxidized
[INFO] finished tweaking git repo https://github.com/AL1218AL/oxidized
[INFO] tweaked toml for git repo https://github.com/AL1218AL/oxidized written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AL1218AL/oxidized 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/AL1218AL/oxidized 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] f73ee282941489ffe6bd8cbe810e4d5dc53d2da983985a69f2bafb842d296bf9
[INFO] running `Command { std: "docker" "start" "-a" "f73ee282941489ffe6bd8cbe810e4d5dc53d2da983985a69f2bafb842d296bf9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f73ee282941489ffe6bd8cbe810e4d5dc53d2da983985a69f2bafb842d296bf9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f73ee282941489ffe6bd8cbe810e4d5dc53d2da983985a69f2bafb842d296bf9", kill_on_drop: false }`
[INFO] [stdout] f73ee282941489ffe6bd8cbe810e4d5dc53d2da983985a69f2bafb842d296bf9
[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] 20f45936ea405368c61f0f952ded3a0f81190ae9c9bb8b18e6f2ae0b17ad2a1b
[INFO] running `Command { std: "docker" "start" "-a" "20f45936ea405368c61f0f952ded3a0f81190ae9c9bb8b18e6f2ae0b17ad2a1b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]     Checking cfg-if v1.0.3
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking bitflags v2.9.4
[INFO] [stderr]     Checking str_indices v0.4.4
[INFO] [stderr]    Compiling core-text v0.1.0 (/opt/rustwide/workdir/crates/core-text)
[INFO] [stderr]     Checking tinyvec v1.10.0
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]     Checking unicode-width v0.2.1
[INFO] [stderr]    Compiling serde_core v1.0.227
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]     Checking ropey v1.6.1
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling litrs v0.4.2
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]    Compiling serde v1.0.227
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]     Checking toml_writer v1.0.3
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking regex-syntax v0.8.6
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking anstyle-query v1.1.4
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking deranged v0.5.3
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking clap_lex v0.7.5
[INFO] [stderr]     Checking anstream v0.6.20
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]     Checking time-core v0.1.6
[INFO] [stderr]     Checking nu-ansi-term v0.50.1
[INFO] [stderr]     Checking num-conv v0.1.0
[INFO] [stderr]     Checking clap_builder v4.5.47
[INFO] [stderr]  Documenting core-text v0.1.0 (/opt/rustwide/workdir/crates/core-text)
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stdout] warning: unclosed HTML tag `Segment`
[INFO] [stdout]  --> crates/core-text/src/segment.rs:5:42
[INFO] [stdout]   |
[INFO] [stdout] 5 | //! - Output: (normalized NFC String, Vec<Segment>) where each segment is a grapheme cluster
[INFO] [stdout]   |                                          ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]   |
[INFO] [stdout] 5 | //! - Output: (normalized NFC String, `Vec<Segment>`) where each segment is a grapheme cluster
[INFO] [stdout]   |                                       +            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking regex-automata v0.4.10
[INFO] [stderr]     Checking toml_parser v1.0.3
[INFO] [stderr]     Checking serde_spanned v1.0.2
[INFO] [stderr]     Checking toml_datetime v0.7.2
[INFO] [stderr]     Checking toml v0.9.7
[INFO] [stderr]     Checking time v0.3.43
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.227
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking core-state v0.1.0 (/opt/rustwide/workdir/crates/core-state)
[INFO] [stderr]     Checking core-keymap v0.1.0 (/opt/rustwide/workdir/crates/core-keymap)
[INFO] [stderr]     Checking tracing-subscriber v0.3.20
[INFO] [stderr]  Documenting core-state v0.1.0 (/opt/rustwide/workdir/crates/core-state)
[INFO] [stderr]  Documenting core-keymap v0.1.0 (/opt/rustwide/workdir/crates/core-keymap)
[INFO] [stderr]     Checking clap v4.5.47
[INFO] [stderr]     Checking core-model v0.1.0 (/opt/rustwide/workdir/crates/core-model)
[INFO] [stderr]  Documenting core-model v0.1.0 (/opt/rustwide/workdir/crates/core-model)
[INFO] [stderr]     Checking core-terminal v0.1.0 (/opt/rustwide/workdir/crates/core-terminal)
[INFO] [stdout] warning: unresolved link to `0`
[INFO] [stdout]    --> crates/core-state/src/lib.rs:376:75
[INFO] [stdout]     |
[INFO] [stdout] 376 |     /// Push a yank (non-destructive copy). Mirrors into unnamed and ring[0].
[INFO] [stdout]     |                                                                           ^ no item named `0` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting core-terminal v0.1.0 (/opt/rustwide/workdir/crates/core-terminal)
[INFO] [stderr]     Checking core-render v0.1.0 (/opt/rustwide/workdir/crates/core-render)
[INFO] [stderr]  Documenting core-render v0.1.0 (/opt/rustwide/workdir/crates/core-render)
[INFO] [stderr]     Checking core-config v0.1.0 (/opt/rustwide/workdir/crates/core-config)
[INFO] [stderr]  Documenting core-config v0.1.0 (/opt/rustwide/workdir/crates/core-config)
[INFO] [stderr]     Checking tracing-appender v0.2.3
[INFO] [stderr]     Checking core-events v0.1.0 (/opt/rustwide/workdir/crates/core-events)
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]  Documenting core-events v0.1.0 (/opt/rustwide/workdir/crates/core-events)
[INFO] [stderr]     Checking core-actions v0.1.0 (/opt/rustwide/workdir/crates/core-actions)
[INFO] [stderr]  Documenting core-plugin v0.1.0 (/opt/rustwide/workdir/crates/core-plugin)
[INFO] [stderr]  Documenting core-actions v0.1.0 (/opt/rustwide/workdir/crates/core-actions)
[INFO] [stderr]     Checking core-input v0.1.0 (/opt/rustwide/workdir/crates/core-input)
[INFO] [stderr]  Documenting core-input v0.1.0 (/opt/rustwide/workdir/crates/core-input)
[INFO] [stderr]  Documenting oxidized v0.1.0 (/opt/rustwide/workdir/crates/ox-bin)
[INFO] [stdout] warning: unclosed HTML tag `file`
[INFO] [stdout]  --> crates/core-actions/src/dispatcher/command.rs:1:46
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! Command line editing & execution (:q, :e <file>, :w).
[INFO] [stdout]   |                                              ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.45s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/core_actions/index.html and 11 other files
[INFO] running `Command { std: "docker" "inspect" "20f45936ea405368c61f0f952ded3a0f81190ae9c9bb8b18e6f2ae0b17ad2a1b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "20f45936ea405368c61f0f952ded3a0f81190ae9c9bb8b18e6f2ae0b17ad2a1b", kill_on_drop: false }`
[INFO] [stdout] 20f45936ea405368c61f0f952ded3a0f81190ae9c9bb8b18e6f2ae0b17ad2a1b
[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" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "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] 03fb72f4aed693a29cd300423f1dafcf5fe93bbc7f64ac097521970d37aa0869
[INFO] running `Command { std: "docker" "start" "-a" "03fb72f4aed693a29cd300423f1dafcf5fe93bbc7f64ac097521970d37aa0869", kill_on_drop: false }`
[INFO] [stderr] error: manifest path `/opt/rustwide/workdir/Cargo.toml` is a virtual manifest, but this command requires running against an actual package in this workspace
[INFO] running `Command { std: "docker" "inspect" "03fb72f4aed693a29cd300423f1dafcf5fe93bbc7f64ac097521970d37aa0869", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "03fb72f4aed693a29cd300423f1dafcf5fe93bbc7f64ac097521970d37aa0869", kill_on_drop: false }`
[INFO] [stdout] 03fb72f4aed693a29cd300423f1dafcf5fe93bbc7f64ac097521970d37aa0869
