[INFO] cloning repository https://github.com/RubenZkr/playmu
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/RubenZkr/playmu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRubenZkr%2Fplaymu", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRubenZkr%2Fplaymu'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 33f41bede1452e480c23ab9522b1a3e03c34c657
[INFO] checking RubenZkr/playmu against dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRubenZkr%2Fplaymu" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/RubenZkr/playmu
[INFO] finished tweaking git repo https://github.com/RubenZkr/playmu
[INFO] tweaked toml for git repo https://github.com/RubenZkr/playmu written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/RubenZkr/playmu on toolchain dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/RubenZkr/playmu already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bitflags v2.12.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 138bab80d0d98d9732430a172cd91e1532e963bb35158e70c1b8b2d468360dca
[INFO] running `Command { std: "docker" "start" "138bab80d0d98d9732430a172cd91e1532e963bb35158e70c1b8b2d468360dca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "138bab80d0d98d9732430a172cd91e1532e963bb35158e70c1b8b2d468360dca", kill_on_drop: false }`
[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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "138bab80d0d98d9732430a172cd91e1532e963bb35158e70c1b8b2d468360dca" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "138bab80d0d98d9732430a172cd91e1532e963bb35158e70c1b8b2d468360dca", kill_on_drop: false }`
[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" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "138bab80d0d98d9732430a172cd91e1532e963bb35158e70c1b8b2d468360dca" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking bitflags v2.12.0
[INFO] [stderr]    Compiling zerocopy v0.8.49
[INFO] [stderr]    Compiling zerocopy-derive v0.8.49
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]    Compiling zvariant_utils v3.3.1
[INFO] [stderr]    Compiling wayland-scanner v0.31.10
[INFO] [stderr]    Compiling log v0.4.30
[INFO] [stderr]    Compiling xml-rs v0.8.28
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking accesskit v0.21.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling smithay-client-toolkit v0.20.0
[INFO] [stderr]     Checking epaint_default_fonts v0.33.3
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]     Checking av-scenechange v0.14.1
[INFO] [stderr]     Checking av1-grain v0.2.5
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling glutin v0.32.3
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking emath v0.33.3
[INFO] [stderr]    Compiling zvariant_derive v5.11.0
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking symphonia-core v0.5.5
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling libsqlite3-sys v0.35.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking accesskit_consumer v0.31.0
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking ecolor v0.33.3
[INFO] [stderr]     Checking rav1e v0.8.1
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]    Compiling cpal v0.15.3
[INFO] [stderr]     Checking ogg v0.8.0
[INFO] [stderr]     Checking alsa v0.9.1
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.1
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.1
[INFO] [stderr]     Checking webbrowser v1.2.1
[INFO] [stderr]     Checking symphonia-metadata v0.5.5
[INFO] [stderr]    Compiling zvariant v5.11.0
[INFO] [stderr]     Checking lewton v0.10.2
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]    Compiling lofty_attr v0.12.0
[INFO] [stderr]     Checking symphonia-bundle-mp3 v0.5.5
[INFO] [stderr]     Checking hound v3.5.1
[INFO] [stderr]     Checking claxon v0.4.3
[INFO] [stderr]     Checking symphonia v0.5.5
[INFO] [stderr]     Checking lofty v0.24.0
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking wayland-backend v0.3.15
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking async-io v2.6.0
[INFO] [stderr]     Checking calloop v0.14.4
[INFO] [stderr]     Checking rodio v0.17.3
[INFO] [stderr]     Checking async-signal v0.2.14
[INFO] [stderr]     Checking wayland-client v0.31.14
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]     Checking zbus_names v4.3.2
[INFO] [stderr]     Checking zbus_xml v5.1.1
[INFO] [stderr]     Checking wayland-protocols v0.32.12
[INFO] [stderr]     Checking wayland-cursor v0.31.14
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking calloop-wayland-source v0.4.1
[INFO] [stderr]    Compiling zbus_macros v5.15.0
[INFO] [stderr]     Checking zbus-lockstep v0.5.2
[INFO] [stderr]     Checking ravif v0.13.0
[INFO] [stderr]    Compiling zbus-lockstep-macros v0.5.2
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking epaint v0.33.3
[INFO] [stderr]     Checking tiff v0.11.3
[INFO] [stderr]     Checking exr v1.74.0
[INFO] [stderr]     Checking egui v0.33.3
[INFO] [stderr]     Checking zbus v5.15.0
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking rusqlite v0.37.0
[INFO] [stderr]     Checking egui_glow v0.33.3
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.12
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.12
[INFO] [stderr]     Checking wayland-protocols-misc v0.3.12
[INFO] [stderr]     Checking wayland-protocols-experimental v20250721.0.1
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]     Checking winit v0.30.13
[INFO] [stderr]     Checking smithay-clipboard v0.7.3
[INFO] [stderr]     Checking atspi-common v0.9.0
[INFO] [stderr]     Checking atspi-proxies v0.9.0
[INFO] [stderr]     Checking accesskit_atspi_common v0.14.2
[INFO] [stderr]     Checking atspi-connection v0.9.0
[INFO] [stderr]     Checking atspi v0.25.0
[INFO] [stderr]     Checking accesskit_unix v0.17.2
[INFO] [stderr]     Checking accesskit_winit v0.29.2
[INFO] [stderr]     Checking egui-winit v0.33.3
[INFO] [stderr]     Checking eframe v0.33.3
[INFO] [stderr]     Checking playmu v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `prelude::Accessor`
[INFO] [stdout]    --> src/app.rs:605:42
[INFO] [stdout]     |
[INFO] [stdout] 605 |         use lofty::{file::TaggedFileExt, prelude::Accessor, probe::Probe, tag::ItemKey};
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ACCENT_GREEN_SOFT`
[INFO] [stdout]  --> src/ui/play_bar.rs:9:27
[INFO] [stdout]   |
[INFO] [stdout] 9 |     theme::{ACCENT_GREEN, ACCENT_GREEN_SOFT, CARD_STROKE, PANEL_DARK, TEXT_BRIGHT, TEXT_FAINT, TEXT_MUTED},
[INFO] [stdout]   |                           ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Margin` and `Pos2`
[INFO] [stdout]  --> src/ui/song_view.rs:4:50
[INFO] [stdout]   |
[INFO] [stdout] 4 |     self, Align2, Color32, CornerRadius, FontId, Margin, Pos2, Rect, RichText, ScrollArea, Sense,
[INFO] [stdout]   |                                                  ^^^^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BG_BASE`, `PANEL_DARK`, `PANEL_SOFT`, `SURFACE`, and `paint_art`
[INFO] [stdout]   --> src/ui/song_view.rs:13:42
[INFO] [stdout]    |
[INFO] [stdout] 13 |         ACCENT_GREEN, ACCENT_GREEN_SOFT, BG_BASE, PANEL_DARK, PANEL_SOFT, SURFACE, SURFACE_HOVER,
[INFO] [stdout]    |                                          ^^^^^^^  ^^^^^^^^^^  ^^^^^^^^^^  ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 |     ui::{art_color, lighten, paint_art},
[INFO] [stdout]    |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `prelude::Accessor`
[INFO] [stdout]    --> src/app.rs:605:42
[INFO] [stdout]     |
[INFO] [stdout] 605 |         use lofty::{file::TaggedFileExt, prelude::Accessor, probe::Probe, tag::ItemKey};
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ACCENT_GREEN_SOFT`
[INFO] [stdout]  --> src/ui/play_bar.rs:9:27
[INFO] [stdout]   |
[INFO] [stdout] 9 |     theme::{ACCENT_GREEN, ACCENT_GREEN_SOFT, CARD_STROKE, PANEL_DARK, TEXT_BRIGHT, TEXT_FAINT, TEXT_MUTED},
[INFO] [stdout]   |                           ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Margin` and `Pos2`
[INFO] [stdout]  --> src/ui/song_view.rs:4:50
[INFO] [stdout]   |
[INFO] [stdout] 4 |     self, Align2, Color32, CornerRadius, FontId, Margin, Pos2, Rect, RichText, ScrollArea, Sense,
[INFO] [stdout]   |                                                  ^^^^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BG_BASE`, `PANEL_DARK`, `PANEL_SOFT`, `SURFACE`, and `paint_art`
[INFO] [stdout]   --> src/ui/song_view.rs:13:42
[INFO] [stdout]    |
[INFO] [stdout] 13 |         ACCENT_GREEN, ACCENT_GREEN_SOFT, BG_BASE, PANEL_DARK, PANEL_SOFT, SURFACE, SURFACE_HOVER,
[INFO] [stdout]    |                                          ^^^^^^^  ^^^^^^^^^^  ^^^^^^^^^^  ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 |     ui::{art_color, lighten, paint_art},
[INFO] [stdout]    |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/theme.rs:34:41
[INFO] [stdout]    |
[INFO] [stdout] 34 |     visuals.window_stroke = Stroke::new(1.0, CARD_STROKE);
[INFO] [stdout]    |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]    = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/theme.rs:56:60
[INFO] [stdout]    |
[INFO] [stdout] 56 |     visuals.widgets.noninteractive.bg_stroke = Stroke::new(1.0, CARD_STROKE);
[INFO] [stdout]    |                                                            ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/theme.rs:70:54
[INFO] [stdout]    |
[INFO] [stdout] 70 |     visuals.widgets.inactive.fg_stroke = Stroke::new(1.0, TEXT_MUTED);
[INFO] [stdout]    |                                                      ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/theme.rs:74:53
[INFO] [stdout]    |
[INFO] [stdout] 74 |     visuals.widgets.hovered.bg_stroke = Stroke::new(1.0, CARD_STROKE);
[INFO] [stdout]    |                                                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/theme.rs:75:53
[INFO] [stdout]    |
[INFO] [stdout] 75 |     visuals.widgets.hovered.fg_stroke = Stroke::new(1.5, TEXT_BRIGHT);
[INFO] [stdout]    |                                                     ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/theme.rs:81:52
[INFO] [stdout]    |
[INFO] [stdout] 81 |     visuals.widgets.active.fg_stroke = Stroke::new(1.5, TEXT_BRIGHT);
[INFO] [stdout]    |                                                    ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/theme.rs:84:44
[INFO] [stdout]    |
[INFO] [stdout] 84 |     visuals.selection.stroke = Stroke::new(1.0, ACCENT_GREEN);
[INFO] [stdout]    |                                            ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/theme.rs:34:41
[INFO] [stdout]    |
[INFO] [stdout] 34 |     visuals.window_stroke = Stroke::new(1.0, CARD_STROKE);
[INFO] [stdout]    |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]    = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/theme.rs:56:60
[INFO] [stdout]    |
[INFO] [stdout] 56 |     visuals.widgets.noninteractive.bg_stroke = Stroke::new(1.0, CARD_STROKE);
[INFO] [stdout]    |                                                            ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/theme.rs:70:54
[INFO] [stdout]    |
[INFO] [stdout] 70 |     visuals.widgets.inactive.fg_stroke = Stroke::new(1.0, TEXT_MUTED);
[INFO] [stdout]    |                                                      ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/theme.rs:74:53
[INFO] [stdout]    |
[INFO] [stdout] 74 |     visuals.widgets.hovered.bg_stroke = Stroke::new(1.0, CARD_STROKE);
[INFO] [stdout]    |                                                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/theme.rs:75:53
[INFO] [stdout]    |
[INFO] [stdout] 75 |     visuals.widgets.hovered.fg_stroke = Stroke::new(1.5, TEXT_BRIGHT);
[INFO] [stdout]    |                                                     ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/theme.rs:81:52
[INFO] [stdout]    |
[INFO] [stdout] 81 |     visuals.widgets.active.fg_stroke = Stroke::new(1.5, TEXT_BRIGHT);
[INFO] [stdout]    |                                                    ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/theme.rs:84:44
[INFO] [stdout]    |
[INFO] [stdout] 84 |     visuals.selection.stroke = Stroke::new(1.0, ACCENT_GREEN);
[INFO] [stdout]    |                                            ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/ui/play_bar.rs:42:41
[INFO] [stdout]    |
[INFO] [stdout] 42 |                     .stroke(Stroke::new(1.0, CARD_STROKE)),
[INFO] [stdout]    |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/ui/play_bar.rs:124:78
[INFO] [stdout]     |
[INFO] [stdout] 124 | ...                   Stroke::new(if self.song_view_open { 2.0 } else { 1.0 }, ring_color),
[INFO] [stdout]     |                                                            ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/ui/play_bar.rs:124:91
[INFO] [stdout]     |
[INFO] [stdout] 124 | ...                   Stroke::new(if self.song_view_open { 2.0 } else { 1.0 }, ring_color),
[INFO] [stdout]     |                                                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/ui/play_bar.rs:42:41
[INFO] [stdout]    |
[INFO] [stdout] 42 |                     .stroke(Stroke::new(1.0, CARD_STROKE)),
[INFO] [stdout]    |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/ui/play_bar.rs:124:78
[INFO] [stdout]     |
[INFO] [stdout] 124 | ...                   Stroke::new(if self.song_view_open { 2.0 } else { 1.0 }, ring_color),
[INFO] [stdout]     |                                                            ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/ui/play_bar.rs:124:91
[INFO] [stdout]     |
[INFO] [stdout] 124 | ...                   Stroke::new(if self.song_view_open { 2.0 } else { 1.0 }, ring_color),
[INFO] [stdout]     |                                                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/ui/sidebar.rs:105:63
[INFO] [stdout]     |
[INFO] [stdout] 105 | ...                   .stroke(eframe::egui::Stroke::new(1.0, CARD_STROKE))
[INFO] [stdout]     |                                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `eframe::egui::Context::screen_rect`: screen_rect has been split into viewport_rect() and content_rect(). You likely should use content_rect()
[INFO] [stdout]   --> src/ui/song_view.rs:47:34
[INFO] [stdout]    |
[INFO] [stdout] 47 |                 let screen = ctx.screen_rect();
[INFO] [stdout]    |                                  ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `eframe::egui::Ui::allocate_new_ui`: Use `scope_builder` instead
[INFO] [stdout]   --> src/ui/song_view.rs:88:20
[INFO] [stdout]    |
[INFO] [stdout] 88 |                 ui.allocate_new_ui(egui::UiBuilder::new().max_rect(content_rect), |ui| {
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `eframe::egui::Ui::allocate_new_ui`: Use `scope_builder` instead
[INFO] [stdout]   --> src/ui/song_view.rs:97:28
[INFO] [stdout]    |
[INFO] [stdout] 97 |                         ui.allocate_new_ui(
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/ui/sidebar.rs:105:63
[INFO] [stdout]     |
[INFO] [stdout] 105 | ...                   .stroke(eframe::egui::Stroke::new(1.0, CARD_STROKE))
[INFO] [stdout]     |                                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/ui/song_view.rs:192:37
[INFO] [stdout]     |
[INFO] [stdout] 192 |                         Stroke::new(1.0, fade(ACCENT_GREEN)),
[INFO] [stdout]     |                                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/ui/song_view.rs:262:37
[INFO] [stdout]     |
[INFO] [stdout] 262 |                         Stroke::new(1.0, Color32::from_white_alpha(30)),
[INFO] [stdout]     |                                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/ui/song_view.rs:283:37
[INFO] [stdout]     |
[INFO] [stdout] 283 |                         Stroke::new(1.0, Color32::from_white_alpha(20)),
[INFO] [stdout]     |                                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `eframe::egui::Context::screen_rect`: screen_rect has been split into viewport_rect() and content_rect(). You likely should use content_rect()
[INFO] [stdout]   --> src/ui/song_view.rs:47:34
[INFO] [stdout]    |
[INFO] [stdout] 47 |                 let screen = ctx.screen_rect();
[INFO] [stdout]    |                                  ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/ui/song_view.rs:573:61
[INFO] [stdout]     |
[INFO] [stdout] 573 |             painter.vline(ph_x, rect.y_range(), Stroke::new(2.0, fade(ACCENT_GREEN)));
[INFO] [stdout]     |                                                             ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/ui/top_bar.rs:25:33
[INFO] [stdout]    |
[INFO] [stdout] 25 |                     Stroke::new(1.5, ACCENT_GREEN)
[INFO] [stdout]    |                                 ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/ui/top_bar.rs:27:33
[INFO] [stdout]    |
[INFO] [stdout] 27 |                     Stroke::new(1.0, CARD_STROKE)
[INFO] [stdout]    |                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `eframe::egui::Ui::allocate_new_ui`: Use `scope_builder` instead
[INFO] [stdout]   --> src/ui/song_view.rs:88:20
[INFO] [stdout]    |
[INFO] [stdout] 88 |                 ui.allocate_new_ui(egui::UiBuilder::new().max_rect(content_rect), |ui| {
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `eframe::egui::Ui::allocate_new_ui`: Use `scope_builder` instead
[INFO] [stdout]   --> src/ui/song_view.rs:97:28
[INFO] [stdout]    |
[INFO] [stdout] 97 |                         ui.allocate_new_ui(
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/ui/song_view.rs:192:37
[INFO] [stdout]     |
[INFO] [stdout] 192 |                         Stroke::new(1.0, fade(ACCENT_GREEN)),
[INFO] [stdout]     |                                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/ui/widgets.rs:129:25
[INFO] [stdout]     |
[INFO] [stdout] 129 |             Stroke::new(1.5, ACCENT_GREEN),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/ui/mod.rs:24:29
[INFO] [stdout]    |
[INFO] [stdout] 24 |         .stroke(Stroke::new(1.0, CARD_STROKE))
[INFO] [stdout]    |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/ui/song_view.rs:262:37
[INFO] [stdout]     |
[INFO] [stdout] 262 |                         Stroke::new(1.0, Color32::from_white_alpha(30)),
[INFO] [stdout]     |                                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/ui/song_view.rs:283:37
[INFO] [stdout]     |
[INFO] [stdout] 283 |                         Stroke::new(1.0, Color32::from_white_alpha(20)),
[INFO] [stdout]     |                                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/ui/mod.rs:112:21
[INFO] [stdout]     |
[INFO] [stdout] 112 |         Stroke::new(1.0, Color32::from_white_alpha(20)),
[INFO] [stdout]     |                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/ui/song_view.rs:573:61
[INFO] [stdout]     |
[INFO] [stdout] 573 |             painter.vline(ph_x, rect.y_range(), Stroke::new(2.0, fade(ACCENT_GREEN)));
[INFO] [stdout]     |                                                             ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `prelude::Accessor`
[INFO] [stdout]  --> src/library.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     prelude::Accessor,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/ui/top_bar.rs:25:33
[INFO] [stdout]    |
[INFO] [stdout] 25 |                     Stroke::new(1.5, ACCENT_GREEN)
[INFO] [stdout]    |                                 ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/ui/top_bar.rs:27:33
[INFO] [stdout]    |
[INFO] [stdout] 27 |                     Stroke::new(1.0, CARD_STROKE)
[INFO] [stdout]    |                                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/ui/widgets.rs:129:25
[INFO] [stdout]     |
[INFO] [stdout] 129 |             Stroke::new(1.5, ACCENT_GREEN),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/ui/mod.rs:24:29
[INFO] [stdout]    |
[INFO] [stdout] 24 |         .stroke(Stroke::new(1.0, CARD_STROKE))
[INFO] [stdout]    |                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/ui/mod.rs:112:21
[INFO] [stdout]     |
[INFO] [stdout] 112 |         Stroke::new(1.0, Color32::from_white_alpha(20)),
[INFO] [stdout]     |                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `prelude::Accessor`
[INFO] [stdout]  --> src/library.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     prelude::Accessor,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `playlist_views` and `remove_track_from_active_playlist` are never used
[INFO] [stdout]    --> src/app.rs:716:12
[INFO] [stdout]     |
[INFO] [stdout]  81 | impl PlaymuApp {
[INFO] [stdout]     | -------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 716 |     pub fn playlist_views(&self) -> Vec<PlaylistView> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 790 |     pub fn remove_track_from_active_playlist(&mut self, track_id: i64) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `set_album_art` is never used
[INFO] [stdout]    --> src/db.rs:284:8
[INFO] [stdout]     |
[INFO] [stdout] 284 | pub fn set_album_art(db_path: &Path, artist: &str, album: &str, data: &[u8]) -> Result<()> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `created_at` is never read
[INFO] [stdout]    --> src/db.rs:376:9
[INFO] [stdout]     |
[INFO] [stdout] 373 | pub struct Playlist {
[INFO] [stdout]     |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 376 |     pub created_at: String,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Playlist` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rename_playlist` is never used
[INFO] [stdout]    --> src/db.rs:385:8
[INFO] [stdout]     |
[INFO] [stdout] 385 | pub fn rename_playlist(db_path: &Path, playlist_id: i64, name: &str) -> Result<()> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `playlist_views` and `remove_track_from_active_playlist` are never used
[INFO] [stdout]    --> src/app.rs:716:12
[INFO] [stdout]     |
[INFO] [stdout]  81 | impl PlaymuApp {
[INFO] [stdout]     | -------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 716 |     pub fn playlist_views(&self) -> Vec<PlaylistView> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 790 |     pub fn remove_track_from_active_playlist(&mut self, track_id: i64) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `set_album_art` is never used
[INFO] [stdout]    --> src/db.rs:284:8
[INFO] [stdout]     |
[INFO] [stdout] 284 | pub fn set_album_art(db_path: &Path, artist: &str, album: &str, data: &[u8]) -> Result<()> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `created_at` is never read
[INFO] [stdout]    --> src/db.rs:376:9
[INFO] [stdout]     |
[INFO] [stdout] 373 | pub struct Playlist {
[INFO] [stdout]     |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 376 |     pub created_at: String,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Playlist` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rename_playlist` is never used
[INFO] [stdout]    --> src/db.rs:385:8
[INFO] [stdout]     |
[INFO] [stdout] 385 | pub fn rename_playlist(db_path: &Path, playlist_id: i64, name: &str) -> Result<()> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: glutin v0.32.3, glutin-winit v0.5.0, winit v0.30.13
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 9`
[INFO] running `Command { std: "docker" "inspect" "138bab80d0d98d9732430a172cd91e1532e963bb35158e70c1b8b2d468360dca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "138bab80d0d98d9732430a172cd91e1532e963bb35158e70c1b8b2d468360dca", kill_on_drop: false }`
[INFO] [stdout] 138bab80d0d98d9732430a172cd91e1532e963bb35158e70c1b8b2d468360dca
