apr-cli 0.64.0

CLI tool for APR model inspection, debugging, and operations
Documentation

Build #4207306 2026-08-25 04:13:29

# rustc version rustc 1.100.0-nightly (e7769602a 2026-08-24)

# docs.rs version docsrs 0.0.0 (6c3c2ab33f39d2284fd26cea84fae0598b4cbd55 2026-08-24 )

# 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" "9efcda78f3c852f1d2a3d427b2713611cf155235d8eab298a9de2249c401da8a" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260824-1.100.0-nightly-e7769602a\", \"--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\"" "-j6" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: gpu_chat_inference, ptx_parity_validation, serve_with_tracing, tool_calling_demo [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Compiling apr-cli v0.64.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting apr-cli v0.64.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `verbosity` links to private item `crate::commands::offline` [INFO] [stderr] --> src/verbosity.rs:14:7 [INFO] [stderr] | [INFO] [stderr] 14 | //! [`crate::commands::offline`]), where three commands forgot to pass the [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: unresolved link to `emitln` [INFO] [stderr] --> src/verbosity.rs:30:31 [INFO] [stderr] | [INFO] [stderr] 30 | //! the blanket gate with [`emitln!`]/[`emit!`]. Two do: `apr list --quiet` [INFO] [stderr] | ^^^^^^^ no item named `emitln` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `emitln` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `emit` [INFO] [stderr] --> src/verbosity.rs:30:43 [INFO] [stderr] | [INFO] [stderr] 30 | //! the blanket gate with [`emitln!`]/[`emit!`]. Two do: `apr list --quiet` [INFO] [stderr] | ^^^^^ no item named `emit` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `emit` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `vprintln` [INFO] [stderr] --> src/verbosity.rs:35:49 [INFO] [stderr] | [INFO] [stderr] 35 | //! otherwise elide; see [`is_verbose`] and [`vprintln!`]. [INFO] [stderr] | ^^^^^^^^^ no item named `vprintln` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `vprintln` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `adapter` [INFO] [stderr] --> src/model_ops_commands.rs:94:52 [INFO] [stderr] | [INFO] [stderr] 94 | /// Multi-adapter config file: TOML with [[adapter]] entries (GPU-SHARE ยง2.4) [INFO] [stderr] | ^^^^^^^ no item named `adapter` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `*` [INFO] [stderr] --> src/extended_commands.rs:856:27 [INFO] [stderr] | [INFO] [stderr] 856 | /// request.tools[*].function.name) [INFO] [stderr] | ^ no item named `*` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `heads` [INFO] [stderr] --> src/extended_commands.rs:1014:63 [INFO] [stderr] | [INFO] [stderr] 1014 | /// Path to attention dump in JSON form (4-D [layers][heads][rows][cols] floats) [INFO] [stderr] | ^^^^^ no item named `heads` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `cols` [INFO] [stderr] --> src/extended_commands.rs:1014:76 [INFO] [stderr] | [INFO] [stderr] 1014 | /// Path to attention dump in JSON form (4-D [layers][heads][rows][cols] floats) [INFO] [stderr] | ^^^^ no item named `cols` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `CLS` [INFO] [stderr] --> src/extended_commands.rs:1345:37 [INFO] [stderr] | [INFO] [stderr] 1345 | /// `--pool cls` โ€” take the [CLS] hidden state [INFO] [stderr] | ^^^ no item named `CLS` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `path` [INFO] [stderr] --> src/commands/tui.rs:8:39 [INFO] [stderr] | [INFO] [stderr] 8 | //! โ”‚ HEADER: APR Model Inspector - <path> โ”‚ [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `ts` [INFO] [stderr] --> src/extended_commands.rs:895:69 [INFO] [stderr] | [INFO] [stderr] 895 | /// Path to captured OOM postmortem JSON (e.g. /tmp/apr-oom-<ts>.json) [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `FILE` [INFO] [stderr] --> src/tool_commands.rs:81:22 [INFO] [stderr] | [INFO] [stderr] 81 | /// apr oracle <FILE> - Analyze local model file [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `apr-cli` (lib doc) generated 12 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: naga v27.0.3, nix v0.29.0, nix v0.30.1, nix v0.31.3, proc-macro-error2 v2.0.1, wgpu v27.0.1, wgpu-core v27.0.3, wgpu-hal v27.0.4 [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/apr_cli/index.html [INFO] running `Command { std: "docker" "inspect" "9efcda78f3c852f1d2a3d427b2713611cf155235d8eab298a9de2249c401da8a", kill_on_drop: false }`