[INFO] fetching crate corsa_jsonrpc 1.12.4...
[INFO] documenting corsa_jsonrpc-1.12.4 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate corsa_jsonrpc 1.12.4 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate corsa_jsonrpc 1.12.4
[INFO] finished tweaking crates.io crate corsa_jsonrpc 1.12.4
[INFO] tweaked toml for crates.io crate corsa_jsonrpc 1.12.4 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate corsa_jsonrpc 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_jsonrpc 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-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] ecf6565f44b28be895155cba6528b1a90116a04fcde35420d4618b6801573223
[INFO] running `Command { std: "docker" "start" "ecf6565f44b28be895155cba6528b1a90116a04fcde35420d4618b6801573223", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ecf6565f44b28be895155cba6528b1a90116a04fcde35420d4618b6801573223", 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" "ecf6565f44b28be895155cba6528b1a90116a04fcde35420d4618b6801573223" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ecf6565f44b28be895155cba6528b1a90116a04fcde35420d4618b6801573223", 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" "ecf6565f44b28be895155cba6528b1a90116a04fcde35420d4618b6801573223" "/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 rustc-hash v2.1.3
[INFO] [stderr]     Checking bumpalo v3.20.3
[INFO] [stderr]     Checking base64 v0.23.1
[INFO] [stderr]     Checking serde_json v1.0.151
[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 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]  Documenting corsa_jsonrpc v1.12.4 (/opt/rustwide/workdir)
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/jsonrpc/connection.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | / pub enum InboundEvent {
[INFO] [stdout] 44 | |     /// Request that did not match a locally registered handler.
[INFO] [stdout] 45 | |     Request {
[INFO] [stdout] 46 | |         /// Request identifier to answer with [`JsonRpcConnection::respond`].
[INFO] [stdout] ...  |
[INFO] [stdout] 59 | |     },
[INFO] [stdout] 60 | | }
[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:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | / pub enum InboundEvent {
[INFO] [stdout] 44 | |     /// Request that did not match a locally registered handler.
[INFO] [stdout] 45 | |     Request {
[INFO] [stdout] 46 | |         /// Request identifier to answer with [`JsonRpcConnection::respond`].
[INFO] [stdout] ...  |
[INFO] [stdout] 59 | |     },
[INFO] [stdout] 60 | | }
[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:134:1
[INFO] [stdout]     |
[INFO] [stdout] 134 | / pub struct JsonRpcConnection {
[INFO] [stdout] 135 | |     inner: Arc<Inner>,
[INFO] [stdout] 136 | | }
[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:134:1
[INFO] [stdout]     |
[INFO] [stdout] 134 | / pub struct JsonRpcConnection {
[INFO] [stdout] 135 | |     inner: Arc<Inner>,
[INFO] [stdout] 136 | | }
[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:64:1
[INFO] [stdout]    |
[INFO] [stdout] 64 | / pub struct JsonRpcConnectionOptions {
[INFO] [stdout] 65 | |     /// Maximum time to wait for a response before surfacing a timeout.
[INFO] [stdout] 66 | |     pub request_timeout: Option<Duration>,
[INFO] [stdout] 67 | |     /// Maximum number of queued outbound messages waiting on the writer thread.
[INFO] [stdout] ...  |
[INFO] [stdout] 70 | |     pub observer: Option<SharedObserver>,
[INFO] [stdout] 71 | | }
[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:64:1
[INFO] [stdout]    |
[INFO] [stdout] 64 | / pub struct JsonRpcConnectionOptions {
[INFO] [stdout] 65 | |     /// Maximum time to wait for a response before surfacing a timeout.
[INFO] [stdout] 66 | |     pub request_timeout: Option<Duration>,
[INFO] [stdout] 67 | |     /// Maximum number of queued outbound messages waiting on the writer thread.
[INFO] [stdout] ...  |
[INFO] [stdout] 70 | |     pub observer: Option<SharedObserver>,
[INFO] [stdout] 71 | | }
[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:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | / pub type RpcHandler =
[INFO] [stdout] 37 | |     Arc<dyn Fn(Value) -> std::result::Result<Value, RpcResponseError> + Send + Sync + 'static>;
[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 `Locally registered callback for a JSON-RPC method.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/jsonrpc/connection.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | / pub type RpcHandler =
[INFO] [stdout] 37 | |     Arc<dyn Fn(Value) -> std::result::Result<Value, RpcResponseError> + Send + Sync + 'static>;
[INFO] [stdout]    | |_______________________________________________________________________________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Locally registered callback for a JSON-RPC method.`
[INFO] [stdout]    = help: ends near `Locally registered callback for a JSON-RPC method.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/jsonrpc/connection.rs:39:1
[INFO] [stdout]    |
[INFO] [stdout] 39 | 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:39:1
[INFO] [stdout]    |
[INFO] [stdout] 39 | 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:40:1
[INFO] [stdout]    |
[INFO] [stdout] 40 | / pub fn read_frame<R>(reader: &mut R) -> Result<Vec<u8>>
[INFO] [stdout] 41 | | where
[INFO] [stdout] 42 | |     R: BufRead,
[INFO] [stdout] ...  |
[INFO] [stdout] 62 | |     Ok(payload)
[INFO] [stdout] 63 | | }
[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:40:1
[INFO] [stdout]    |
[INFO] [stdout] 40 | / pub fn read_frame<R>(reader: &mut R) -> Result<Vec<u8>>
[INFO] [stdout] 41 | | where
[INFO] [stdout] 42 | |     R: BufRead,
[INFO] [stdout] ...  |
[INFO] [stdout] 62 | |     Ok(payload)
[INFO] [stdout] 63 | | }
[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:86:1
[INFO] [stdout]    |
[INFO] [stdout] 86 | / pub fn write_frame<W>(writer: &mut W, body: &[u8]) -> Result<()>
[INFO] [stdout] 87 | | where
[INFO] [stdout] 88 | |     W: Write,
[INFO] [stdout] ...  |
[INFO] [stdout] 97 | |     Ok(())
[INFO] [stdout] 98 | | }
[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:86:1
[INFO] [stdout]    |
[INFO] [stdout] 86 | / pub fn write_frame<W>(writer: &mut W, body: &[u8]) -> Result<()>
[INFO] [stdout] 87 | | where
[INFO] [stdout] 88 | |     W: Write,
[INFO] [stdout] ...  |
[INFO] [stdout] 97 | |     Ok(())
[INFO] [stdout] 98 | | }
[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] 42 | |     pub error: Option<RpcResponseError>,
[INFO] [stdout] 43 | | }
[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 `corsa_jsonrpc`
[INFO] running `Command { std: "docker" "inspect" "ecf6565f44b28be895155cba6528b1a90116a04fcde35420d4618b6801573223", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ecf6565f44b28be895155cba6528b1a90116a04fcde35420d4618b6801573223", kill_on_drop: false }`
[INFO] [stdout] ecf6565f44b28be895155cba6528b1a90116a04fcde35420d4618b6801573223
