# rustc version rustc 1.100.0-nightly (e7769602a 2026-08-24)
# docs.rs version docsrs 0.0.0 (6c3c2ab33f39d2284fd26cea84fae0598b4cbd55 2026-08-24 )
# 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" "14ba647ee889c79bdf8d411c0ec638221d5058b7a22609e24cfc7def30cd51f9" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260824-1.100.0-nightly-e7769602a\", \"--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\"" "-j6" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting agentic-server-core v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `ExecutorError` [INFO] [stderr] --> src/executor/engine.rs:514:15 [INFO] [stderr] | [INFO] [stderr] 514 | /// Returns [`ExecutorError`] if the conversation store is unavailable. [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `ExecutorError` 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: unresolved link to `ExecutorError` [INFO] [stderr] --> src/executor/engine.rs:554:19 [INFO] [stderr] | [INFO] [stderr] 554 | /// Returns [`ExecutorError`] if rehydration or (non-streaming) LLM inference fails. [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `ExecutorError` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `ExecutorError` [INFO] [stderr] --> src/executor/engine.rs:581:15 [INFO] [stderr] | [INFO] [stderr] 581 | /// Returns [`ExecutorError`] if rehydration or (non-streaming) LLM inference fails. [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `ExecutorError` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `crate::config::Config::streaming_chunk_timeout_s` [INFO] [stderr] --> src/executor/request.rs:69:60 [INFO] [stderr] | [INFO] [stderr] 69 | /// Sourced from [`Config::streaming_chunk_timeout_s`](crate::config::Config::streaming_chunk_timeout_s). [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Config` has no field or associated item named `streaming_chunk_timeout_s` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `PoolWithSchema` [INFO] [stderr] --> src/storage/pool.rs:241:65 [INFO] [stderr] | [INFO] [stderr] 241 | /// Combines [`create_pool`] with schema initialization using [`PoolWithSchema`]. [INFO] [stderr] | ^^^^^^^^^^^^^^ no item named `PoolWithSchema` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/executor/request.rs:130:62 [INFO] [stderr] | [INFO] [stderr] 130 | /// Build an `ExecutionContext` directly from [`Config`](crate::config::Config). [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] 130 - /// Build an `ExecutionContext` directly from [`Config`](crate::config::Config). [INFO] [stderr] 130 + /// Build an `ExecutionContext` directly from [`Config`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `String` [INFO] [stderr] --> src/storage/models/response.rs:71:63 [INFO] [stderr] | [INFO] [stderr] 71 | /// Deserialize `history_item_ids` from JSON string to Vec<String>. [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 71 | /// Deserialize `history_item_ids` from JSON string to `Vec<String>`. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `agentic-server-core` (lib doc) generated 7 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.31.3 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/agentic_core/index.html [INFO] running `Command { std: "docker" "inspect" "14ba647ee889c79bdf8d411c0ec638221d5058b7a22609e24cfc7def30cd51f9", kill_on_drop: false }`