[INFO] fetching crate processkit 3.3.4...
[INFO] documenting processkit-3.3.4 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate processkit 3.3.4 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate processkit 3.3.4
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate processkit 3.3.4
[INFO] tweaked toml for crates.io crate processkit 3.3.4 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate processkit 3.3.4 on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate processkit 3.3.4 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" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c6597bb97aa5e9f6de8c32a87e354ab923e52a6540b86b545bd511f1ef0831e8
[INFO] running `Command { std: "docker" "start" "c6597bb97aa5e9f6de8c32a87e354ab923e52a6540b86b545bd511f1ef0831e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c6597bb97aa5e9f6de8c32a87e354ab923e52a6540b86b545bd511f1ef0831e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c6597bb97aa5e9f6de8c32a87e354ab923e52a6540b86b545bd511f1ef0831e8" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c6597bb97aa5e9f6de8c32a87e354ab923e52a6540b86b545bd511f1ef0831e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c6597bb97aa5e9f6de8c32a87e354ab923e52a6540b86b545bd511f1ef0831e8" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v3.0.2
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]    Compiling thiserror v2.0.20
[INFO] [stderr]    Compiling mutants v0.0.4
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking socket2 v0.6.4
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]    Compiling async-trait v0.1.92
[INFO] [stderr]     Checking tokio-util v0.7.19
[INFO] [stderr]     Checking tokio-stream v0.1.19
[INFO] [stderr]  Documenting processkit v3.3.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `Command::use_pty`
[INFO] [stdout]    --> src/pipeline.rs:573:21
[INFO] [stdout]     |
[INFO] [stdout] 573 |     /// [`use_pty`](Command::use_pty) on a non-final stage stays a pre-spawn
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^ the struct `Command` has no field or associated item named `use_pty`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `ScriptedProc::has_exited_now`
[INFO] [stdout]    --> src/running/scripted.rs:168:28
[INFO] [stdout]     |
[INFO] [stdout] 168 |     /// [`has_exited_now`](ScriptedProc::has_exited_now).
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `ScriptedProc` has no field or associated item named `has_exited_now`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Self::rollback_pty_spawn`
[INFO] [stdout]     --> src/sys/pgroup.rs:1147:32
[INFO] [stdout]      |
[INFO] [stdout] 1147 |     /// [`rollback_pty_spawn`](Self::rollback_pty_spawn) needs if the PTY setup that
[INFO] [stdout]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^ the struct `ProcessGroup` has no field or associated item named `rollback_pty_spawn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `ProcessGroup::rollback_pty_spawn`
[INFO] [stdout]     --> src/sys/pgroup.rs:1698:8
[INFO] [stdout]      |
[INFO] [stdout] 1698 | /// ([`ProcessGroup::rollback_pty_spawn`]), which must land *before* the tracked id
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `ProcessGroup` has no field or associated item named `rollback_pty_spawn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Self::rollback_pty_spawn`
[INFO] [stdout]    --> src/sys/linux.rs:155:32
[INFO] [stdout]     |
[INFO] [stdout] 155 |     /// [`rollback_pty_spawn`](Self::rollback_pty_spawn) needs if the PTY setup that
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Job` has no field or associated item named `rollback_pty_spawn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Job::rollback_pty_spawn`
[INFO] [stdout]     --> src/sys/linux.rs:1066:26
[INFO] [stdout]      |
[INFO] [stdout] 1066 | /// kernel operation — [`Job::rollback_pty_spawn`] is its one user today. It is also
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^^^^^^^^^ the struct `Job` has no field or associated item named `rollback_pty_spawn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Cgroup::enable_controllers`
[INFO] [stdout]     --> src/sys/linux.rs:1082:42
[INFO] [stdout]      |
[INFO] [stdout] 1082 | /// limit interface files appear — see [`Cgroup::enable_controllers`]), so no
[INFO] [stdout]      |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Cgroup` has no field or associated item named `enable_controllers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Cgroup::limit_evidence`
[INFO] [stdout]     --> src/sys/linux.rs:1085:37
[INFO] [stdout]      |
[INFO] [stdout] 1085 | /// caps there constrain and what [`Cgroup::limit_evidence`] reads back.
[INFO] [stdout]      |                                     ^^^^^^^^^^^^^^^^^^^^^^ the struct `Cgroup` has no field or associated item named `limit_evidence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Job::rollback_pty_spawn`
[INFO] [stdout]     --> src/sys/linux.rs:1260:39
[INFO] [stdout]      |
[INFO] [stdout] 1260 |     /// later rollback is lost (see [`Job::rollback_pty_spawn`]).
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^^^^^^^^^^ the struct `Job` has no field or associated item named `rollback_pty_spawn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Self::stats_with_seams`
[INFO] [stdout]     --> src/sys/linux.rs:1763:30
[INFO] [stdout]      |
[INFO] [stdout] 1763 |     /// [`stats_with_seams`](Self::stats_with_seams)) at two passes for a whole
[INFO] [stdout]      |                              ^^^^^^^^^^^^^^^^^^^^^^ the struct `Cgroup` has no field or associated item named `stats_with_seams`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Self::stats`
[INFO] [stdout]     --> src/sys/linux.rs:1791:44
[INFO] [stdout]      |
[INFO] [stdout] 1791 |     /// Unlike the identity-safe [`stats`](Self::stats) fold — which pins and
[INFO] [stdout]      |                                            ^^^^^^^^^^^ the struct `Cgroup` has no field or associated item named `stats`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.72s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/processkit/index.html
[INFO] running `Command { std: "docker" "inspect" "c6597bb97aa5e9f6de8c32a87e354ab923e52a6540b86b545bd511f1ef0831e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c6597bb97aa5e9f6de8c32a87e354ab923e52a6540b86b545bd511f1ef0831e8" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling mockall_derive v0.15.0
[INFO] [stderr]     Checking predicates-core v1.0.10
[INFO] [stderr]     Checking termtree v0.5.1
[INFO] [stderr]    Compiling mockall v0.15.0
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]     Checking fragile v2.1.0
[INFO] [stderr]     Checking downcast v0.11.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]     Checking predicates-tree v1.0.13
[INFO] [stderr]     Checking predicates v3.1.4
[INFO] [stderr]     Checking rapidhash v4.5.1
[INFO] [stderr]     Checking metrics v0.24.6
[INFO] [stderr]     Checking serde_json v1.0.151
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking tokio-util v0.7.19
[INFO] [stderr]     Checking tokio-stream v0.1.19
[INFO] [stderr]  Documenting processkit v3.3.4 (/opt/rustwide/workdir)
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/cassette.rs:50:1
[INFO] [stdout]    |
[INFO] [stdout] 50 | / pub enum CassetteField {
[INFO] [stdout] 51 | |     /// One command-line argument.
[INFO] [stdout] 52 | |     Argument,
[INFO] [stdout] 53 | |     /// The configured working directory.
[INFO] [stdout] ...  |
[INFO] [stdout] 58 | |     Stderr,
[INFO] [stdout] 59 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Record/replay cassette runner (enabled by the `record` feature).`
[INFO] [stdout]    = help: ends near `A secret-bearing text field passed to a cassette scrub hook.`
[INFO] [stdout]    = note: `#[deny(rustdoc::unportable_markdown)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/cassette.rs:50:1
[INFO] [stdout]    |
[INFO] [stdout] 50 | / pub enum CassetteField {
[INFO] [stdout] 51 | |     /// One command-line argument.
[INFO] [stdout] 52 | |     Argument,
[INFO] [stdout] 53 | |     /// The configured working directory.
[INFO] [stdout] ...  |
[INFO] [stdout] 58 | |     Stderr,
[INFO] [stdout] 59 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `A secret-bearing text field passed to a cassette scrub hook.`
[INFO] [stdout]    = help: ends near `A secret-bearing text field passed to a cassette scrub hook.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]     --> src/cassette.rs:1190:1
[INFO] [stdout]      |
[INFO] [stdout] 1190 | / pub struct RecordReplayRunner<R: ProcessRunner = JobRunner> {
[INFO] [stdout] 1191 | |     mode: Mode<R>,
[INFO] [stdout] 1192 | |     /// The opt-in stricter match policy (empty by default). Consulted on both
[INFO] [stdout] 1193 | |     /// sides: record folds its digest onto each entry, replay recomputes it from
[INFO] [stdout] ...    |
[INFO] [stdout] 1198 | |     scrubber: Option<Arc<ScrubHook>>,
[INFO] [stdout] 1199 | | }
[INFO] [stdout]      | |_^
[INFO] [stdout]      |
[INFO] [stdout]      = help: the way this is parsed might change in the future
[INFO] [stdout]      = help: starts near `Record/replay cassette runner (enabled by the `record` feature).`
[INFO] [stdout]      = help: ends near `cassette hermetically (`record` feature).`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]     --> src/cassette.rs:1190:1
[INFO] [stdout]      |
[INFO] [stdout] 1190 | / pub struct RecordReplayRunner<R: ProcessRunner = JobRunner> {
[INFO] [stdout] 1191 | |     mode: Mode<R>,
[INFO] [stdout] 1192 | |     /// The opt-in stricter match policy (empty by default). Consulted on both
[INFO] [stdout] 1193 | |     /// sides: record folds its digest onto each entry, replay recomputes it from
[INFO] [stdout] ...    |
[INFO] [stdout] 1198 | |     scrubber: Option<Arc<ScrubHook>>,
[INFO] [stdout] 1199 | | }
[INFO] [stdout]      | |_^
[INFO] [stdout]      |
[INFO] [stdout]      = help: the way this is parsed might change in the future
[INFO] [stdout]      = help: starts near `A [`ProcessRunner`] that records real runs to a JSON cassette, or replays a`
[INFO] [stdout]      = help: ends near `A [`ProcessRunner`] that records real runs to a JSON cassette, or replays a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/runner.rs:44:30
[INFO] [stdout]    |
[INFO] [stdout] 44 | #[cfg_attr(feature = "mock", mockall::automock)]
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `**Semver-exempt:** the `expect_*` builder surface is generated by`
[INFO] [stdout]    = help: ends near ` [`output_bytes`](Self::output_bytes)) or a live handle ([`start`](Self::start)).`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `processkit`
[INFO] running `Command { std: "docker" "inspect" "c6597bb97aa5e9f6de8c32a87e354ab923e52a6540b86b545bd511f1ef0831e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c6597bb97aa5e9f6de8c32a87e354ab923e52a6540b86b545bd511f1ef0831e8", kill_on_drop: false }`
[INFO] [stdout] c6597bb97aa5e9f6de8c32a87e354ab923e52a6540b86b545bd511f1ef0831e8
