# rustc version rustc 1.97.0-nightly (cb40c25f6 2026-05-04)
# docs.rs version docsrs 0.0.0 (ad302d961e54d5d2c273ab5bb3d4139759c933ad 2026-05-03 )
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/liveplot-2.0.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/liveplot-2.0.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "6442450944" "--cpuset-cpus" "8-13" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ac77bd6c5435d555d61db95a2ddcc369972c054893b1c35ad6099a8223972b2f [INFO] running `Command { std: "docker" "start" "ac77bd6c5435d555d61db95a2ddcc369972c054893b1c35ad6099a8223972b2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "ac77bd6c5435d555d61db95a2ddcc369972c054893b1c35ad6099a8223972b2f" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260504-1.97.0-nightly-cb40c25f6\", \"--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:449:25 [INFO] [stderr] | [INFO] [stderr] 449 | 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:451:25 [INFO] [stderr] | [INFO] [stderr] 451 | 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:457:21 [INFO] [stderr] | [INFO] [stderr] 457 | 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:345:51 [INFO] [stderr] | [INFO] [stderr] 345 | .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:387:67 [INFO] [stderr] | [INFO] [stderr] 387 | 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:413:67 [INFO] [stderr] | [INFO] [stderr] 413 | 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:795:39 [INFO] [stderr] | [INFO] [stderr] 795 | 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:489:51 [INFO] [stderr] | [INFO] [stderr] 489 | .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:456:51 [INFO] [stderr] | [INFO] [stderr] 456 | .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.2 (/opt/rustwide/workdir) [INFO] [stderr] Documenting liveplot v2.0.2 (/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 `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 7 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.84s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/liveplot/index.html [INFO] running `Command { std: "docker" "stop" "-t" "1" "ac77bd6c5435d555d61db95a2ddcc369972c054893b1c35ad6099a8223972b2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ac77bd6c5435d555d61db95a2ddcc369972c054893b1c35ad6099a8223972b2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac77bd6c5435d555d61db95a2ddcc369972c054893b1c35ad6099a8223972b2f", kill_on_drop: false }` [INFO] [stdout] ac77bd6c5435d555d61db95a2ddcc369972c054893b1c35ad6099a8223972b2f