# rustc version rustc 1.99.0-nightly (d0babd8b6 2026-07-15)
# docs.rs version docsrs 0.0.0 (f1b150f0cd76f7cabcd39e1f4790ba771b28b5c4 2026-07-19 )
# 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" "1d76bf8477792511012714404e2852504bab7ae6d781b6d4ad0db5556e2379c3" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2026-07-16" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260715-1.99.0-nightly-d0babd8b6\", \"--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: Cargo.toml: only one of `license` or `license-file` is necessary [INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression. [INFO] [stderr] `license-file` should be used if the package uses a non-standard license. [INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information. [INFO] [stderr] warning: `fathomdb-engine` (manifest) generated 1 warning [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: ingest_corpus, security_cycle [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 fathomdb-engine v0.8.21 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `json_path_eq` links to private item `PREDICATE_PATH_ALLOWLIST` [INFO] [stderr] --> src/lib.rs:2618:11 [INFO] [stderr] | [INFO] [stderr] 2618 | /// [`PREDICATE_PATH_ALLOWLIST`]; never panics on bad input. [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: public documentation for `json_path_compare` links to private item `PREDICATE_PATH_ALLOWLIST` [INFO] [stderr] --> src/lib.rs:2632:11 [INFO] [stderr] | [INFO] [stderr] 2632 | /// [`PREDICATE_PATH_ALLOWLIST`]; never panics on bad input. [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 `attributes` links to private item `vector_filter_clause` [INFO] [stderr] --> src/lib.rs:2787:11 [INFO] [stderr] | [INFO] [stderr] 2787 | /// [`vector_filter_clause`] (NOT a post-KNN `json_extract`). Empty ⇒ 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 `attributes` links to private item `attr_vec0_column` [INFO] [stderr] --> src/lib.rs:2790:11 [INFO] [stderr] | [INFO] [stderr] 2790 | /// [`attr_vec0_column`]. [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 `legal_next_states` links to private item `is_legal_transition_move` [INFO] [stderr] --> src/lib.rs:3416:16 [INFO] [stderr] | [INFO] [stderr] 3416 | /// from [`is_legal_transition_move`] so this can never drift from the table. [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 `VectorEquivalenceMismatch` links to private item `Engine::search_inner_with_stats` [INFO] [stderr] --> src/lib.rs:3775:30 [INFO] [stderr] | [INFO] [stderr] 3775 | /// single choke point [`Engine::search_inner_with_stats`] BEFORE any embedding [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 `Engine::safe_export` [INFO] [stderr] --> src/lib.rs:3975:30 [INFO] [stderr] | [INFO] [stderr] 3975 | /// Result of a successful [`Engine::safe_export`] call. The returned [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ the struct `Engine` has no field or associated item named `safe_export` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Engine::rebuild_projections` [INFO] [stderr] --> src/lib.rs:4006:26 [INFO] [stderr] | [INFO] [stderr] 4006 | /// rebuild emitted by [`Engine::rebuild_projections`]. `Vec0` covers [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Engine` has no field or associated item named `rebuild_projections` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Engine::rebuild_vec0` [INFO] [stderr] --> src/lib.rs:4007:37 [INFO] [stderr] | [INFO] [stderr] 4007 | /// the vec0-only path emitted by [`Engine::rebuild_vec0`]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ the struct `Engine` has no field or associated item named `rebuild_vec0` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `Ready` links to private item `commit_projection_outcomes` [INFO] [stderr] --> src/lib.rs:4109:12 [INFO] [stderr] | [INFO] [stderr] 4109 | /// ([`commit_projection_outcomes`]), `Ready` can never be observed with 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 `ProjectionVector` links to private item `derive_dense_readiness` [INFO] [stderr] --> src/lib.rs:4148:42 [INFO] [stderr] | [INFO] [stderr] 4148 | /// separate flag that could tear (see [`derive_dense_readiness`]). [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 `dense_readiness` links to private item `StoredProjection::from_spec` [INFO] [stderr] --> src/lib.rs:4157:38 [INFO] [stderr] | [INFO] [stderr] 4157 | /// stores nor honours it (see [`StoredProjection::from_spec`], which reads [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 `dense_readiness` links to private item `apply_projection_config` [INFO] [stderr] --> src/lib.rs:4168:34 [INFO] [stderr] | [INFO] [stderr] 4168 | /// SPEC on 2026-07-24 and [`apply_projection_config`] now rejects it with [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 `vector_unsupported_kinds` links to private item `kind_is_vector_committable` [INFO] [stderr] --> src/lib.rs:4222:11 [INFO] [stderr] | [INFO] [stderr] 4222 | /// [`kind_is_vector_committable`] (Slice 20c fix-2) restricted enrolment to [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 `vector_unsupported_kinds` links to private item `resolve_source_type` [INFO] [stderr] --> src/lib.rs:4223:21 [INFO] [stderr] | [INFO] [stderr] 4223 | /// the kinds [`resolve_source_type`] maps, because enrolling any other kind [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 `Engine::excise_collection_record` [INFO] [stderr] --> src/lib.rs:4263:7 [INFO] [stderr] | [INFO] [stderr] 4263 | /// [`Engine::excise_collection_record`]. `records_excised` counts the erased [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Engine` has no field or associated item named `excise_collection_record` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Engine::verify_embedder` [INFO] [stderr] --> src/lib.rs:4280:24 [INFO] [stderr] | [INFO] [stderr] 4280 | /// Typed outcome of [`Engine::verify_embedder`]. Mismatches do not raise [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ the struct `Engine` has no field or associated item named `verify_embedder` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Engine::verify_embedder` [INFO] [stderr] --> src/lib.rs:4291:17 [INFO] [stderr] | [INFO] [stderr] 4291 | /// Result of [`Engine::verify_embedder`]. `stored_identity` is the [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ the struct `Engine` has no field or associated item named `verify_embedder` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Engine::dump_schema` [INFO] [stderr] --> src/lib.rs:4303:46 [INFO] [stderr] | [INFO] [stderr] 4303 | /// Single table or index entry emitted by [`Engine::dump_schema`]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ the struct `Engine` has no field or associated item named `dump_schema` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Engine::dump_schema` [INFO] [stderr] --> src/lib.rs:4310:17 [INFO] [stderr] | [INFO] [stderr] 4310 | /// Result of [`Engine::dump_schema`]. `user_version` is the [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ the struct `Engine` has no field or associated item named `dump_schema` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Engine::dump_row_counts` [INFO] [stderr] --> src/lib.rs:4321:51 [INFO] [stderr] | [INFO] [stderr] 4321 | /// Single canonical-table row count emitted by [`Engine::dump_row_counts`]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ the struct `Engine` has no field or associated item named `dump_row_counts` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Engine::dump_row_counts` [INFO] [stderr] --> src/lib.rs:4328:17 [INFO] [stderr] | [INFO] [stderr] 4328 | /// Result of [`Engine::dump_row_counts`]. Canonical tables only; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ the struct `Engine` has no field or associated item named `dump_row_counts` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Engine::orphan_provenance` [INFO] [stderr] --> src/lib.rs:4350:11 [INFO] [stderr] | [INFO] [stderr] 4350 | /// [`Engine::orphan_provenance`]), so governed edges are counted here but [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Engine` has no field or associated item named `orphan_provenance` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Engine::orphan_provenance` [INFO] [stderr] --> src/lib.rs:4361:17 [INFO] [stderr] | [INFO] [stderr] 4361 | /// Result of [`Engine::orphan_provenance`] — the per-`source_id` census behind [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Engine` has no field or associated item named `orphan_provenance` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Engine::dump_profile` [INFO] [stderr] --> src/lib.rs:4383:17 [INFO] [stderr] | [INFO] [stderr] 4383 | /// Result of [`Engine::dump_profile`]. Mirrors the open-time embedder [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ the struct `Engine` has no field or associated item named `dump_profile` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Engine::recompute_mean` [INFO] [stderr] --> src/lib.rs:4393:31 [INFO] [stderr] | [INFO] [stderr] 4393 | /// 0.7.2 PR-2b — result of [`Engine::recompute_mean`] (the manual [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ the struct `Engine` has no field or associated item named `recompute_mean` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Engine::truncate_wal` [INFO] [stderr] --> src/lib.rs:4410:24 [INFO] [stderr] | [INFO] [stderr] 4410 | /// Typed outcome of [`Engine::truncate_wal`]. `Done` matches SQLite's [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ the struct `Engine` has no field or associated item named `truncate_wal` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Engine::truncate_wal` [INFO] [stderr] --> src/lib.rs:4419:17 [INFO] [stderr] | [INFO] [stderr] 4419 | /// Result of [`Engine::truncate_wal`]. Carries the three counters [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ the struct `Engine` has no field or associated item named `truncate_wal` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `search_text_only` links to private item `Engine::search_inner_with_stats` [INFO] [stderr] --> src/lib.rs:6331:37 [INFO] [stderr] | [INFO] [stderr] 6331 | /// [`search_inner_with_stats`][Engine::search_inner_with_stats], so it NEVER [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 `P2` [INFO] [stderr] --> src/lib.rs:8454:33 [INFO] [stderr] | [INFO] [stderr] 8454 | /// 0.8.20 Slice 15d fix-2 [P2] — the row-owned ATTRIBUTE projection [INFO] [stderr] | ^^ no item named `P2` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `configure_projections` links to private item `apply_projection_config` [INFO] [stderr] --> src/lib.rs:8578:27 [INFO] [stderr] | [INFO] [stderr] 8578 | /// 2026-07-24; see [`apply_projection_config`] for the full rationale). A [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 `read_projections` links to private item `derive_dense_readiness` [INFO] [stderr] --> src/lib.rs:8640:45 [INFO] [stderr] | [INFO] [stderr] 8640 | /// derived here, on the way out (see [`derive_dense_readiness`]); the durable [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 `Engine::excise_source` [INFO] [stderr] --> src/lib.rs:8835:33 [INFO] [stderr] | [INFO] [stderr] 8835 | /// only erasure path was [`Engine::excise_source`], which lives behind the [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ the struct `Engine` has no field or associated item named `excise_source` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `erase_source` links to private item `Engine::erase_source_shared` [INFO] [stderr] --> src/lib.rs:8842:39 [INFO] [stderr] | [INFO] [stderr] 8842 | /// operation: both delegate to [`Engine::erase_source_shared`]. They are [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 `erase_source` links to private item `Engine::complete_erasure_at_rest` [INFO] [stderr] --> src/lib.rs:8861:47 [INFO] [stderr] | [INFO] [stderr] 8861 | /// could not be completed at rest (see [`Engine::complete_erasure_at_rest`]). [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 `P2` [INFO] [stderr] --> src/lib.rs:10501:27 [INFO] [stderr] | [INFO] [stderr] 10501 | /// 0.8.2 Slice E2 fix-1 [P2]: returns `Err` when any passage carries a non-finite [INFO] [stderr] | ^^ no item named `P2` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: `fathomdb-engine` (lib doc) generated 36 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/fathomdb_engine/index.html [INFO] running `Command { std: "docker" "inspect" "1d76bf8477792511012714404e2852504bab7ae6d781b6d4ad0db5556e2379c3", kill_on_drop: false }`