# rustc version rustc 1.98.0-nightly (61d7280f3 2026-06-06)
# 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" "b4ac3e5a3f4014dd6fc8730b4852c5334b2a403031661238039c9d8770eaa53b" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260606-1.98.0-nightly-61d7280f3\", \"--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, basic_completion, conversation, guardrails, knowledge, mcp_server, rag, streaming, tools, with_otel [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 liteforge v0.2.5 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `AsyncForgeClient` links to private item `crate::transport` [INFO] [stderr] --> src/client.rs:114:54 [INFO] [stderr] | [INFO] [stderr] 114 | /// All HTTP logic is delegated to the [`transport`](crate::transport) module. [INFO] [stderr] | ^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `REDACTED` [INFO] [stderr] --> src/guardrails/pii.rs:84:45 [INFO] [stderr] | [INFO] [stderr] 84 | /// Redact PII from text by replacing with [REDACTED]. [INFO] [stderr] | ^^^^^^^^ no item named `REDACTED` 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: public documentation for `otel_init` links to private item `crate::transport::build_headers` [INFO] [stderr] --> src/otel_init.rs:6:7 [INFO] [stderr] | [INFO] [stderr] 6 | //! [`crate::transport::build_headers`]) are exported via OTLP HTTP/proto [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `DONE` [INFO] [stderr] --> src/streaming.rs:10:63 [INFO] [stderr] | [INFO] [stderr] 10 | /// Returns `Ok(Some(chunk))` for data lines, `Ok(None)` for [DONE] or non-data lines, [INFO] [stderr] | ^^^^ no item named `DONE` 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/client.rs:114:54 [INFO] [stderr] | [INFO] [stderr] 114 | /// All HTTP logic is delegated to the [`transport`](crate::transport) module. [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] 114 - /// All HTTP logic is delegated to the [`transport`](crate::transport) module. [INFO] [stderr] 114 + /// All HTTP logic is delegated to the [`transport`] module. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `liteforge` (lib doc) generated 5 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/liteforge/index.html [INFO] running `Command { std: "docker" "inspect" "b4ac3e5a3f4014dd6fc8730b4852c5334b2a403031661238039c9d8770eaa53b", kill_on_drop: false }`