# rustc version rustc 1.97.0-nightly (b954122bb 2026-05-20)
# docs.rs version docsrs 0.0.0 (e50152ed411bb913753b1dfd203f22cb8711f097 2026-05-17 )
# 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" "bd9f4d26c283e825c56bc9b1983575cb5a80a4639f86f25c56e2e9945d99ab19" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260520-1.97.0-nightly-b954122bb\", \"--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: use of deprecated struct `cansi::CategorisedSlice`: please use v3::CategorisedSlice to move to API v3.0. this function will be removed with v3.0 of cansi [INFO] [stderr] --> src/output.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use cansi::{CategorisedSlice, Color}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `cansi::categorise_text`: please use v3::categorise_text to move to API v3.0. this function will be removed with v3.0 of cansi [INFO] [stderr] --> src/output.rs:187:25 [INFO] [stderr] | [INFO] [stderr] 187 | let output = cansi::categorise_text(text); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `cansi::CategorisedSlice`: please use v3::CategorisedSlice to move to API v3.0. this function will be removed with v3.0 of cansi [INFO] [stderr] --> src/output.rs:193:13 [INFO] [stderr] | [INFO] [stderr] 193 | for CategorisedSlice { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `cansi::categorise_text`: please use v3::categorise_text to move to API v3.0. this function will be removed with v3.0 of cansi [INFO] [stderr] --> src/output.rs:114:53 [INFO] [stderr] | [INFO] [stderr] 114 | ... .flat_map(|text| cansi::categorise_text(text)) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated field `cansi::CategorisedSlice::text`: please use v3::CategorisedSlice to move to API v3.0. this function will be removed with v3.0 of cansi [INFO] [stderr] --> src/output.rs:115:42 [INFO] [stderr] | [INFO] [stderr] 115 | ... .map(|slice| slice.text) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated field `cansi::CategorisedSlice::text`: please use v3::CategorisedSlice to move to API v3.0. this function will be removed with v3.0 of cansi [INFO] [stderr] --> src/output.rs:194:13 [INFO] [stderr] | [INFO] [stderr] 194 | text, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated field `cansi::CategorisedSlice::fg_colour`: please use v3::CategorisedSlice to move to API v3.0. this function will be removed with v3.0 of cansi [INFO] [stderr] --> src/output.rs:195:13 [INFO] [stderr] | [INFO] [stderr] 195 | fg_colour, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated field `cansi::CategorisedSlice::bg_colour`: please use v3::CategorisedSlice to move to API v3.0. this function will be removed with v3.0 of cansi [INFO] [stderr] --> src/output.rs:196:13 [INFO] [stderr] | [INFO] [stderr] 196 | bg_colour, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated field `cansi::CategorisedSlice::intensity`: please use v3::CategorisedSlice to move to API v3.0. this function will be removed with v3.0 of cansi [INFO] [stderr] --> src/output.rs:197:13 [INFO] [stderr] | [INFO] [stderr] 197 | intensity, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated field `cansi::CategorisedSlice::italic`: please use v3::CategorisedSlice to move to API v3.0. this function will be removed with v3.0 of cansi [INFO] [stderr] --> src/output.rs:198:13 [INFO] [stderr] | [INFO] [stderr] 198 | italic, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated field `cansi::CategorisedSlice::underline`: please use v3::CategorisedSlice to move to API v3.0. this function will be removed with v3.0 of cansi [INFO] [stderr] --> src/output.rs:199:13 [INFO] [stderr] | [INFO] [stderr] 199 | underline, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated field `cansi::CategorisedSlice::strikethrough`: please use v3::CategorisedSlice to move to API v3.0. this function will be removed with v3.0 of cansi [INFO] [stderr] --> src/output.rs:200:13 [INFO] [stderr] | [INFO] [stderr] 200 | strikethrough, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `klask` (lib) generated 12 warnings [INFO] [stderr] Scraping klask v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting klask v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `clap::Clap` [INFO] [stderr] --> src/lib.rs:96:42 [INFO] [stderr] | [INFO] [stderr] 96 | /// Can be used with a struct deriving [`clap::Clap`]. Call with a closure that contains the code that would normally be in `main`. [INFO] [stderr] | ^^^^^^^^^^ no item named `Clap` in module `clap` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `klask` (lib doc) generated 1 warning [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: quick-xml v0.22.0 [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/klask/index.html [INFO] running `Command { std: "docker" "inspect" "bd9f4d26c283e825c56bc9b1983575cb5a80a4639f86f25c56e2e9945d99ab19", kill_on_drop: false }`