[INFO] fetching crate tsgo_rs_jsonrpc 0.1.0...
[INFO] documenting tsgo_rs_jsonrpc-0.1.0 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate tsgo_rs_jsonrpc 0.1.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate tsgo_rs_jsonrpc 0.1.0
[INFO] finished tweaking crates.io crate tsgo_rs_jsonrpc 0.1.0
[INFO] tweaked toml for crates.io crate tsgo_rs_jsonrpc 0.1.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tsgo_rs_jsonrpc 0.1.0 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 tsgo_rs_jsonrpc 0.1.0 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-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] b46f939a82e5934ce6260e3cfc73d233f096dacd937c9ab2c01ed092c3b80582
[INFO] running `Command { std: "docker" "start" "b46f939a82e5934ce6260e3cfc73d233f096dacd937c9ab2c01ed092c3b80582", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b46f939a82e5934ce6260e3cfc73d233f096dacd937c9ab2c01ed092c3b80582", 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" "b46f939a82e5934ce6260e3cfc73d233f096dacd937c9ab2c01ed092c3b80582" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b46f939a82e5934ce6260e3cfc73d233f096dacd937c9ab2c01ed092c3b80582", 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" "b46f939a82e5934ce6260e3cfc73d233f096dacd937c9ab2c01ed092c3b80582" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking bumpalo v3.20.2
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking tsgo_rs_runtime v0.1.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking tsgo_rs_core v0.1.0
[INFO] [stderr]  Documenting tsgo_rs_jsonrpc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/jsonrpc/connection.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | / pub enum InboundEvent {
[INFO] [stdout] 34 | |     /// Request that did not match a locally registered handler.
[INFO] [stdout] 35 | |     Request {
[INFO] [stdout] 36 | |         /// Request identifier to answer with [`JsonRpcConnection::respond`].
[INFO] [stdout] ...  |
[INFO] [stdout] 49 | |     },
[INFO] [stdout] 50 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Thread-backed JSON-RPC connection and inbound event stream.`
[INFO] [stdout]    = help: ends near `Inbound JSON-RPC events that are not handled locally.`
[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/jsonrpc/connection.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | / pub enum InboundEvent {
[INFO] [stdout] 34 | |     /// Request that did not match a locally registered handler.
[INFO] [stdout] 35 | |     Request {
[INFO] [stdout] 36 | |         /// Request identifier to answer with [`JsonRpcConnection::respond`].
[INFO] [stdout] ...  |
[INFO] [stdout] 49 | |     },
[INFO] [stdout] 50 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Inbound JSON-RPC events that are not handled locally.`
[INFO] [stdout]    = help: ends near `Inbound JSON-RPC events that are not handled locally.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/jsonrpc/connection.rs:124:1
[INFO] [stdout]     |
[INFO] [stdout] 124 | / pub struct JsonRpcConnection {
[INFO] [stdout] 125 | |     inner: Arc<Inner>,
[INFO] [stdout] 126 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Thread-backed JSON-RPC connection and inbound event stream.`
[INFO] [stdout]     = help: ends near `Thread-backed stdio JSON-RPC connection.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/jsonrpc/connection.rs:124:1
[INFO] [stdout]     |
[INFO] [stdout] 124 | / pub struct JsonRpcConnection {
[INFO] [stdout] 125 | |     inner: Arc<Inner>,
[INFO] [stdout] 126 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Thread-backed stdio JSON-RPC connection.`
[INFO] [stdout]     = help: ends near `Thread-backed stdio JSON-RPC connection.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/jsonrpc/connection.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | / pub struct JsonRpcConnectionOptions {
[INFO] [stdout] 55 | |     /// Maximum time to wait for a response before surfacing a timeout.
[INFO] [stdout] 56 | |     pub request_timeout: Option<Duration>,
[INFO] [stdout] 57 | |     /// Maximum number of queued outbound messages waiting on the writer thread.
[INFO] [stdout] ...  |
[INFO] [stdout] 60 | |     pub observer: Option<SharedObserver>,
[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 `Thread-backed JSON-RPC connection and inbound event stream.`
[INFO] [stdout]    = help: ends near `Runtime policy applied to a [`JsonRpcConnection`].`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/jsonrpc/connection.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | / pub struct JsonRpcConnectionOptions {
[INFO] [stdout] 55 | |     /// Maximum time to wait for a response before surfacing a timeout.
[INFO] [stdout] 56 | |     pub request_timeout: Option<Duration>,
[INFO] [stdout] 57 | |     /// Maximum number of queued outbound messages waiting on the writer thread.
[INFO] [stdout] ...  |
[INFO] [stdout] 60 | |     pub observer: Option<SharedObserver>,
[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 `Runtime policy applied to a [`JsonRpcConnection`].`
[INFO] [stdout]    = help: ends near `Runtime policy applied to a [`JsonRpcConnection`].`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/jsonrpc/connection.rs:29:1
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub type RpcHandlerMap = FastMap<CompactString, RpcHandler>;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Thread-backed JSON-RPC connection and inbound event stream.`
[INFO] [stdout]    = help: ends near `Handler map keyed by JSON-RPC method name.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/jsonrpc/connection.rs:29:1
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub type RpcHandlerMap = FastMap<CompactString, RpcHandler>;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Handler map keyed by JSON-RPC method name.`
[INFO] [stdout]    = help: ends near `Handler map keyed by JSON-RPC method name.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/jsonrpc/frame.rs:39:1
[INFO] [stdout]    |
[INFO] [stdout] 39 | / pub fn read_frame<R>(reader: &mut R) -> Result<Vec<u8>>
[INFO] [stdout] 40 | | where
[INFO] [stdout] 41 | |     R: BufRead,
[INFO] [stdout] ...  |
[INFO] [stdout] 46 | |     Ok(payload)
[INFO] [stdout] 47 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Low-level Content-Length frame helpers.`
[INFO] [stdout]    = help: ends near `Reads a single stdio JSON-RPC frame.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/jsonrpc/frame.rs:39:1
[INFO] [stdout]    |
[INFO] [stdout] 39 | / pub fn read_frame<R>(reader: &mut R) -> Result<Vec<u8>>
[INFO] [stdout] 40 | | where
[INFO] [stdout] 41 | |     R: BufRead,
[INFO] [stdout] ...  |
[INFO] [stdout] 46 | |     Ok(payload)
[INFO] [stdout] 47 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Reads a single stdio JSON-RPC frame.`
[INFO] [stdout]    = help: ends near `Reads a single stdio JSON-RPC frame.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/jsonrpc/frame.rs:70:1
[INFO] [stdout]    |
[INFO] [stdout] 70 | / pub fn write_frame<W>(writer: &mut W, body: &[u8]) -> Result<()>
[INFO] [stdout] 71 | | where
[INFO] [stdout] 72 | |     W: Write,
[INFO] [stdout] ...  |
[INFO] [stdout] 81 | |     Ok(())
[INFO] [stdout] 82 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Low-level Content-Length frame helpers.`
[INFO] [stdout]    = help: ends near `Writes a single stdio JSON-RPC frame.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/jsonrpc/frame.rs:70:1
[INFO] [stdout]    |
[INFO] [stdout] 70 | / pub fn write_frame<W>(writer: &mut W, body: &[u8]) -> Result<()>
[INFO] [stdout] 71 | | where
[INFO] [stdout] 72 | |     W: Write,
[INFO] [stdout] ...  |
[INFO] [stdout] 81 | |     Ok(())
[INFO] [stdout] 82 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Writes a single stdio JSON-RPC frame.`
[INFO] [stdout]    = help: ends near `Writes a single stdio JSON-RPC frame.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/jsonrpc/id.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / pub enum RequestId {
[INFO] [stdout] 17 | |     /// Numeric request identifier.
[INFO] [stdout] 18 | |     Integer(i64),
[INFO] [stdout] 19 | |     /// String request identifier.
[INFO] [stdout] 20 | |     String(CompactString),
[INFO] [stdout] 21 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `JSON-RPC request identifier.`
[INFO] [stdout]    = help: ends near `JSON-RPC request identifier.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/jsonrpc/message.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / pub struct RawMessage {
[INFO] [stdout] 23 | |     /// JSON-RPC protocol version, normally `"2.0"`.
[INFO] [stdout] 24 | |     #[serde(default = "jsonrpc_version")]
[INFO] [stdout] 25 | |     pub jsonrpc: CompactString,
[INFO] [stdout] ...  |
[INFO] [stdout] 40 | |     pub error: Option<RpcResponseError>,
[INFO] [stdout] 41 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Raw JSON-RPC envelope used on the wire.`
[INFO] [stdout]    = help: ends near `Raw JSON-RPC envelope used on the wire.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `tsgo_rs_jsonrpc`
[INFO] running `Command { std: "docker" "inspect" "b46f939a82e5934ce6260e3cfc73d233f096dacd937c9ab2c01ed092c3b80582", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b46f939a82e5934ce6260e3cfc73d233f096dacd937c9ab2c01ed092c3b80582", kill_on_drop: false }`
[INFO] [stdout] b46f939a82e5934ce6260e3cfc73d233f096dacd937c9ab2c01ed092c3b80582
