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 #1635521 2025-01-17 10:13:33
# rustc version
rustc 1.86.0-nightly (99db2737c 2025-01-16)# docs.rs version
docsrs 0.6.0 (13d4ccea 2025-01-13)# 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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250116-1.86.0-nightly-99db2737c\", \"--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] [stdout] 960f18411122aea3e96e8aac3444038a785ea5e6c4d24d14e43dedd49372692b
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "960f18411122aea3e96e8aac3444038a785ea5e6c4d24d14e43dedd49372692b", 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 "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 "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 "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 "metadata") generated 1 warning
[INFO] [stderr] warning: `csml_interpreter` (example "memory") generated 1 warning
[INFO] [stderr] warning: `csml_interpreter` (example "hello_world") generated 1 warning
[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 "event") generated 1 warning
[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: `csml_interpreter` (example "modules") 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 "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 "factorial") generated 1 warning
[INFO] [stderr]  Documenting csml_interpreter v1.11.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s
[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" "960f18411122aea3e96e8aac3444038a785ea5e6c4d24d14e43dedd49372692b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "960f18411122aea3e96e8aac3444038a785ea5e6c4d24d14e43dedd49372692b", kill_on_drop: false }`
[INFO] [stdout] 960f18411122aea3e96e8aac3444038a785ea5e6c4d24d14e43dedd49372692b