# rustc version rustc 1.97.0-nightly (9838411cb 2026-04-25)
# docs.rs version docsrs 0.0.0 (9a14b3d3fb884a3034195abfb368439d6d1cca28 2026-04-21 )
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder5/builds/tinyquant-core-1.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder5/builds/tinyquant-core-1.1.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder5/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder5/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "6442450944" "--cpuset-cpus" "24-27" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", 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] 8de958aecb6347777fa7cd510a1dedb415c3be94a1fdd3f01f7712d35abd6e8a [INFO] running `Command { std: "docker" "start" "8de958aecb6347777fa7cd510a1dedb415c3be94a1fdd3f01f7712d35abd6e8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-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" "--user" "1001:1001" "8de958aecb6347777fa7cd510a1dedb415c3be94a1fdd3f01f7712d35abd6e8a" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260425-1.97.0-nightly-9838411cb\", \"--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" "-j4" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: dump_codec_fixture, dump_rotation_fixture [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] Documenting tinyquant-core v1.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `crate::codec::simd_api` [INFO] [stderr] --> src/codec/codebook.rs:16:15 [INFO] [stderr] | [INFO] [stderr] 16 | //! through [`crate::codec::simd_api`], which is the single source of [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `simd_api` in module `codec` [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | warnings, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` implied by `#[warn(warnings)]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `crate::codec::simd_api::quantize_into` [INFO] [stderr] --> src/codec/codebook.rs:238:11 [INFO] [stderr] | [INFO] [stderr] 238 | /// [`crate::codec::simd_api::quantize_into`], which is the single [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `simd_api` in module `codec` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `crate::codec::simd_api::dequantize_into` [INFO] [stderr] --> src/codec/codebook.rs:261:11 [INFO] [stderr] | [INFO] [stderr] 261 | /// [`crate::codec::simd_api::dequantize_into`]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `simd_api` in module `codec` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Codec::compress_prepared` [INFO] [stderr] --> src/codec/prepared.rs:4:27 [INFO] [stderr] | [INFO] [stderr] 4 | //! subsequent calls to [`Codec::compress_prepared`] and [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Codec` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Codec::decompress_prepared_into` [INFO] [stderr] --> src/codec/prepared.rs:5:7 [INFO] [stderr] | [INFO] [stderr] 5 | //! [`Codec::decompress_prepared_into`] skip the `O(dim²)` QR factorization [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Codec` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Codec::compress_prepared` [INFO] [stderr] --> src/codec/prepared.rs:25:7 [INFO] [stderr] | [INFO] [stderr] 25 | /// [`Codec::compress_prepared`] / [`Codec::decompress_prepared_into`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Codec` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Codec::decompress_prepared_into` [INFO] [stderr] --> src/codec/prepared.rs:25:38 [INFO] [stderr] | [INFO] [stderr] 25 | /// [`Codec::compress_prepared`] / [`Codec::decompress_prepared_into`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Codec` in scope [INFO] [stderr] [INFO] [stderr] warning: public documentation for `rotation_matrix` links to private item `ChaChaGaussianStream` [INFO] [stderr] --> src/codec/rotation_matrix.rs:5:57 [INFO] [stderr] | [INFO] [stderr] 5 | //! 1. Fill a `dim * dim` row-major `f64` buffer from [`ChaChaGaussianStream`]. [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)]` implied by `#[warn(warnings)]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Codec::compress_batch_gpu_with` [INFO] [stderr] --> src/codec/service.rs:383:11 [INFO] [stderr] | [INFO] [stderr] 383 | /// [`Codec::compress_batch_gpu_with`] can map errors uniformly. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Codec` has no field or associated item named `compress_batch_gpu_with` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `VectorIdMap` [INFO] [stderr] --> src/corpus/mod.rs:10:27 [INFO] [stderr] | [INFO] [stderr] 10 | //! | `vector_id_map` | [`VectorIdMap`] (crate-private) | [INFO] [stderr] | ^^^^^^^^^^^ no item named `VectorIdMap` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Corpus` [INFO] [stderr] --> src/corpus/compression_policy.rs:3:55 [INFO] [stderr] | [INFO] [stderr] 3 | //! Three mutually exclusive policies control how a [`Corpus`] stores embedding [INFO] [stderr] | ^^^^^^ no item named `Corpus` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `super::Corpus::decompress_all` [INFO] [stderr] --> src/corpus/events.rs:58:42 [INFO] [stderr] | [INFO] [stderr] 58 | /// Emitted after [`decompress_all`](super::Corpus::decompress_all) succeeds. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Corpus` has no field or associated item named `decompress_all` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Corpus` [INFO] [stderr] --> src/types.rs:8:52 [INFO] [stderr] | [INFO] [stderr] 8 | /// Stable string identity for a vector inside a [`Corpus`]. [INFO] [stderr] | ^^^^^^ no item named `Corpus` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `CodecConfig` [INFO] [stderr] --> src/types.rs:14:53 [INFO] [stderr] | [INFO] [stderr] 14 | /// SHA-256 hex digest that uniquely identifies a [`CodecConfig`]. [INFO] [stderr] | ^^^^^^^^^^^ no item named `CodecConfig` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `CodecConfig::config_hash` [INFO] [stderr] --> src/types.rs:16:19 [INFO] [stderr] | [INFO] [stderr] 16 | /// Produced by [`CodecConfig::config_hash`] and stored in every [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `CodecConfig` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `CompressedVector` [INFO] [stderr] --> src/types.rs:17:7 [INFO] [stderr] | [INFO] [stderr] 17 | /// [`CompressedVector`] for config-mismatch detection. [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `CompressedVector` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Corpus` [INFO] [stderr] --> src/types.rs:20:36 [INFO] [stderr] | [INFO] [stderr] 20 | /// Stable string identity for a [`Corpus`]. [INFO] [stderr] | ^^^^^^ no item named `Corpus` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: `tinyquant-core` (lib doc) generated 17 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/tinyquant_core/index.html [INFO] running `Command { std: "docker" "stop" "-t" "1" "8de958aecb6347777fa7cd510a1dedb415c3be94a1fdd3f01f7712d35abd6e8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8de958aecb6347777fa7cd510a1dedb415c3be94a1fdd3f01f7712d35abd6e8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8de958aecb6347777fa7cd510a1dedb415c3be94a1fdd3f01f7712d35abd6e8a", kill_on_drop: false }` [INFO] [stdout] 8de958aecb6347777fa7cd510a1dedb415c3be94a1fdd3f01f7712d35abd6e8a