# rustc version rustc 1.97.0-nightly (507271bc1 2026-05-17)
# docs.rs version docsrs 0.0.0 (e50152ed411bb913753b1dfd203f22cb8711f097 2026-05-17 )
# 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" "a7e6211e71dc35fe8dfb1bb180b0ee8fbd190fdd1bc86d8f5ecbc9dd054518b4" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260517-1.97.0-nightly-507271bc1\", \"--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: conjugate_gradient_method, conjugate_gradient_method_for_blog, derivative_descent, reservoir_sampling_visualizations, weighted_reservoir_sampling, weighted_reservoir_sampling_visualizations, weighting_samples [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 iterative_methods v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:681:24 [INFO] [stderr] | [INFO] [stderr] 681 | /// See Algorithm L in https://en.wikipedia.org/wiki/Reservoir_sampling#An_optimal_algorithm and [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 681 | /// See Algorithm L in <https://en.wikipedia.org/wiki/Reservoir_sampling#An_optimal_algorithm> and [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:682:5 [INFO] [stderr] | [INFO] [stderr] 682 | /// https://dl.acm.org/doi/abs/10.1145/198429.198435 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 682 | /// <https://dl.acm.org/doi/abs/10.1145/198429.198435> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:884:9 [INFO] [stderr] | [INFO] [stderr] 884 | /// See https://en.wikipedia.org/wiki/Reservoir_sampling#Weighted_random_sampling, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 884 | /// See <https://en.wikipedia.org/wiki/Reservoir_sampling#Weighted_random_sampling>, [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:885:5 [INFO] [stderr] | [INFO] [stderr] 885 | /// https://arxiv.org/abs/1910.11069, or for the original paper, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 885 | /// <https://arxiv.org/abs/1910.11069>, or for the original paper, [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:886:5 [INFO] [stderr] | [INFO] [stderr] 886 | /// https://doi.org/10.1093/biomet/69.3.653. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 886 | /// <https://doi.org/10.1093/biomet/69.3.653.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/lib.rs:889:5 [INFO] [stderr] | [INFO] [stderr] 889 | /// https://dl.acm.org/doi/10.1145/3350755.3400287 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 889 | /// <https://dl.acm.org/doi/10.1145/3350755.3400287> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `T` [INFO] [stderr] --> src/lib.rs:470:76 [INFO] [stderr] | [INFO] [stderr] 470 | /// This allows recursive wrapping of YamlDataType in Vec, e.g. Vec<Vec<Vec<T>>>. [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] 470 | /// This allows recursive wrapping of YamlDataType in Vec, e.g. `Vec<Vec<Vec<T>>>`. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `iterative_methods` (lib doc) generated 7 warnings (run `cargo fix --lib -p iterative_methods` to apply 6 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/iterative_methods/index.html [INFO] running `Command { std: "docker" "inspect" "a7e6211e71dc35fe8dfb1bb180b0ee8fbd190fdd1bc86d8f5ecbc9dd054518b4", kill_on_drop: false }`