# rustc version rustc 1.95.0-nightly (18d13b533 2026-02-09)
# docs.rs version docsrs 0.0.0 (3600254d 2026-02-10 )
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/codesnap-0.13.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/codesnap-0.13.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260209-1.95.0-nightly-18d13b533\", \"--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: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b9d4611c4798e22a5f2a609484e6880f4766c6e98f217c8c21d6e3853bdd8aef [INFO] running `Command { std: "docker" "start" "-a" "b9d4611c4798e22a5f2a609484e6880f4766c6e98f217c8c21d6e3853bdd8aef", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `var` [INFO] [stderr] --> src/utils/path.rs:4:11 [INFO] [stderr] | [INFO] [stderr] 4 | env::{var, VarError}, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ansi.rs:20:21 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn colorize(&self) -> Vec<(&str, Attrs)> { [INFO] [stderr] | ^^^^^ ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 20 | pub fn colorize(&self) -> Vec<(&str, Attrs<'_>)> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/components/highlight_code_block.rs:86:9 [INFO] [stderr] | [INFO] [stderr] 86 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 93 | ) -> (Rect, Paint) { [INFO] [stderr] | ^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 93 | ) -> (Rect, Paint<'_>) { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/utils/highlight.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 28 | ) -> Result<Vec<(&str, Attrs)>, RenderError> { [INFO] [stderr] | ^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the same lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 28 | ) -> Result<Vec<(&str, Attrs<'_>)>, RenderError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `codesnap` (lib) generated 4 warnings (run `cargo fix --lib -p codesnap` to apply 4 suggestions) [INFO] [stderr] Scraping codesnap v0.13.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: failed to scan example "basic" in package `codesnap` 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 "breadcrumbs" in package `codesnap` 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: `codesnap` (example "basic") generated 1 warning [INFO] [stderr] warning: `codesnap` (example "breadcrumbs") generated 1 warning [INFO] [stderr] warning: failed to scan example "ascii" in package `codesnap` 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: `codesnap` (example "ascii") generated 1 warning [INFO] [stderr] warning: failed to scan example "line_number" in package `codesnap` 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: `codesnap` (example "line_number") generated 1 warning [INFO] [stderr] warning: failed to scan example "command_output" in package `codesnap` 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: `codesnap` (example "command_output") generated 1 warning [INFO] [stderr] warning: failed to scan example "highlight" in package `codesnap` 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: `codesnap` (example "highlight") generated 1 warning [INFO] [stderr] warning: failed to scan example "image" in package `codesnap` 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: `codesnap` (example "image") generated 1 warning [INFO] [stderr] Documenting codesnap v0.13.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/config.rs:336:15 [INFO] [stderr] | [INFO] [stderr] 336 | /// Visit https://github.com/trishume/syntect for more detail [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 336 | /// Visit <https://github.com/trishume/syntect> for more detail [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `codesnap` (lib doc) generated 1 warning (run `cargo fix --lib -p codesnap` to apply 1 suggestion) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/codesnap/index.html [INFO] running `Command { std: "docker" "inspect" "b9d4611c4798e22a5f2a609484e6880f4766c6e98f217c8c21d6e3853bdd8aef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9d4611c4798e22a5f2a609484e6880f4766c6e98f217c8c21d6e3853bdd8aef", kill_on_drop: false }` [INFO] [stdout] b9d4611c4798e22a5f2a609484e6880f4766c6e98f217c8c21d6e3853bdd8aef