[INFO] cloning repository https://github.com/johnzfitch/hotbar [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/johnzfitch/hotbar" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnzfitch%2Fhotbar", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnzfitch%2Fhotbar'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 09c3acded132e28c0914bcc8dd125c31c5ed512b [INFO] checking johnzfitch/hotbar against f10db292a3733b5c67c8da8c7661195ff4b05774 for pr-158914 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnzfitch%2Fhotbar" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/johnzfitch/hotbar [INFO] finished tweaking git repo https://github.com/johnzfitch/hotbar [INFO] tweaked toml for git repo https://github.com/johnzfitch/hotbar written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/johnzfitch/hotbar on toolchain f10db292a3733b5c67c8da8c7661195ff4b05774 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f10db292a3733b5c67c8da8c7661195ff4b05774" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/johnzfitch/hotbar 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" "+f10db292a3733b5c67c8da8c7661195ff4b05774" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded wayland-cursor v0.31.13 [INFO] [stderr] Downloaded wayland-protocols-wlr v0.3.11 [INFO] [stderr] Downloaded wayland-protocols v0.32.11 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] daff9fabea6abdb2a34c77ac0bcf495593d6c4ac4d1e2097e2084c84da526b19 [INFO] running `Command { std: "docker" "start" "daff9fabea6abdb2a34c77ac0bcf495593d6c4ac4d1e2097e2084c84da526b19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "daff9fabea6abdb2a34c77ac0bcf495593d6c4ac4d1e2097e2084c84da526b19", 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" "daff9fabea6abdb2a34c77ac0bcf495593d6c4ac4d1e2097e2084c84da526b19" "/opt/rustwide/cargo-home/bin/cargo" "+f10db292a3733b5c67c8da8c7661195ff4b05774" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "daff9fabea6abdb2a34c77ac0bcf495593d6c4ac4d1e2097e2084c84da526b19", 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" "daff9fabea6abdb2a34c77ac0bcf495593d6c4ac4d1e2097e2084c84da526b19" "/opt/rustwide/cargo-home/bin/cargo" "+f10db292a3733b5c67c8da8c7661195ff4b05774" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.183 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Checking linux-raw-sys v0.12.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling zerocopy v0.8.42 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling wayland-sys v0.31.10 [INFO] [stderr] Checking bitflags v2.11.0 [INFO] [stderr] Compiling wayland-backend v0.3.14 [INFO] [stderr] Compiling bytemuck_derive v1.10.2 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Compiling quick-xml v0.39.2 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Compiling num-conv v0.2.0 [INFO] [stderr] Checking icu_normalizer v2.1.1 [INFO] [stderr] Compiling wayland-client v0.31.13 [INFO] [stderr] Checking csv-core v0.1.13 [INFO] [stderr] Compiling time-macros v0.2.27 [INFO] [stderr] Compiling naga v24.0.0 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Checking csv v1.4.0 [INFO] [stderr] Checking serde_json v1.0.149 [INFO] [stderr] Checking strum v0.26.3 [INFO] [stderr] Checking gpu-descriptor-types v0.2.0 [INFO] [stderr] Checking gpu-alloc-types v0.3.0 [INFO] [stderr] Checking spirv v0.3.0+sdk-1.3.268.0 [INFO] [stderr] Compiling wgpu-hal v24.0.4 [INFO] [stderr] Checking uuid v1.22.0 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Checking tracing-subscriber v0.3.23 [INFO] [stderr] Checking gpu-alloc v0.6.0 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking gpu-descriptor v0.3.2 [INFO] [stderr] Checking chrono v0.4.44 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Checking ordered-float v4.6.0 [INFO] [stderr] Checking serde_spanned v0.6.9 [INFO] [stderr] Checking toml_datetime v0.6.11 [INFO] [stderr] Checking url v2.5.8 [INFO] [stderr] Checking wgpu-types v24.0.0 [INFO] [stderr] Compiling wgpu-core v24.0.5 [INFO] [stderr] Checking instant v0.1.13 [INFO] [stderr] Checking toml_edit v0.22.27 [INFO] [stderr] Checking notify-types v1.0.1 [INFO] [stderr] Compiling wgpu v24.0.5 [INFO] [stderr] Checking epaint_default_fonts v0.31.1 [INFO] [stderr] Compiling smithay-client-toolkit v0.19.2 [INFO] [stderr] Checking pollster v0.4.0 [INFO] [stderr] Checking time v0.3.47 [INFO] [stderr] Compiling wayland-scanner v0.31.9 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking mio v1.1.1 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Checking khronos-egl v6.0.0 [INFO] [stderr] Checking bytemuck v1.25.0 [INFO] [stderr] Checking inotify v0.10.2 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking filetime v0.2.27 [INFO] [stderr] Checking socket2 v0.6.3 [INFO] [stderr] Checking emath v0.31.1 [INFO] [stderr] Checking xkeysym v0.2.1 [INFO] [stderr] Checking directories v5.0.1 [INFO] [stderr] Checking memmap2 v0.8.0 [INFO] [stderr] Checking memmap2 v0.9.10 [INFO] [stderr] Checking getrandom v0.4.2 [INFO] [stderr] Checking notify v7.0.0 [INFO] [stderr] Checking ecolor v0.31.1 [INFO] [stderr] Checking tokio v1.50.0 [INFO] [stderr] Checking xkbcommon v0.7.0 [INFO] [stderr] Checking xkbcommon v0.8.0 [INFO] [stderr] Checking toml v0.8.23 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking epaint v0.31.1 [INFO] [stderr] Checking hashlink v0.9.1 [INFO] [stderr] Checking polling v3.11.0 [INFO] [stderr] Checking tempfile v3.27.0 [INFO] [stderr] Checking calloop v0.13.0 [INFO] [stderr] Checking egui v0.31.1 [INFO] [stderr] Checking wayland-csd-frame v0.3.0 [INFO] [stderr] Checking wayland-protocols v0.32.11 [INFO] [stderr] Checking wayland-cursor v0.31.13 [INFO] [stderr] Checking calloop-wayland-source v0.3.0 [INFO] [stderr] Checking rusqlite v0.32.1 [INFO] [stderr] Checking hotbar-common v2.0.0-alpha.1 (/opt/rustwide/workdir/crates/hotbar-common) [INFO] [stderr] Checking hotbar-daemon v2.0.0-alpha.1 (/opt/rustwide/workdir/crates/hotbar-daemon) [INFO] [stderr] Checking wayland-protocols-wlr v0.3.11 [INFO] [stderr] Checking egui-wgpu v0.31.1 [INFO] [stderr] Checking hotbar-panel v2.0.0-alpha.1 (/opt/rustwide/workdir/crates/hotbar-panel) [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> crates/hotbar-panel/src/theme.rs:181:54 [INFO] [stdout] | [INFO] [stdout] 181 | v.widgets.noninteractive.fg_stroke = Stroke::new(1.0, TEXT_SECONDARY); [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 [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` is not satisfied [INFO] [stdout] --> crates/hotbar-panel/src/theme.rs:185:48 [INFO] [stdout] | [INFO] [stdout] 185 | v.widgets.inactive.fg_stroke = Stroke::new(1.0, TEXT_PRIMARY); [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> crates/hotbar-panel/src/theme.rs:189:47 [INFO] [stdout] | [INFO] [stdout] 189 | v.widgets.hovered.fg_stroke = Stroke::new(1.0, FLAME_ORANGE); [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> crates/hotbar-panel/src/theme.rs:193:46 [INFO] [stdout] | [INFO] [stdout] 193 | v.widgets.active.fg_stroke = Stroke::new(2.0, FLAME_RED); [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> crates/hotbar-panel/src/theme.rs:198:38 [INFO] [stdout] | [INFO] [stdout] 198 | v.selection.stroke = Stroke::new(2.0, FLAME_RED); [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> crates/hotbar-panel/src/theme.rs:202:35 [INFO] [stdout] | [INFO] [stdout] 202 | v.window_stroke = Stroke::new(1.0, CHROME_DARK); [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> crates/hotbar-panel/src/widgets/spinner.rs:331:31 [INFO] [stdout] | [INFO] [stdout] 331 | egui::Stroke::new(2.0, theme::FLAME_RED), [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> crates/hotbar-panel/src/widgets/pit_stop.rs:128:27 [INFO] [stdout] | [INFO] [stdout] 128 | egui::Stroke::new(1.0, stroke_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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> crates/hotbar-panel/src/widgets/toast.rs:131:21 [INFO] [stdout] | [INFO] [stdout] 131 | 1.0, [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> crates/hotbar-panel/src/widgets/summary.rs:61:35 [INFO] [stdout] | [INFO] [stdout] 61 | .stroke(egui::Stroke::new(1.0, theme::CHROME_DARK)) [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> crates/hotbar-panel/src/widgets/filter_bar.rs:93:31 [INFO] [stdout] | [INFO] [stdout] 93 | egui::Stroke::new(1.0, 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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> crates/hotbar-panel/src/widgets/filter_bar.rs:108:31 [INFO] [stdout] | [INFO] [stdout] 108 | egui::Stroke::new(2.0, 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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> crates/hotbar-panel/src/widgets/logo.rs:89:27 [INFO] [stdout] | [INFO] [stdout] 89 | egui::Stroke::new(2.0, theme::FLAME_ORANGE), [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> crates/hotbar-panel/src/theme.rs:181:54 [INFO] [stdout] | [INFO] [stdout] 181 | v.widgets.noninteractive.fg_stroke = Stroke::new(1.0, TEXT_SECONDARY); [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 [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` is not satisfied [INFO] [stdout] --> crates/hotbar-panel/src/theme.rs:185:48 [INFO] [stdout] | [INFO] [stdout] 185 | v.widgets.inactive.fg_stroke = Stroke::new(1.0, TEXT_PRIMARY); [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> crates/hotbar-panel/src/theme.rs:189:47 [INFO] [stdout] | [INFO] [stdout] 189 | v.widgets.hovered.fg_stroke = Stroke::new(1.0, FLAME_ORANGE); [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> crates/hotbar-panel/src/theme.rs:193:46 [INFO] [stdout] | [INFO] [stdout] 193 | v.widgets.active.fg_stroke = Stroke::new(2.0, FLAME_RED); [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> crates/hotbar-panel/src/theme.rs:198:38 [INFO] [stdout] | [INFO] [stdout] 198 | v.selection.stroke = Stroke::new(2.0, FLAME_RED); [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> crates/hotbar-panel/src/theme.rs:202:35 [INFO] [stdout] | [INFO] [stdout] 202 | v.window_stroke = Stroke::new(1.0, CHROME_DARK); [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> crates/hotbar-panel/src/widgets/spinner.rs:331:31 [INFO] [stdout] | [INFO] [stdout] 331 | egui::Stroke::new(2.0, theme::FLAME_RED), [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> crates/hotbar-panel/src/widgets/pit_stop.rs:128:27 [INFO] [stdout] | [INFO] [stdout] 128 | egui::Stroke::new(1.0, stroke_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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> crates/hotbar-panel/src/widgets/toast.rs:131:21 [INFO] [stdout] | [INFO] [stdout] 131 | 1.0, [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> crates/hotbar-panel/src/widgets/summary.rs:61:35 [INFO] [stdout] | [INFO] [stdout] 61 | .stroke(egui::Stroke::new(1.0, theme::CHROME_DARK)) [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> crates/hotbar-panel/src/widgets/filter_bar.rs:93:31 [INFO] [stdout] | [INFO] [stdout] 93 | egui::Stroke::new(1.0, 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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> crates/hotbar-panel/src/widgets/filter_bar.rs:108:31 [INFO] [stdout] | [INFO] [stdout] 108 | egui::Stroke::new(2.0, 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 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> crates/hotbar-panel/src/widgets/logo.rs:89:27 [INFO] [stdout] | [INFO] [stdout] 89 | egui::Stroke::new(2.0, theme::FLAME_ORANGE), [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 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.82s [INFO] running `Command { std: "docker" "inspect" "daff9fabea6abdb2a34c77ac0bcf495593d6c4ac4d1e2097e2084c84da526b19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "daff9fabea6abdb2a34c77ac0bcf495593d6c4ac4d1e2097e2084c84da526b19", kill_on_drop: false }` [INFO] [stdout] daff9fabea6abdb2a34c77ac0bcf495593d6c4ac4d1e2097e2084c84da526b19