# rustc version rustc 1.98.0-nightly (b354133fb 2026-06-03)
# docs.rs version docsrs 0.0.0 (39849b9c22c419f6b690c8d2213455bc7426a6b8 2026-06-03 )
# 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" "b3806caa06b210dff12388d01ea16a5711f7896b1c0e603fdc48ec3abfe2b6b0" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260603-1.98.0-nightly-b354133fb\", \"--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: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied [INFO] [stderr] --> src/panels/liveplot_ui.rs:615:25 [INFO] [stderr] | [INFO] [stderr] 615 | Stroke::new(2.0, visuals.widgets.active.bg_fill) [INFO] [stderr] | ^^^ help: explicitly specify the type as `f32`: `2.0_f32` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024> [INFO] [stderr] = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied [INFO] [stderr] --> src/panels/liveplot_ui.rs:617:25 [INFO] [stderr] | [INFO] [stderr] 617 | Stroke::new(1.0, visuals.widgets.noninteractive.bg_stroke.color) [INFO] [stderr] | ^^^ help: explicitly specify the type as `f32`: `1.0_f32` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024> [INFO] [stderr] [INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied [INFO] [stderr] --> src/panels/liveplot_ui.rs:623:21 [INFO] [stderr] | [INFO] [stderr] 623 | Stroke::new(2.0, visuals.widgets.noninteractive.bg_stroke.color) [INFO] [stderr] | ^^^ help: explicitly specify the type as `f32`: `2.0_f32` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024> [INFO] [stderr] [INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied [INFO] [stderr] --> src/panels/math_ui.rs:351:51 [INFO] [stderr] | [INFO] [stderr] 351 | .stroke(egui::Stroke::new(1.5, egui::Color32::RED)) [INFO] [stderr] | ^^^ help: explicitly specify the type as `f32`: `1.5_f32` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024> [INFO] [stderr] [INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied [INFO] [stderr] --> src/panels/measurment_ui.rs:444:67 [INFO] [stderr] | [INFO] [stderr] 444 | plot_ui.points(Points::new(&name, vec![p]).radius(5.0).color(c_p1)); [INFO] [stderr] | ^^^ help: explicitly specify the type as `f32`: `5.0_f32` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024> [INFO] [stderr] [INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied [INFO] [stderr] --> src/panels/measurment_ui.rs:470:67 [INFO] [stderr] | [INFO] [stderr] 470 | plot_ui.points(Points::new(&name, vec![p]).radius(5.0).color(c_p2)); [INFO] [stderr] | ^^^ help: explicitly specify the type as `f32`: `5.0_f32` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024> [INFO] [stderr] [INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied [INFO] [stderr] --> src/panels/scope_ui.rs:1206:39 [INFO] [stderr] | [INFO] [stderr] 1206 | egui::Stroke::new(2.0, egui::Color32::from_rgb(80, 160, 255)), [INFO] [stderr] | ^^^ help: explicitly specify the type as `f32`: `2.0_f32` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024> [INFO] [stderr] [INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied [INFO] [stderr] --> src/panels/thresholds_ui.rs:495:51 [INFO] [stderr] | [INFO] [stderr] 495 | .stroke(egui::Stroke::new(1.5, egui::Color32::RED)) [INFO] [stderr] | ^^^ help: explicitly specify the type as `f32`: `1.5_f32` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024> [INFO] [stderr] [INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied [INFO] [stderr] --> src/panels/triggers_ui.rs:484:51 [INFO] [stderr] | [INFO] [stderr] 484 | .stroke(egui::Stroke::new(1.5, egui::Color32::RED)) [INFO] [stderr] | ^^^ help: explicitly specify the type as `f32`: `1.5_f32` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024> [INFO] [stderr] [INFO] [stderr] warning: `liveplot` (lib) generated 9 warnings (run `cargo fix --lib -p liveplot` to apply 9 suggestions) [INFO] [stderr] Scraping liveplot v2.0.3 (/opt/rustwide/workdir) [INFO] [stderr] Documenting liveplot v2.0.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `TraceLook::alloc_color` [INFO] [stderr] --> src/color_scheme.rs:20:15 [INFO] [stderr] | [INFO] [stderr] 20 | /// rely on [`TraceLook::alloc_color`] which consults the same palette. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `TraceLook` in scope [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `apply_threshold_controller_requests` [INFO] [stderr] --> src/app/controllers_embedded.rs:40:18 [INFO] [stderr] | [INFO] [stderr] 40 | /// (via [`apply_threshold_controller_requests`] and [`publish_threshold_events`]). [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `apply_threshold_controller_requests` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `publish_threshold_events` [INFO] [stderr] --> src/app/controllers_embedded.rs:40:62 [INFO] [stderr] | [INFO] [stderr] 40 | /// (via [`apply_threshold_controller_requests`] and [`publish_threshold_events`]). [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `publish_threshold_events` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `LivePlotApp` links to private item `Self::apply_controllers` [INFO] [stderr] --> src/app/liveplot_app.rs:33:74 [INFO] [stderr] | [INFO] [stderr] 33 | /// 3. Processes controller requests each frame in [`apply_controllers`](Self::apply_controllers). [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: unresolved link to `n` [INFO] [stderr] --> src/data/math.rs:46:7 [INFO] [stderr] | [INFO] [stderr] 46 | /// y[n] = (b0/a0)*x[n] + (b1/a0)*x[n-1] + (b2/a0)*x[n-2] - (a1/a0)*y[n-1] - (a2/a0)*y[n-2] [INFO] [stderr] | ^ no item named `n` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `n` [INFO] [stderr] --> src/data/math.rs:46:22 [INFO] [stderr] | [INFO] [stderr] 46 | /// y[n] = (b0/a0)*x[n] + (b1/a0)*x[n-1] + (b2/a0)*x[n-2] - (a1/a0)*y[n-1] - (a2/a0)*y[n-2] [INFO] [stderr] | ^ no item named `n` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `TimeFormatter` [INFO] [stderr] --> src/data/scope.rs:210:25 [INFO] [stderr] | [INFO] [stderr] 210 | /// * time axes → [`TimeFormatter`] driven by [`bounds`](Self::bounds) (the visible X range). [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `TimeFormatter` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `0,1` [INFO] [stderr] --> src/data/triggers.rs:152:65 [INFO] [stderr] | [INFO] [stderr] 152 | /// number of subsequent samples. `trigger_position` is in [0,1]: [INFO] [stderr] | ^^^ no item named `0,1` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: `liveplot` (lib doc) generated 8 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.42s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/liveplot/index.html [INFO] running `Command { std: "docker" "inspect" "b3806caa06b210dff12388d01ea16a5711f7896b1c0e603fdc48ec3abfe2b6b0", kill_on_drop: false }`