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.98.0-nightly (31a9463c6 2026-05-25)
# docs.rs version docsrs 0.0.0 (f16e33f3e6ac9fc9e4413728c5dd1b2ba1c6b799 2026-05-23 )
# 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" "87a43634ae85d482f0dbf79adbf00428e962a7a2d1ee9c4e0c5685e86d7368cb" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260525-1.98.0-nightly-31a9463c6\", \"--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: `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 "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: 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 "fold_bot") generated 1 warning [INFO] [stderr] warning: `csml_engine` (example "command_line") generated 1 warning [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] 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-8bc74b9531a51ebb.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] | ^^^^^^^ ^^^^^^^ ^^^^^^^^ ^^^^^^^^^^ no `CsmlResult` in the root [INFO] [stderr] | | | | [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] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 9 - BotOpt, Context, CsmlBot, CsmlFlow, CsmlResult, [INFO] [stderr] 9 + BotOpt, Context, CsmlBot, CsmlFlow, CsmlRequest, [INFO] [stderr] | [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" "87a43634ae85d482f0dbf79adbf00428e962a7a2d1ee9c4e0c5685e86d7368cb", kill_on_drop: false }`