Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# error kind ExecutionFailed
# pre-build errors command failed: exit status: 101
# 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" "39a7985ae07b14a914edd948e119c831f793e9415dd51cbc22ba48725698bfda" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--generate-link-to-definition\", \"-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: Rustdoc did not scrape the following examples because they require dev-dependencies: agent_contracts, agent_demo, agent_guard, agent_memory, agent_pool, agent_routing, agent_signing, backend_selection, bug_hunter_demo, content_demo, custom_plugin, design_by_contract, full_transpilation, graph_tui_demo, hf_catalog_demo, int8_rescore_demo, mcp_demo, moe_routing, multi_machine_demo, numpy_conversion, oracle_demo, oracle_local_demo, parf_analysis, pepita_kernel_demo, pipeline_demo, playbook_demo, pmat_query_demo, publish_status_demo, pytorch_conversion, rag_oracle_demo, rag_profiling_demo, repartir_distributed, serve_demo, sklearn_conversion, sovereign_stack_e2e, stack_comply_demo, stack_diagnostics_demo, stack_dogfood, stack_graph_tui, stack_quality_demo, svg_generation_demo, trueno_ublk_demo, trueno_zram_demo [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] Compiling aprender-orchestrate v0.64.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting aprender-orchestrate v0.64.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `TurnPermit` links to private item `run_single_prompt` [INFO] [stderr] --> src/agent/code.rs:26:7 [INFO] [stderr] | [INFO] [stderr] 26 | /// [`run_single_prompt`] cannot be called without one. That is the whole point: [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: public documentation for `compute_ready_timeout_secs` links to private item `AprServeDriver::resolve_ready_timeout_secs` [INFO] [stderr] --> src/agent/driver/apr_serve.rs:356:7 [INFO] [stderr] | [INFO] [stderr] 356 | /// [`AprServeDriver::resolve_ready_timeout_secs`] with the live env. [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: public documentation for `parse_tool_calls_pub` links to private item `salvage_tool_calls` [INFO] [stderr] --> src/agent/driver/realizar.rs:139:61 [INFO] [stderr] | [INFO] [stderr] 139 | /// bare top-level `{"name":..,"input":..}` JSON object — [`salvage_tool_calls`] [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 `from_driver` [INFO] [stderr] --> src/agent/task_tool.rs:202:16 [INFO] [stderr] | [INFO] [stderr] 202 | /// Like [`from_driver`] but uses a caller-supplied registry. Used by [INFO] [stderr] | ^^^^^^^^^^^ no item named `from_driver` 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: unclosed HTML tag `tool` [INFO] [stderr] --> src/stack/releaser_preflight/helpers.rs:15:46 [INFO] [stderr] | [INFO] [stderr] 15 | /// 2. Command not found -> pass with "<tool> not found (skipped)" [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/serve/banco/handlers_audio.rs:53:20 [INFO] [stderr] | [INFO] [stderr] 53 | error: "transcription_not_supported".to_string(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `ErrorDetail`, found `String` [INFO] [stderr] [INFO] [stderr] error[E0560]: struct `serve::banco::types::ErrorResponse` has no field named `message` [INFO] [stderr] --> src/serve/banco/handlers_audio.rs:54:13 [INFO] [stderr] | [INFO] [stderr] 54 | message: "aprender does not transcribe audio. whisper-apr is a \ [INFO] [stderr] | ^^^^^^^ `serve::banco::types::ErrorResponse` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: all struct fields are already assigned [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0560. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] warning: `aprender-orchestrate` (lib doc) generated 5 warnings [INFO] [stderr] error: could not document `aprender-orchestrate` [INFO] running `Command { std: "docker" "inspect" "39a7985ae07b14a914edd948e119c831f793e9415dd51cbc22ba48725698bfda", kill_on_drop: false }`