# rustc version rustc 1.98.0-nightly (b30f3df3b 2026-06-11)
# docs.rs version docsrs 0.0.0 (39849b9c22c419f6b690c8d2213455bc7426a6b8 2026-06-03 )
# build log [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" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "717d66268ef7728e186e7823172edb259ad1b4f00a2633782e9ecfa54bce3e88" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260611-1.98.0-nightly-b30f3df3b\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: agent_panel_with_moderator_and_access_to_tools, anthropic_teams, bash_tool_basic, breakout_game_agent_teams, breakout_game_ralph, calculator_example, digimon_vs_pokemon_debate, filesystem_example, http_client_example, interactive_session, interactive_streaming_session, mcp_memory_client, mcp_memory_server, mcp_server_all_tools, memory_session_with_snapshots, multi_mcp_agent, openai_bitcoin_price_example, openai_web_search_example, openrouter_basic, orchestration_demo, orchestration_with_memory, persistent_agent_chat, streaming_example, tetris_mcp_server, tetris_planner_team, venezuela_regime_change_debate [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting cloudllm v0.15.9 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `receive_message` [INFO] [stderr] --> src/cloudllm/agent.rs:847:47 [INFO] [stderr] | [INFO] [stderr] 847 | /// accumulated messages (populated via [`receive_message`] and prior [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `receive_message` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cloudllm/agent.rs:16:99 [INFO] [stderr] | [INFO] [stderr] 16 | //! - **Tool Access**: Agents can be granted access to local or remote tools via [`ToolRegistry`](crate::tool_protocol::ToolRegistry) [INFO] [stderr] | -------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 16 - //! - **Tool Access**: Agents can be granted access to local or remote tools via [`ToolRegistry`](crate::tool_protocol::ToolRegistry) [INFO] [stderr] 16 + //! - **Tool Access**: Agents can be granted access to local or remote tools via [`ToolRegistry`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cloudllm/agent.rs:25:32 [INFO] [stderr] | [INFO] [stderr] 25 | //! Agents emit [`AgentEvent`](crate::event::AgentEvent)s during their lifecycle. Attach [INFO] [stderr] | ------------ ^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 25 - //! Agents emit [`AgentEvent`](crate::event::AgentEvent)s during their lifecycle. Attach [INFO] [stderr] 25 + //! Agents emit [`AgentEvent`]s during their lifecycle. Attach [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cloudllm/agent.rs:26:25 [INFO] [stderr] | [INFO] [stderr] 26 | //! an [`EventHandler`](crate::event::EventHandler) via [`with_event_handler`](Agent::with_event_handler) [INFO] [stderr] | -------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 26 - //! an [`EventHandler`](crate::event::EventHandler) via [`with_event_handler`](Agent::with_event_handler) [INFO] [stderr] 26 + //! an [`EventHandler`] via [`with_event_handler`](Agent::with_event_handler) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/cloudllm/clients/gemini.rs:390:65 [INFO] [stderr] | [INFO] [stderr] 390 | /// Note: base_url should not have a trailing slash (e.g., "https://generativelanguage.googleapis.com/v1beta") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 390 | /// Note: base_url should not have a trailing slash (e.g., "<https://generativelanguage.googleapis.com/v1beta>") [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/cloudllm/clients/grok.rs:186:65 [INFO] [stderr] | [INFO] [stderr] 186 | /// Note: base_url should not have a trailing slash (e.g., "https://api.x.ai/v1") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 186 | /// Note: base_url should not have a trailing slash (e.g., "<https://api.x.ai/v1>") [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/cloudllm/clients/openai.rs:331:65 [INFO] [stderr] | [INFO] [stderr] 331 | /// Note: base_url should not have a trailing slash (e.g., "https://api.openai.com/v1") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 331 | /// Note: base_url should not have a trailing slash (e.g., "<https://api.openai.com/v1>") [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cloudllm/orchestration.rs:41:32 [INFO] [stderr] | [INFO] [stderr] 41 | //! Attach an [`EventHandler`](crate::event::EventHandler) via [INFO] [stderr] | -------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 41 - //! Attach an [`EventHandler`](crate::event::EventHandler) via [INFO] [stderr] 41 + //! Attach an [`EventHandler`] via [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cloudllm/orchestration.rs:43:38 [INFO] [stderr] | [INFO] [stderr] 43 | //! real-time [`OrchestrationEvent`](crate::event::OrchestrationEvent)s [INFO] [stderr] | -------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 43 - //! real-time [`OrchestrationEvent`](crate::event::OrchestrationEvent)s [INFO] [stderr] 43 + //! real-time [`OrchestrationEvent`]s [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cloudllm/clients/gemini.rs:430:36 [INFO] [stderr] | [INFO] [stderr] 430 | /// [`send_with_native_tools`](crate::clients::common::send_with_native_tools) using [INFO] [stderr] | ------------------------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 430 - /// [`send_with_native_tools`](crate::clients::common::send_with_native_tools) using [INFO] [stderr] 430 + /// [`send_with_native_tools`] using [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cloudllm/clients/grok.rs:225:36 [INFO] [stderr] | [INFO] [stderr] 225 | /// [`send_with_native_tools`](crate::clients::common::send_with_native_tools). [INFO] [stderr] | ------------------------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 225 - /// [`send_with_native_tools`](crate::clients::common::send_with_native_tools). [INFO] [stderr] 225 + /// [`send_with_native_tools`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/cloudllm/clients/openrouter.rs:353:36 [INFO] [stderr] | [INFO] [stderr] 353 | /// [`send_with_native_tools`](crate::clients::common::send_with_native_tools) [INFO] [stderr] | ------------------------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 353 - /// [`send_with_native_tools`](crate::clients::common::send_with_native_tools) [INFO] [stderr] 353 + /// [`send_with_native_tools`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `cloudllm` (lib doc) generated 12 warnings (run `cargo fix --lib -p cloudllm` to apply 3 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/cloudllm/index.html [INFO] running `Command { std: "docker" "inspect" "717d66268ef7728e186e7823172edb259ad1b4f00a2633782e9ecfa54bce3e88", kill_on_drop: false }`