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 #1822596 2025-03-01 19:35:22
# rustc version
rustc 1.87.0-nightly (287487624 2025-02-28)# docs.rs version
docsrs 0.6.0 (d925d3c8 2025-02-27)# 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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250228-1.87.0-nightly-287487624\", \"--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] e45b3a3d9172439858735457e54b33f01a4ee3ec30a0787ac4eb586e16fb036f
[INFO] running `Command { std: "docker" "start" "-a" "e45b3a3d9172439858735457e54b33f01a4ee3ec30a0787ac4eb586e16fb036f", 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 "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: 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: `csml_interpreter` (example "modules") generated 1 warning
[INFO] [stderr] warning: `csml_interpreter` (example "event") 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: 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: `csml_interpreter` (example "memory") generated 1 warning
[INFO] [stderr] warning: `csml_interpreter` (example "factorial") generated 1 warning
[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: `csml_interpreter` (example "hello_world") generated 1 warning
[INFO] [stderr]  Documenting csml_interpreter v1.11.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.00s
[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" "e45b3a3d9172439858735457e54b33f01a4ee3ec30a0787ac4eb586e16fb036f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e45b3a3d9172439858735457e54b33f01a4ee3ec30a0787ac4eb586e16fb036f", kill_on_drop: false }`
[INFO] [stdout] e45b3a3d9172439858735457e54b33f01a4ee3ec30a0787ac4eb586e16fb036f