# rustc version rustc 1.98.0-nightly (c397dae80 2026-07-02)
# docs.rs version docsrs 0.0.0 (964c90a45859fd8f9076e3cbe58470a5a4f4d4f7 2026-07-01 )
# 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" "d65716ef18ffe32f41fa13e4ff2ac2686d5eeca721e5deeabd715713e0e97928" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260702-1.98.0-nightly-c397dae80\", \"--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: aspect_ratio, bootstrap, colormap_norm, complex_field3d, decimation, error_bars, fill, gallery, high_level_active_curve_labels, high_level_baseline, high_level_clear_action, high_level_colormap, high_level_colormap_dialog, high_level_compare_images, high_level_context_menu, high_level_curve_legend, high_level_curves_roi, high_level_error_bars, high_level_fft_action, high_level_fit_widget, high_level_image_view, high_level_items_selector, high_level_legend, high_level_limits_widget, high_level_live_image, high_level_live_profile, high_level_live_update, high_level_log_axis, high_level_mask_tools, high_level_plot1d, high_level_plot2d, high_level_plot2d_colorbar, high_level_plot_limits, high_level_plot_widget, high_level_roi_manager, high_level_roi_profile, high_level_roi_stats, high_level_scatter_mask, high_level_scatter_view, high_level_shift_action, high_level_stack_view, high_level_sync_axes, high_level_y2_axis, image, image_and_curve, labels, large_image, line_styles, live_update, log_axis, markers, per_vertex_color, picking, plot_markers, rgba_image, roi, save_graph, scalar_field_view, scene3d, scene3d_image, scene3d_mesh, scene3d_scatter, scene3d_update, scene_window, shapes, sync_axes, thick_lines, triangles, y2_axis [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 rsplot v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `savitsky_golay` links to private item `smooth1d_inplace` [INFO] [stderr] --> src/core/background.rs:102:63 [INFO] [stderr] | [INFO] [stderr] 102 | /// the C pointer arithmetic) get `npoints/3 + 1` rounds of [`smooth1d_inplace`]. [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 `color_at` links to private item `Self::lut_index` [INFO] [stderr] --> src/core/colormap.rs:982:26 [INFO] [stderr] | [INFO] [stderr] 982 | /// is [`lut_index`](Self::lut_index) (silx's `int(ratio ยท 256)` binning). [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 `free_line_profile` links to private item `aligned_partial_profile` [INFO] [stderr] --> src/widget/high_level.rs:1739:26 [INFO] [stderr] | [INFO] [stderr] 1739 | /// integer rectangle ([`aligned_partial_profile`], zero-padded out of image, [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 `set_colormap` links to private item `Self::rebuild_image` [INFO] [stderr] --> src/widget/image_stack.rs:719:36 [INFO] [stderr] | [INFO] [stderr] 719 | /// each frame's own data by [`Self::rebuild_image`], matching silx's [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 `wheel_zoom_factor` links to private item `WHEEL_NOTCH_POINTS` [INFO] [stderr] --> src/widget/interaction.rs:330:34 [INFO] [stderr] | [INFO] [stderr] 330 | /// a full notch (40.0 points, [`WHEEL_NOTCH_POINTS`]) gives a span factor of [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 `ProfileLabels` links to private item `scatter_profile_labels` [INFO] [stderr] --> src/widget/profile_window.rs:243:7 [INFO] [stderr] | [INFO] [stderr] 243 | /// [`scatter_profile_labels`] builds the scatter-profile set. [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 `update_profile` links to private item `ProfileSource` [INFO] [stderr] --> src/widget/profile_window.rs:572:18 [INFO] [stderr] | [INFO] [stderr] 572 | /// active [`ProfileSource`] so subsequent width/method edits 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 `set_profile_curve` links to private item `scatter_profile_labels` [INFO] [stderr] --> src/widget/profile_window.rs:649:11 [INFO] [stderr] | [INFO] [stderr] 649 | /// [`scatter_profile_labels`]. An empty `x` is ignored (the previous profile [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 `paint_scene3d` [INFO] [stderr] --> src/widget/scene_widget.rs:7:8 [INFO] [stderr] | [INFO] [stderr] 7 | //! ([`paint_scene3d`]) that renders the scene offscreen and blits it in. [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `paint_scene3d` 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: `rsplot` (lib doc) generated 9 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/rsplot/index.html [INFO] running `Command { std: "docker" "inspect" "d65716ef18ffe32f41fa13e4ff2ac2686d5eeca721e5deeabd715713e0e97928", kill_on_drop: false }`