# rustc version rustc 1.100.0-nightly (34baba539 2026-08-16)
# docs.rs version docsrs 0.0.0 (b67fb7d1993e3c70fff4d05e2bc482bd9d0d774f 2026-08-13 )
# 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" "aa068e83c86bdeaa0e53493a4ad20050c526ed65d4b80132178f92a609093717" "/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\", \"-20260816-1.100.0-nightly-34baba539\", \"--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: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting libvctrl_sha512 v3.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `load_be` [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] The [`load_be`] and [`store_be`] functions convert between byte arrays and [INFO] [stderr] ^^^^^^^^^ [INFO] [stderr] = note: no item named `load_be` in scope [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: unresolved link to `store_be` [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] The [`load_be`] and [`store_be`] functions convert between byte arrays and [INFO] [stderr] ^^^^^^^^^^ [INFO] [stderr] = note: no item named `store_be` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `verify` [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] [`verify`] compares two byte slices of equal length using an XOR [INFO] [stderr] ^^^^^^^^ [INFO] [stderr] = note: no item named `verify` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `Hash` links to private item `new_state` [INFO] [stderr] --> src/sha384.rs:62:54 [INFO] [stderr] | [INFO] [stderr] 62 | /// The internal SHA-512 state is initialized with [`new_state`]. Updates [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: redundant explicit link target [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:321:55 [INFO] [stderr] | [INFO] [stderr] 321 | /// This provides convenient access to [`BLOCKBYTES`](crate::utils::BLOCKBYTES) [INFO] [stderr] | ------------ ^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 321 - /// This provides convenient access to [`BLOCKBYTES`](crate::utils::BLOCKBYTES) [INFO] [stderr] 321 + /// This provides convenient access to [`BLOCKBYTES`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:322:19 [INFO] [stderr] | [INFO] [stderr] 322 | /// and [`BYTES`](crate::utils::BYTES) at the crate root. [INFO] [stderr] | ------- ^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 322 - /// and [`BYTES`](crate::utils::BYTES) at the crate root. [INFO] [stderr] 322 + /// and [`BYTES`] at the crate root. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `Hash` is both a struct and a derive macro [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] - **Incremental hashing** through the [`Hash`] state machine, allowing [INFO] [stderr] ^^^^^^ [INFO] [stderr] = note: ambiguous link [INFO] [stderr] = help: to link to the struct, prefix with `struct@`: struct@Hash [INFO] [stderr] = help: to link to the derive macro, prefix with `derive@`: derive@Hash [INFO] [stderr] [INFO] [stderr] warning: `Hash` is both a struct and a derive macro [INFO] [stderr] --> src/sha512.rs:520:49 [INFO] [stderr] | [INFO] [stderr] 520 | /// This convenience method creates a new [`Hash`], feeds the entire input, [INFO] [stderr] | ^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the struct, prefix with `struct@` [INFO] [stderr] | [INFO] [stderr] 520 | /// This convenience method creates a new [`struct@Hash`], feeds the entire input, [INFO] [stderr] | +++++++ [INFO] [stderr] help: to link to the derive macro, prefix with `derive@` [INFO] [stderr] | [INFO] [stderr] 520 | /// This convenience method creates a new [`derive@Hash`], feeds the entire input, [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `Hash` is both a struct and a derive macro [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] The [`Hash`] struct holds an internal [`crate::sha512::Hash`] instance with [INFO] [stderr] ^^^^^^ [INFO] [stderr] = note: ambiguous link [INFO] [stderr] = help: to link to the struct, prefix with `struct@`: struct@Hash [INFO] [stderr] = help: to link to the derive macro, prefix with `derive@`: derive@Hash [INFO] [stderr] [INFO] [stderr] warning: `libvctrl_sha512` (lib doc) generated 14 warnings (3 duplicates) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.25s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/libvctrl_sha512/index.html [INFO] running `Command { std: "docker" "inspect" "aa068e83c86bdeaa0e53493a4ad20050c526ed65d4b80132178f92a609093717", kill_on_drop: false }`