# rustc version rustc 1.98.0-nightly (d595fce01 2026-06-02)
# docs.rs version docsrs 0.0.0 (f16e33f3e6ac9fc9e4413728c5dd1b2ba1c6b799 2026-05-23 )
# 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" "f69e894c0f2bd9fcb2a186cfb058ec938d5bf1eac4d5a4cd020490a9b998a7a6" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260602-1.98.0-nightly-d595fce01\", \"--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: Rustdoc did not scrape the following examples because they require dev-dependencies: 01_basic_rag, 02_pdf_rag, 03_web_scraping_rag, 04_code_search, 06_reranking_pipeline, 07_multi_query_rag, 08_conversation_rag, 09_evaluation_demo, 10_production_rag, access_control_demo, advanced_filtering_demo, advanced_rag_demo, analytics_demo, anomaly_demo, async_demo, audit_demo, auto_embeddings_demo, autotuning, bulk_migration_demo, clustering_demo, colbert_reranking, collection_demo, comprehensive_demo, compression, deduplication_demo, dim_reduction_demo, distance_metrics_demo, distributed_indexing, distributed_tracing_demo, embedding_integration_demo, filter_parser_demo, fuzzy_search, gpu_acceleration, graph_visualization, hybrid_search_demo, langchain_rag_pipeline, metadata_indexing_demo, metrics_demo, mmap_demo, monitoring_demo, namespace_demo, openai_basic, openai_cost_tracking, openai_rag, partitioning_demo, performance_monitoring, phrase_matching_demo, production_ready_system, protocol_adapter_demo, quantization_demo, query_explain_demo, quickstart, rate_limit_demo, realtime_indexing, recommender_demo, reranking_demo, snapshots_demo, sparse_vectors_demo, streaming_demo, text_chunking_demo, tokenizer_demo, validation_demo, versioning_demo [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 vecstore v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `i` [INFO] [stderr] --> src/vectors/ops.rs:233:60 [INFO] [stderr] | [INFO] [stderr] 233 | /// Returns (centroids, assignments) where assignments[i] is the cluster index for vectors[i] [INFO] [stderr] | ^ no item named `i` 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: unresolved link to `i` [INFO] [stderr] --> src/vectors/ops.rs:233:96 [INFO] [stderr] | [INFO] [stderr] 233 | /// Returns (centroids, assignments) where assignments[i] is the cluster index for vectors[i] [INFO] [stderr] | ^ no item named `i` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `f32` [INFO] [stderr] --> src/vectors/vector_types.rs:4:48 [INFO] [stderr] | [INFO] [stderr] 4 | //! - Dense: Traditional embedding vectors (Vec<f32>) [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 4 | //! - Dense: Traditional embedding vectors (`Vec<f32>`) [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `vecstore` (lib doc) generated 3 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.71s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/vecstore/index.html [INFO] running `Command { std: "docker" "inspect" "f69e894c0f2bd9fcb2a186cfb058ec938d5bf1eac4d5a4cd020490a9b998a7a6", kill_on_drop: false }`