csml_engine 1.11.2

The CSML Engine is a conversational engine designed to make it extremely easy to create rich and powerful chatbots.
Documentation
Build #2533800 2025-09-25 10:34:05

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.

# rustc version
rustc 1.92.0-nightly (caccb4d03 2025-09-24)# docs.rs version
docsrs 0.6.0 (f42173de 2025-09-12)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/csml_engine-1.11.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/csml_engine-1.11.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250924-1.92.0-nightly-caccb4d03\", \"--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: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 3ccfa6bf015751cc558ac04349b259e3b9d9795381c77133ab6ba9d98ddc8714
[INFO] running `Command { std: "docker" "start" "-a" "3ccfa6bf015751cc558ac04349b259e3b9d9795381c77133ab6ba9d98ddc8714", kill_on_drop: false }`
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `rusoto_core` dependency)
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `rusoto_dynamodb` dependency)
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `rusoto_s3` dependency)
[INFO] [stderr] warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `serde_dynamodb` dependency)
[INFO] [stderr]     Checking csml_interpreter v1.11.2
[INFO] [stderr] warning: failed to check lib in package `csml_interpreter` as a prerequisite for scraping examples from: example "command_line", example "fold_bot", example "get_messages"
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/csml_interpreter-1.11.2/Cargo.toml
[INFO] [stderr] warning: `csml_interpreter` (lib) generated 1 warning
[INFO] [stderr]     Checking csml_engine v1.11.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: failed to check lib in package `csml_engine` as a prerequisite for scraping examples from: example "command_line", example "fold_bot", example "get_messages"
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `csml_engine` (lib) generated 1 warning
[INFO] [stderr]     Scraping csml_engine v1.11.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: failed to scan example "get_messages" in package `csml_engine` for example code usage
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `csml_engine` (example "get_messages") generated 1 warning
[INFO] [stderr] warning: failed to scan example "fold_bot" in package `csml_engine` for example code usage
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `csml_engine` (example "fold_bot") generated 1 warning
[INFO] [stderr] warning: failed to scan example "command_line" in package `csml_engine` for example code usage
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `csml_engine` (example "command_line") generated 1 warning
[INFO] [stderr]  Documenting csml_engine v1.11.2 (/opt/rustwide/workdir)
[INFO] [stderr] error: extern location for csml_interpreter does not exist: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libcsml_interpreter-ff92f79b924aca49.rmeta
[INFO] [stderr]   --> src/db_connectors/bot.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 12 | use csml_interpreter::data::csml_logs::*;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `crate::Client`, `crate::Context`
[INFO] [stderr]  --> src/data.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 |     Client, Context,
[INFO] [stderr]   |     ^^^^^^  ^^^^^^^ no `Context` in the root
[INFO] [stderr]   |     |
[INFO] [stderr]   |     no `Client` in the root
[INFO] [stderr]   |
[INFO] [stderr]   = help: consider importing this struct instead:
[INFO] [stderr]           std::task::Context
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate::CsmlBot`
[INFO] [stderr]   --> src/db_connectors/bot.rs:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | use crate::{BotVersion, CsmlBot, Database, EngineError};
[INFO] [stderr]    |                         ^^^^^^^ no `CsmlBot` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider importing one of these items instead:
[INFO] [stderr]            crate::BotOpt::CsmlBot
[INFO] [stderr]            crate::db_connectors::CsmlBot
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate::Client`
[INFO] [stderr]   --> src/db_connectors/conversations.rs:14:13
[INFO] [stderr]    |
[INFO] [stderr] 14 | use crate::{Client, ConversationInfo, Database, DbConversation, EngineError};
[INFO] [stderr]    |             ^^^^^^ no `Client` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `crate::Client`, `crate::Memory`
[INFO] [stderr]   --> src/db_connectors/memories.rs:14:13
[INFO] [stderr]    |
[INFO] [stderr] 14 | use crate::{Client, ConversationInfo, Database, EngineError, Memory};
[INFO] [stderr]    |             ^^^^^^ no `Client` in the root                   ^^^^^^ no `Memory` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate::Client`
[INFO] [stderr]   --> src/db_connectors/messages.rs:12:13
[INFO] [stderr]    |
[INFO] [stderr] 12 | use crate::{Client, ConversationInfo, Database, EngineError};
[INFO] [stderr]    |             ^^^^^^ no `Client` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate::Client`
[INFO] [stderr]   --> src/db_connectors/user.rs:11:13
[INFO] [stderr]    |
[INFO] [stderr] 11 | use crate::{Client, Database, EngineError};
[INFO] [stderr]    |             ^^^^^^ no `Client` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate::Client`
[INFO] [stderr]   --> src/db_connectors/mod.rs:60:5
[INFO] [stderr]    |
[INFO] [stderr] 60 | use crate::Client;
[INFO] [stderr]    |     ^^^^^^^^^^^^^ no `Client` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `crate::Context`, `crate::CsmlBot`, `crate::CsmlFlow`, `crate::CsmlResult`
[INFO] [stderr]  --> src/init.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 |     BotOpt, Context, CsmlBot, CsmlFlow, CsmlResult,
[INFO] [stderr]   |             ^^^^^^^  ^^^^^^^  ^^^^^^^^  ^^^^^^^^^^
[INFO] [stderr]   |             |        |        |         |
[INFO] [stderr]   |             |        |        |         no `CsmlResult` in the root
[INFO] [stderr]   |             |        |        |         help: a similar name exists in the module: `CsmlRequest`
[INFO] [stderr]   |             |        |        no `CsmlFlow` in the root
[INFO] [stderr]   |             |        no `CsmlBot` in the root
[INFO] [stderr]   |             no `Context` in the root
[INFO] [stderr]   |
[INFO] [stderr]   = help: consider importing this struct instead:
[INFO] [stderr]           std::task::Context
[INFO] [stderr]   = help: consider importing this variant instead:
[INFO] [stderr]           crate::BotOpt::CsmlBot
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `crate::CsmlBot`, `crate::CsmlFlow`
[INFO] [stderr]  --> src/utils.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 |     CsmlBot, CsmlFlow,
[INFO] [stderr]   |     ^^^^^^^  ^^^^^^^^ no `CsmlFlow` in the root
[INFO] [stderr]   |     |
[INFO] [stderr]   |     no `CsmlBot` in the root
[INFO] [stderr]   |
[INFO] [stderr]   = help: consider importing this variant instead:
[INFO] [stderr]           crate::BotOpt::CsmlBot
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not document `csml_engine`
[INFO] running `Command { std: "docker" "inspect" "3ccfa6bf015751cc558ac04349b259e3b9d9795381c77133ab6ba9d98ddc8714", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3ccfa6bf015751cc558ac04349b259e3b9d9795381c77133ab6ba9d98ddc8714", kill_on_drop: false }`
[INFO] [stdout] 3ccfa6bf015751cc558ac04349b259e3b9d9795381c77133ab6ba9d98ddc8714