# rustc version rustc 1.98.0-nightly (4429659e4 2026-06-22)
# 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" "83cf0920a5f83f8d1a59778c00f944d1c5a67d4e3b4a3c66f71b477b7139ea0c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "std hash dict_builder lsm" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260622-1.98.0-nightly-4429659e4\", \"--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 structured-zstd v0.0.44 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `LICENSE` [INFO] [stderr] --> src/../README.md:9:84 [INFO] [stderr] | [INFO] [stderr] 9 | [](LICENSE) [INFO] [stderr] | ^^^^^^^ no item named `LICENSE` 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 `OutputBufferOverflow` links to private item `super::decode_buffer::DecodeBuffer::repeat` [INFO] [stderr] --> src/decoding/errors.rs:440:11 [INFO] [stderr] | [INFO] [stderr] 440 | /// [`super::decode_buffer::DecodeBuffer::repeat`] / `_lookahead` [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 `init` [INFO] [stderr] --> src/decoding/frame_decoder.rs:1100:11 [INFO] [stderr] | [INFO] [stderr] 1100 | /// [`init`] / [`reset`] calls expect the frame header to begin [INFO] [stderr] | ^^^^ no item named `init` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `reset` [INFO] [stderr] --> src/decoding/frame_decoder.rs:1100:22 [INFO] [stderr] | [INFO] [stderr] 1100 | /// [`init`] / [`reset`] calls expect the frame header to begin [INFO] [stderr] | ^^^^^ no item named `reset` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `compress_independent_frame_into` links to private item `Self::prepare_frame` [INFO] [stderr] --> src/encoding/frame_compressor.rs:1072:11 [INFO] [stderr] | [INFO] [stderr] 1072 | /// [`Self::prepare_frame`]: only the allocations are kept, so 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] [INFO] [stderr] warning: public documentation for `compress` links to private item `Self::prepare_frame` [INFO] [stderr] --> src/encoding/frame_compressor.rs:1479:46 [INFO] [stderr] | [INFO] [stderr] 1479 | /// Per-frame setup values resolved by [`Self::prepare_frame`] and [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 `compress` links to private item `Self::finish_frame` [INFO] [stderr] --> src/encoding/frame_compressor.rs:1480:40 [INFO] [stderr] | [INFO] [stderr] 1480 | /// consumed by the block loop + [`Self::finish_frame`]. Lets 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] [INFO] [stderr] warning: unresolved link to `FrameCompressor::set_parameters` [INFO] [stderr] --> src/encoding/streaming_encoder.rs:101:31 [INFO] [stderr] | [INFO] [stderr] 101 | /// next frame. Mirrors [`FrameCompressor::set_parameters`]. Must be called [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `FrameCompressor` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `FrameCompressor::set_dictionary_id_flag` [INFO] [stderr] --> src/encoding/streaming_encoder.rs:313:19 [INFO] [stderr] | [INFO] [stderr] 313 | /// Mirrors [`FrameCompressor::set_dictionary_id_flag`]. Decoders can still [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `FrameCompressor` in scope [INFO] [stderr] [INFO] [stderr] warning: public documentation for `block_samples_match_dict` links to private item `FastKernelMatcher::block_samples_match_dict` [INFO] [stderr] --> src/encoding/match_generator.rs:2087:12 [INFO] [stderr] | [INFO] [stderr] 2087 | /// ([`FastKernelMatcher::block_samples_match_dict`]); the other backends [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: `structured-zstd` (lib doc) generated 10 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/structured_zstd/index.html [INFO] running `Command { std: "docker" "inspect" "83cf0920a5f83f8d1a59778c00f944d1c5a67d4e3b4a3c66f71b477b7139ea0c", kill_on_drop: false }`