[INFO] cloning repository https://github.com/bnomei/vent-mcp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bnomei/vent-mcp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbnomei%2Fvent-mcp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbnomei%2Fvent-mcp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 08359d2fe6192222860af57ee5c4df3175f84cab
[INFO] documenting bnomei/vent-mcp against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbnomei%2Fvent-mcp" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/bnomei/vent-mcp
[INFO] finished tweaking git repo https://github.com/bnomei/vent-mcp
[INFO] tweaked toml for git repo https://github.com/bnomei/vent-mcp written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bnomei/vent-mcp 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 git repo https://github.com/bnomei/vent-mcp 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-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 4be4010fdd6f3cf78beb1ed95a3ac3b3127bda15b3c23111807d6c51c7ddfa87
[INFO] running `Command { std: "docker" "start" "4be4010fdd6f3cf78beb1ed95a3ac3b3127bda15b3c23111807d6c51c7ddfa87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4be4010fdd6f3cf78beb1ed95a3ac3b3127bda15b3c23111807d6c51c7ddfa87", 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" "4be4010fdd6f3cf78beb1ed95a3ac3b3127bda15b3c23111807d6c51c7ddfa87" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4be4010fdd6f3cf78beb1ed95a3ac3b3127bda15b3c23111807d6c51c7ddfa87", 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" "4be4010fdd6f3cf78beb1ed95a3ac3b3127bda15b3c23111807d6c51c7ddfa87" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking http v1.4.2
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling rustls v0.23.41
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling rmcp v1.8.0
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling pastey v0.2.3
[INFO] [stderr]     Checking uuid v1.23.4
[INFO] [stderr]     Checking toml v0.9.12+spec-1.1.0
[INFO] [stderr]     Checking webpki-roots v1.0.8
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking ref-cast v1.0.25
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling rmcp-macros v1.8.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking schemars v1.2.1
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking vent-mcp v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting vent-mcp v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/config.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | / pub enum ConfigError {
[INFO] [stdout] 591 | |     #[error("home directory is not set")]
[INFO] [stdout] 592 | |     HomeDirectoryNotSet,
[INFO] [stdout] 593 | |     #[error("config file not found at {path}")]
[INFO] [stdout] ...   |
[INFO] [stdout] 620 | |     },
[INFO] [stdout] 621 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Configuration load errors and the validated runtime policy derived from TOML.`
[INFO] [stdout]     = help: ends near `Errors while resolving, reading, parsing, or bootstrapping configuration files.`
[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/config.rs:590:1
[INFO] [stdout]     |
[INFO] [stdout] 590 | / pub enum ConfigError {
[INFO] [stdout] 591 | |     #[error("home directory is not set")]
[INFO] [stdout] 592 | |     HomeDirectoryNotSet,
[INFO] [stdout] 593 | |     #[error("config file not found at {path}")]
[INFO] [stdout] ...   |
[INFO] [stdout] 620 | |     },
[INFO] [stdout] 621 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Errors while resolving, reading, parsing, or bootstrapping configuration files.`
[INFO] [stdout]     = help: ends near `Errors while resolving, reading, parsing, or bootstrapping configuration files.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/config.rs:30:1
[INFO] [stdout]    |
[INFO] [stdout] 30 | / pub struct LoadedConfig {
[INFO] [stdout] 31 | |     path: PathBuf,
[INFO] [stdout] 32 | |     config: RuntimeConfig,
[INFO] [stdout] 33 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Configuration load errors and the validated runtime policy derived from TOML.`
[INFO] [stdout]    = help: ends near `Validated configuration loaded from disk with its resolved file path.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/config.rs:30:1
[INFO] [stdout]    |
[INFO] [stdout] 30 | / pub struct LoadedConfig {
[INFO] [stdout] 31 | |     path: PathBuf,
[INFO] [stdout] 32 | |     config: RuntimeConfig,
[INFO] [stdout] 33 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Validated configuration loaded from disk with its resolved file path.`
[INFO] [stdout]    = help: ends near `Validated configuration loaded from disk with its resolved file path.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/config.rs:102:1
[INFO] [stdout]     |
[INFO] [stdout] 102 | / pub struct RuntimeConfig {
[INFO] [stdout] 103 | |     default_channel: String,
[INFO] [stdout] 104 | |     logging: LoggingConfig,
[INFO] [stdout] 105 | |     channels: Vec<ChannelConfig>,
[INFO] [stdout] ...   |
[INFO] [stdout] 111 | |     jsonl_dir: PathBuf,
[INFO] [stdout] 112 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Configuration load errors and the validated runtime policy derived from TOML.`
[INFO] [stdout]     = help: ends near `Normalized runtime policy derived from validated TOML configuration.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/config.rs:102:1
[INFO] [stdout]     |
[INFO] [stdout] 102 | / pub struct RuntimeConfig {
[INFO] [stdout] 103 | |     default_channel: String,
[INFO] [stdout] 104 | |     logging: LoggingConfig,
[INFO] [stdout] 105 | |     channels: Vec<ChannelConfig>,
[INFO] [stdout] ...   |
[INFO] [stdout] 111 | |     jsonl_dir: PathBuf,
[INFO] [stdout] 112 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Normalized runtime policy derived from validated TOML configuration.`
[INFO] [stdout]     = help: ends near `Normalized runtime policy derived from validated TOML configuration.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/delivery.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / pub struct VentRequest {
[INFO] [stdout] 17 | |     pub message: String,
[INFO] [stdout] 18 | |     pub channel: Option<String>,
[INFO] [stdout] 19 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Shared vent submission service used by the MCP server and CLI.`
[INFO] [stdout]    = help: ends near `Trimmed vent message and optional channel override for delivery.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/delivery.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / pub struct VentRequest {
[INFO] [stdout] 17 | |     pub message: String,
[INFO] [stdout] 18 | |     pub channel: Option<String>,
[INFO] [stdout] 19 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Trimmed vent message and optional channel override for delivery.`
[INFO] [stdout]    = help: ends near `Trimmed vent message and optional channel override for delivery.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/delivery.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | / pub struct VentService {
[INFO] [stdout] 24 | |     config: Arc<RuntimeConfig>,
[INFO] [stdout] 25 | |     dispatcher: SinkDispatcher,
[INFO] [stdout] 26 | |     project: Arc<String>,
[INFO] [stdout] 27 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Shared vent submission service used by the MCP server and CLI.`
[INFO] [stdout]    = help: ends near `Validates vent input and dispatches one event through configured channel sinks.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/delivery.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | / pub struct VentService {
[INFO] [stdout] 24 | |     config: Arc<RuntimeConfig>,
[INFO] [stdout] 25 | |     dispatcher: SinkDispatcher,
[INFO] [stdout] 26 | |     project: Arc<String>,
[INFO] [stdout] 27 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Validates vent input and dispatches one event through configured channel sinks.`
[INFO] [stdout]    = help: ends near `Validates vent input and dispatches one event through configured channel sinks.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/server.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | / pub struct VentMcpServer {
[INFO] [stdout] 20 | |     service: VentService,
[INFO] [stdout] 21 | |     tool_router: ToolRouter<Self>,
[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 `MCP tool router that exposes channel listing and vent submission.`
[INFO] [stdout]    = help: ends near `MCP server that exposes channel metadata and vent submission tools.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/server.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | / pub struct VentMcpServer {
[INFO] [stdout] 20 | |     service: VentService,
[INFO] [stdout] 21 | |     tool_router: ToolRouter<Self>,
[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 `MCP server that exposes channel metadata and vent submission tools.`
[INFO] [stdout]    = help: ends near `MCP server that exposes channel metadata and vent submission tools.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/types.rs:149:1
[INFO] [stdout]     |
[INFO] [stdout] 149 | / pub fn project_name_from_current_dir() -> String {
[INFO] [stdout] 150 | |     env::current_dir()
[INFO] [stdout] 151 | |         .ok()
[INFO] [stdout] 152 | |         .and_then(|path| {
[INFO] [stdout] ...   |
[INFO] [stdout] 157 | |         .unwrap_or_else(|| "unknown".to_string())
[INFO] [stdout] 158 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `MCP response types and the privacy-preserving project label helper.`
[INFO] [stdout]     = help: ends near `Returns a privacy-preserving project label based on the current directory.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/types.rs:149:1
[INFO] [stdout]     |
[INFO] [stdout] 149 | / pub fn project_name_from_current_dir() -> String {
[INFO] [stdout] 150 | |     env::current_dir()
[INFO] [stdout] 151 | |         .ok()
[INFO] [stdout] 152 | |         .and_then(|path| {
[INFO] [stdout] ...   |
[INFO] [stdout] 157 | |         .unwrap_or_else(|| "unknown".to_string())
[INFO] [stdout] 158 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Returns a privacy-preserving project label based on the current directory.`
[INFO] [stdout]     = help: ends near `Returns a privacy-preserving project label based on the current directory.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/types.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | / pub struct ChannelInfo {
[INFO] [stdout] 20 | |     pub name: String,
[INFO] [stdout] 21 | |     pub description: String,
[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 `MCP response types and the privacy-preserving project label helper.`
[INFO] [stdout]    = help: ends near `One configured vent channel exposed to MCP clients.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/types.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | / pub struct ChannelInfo {
[INFO] [stdout] 20 | |     pub name: String,
[INFO] [stdout] 21 | |     pub description: String,
[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 `One configured vent channel exposed to MCP clients.`
[INFO] [stdout]    = help: ends near `One configured vent channel exposed to MCP clients.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/types.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | / pub struct ListChannelsOutput {
[INFO] [stdout] 28 | |     pub default_channel: String,
[INFO] [stdout] 29 | |     pub channels: Vec<ChannelInfo>,
[INFO] [stdout] 30 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `MCP response types and the privacy-preserving project label helper.`
[INFO] [stdout]    = help: ends near `Channel catalog returned by the `list_channels` MCP tool.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/types.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | / pub struct ListChannelsOutput {
[INFO] [stdout] 28 | |     pub default_channel: String,
[INFO] [stdout] 29 | |     pub channels: Vec<ChannelInfo>,
[INFO] [stdout] 30 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Channel catalog returned by the `list_channels` MCP tool.`
[INFO] [stdout]    = help: ends near `Channel catalog returned by the `list_channels` MCP tool.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/types.rs:48:1
[INFO] [stdout]    |
[INFO] [stdout] 48 | / pub struct VentOutput {
[INFO] [stdout] 49 | |     pub ok: bool,
[INFO] [stdout] 50 | |     /// Short trace id for the accepted event, not a deduplication key.
[INFO] [stdout] 51 | |     pub event_id: String,
[INFO] [stdout] ...  |
[INFO] [stdout] 54 | |     pub error: Option<String>,
[INFO] [stdout] 55 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `MCP response types and the privacy-preserving project label helper.`
[INFO] [stdout]    = help: ends near `MCP acknowledgement for an accepted or rejected vent request.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/types.rs:48:1
[INFO] [stdout]    |
[INFO] [stdout] 48 | / pub struct VentOutput {
[INFO] [stdout] 49 | |     pub ok: bool,
[INFO] [stdout] 50 | |     /// Short trace id for the accepted event, not a deduplication key.
[INFO] [stdout] 51 | |     pub event_id: String,
[INFO] [stdout] ...  |
[INFO] [stdout] 54 | |     pub error: Option<String>,
[INFO] [stdout] 55 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `MCP acknowledgement for an accepted or rejected vent request.`
[INFO] [stdout]    = help: ends near `MCP acknowledgement for an accepted or rejected vent request.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `vent-mcp`
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "4be4010fdd6f3cf78beb1ed95a3ac3b3127bda15b3c23111807d6c51c7ddfa87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4be4010fdd6f3cf78beb1ed95a3ac3b3127bda15b3c23111807d6c51c7ddfa87", kill_on_drop: false }`
[INFO] [stdout] 4be4010fdd6f3cf78beb1ed95a3ac3b3127bda15b3c23111807d6c51c7ddfa87
