objectiveai-cli 2.2.7

ObjectiveAI command-line interface and embeddable library
Documentation

Build #3675303 2026-06-24 12:45:43

# rustc version rustc 1.98.0-nightly (f28ac764c 2026-06-23)

# docs.rs version docsrs 0.0.0 (886bc7a22b1adc4b387ce1343447fe3af98d9ce5 2026-06-14 )

# 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" "43e5a962ba9e2b5a24474231aede7c5f49f7d934a2dab0d3dcd82869b44fc542" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260623-1.98.0-nightly-f28ac764c\", \"--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: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting objectiveai-cli v2.2.7 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/db/logs/read_all.rs:278:5 [INFO] [stderr] | [INFO] [stderr] 278 | / /// `Some` only for an open `ClientNotification` block; assistant / [INFO] [stderr] 279 | | /// tool blocks never set this. Boundary check pulls it in. [INFO] [stderr] | |_______________________________________________________________^ [INFO] [stderr] 280 | let mut cur_sender: Option<String> = None; [INFO] [stderr] | ------------------------------------------ rustdoc does not generate documentation for statements [INFO] [stderr] | [INFO] [stderr] = help: use `//` for a plain comment [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/db/logs/read_all.rs:281:5 [INFO] [stderr] | [INFO] [stderr] 281 | / /// `Some` only for an open `ClientNotification` block — the [INFO] [stderr] 282 | | /// consumed `message_queue.id`. Forces 1:1 block-to-parent [INFO] [stderr] 283 | | /// correspondence so block-level `timestamp_queued` is [INFO] [stderr] 284 | | /// well-defined. [INFO] [stderr] | |_____________________^ [INFO] [stderr] 285 | let mut cur_mq_id: Option<i64> = None; [INFO] [stderr] | -------------------------------------- rustdoc does not generate documentation for statements [INFO] [stderr] | [INFO] [stderr] = help: use `//` for a plain comment [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/db/logs/read_all.rs:286:5 [INFO] [stderr] | [INFO] [stderr] 286 | / /// `Some` only for an open `ClientNotification` block — [INFO] [stderr] 287 | | /// `message_queue.enqueued_at`. [INFO] [stderr] | |____________________________________^ [INFO] [stderr] 288 | let mut cur_timestamp_queued: Option<i64> = None; [INFO] [stderr] | ------------------------------------------------- rustdoc does not generate documentation for statements [INFO] [stderr] | [INFO] [stderr] = help: use `//` for a plain comment [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/db/logs/read_all.rs:289:5 [INFO] [stderr] | [INFO] [stderr] 289 | / /// `Some` only for an open `ClientNotification` block AND [INFO] [stderr] 290 | | /// only when the parent queue row had `--key` set — [INFO] [stderr] 291 | | /// `message_queue.key`. [INFO] [stderr] | |____________________________^ [INFO] [stderr] 292 | let mut cur_key: Option<String> = None; [INFO] [stderr] | --------------------------------------- rustdoc does not generate documentation for statements [INFO] [stderr] | [INFO] [stderr] = help: use `//` for a plain comment [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `env` [INFO] [stderr] --> src/filesystem/client.rs:49:23 [INFO] [stderr] | [INFO] [stderr] 49 | #[cfg(feature = "env")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `env` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `env` [INFO] [stderr] --> src/filesystem/client.rs:51:27 [INFO] [stderr] | [INFO] [stderr] 51 | #[cfg(not(feature = "env"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `env` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `env` [INFO] [stderr] --> src/filesystem/client.rs:64:23 [INFO] [stderr] | [INFO] [stderr] 64 | #[cfg(feature = "env")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `env` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `env` [INFO] [stderr] --> src/filesystem/client.rs:66:27 [INFO] [stderr] | [INFO] [stderr] 66 | #[cfg(not(feature = "env"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `env` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `env` [INFO] [stderr] --> src/filesystem/client.rs:135:11 [INFO] [stderr] | [INFO] [stderr] 135 | #[cfg(feature = "env")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `env` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `env` [INFO] [stderr] --> src/filesystem/client.rs:146:11 [INFO] [stderr] | [INFO] [stderr] 146 | #[cfg(feature = "env")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `env` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: public documentation for `deliver` links to private item `AgentInstanceRegistry` [INFO] [stderr] --> src/command/agents/queue/deliver.rs:22:9 [INFO] [stderr] | [INFO] [stderr] 22 | //! [`AgentInstanceRegistry`], so the lock is released the moment [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: public documentation for `spawn` links to private item `AgentInstanceRegistry::observe` [INFO] [stderr] --> src/command/agents/spawn.rs:19:8 [INFO] [stderr] | [INFO] [stderr] 19 | //! ([`AgentInstanceRegistry::observe`]); the first success releases [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `standard` links to private item `super::runner::run` [INFO] [stderr] --> src/command/functions/execute/standard.rs:5:32 [INFO] [stderr] | [INFO] [stderr] 5 | //! upstream WS directly via [`super::runner::run`] and yields each [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `LogWriter` links to private item `LogWriterState` [INFO] [stderr] --> src/db/logs/writer.rs:133:37 [INFO] [stderr] | [INFO] [stderr] 133 | /// task that owns the per-stream [`LogWriterState`]. The handle here [INFO] [stderr] | ^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `query` links to private item `pg_value_to_json` [INFO] [stderr] --> src/db/query.rs:12:7 [INFO] [stderr] | [INFO] [stderr] 12 | //! [`pg_value_to_json`], which dispatches on [INFO] [stderr] | ^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `ResponseContent` [INFO] [stderr] --> src/db/message_queue.rs:174:7 [INFO] [stderr] | [INFO] [stderr] 174 | /// [`ResponseContent`] JSON (`One(i64)` for single-part, `Many(Vec<i64>)` [INFO] [stderr] | ^^^^^^^^^^^^^^^ no item named `ResponseContent` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: public documentation for `install` links to private item `InstallManifest` [INFO] [stderr] --> src/filesystem/install/mod.rs:2:32 [INFO] [stderr] | [INFO] [stderr] 2 | //! generic install engine + [`InstallManifest`] trait, the install [INFO] [stderr] | ^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `install_plugin` links to private item `Client::install_from_github_at` [INFO] [stderr] --> src/filesystem/plugins/client.rs:181:11 [INFO] [stderr] | [INFO] [stderr] 181 | /// [`Client::install_from_github_at`] engine. `headers` attaches to [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `install_tool` links to private item `Client::install_from_github_at` [INFO] [stderr] --> src/filesystem/tools/install.rs:17:24 [INFO] [stderr] | [INFO] [stderr] 17 | /// wrapper over [`Client::install_from_github_at`]. The `bool` is [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `plugin_path` links to private item `crate::spawn::apply_config_env` [INFO] [stderr] --> src/plugin_path.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | //! (see [`crate::spawn::apply_config_env`]). [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Request` [INFO] [stderr] --> src/run.rs:242:25 [INFO] [stderr] | [INFO] [stderr] 242 | /// `TryFrom` it into [`Request`]; resolve [`Context`] (caller- [INFO] [stderr] | ^^^^^^^ no item named `Request` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `crate::instance::run` [INFO] [stderr] --> src/run.rs:250:39 [INFO] [stderr] | [INFO] [stderr] 250 | /// — it has its own entry point at [`crate::instance::run`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ no item named `instance` in module `objectiveai_cli` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `1` [INFO] [stderr] --> src/run.rs:252:45 [INFO] [stderr] | [INFO] [stderr] 252 | /// [`ResponseItem`]. `main.rs` routes argv[1] == "instance" to [INFO] [stderr] | ^ no item named `1` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: `objectiveai-cli` (lib doc) generated 23 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.41s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/objectiveai_cli/index.html [INFO] running `Command { std: "docker" "inspect" "43e5a962ba9e2b5a24474231aede7c5f49f7d934a2dab0d3dcd82869b44fc542", kill_on_drop: false }`