daimon 0.19.0

A Rust-native AI agent framework

Build #3798039 2026-07-08 18:32:16

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.99.0-nightly (f10db292a 2026-07-07)

# docs.rs version docsrs 0.0.0 (964c90a45859fd8f9076e3cbe58470a5a4f4d4f7 2026-07-01 )

# 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" "3729231cea673c86588806bdb56085d850ba0db63d43bfc1a0484cda84525f54" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260707-1.99.0-nightly-f10db292a\", \"--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: azure_agent, bedrock_agent, chain, gemini_agent, mcp_client, ollama_agent, rag_opensearch, rag_pgvector, simple_agent, streaming, tool_macro, with_tools [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] Checking daimon-provider-bedrock v0.18.0 [INFO] [stderr] error[E0599]: no method named `expect` found for struct `GuardrailConfiguration` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/daimon-provider-bedrock-0.18.0/src/lib.rs:354:22 [INFO] [stderr] | [INFO] [stderr] 350 | let guardrail_config = GuardrailConfiguration::builder() [INFO] [stderr] | ________________________________________- [INFO] [stderr] 351 | | .guardrail_identifier(id) [INFO] [stderr] 352 | | .guardrail_version(version) [INFO] [stderr] 353 | | .build() [INFO] [stderr] 354 | | .expect("valid guardrail config"); [INFO] [stderr] | | -^^^^^^ method not found in `GuardrailConfiguration` [INFO] [stderr] | |_____________________| [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `expect` found for struct `GuardrailStreamConfiguration` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/daimon-provider-bedrock-0.18.0/src/lib.rs:434:18 [INFO] [stderr] | [INFO] [stderr] 430 | let guardrail_config = GuardrailStreamConfiguration::builder() [INFO] [stderr] | ____________________________________- [INFO] [stderr] 431 | | .guardrail_identifier(id) [INFO] [stderr] 432 | | .guardrail_version(version) [INFO] [stderr] 433 | | .build() [INFO] [stderr] 434 | | .expect("valid guardrail stream config"); [INFO] [stderr] | | -^^^^^^ method not found in `GuardrailStreamConfiguration` [INFO] [stderr] | |_________________| [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `daimon-provider-bedrock` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "3729231cea673c86588806bdb56085d850ba0db63d43bfc1a0484cda84525f54", kill_on_drop: false }`