[INFO] fetching crate corsa_lsp 1.12.4...
[INFO] documenting corsa_lsp-1.12.4 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate corsa_lsp 1.12.4 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate corsa_lsp 1.12.4
[INFO] finished tweaking crates.io crate corsa_lsp 1.12.4
[INFO] tweaked toml for crates.io crate corsa_lsp 1.12.4 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate corsa_lsp 1.12.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 corsa_lsp 1.12.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-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] eabd142f766a10312dd0dfb907cd6f20240775fba5f60e50e43387b6239b19fa
[INFO] running `Command { std: "docker" "start" "eabd142f766a10312dd0dfb907cd6f20240775fba5f60e50e43387b6239b19fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eabd142f766a10312dd0dfb907cd6f20240775fba5f60e50e43387b6239b19fa", 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" "eabd142f766a10312dd0dfb907cd6f20240775fba5f60e50e43387b6239b19fa" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eabd142f766a10312dd0dfb907cd6f20240775fba5f60e50e43387b6239b19fa", 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" "eabd142f766a10312dd0dfb907cd6f20240775fba5f60e50e43387b6239b19fa" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking base64 v0.23.1
[INFO] [stderr]    Compiling syn v3.0.2
[INFO] [stderr]     Checking fluent-uri v0.1.4
[INFO] [stderr]     Checking serde_json v1.0.151
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]     Checking thiserror v2.0.20
[INFO] [stderr]     Checking serde v1.0.229
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking compact_str v0.10.0
[INFO] [stderr]     Checking lsp-types v0.97.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking corsa_runtime v1.12.4
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking corsa_core v1.12.4
[INFO] [stderr]     Checking corsa_jsonrpc v1.12.4
[INFO] [stderr]  Documenting corsa_lsp v1.12.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/lsp/client.rs:278:59
[INFO] [stdout]     |
[INFO] [stdout] 278 |     /// Use this when consuming [`InboundEvent::Request`](crate::jsonrpc::InboundEvent::Request)
[INFO] [stdout]     |                                  -----------------------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout]     = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 278 -     /// Use this when consuming [`InboundEvent::Request`](crate::jsonrpc::InboundEvent::Request)
[INFO] [stdout] 278 +     /// Use this when consuming [`InboundEvent::Request`]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/lsp/client.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | / pub struct LspClient {
[INFO] [stdout] 35 | |     rpc: JsonRpcConnection,
[INFO] [stdout] 36 | |     process: Arc<AsyncChildGuard>,
[INFO] [stdout] 37 | |     shutdown_timeout: Duration,
[INFO] [stdout] 38 | |     shutdown: Arc<ShutdownCoordinator>,
[INFO] [stdout] 39 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Stdio LSP client and spawn configuration.`
[INFO] [stdout]    = help: ends near `LSP client backed by the Corsa stdio server.`
[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/lsp/client.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | / pub struct LspClient {
[INFO] [stdout] 35 | |     rpc: JsonRpcConnection,
[INFO] [stdout] 36 | |     process: Arc<AsyncChildGuard>,
[INFO] [stdout] 37 | |     shutdown_timeout: Duration,
[INFO] [stdout] 38 | |     shutdown: Arc<ShutdownCoordinator>,
[INFO] [stdout] 39 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `LSP client backed by the Corsa stdio server.`
[INFO] [stdout]    = help: ends near `LSP client backed by the Corsa stdio server.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lsp/client.rs:103:1
[INFO] [stdout]     |
[INFO] [stdout] 103 | / pub struct LspSpawnConfig {
[INFO] [stdout] 104 | |     /// Reusable command template used to launch Corsa over LSP stdio.
[INFO] [stdout] 105 | |     pub command: CorsaCommand,
[INFO] [stdout] 106 | |     /// Additional CLI flags appended after `--lsp --stdio`.
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |     pub observer: Option<SharedObserver>,
[INFO] [stdout] 116 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Stdio LSP client and spawn configuration.`
[INFO] [stdout]     = help: ends near `Spawn-time options for [`LspClient`].`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/lsp/client.rs:103:1
[INFO] [stdout]     |
[INFO] [stdout] 103 | / pub struct LspSpawnConfig {
[INFO] [stdout] 104 | |     /// Reusable command template used to launch Corsa over LSP stdio.
[INFO] [stdout] 105 | |     pub command: CorsaCommand,
[INFO] [stdout] 106 | |     /// Additional CLI flags appended after `--lsp --stdio`.
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |     pub observer: Option<SharedObserver>,
[INFO] [stdout] 116 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Spawn-time options for [`LspClient`].`
[INFO] [stdout]     = help: ends near `Spawn-time options for [`LspClient`].`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/lsp/custom.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / pub struct InitializeApiSessionParams {
[INFO] [stdout]  9 | |     /// Optional path to an already-created pipe/socket that Corsa should use.
[INFO] [stdout] 10 | |     #[serde(skip_serializing_if = "Option::is_none")]
[INFO] [stdout] 11 | |     pub pipe: Option<CompactString>,
[INFO] [stdout] 12 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Custom Corsa LSP request definitions.`
[INFO] [stdout]    = help: ends near `Parameters for Corsa's custom `initializeAPISession` request.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/lsp/custom.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / pub struct InitializeApiSessionParams {
[INFO] [stdout]  9 | |     /// Optional path to an already-created pipe/socket that Corsa should use.
[INFO] [stdout] 10 | |     #[serde(skip_serializing_if = "Option::is_none")]
[INFO] [stdout] 11 | |     pub pipe: Option<CompactString>,
[INFO] [stdout] 12 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Parameters for Corsa's custom `initializeAPISession` request.`
[INFO] [stdout]    = help: ends near `Parameters for Corsa's custom `initializeAPISession` request.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/lsp/custom.rs:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub enum InitializeApiSessionRequest {}
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Custom Corsa LSP request definitions.`
[INFO] [stdout]    = help: ends near `Marker type for the custom `initializeAPISession` request.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/lsp/custom.rs:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub enum InitializeApiSessionRequest {}
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Marker type for the custom `initializeAPISession` request.`
[INFO] [stdout]    = help: ends near `Marker type for the custom `initializeAPISession` request.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/lsp/custom.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | / pub struct InitializeApiSessionResult {
[INFO] [stdout] 18 | |     /// Server-generated session identifier.
[INFO] [stdout] 19 | |     pub session_id: CompactString,
[INFO] [stdout] 20 | |     /// Pipe or socket path exposed for the API session.
[INFO] [stdout] 21 | |     pub pipe: CompactString,
[INFO] [stdout] 22 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Custom Corsa LSP request definitions.`
[INFO] [stdout]    = help: ends near `Result returned by Corsa's custom `initializeAPISession` request.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/lsp/custom.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | / pub struct InitializeApiSessionResult {
[INFO] [stdout] 18 | |     /// Server-generated session identifier.
[INFO] [stdout] 19 | |     pub session_id: CompactString,
[INFO] [stdout] 20 | |     /// Pipe or socket path exposed for the API session.
[INFO] [stdout] 21 | |     pub pipe: CompactString,
[INFO] [stdout] 22 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Result returned by Corsa's custom `initializeAPISession` request.`
[INFO] [stdout]    = help: ends near `Result returned by Corsa's custom `initializeAPISession` request.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/lsp/overlay.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | / pub struct LspOverlay {
[INFO] [stdout] 18 | |     client: LspClient,
[INFO] [stdout] 19 | |     documents: Arc<RwLock<FastMap<CompactString, VirtualDocument>>>,
[INFO] [stdout] 20 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `In-memory overlay that emits LSP document notifications.`
[INFO] [stdout]    = help: ends near `In-memory virtual document overlay synchronized with an [`LspClient`].`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/lsp/overlay.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | / pub struct LspOverlay {
[INFO] [stdout] 18 | |     client: LspClient,
[INFO] [stdout] 19 | |     documents: Arc<RwLock<FastMap<CompactString, VirtualDocument>>>,
[INFO] [stdout] 20 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `In-memory virtual document overlay synchronized with an [`LspClient`].`
[INFO] [stdout]    = help: ends near `In-memory virtual document overlay synchronized with an [`LspClient`].`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/lsp/virtual_document.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / pub struct VirtualChange {
[INFO] [stdout] 27 | |     /// UTF-16 range being replaced, or `None` for a full-document replacement.
[INFO] [stdout] 28 | |     #[serde(skip_serializing_if = "Option::is_none")]
[INFO] [stdout] 29 | |     pub range: Option<Range>,
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     pub text: CompactString,
[INFO] [stdout] 35 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Virtual documents and incremental edits expressed in LSP coordinates.`
[INFO] [stdout]    = help: ends near `Incremental virtual-document edit expressed in LSP coordinates.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/lsp/virtual_document.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / pub struct VirtualChange {
[INFO] [stdout] 27 | |     /// UTF-16 range being replaced, or `None` for a full-document replacement.
[INFO] [stdout] 28 | |     #[serde(skip_serializing_if = "Option::is_none")]
[INFO] [stdout] 29 | |     pub range: Option<Range>,
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     pub text: CompactString,
[INFO] [stdout] 35 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Incremental virtual-document edit expressed in LSP coordinates.`
[INFO] [stdout]    = help: ends near `Incremental virtual-document edit expressed in LSP coordinates.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/lsp/virtual_document.rs:52:1
[INFO] [stdout]    |
[INFO] [stdout] 52 | / pub struct VirtualDocument {
[INFO] [stdout] 53 | |     /// Canonical document URI used in LSP payloads.
[INFO] [stdout] 54 | |     pub uri: Uri,
[INFO] [stdout] 55 | |     /// Language identifier such as `"typescript"` or `"javascript"`.
[INFO] [stdout] ...  |
[INFO] [stdout] 60 | |     pub text: CompactString,
[INFO] [stdout] 61 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Virtual documents and incremental edits expressed in LSP coordinates.`
[INFO] [stdout]    = help: ends near `Virtual text document mirrored over LSP notifications.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/lsp/virtual_document.rs:52:1
[INFO] [stdout]    |
[INFO] [stdout] 52 | / pub struct VirtualDocument {
[INFO] [stdout] 53 | |     /// Canonical document URI used in LSP payloads.
[INFO] [stdout] 54 | |     pub uri: Uri,
[INFO] [stdout] 55 | |     /// Language identifier such as `"typescript"` or `"javascript"`.
[INFO] [stdout] ...  |
[INFO] [stdout] 60 | |     pub text: CompactString,
[INFO] [stdout] 61 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Virtual text document mirrored over LSP notifications.`
[INFO] [stdout]    = help: ends near `Virtual text document mirrored over LSP notifications.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `corsa_lsp`
[INFO] running `Command { std: "docker" "inspect" "eabd142f766a10312dd0dfb907cd6f20240775fba5f60e50e43387b6239b19fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eabd142f766a10312dd0dfb907cd6f20240775fba5f60e50e43387b6239b19fa", kill_on_drop: false }`
[INFO] [stdout] eabd142f766a10312dd0dfb907cd6f20240775fba5f60e50e43387b6239b19fa
