csml_interpreter 1.11.2

The CSML Interpreter is the official interpreter for the CSML programming language, a DSL designed to make it extremely easy to create rich and powerful chatbots.
Documentation
Build #2533817 2025-09-25 10:38:44
# 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-builder/builds/csml_interpreter-1.11.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/csml_interpreter-1.11.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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] a5ce4f9b5d8752229ded30a0c0ce82bf078835976cbf5703cd7b64d6f913abe5
[INFO] running `Command { std: "docker" "start" "-a" "a5ce4f9b5d8752229ded30a0c0ce82bf078835976cbf5703cd7b64d6f913abe5", kill_on_drop: false }`
[INFO] [stderr]     Checking csml_interpreter v1.11.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: failed to check lib in package `csml_interpreter` as a prerequisite for scraping examples from: example "bot", example "event", example "factorial", example "hello_world", example "memory", example "metadata", example "modules"
[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_interpreter` (lib) generated 1 warning
[INFO] [stderr]     Scraping csml_interpreter v1.11.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: failed to scan example "modules" in package `csml_interpreter` 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: failed to scan example "event" in package `csml_interpreter` 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: failed to scan example "hello_world" in package `csml_interpreter` 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: failed to scan example "factorial" in package `csml_interpreter` 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: failed to scan example "metadata" in package `csml_interpreter` 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_interpreter` (example "modules") generated 1 warning
[INFO] [stderr] warning: `csml_interpreter` (example "event") generated 1 warning
[INFO] [stderr] warning: `csml_interpreter` (example "hello_world") generated 1 warning
[INFO] [stderr] warning: `csml_interpreter` (example "factorial") generated 1 warning
[INFO] [stderr] warning: `csml_interpreter` (example "metadata") generated 1 warning
[INFO] [stderr] warning: failed to scan example "bot" in package `csml_interpreter` 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_interpreter` (example "bot") generated 1 warning
[INFO] [stderr] warning: failed to scan example "memory" in package `csml_interpreter` 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_interpreter` (example "memory") generated 1 warning
[INFO] [stderr]  Documenting csml_interpreter v1.11.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/data/literal.rs:220:42
[INFO] [stderr]     |
[INFO] [stderr] 220 |     type Output = Result<std::boxed::Box<(dyn Primitive + 'static)>, String>;
[INFO] [stderr]     |                                          ^                       ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 220 -     type Output = Result<std::boxed::Box<(dyn Primitive + 'static)>, String>;
[INFO] [stderr] 220 +     type Output = Result<std::boxed::Box<dyn Primitive + 'static >, String>;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/data/literal.rs:222:58
[INFO] [stderr]     |
[INFO] [stderr] 222 |     fn add(self, rhs: Literal) -> Result<std::boxed::Box<(dyn Primitive + 'static)>, String> {
[INFO] [stderr]     |                                                          ^                       ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 222 -     fn add(self, rhs: Literal) -> Result<std::boxed::Box<(dyn Primitive + 'static)>, String> {
[INFO] [stderr] 222 +     fn add(self, rhs: Literal) -> Result<std::boxed::Box<dyn Primitive + 'static >, String> {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `csml_interpreter` (lib doc) generated 2 warnings (run `cargo fix --lib -p csml_interpreter` to apply 2 suggestions)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: quick-xml v0.17.2
[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/csml_interpreter/index.html
[INFO] running `Command { std: "docker" "inspect" "a5ce4f9b5d8752229ded30a0c0ce82bf078835976cbf5703cd7b64d6f913abe5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5ce4f9b5d8752229ded30a0c0ce82bf078835976cbf5703cd7b64d6f913abe5", kill_on_drop: false }`
[INFO] [stdout] a5ce4f9b5d8752229ded30a0c0ce82bf078835976cbf5703cd7b64d6f913abe5