[INFO] cloning repository https://github.com/FahrenheitResearch/rustmet
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/FahrenheitResearch/rustmet" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFahrenheitResearch%2Frustmet", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFahrenheitResearch%2Frustmet'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5be4f250db33ddce8a1a92ca391b5ad52fab9ea5
[INFO] checking FahrenheitResearch/rustmet against try#50f413885985a8b0a0b6ca0766a0aedd45304953 for pr-155657
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFahrenheitResearch%2Frustmet" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/FahrenheitResearch/rustmet
[INFO] finished tweaking git repo https://github.com/FahrenheitResearch/rustmet
[INFO] tweaked toml for git repo https://github.com/FahrenheitResearch/rustmet written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/FahrenheitResearch/rustmet on toolchain 50f413885985a8b0a0b6ca0766a0aedd45304953
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+50f413885985a8b0a0b6ca0766a0aedd45304953" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/FahrenheitResearch/rustmet 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" "+50f413885985a8b0a0b6ca0766a0aedd45304953" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+50f413885985a8b0a0b6ca0766a0aedd45304953" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a61264e66ca2f33202a21652053252950af4a6794240543821c18f342a50c8cc
[INFO] running `Command { std: "docker" "start" "-a" "a61264e66ca2f33202a21652053252950af4a6794240543821c18f342a50c8cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a61264e66ca2f33202a21652053252950af4a6794240543821c18f342a50c8cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a61264e66ca2f33202a21652053252950af4a6794240543821c18f342a50c8cc", kill_on_drop: false }`
[INFO] [stdout] a61264e66ca2f33202a21652053252950af4a6794240543821c18f342a50c8cc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+50f413885985a8b0a0b6ca0766a0aedd45304953" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] aaa03990061df5dab6c03c4554751e4ac75ffaf9696c89ca7cce6937f59c3d29
[INFO] running `Command { std: "docker" "start" "-a" "aaa03990061df5dab6c03c4554751e4ac75ffaf9696c89ca7cce6937f59c3d29", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]     Checking base64ct v1.8.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling wayland-sys v0.31.10
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling wayland-backend v0.3.14
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling quick-xml v0.39.2
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling wayland-client v0.31.13
[INFO] [stderr]     Checking ureq-proto v0.5.3
[INFO] [stderr]     Checking base16ct v0.2.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling num-bigint-dig v0.8.6
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking sprintf v0.1.4
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking accesskit v0.17.1
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking immutable-chunkmap v2.1.2
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking num-conv v0.2.0
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking time-core v0.1.8
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]    Compiling glutin v0.32.3
[INFO] [stderr]     Checking epaint_default_fonts v0.31.1
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]     Checking async-fs v2.2.0
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling rfd v0.15.4
[INFO] [stderr]     Checking pollster v0.4.0
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]     Checking ttf-parser v0.21.1
[INFO] [stderr]     Checking epaint_default_fonts v0.29.1
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]     Checking accesskit_consumer v0.26.0
[INFO] [stderr]    Compiling wayland-scanner v0.31.9
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking uuid v1.22.0
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling pyo3-build-config v0.23.5
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking bzip2 v0.5.2
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling toml_edit v0.25.4+spec-1.1.0
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking openjp2 v0.6.1
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking xdg-home v1.3.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking fontdue v0.9.3
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]    Compiling mime_guess2 v2.3.1
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking quick-xml v0.38.4
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking fancy-regex v0.16.2
[INFO] [stderr]     Checking tower-http v0.5.2
[INFO] [stderr]     Checking dbase v0.5.0
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]     Checking unindent v0.2.4
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking glow v0.14.2
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]    Compiling pyo3-macros-backend v0.23.5
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zvariant_utils v2.1.0
[INFO] [stderr]    Compiling pyo3-ffi v0.23.5
[INFO] [stderr]    Compiling pyo3 v0.23.5
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]     Checking ndarray v0.16.1
[INFO] [stderr]     Checking shapefile v0.6.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling zerocopy-derive v0.8.42
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking rustls-webpki v0.103.9
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking webpki-roots v1.0.6
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]    Compiling zvariant_derive v4.2.0
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking pkcs5 v0.7.1
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking chacha20poly1305 v0.10.1
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]     Checking async-io v2.6.0
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking wayland-protocols v0.32.11
[INFO] [stderr]     Checking pkcs1 v0.7.5
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]     Checking x25519-dalek v2.0.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking wayland-cursor v0.31.13
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling zbus_macros v4.4.0
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking calloop v0.14.4
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking emath v0.31.1
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking async-signal v0.2.13
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking ecolor v0.31.1
[INFO] [stderr]     Checking calloop-wayland-source v0.4.1
[INFO] [stderr]     Checking primeorder v0.13.6
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking glutin_glx_sys v0.6.1
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking async-net v2.0.0
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking enumflags2 v0.7.12
[INFO] [stderr]     Checking p256 v0.13.2
[INFO] [stderr]     Checking p384 v0.13.1
[INFO] [stderr]     Checking zvariant v4.2.0
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]    Compiling quick-xml v0.30.0
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]    Compiling zvariant_utils v3.3.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling zvariant_derive v5.10.0
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking epaint v0.31.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking wx-field v0.1.0 (/opt/rustwide/workdir/crates/wx-field)
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking wx-math v0.1.0 (/opt/rustwide/workdir/crates/wx-math)
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking wx-radar v0.1.0 (/opt/rustwide/workdir/crates/wx-radar)
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking emath v0.29.1
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking ecolor v0.29.1
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking plist v1.8.0
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking epaint v0.29.1
[INFO] [stderr]     Checking egui v0.31.1
[INFO] [stderr]    Compiling zvariant v5.10.0
[INFO] [stderr]     Checking webbrowser v1.2.0
[INFO] [stderr]     Checking ureq v3.2.0
[INFO] [stderr]     Checking clap v4.5.60
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]    Compiling pyo3-macros v0.23.5
[INFO] [stderr]     Checking zbus_names v3.0.0
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]     Checking syntect v5.3.0
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]     Checking zbus_xml v4.0.0
[INFO] [stderr]     Checking zbus v4.4.0
[INFO] [stderr]     Checking rsa v0.9.10
[INFO] [stderr]     Checking wx-obs v0.1.0 (/opt/rustwide/workdir/crates/wx-obs)
[INFO] [stderr]     Checking rustls-rustcrypto v0.0.2-alpha
[INFO] [stderr]     Checking zbus-lockstep v0.4.4
[INFO] [stderr]     Checking wx-sounding v0.1.0 (/opt/rustwide/workdir/crates/wx-sounding)
[INFO] [stderr]     Checking wx-alerts v0.1.0 (/opt/rustwide/workdir/crates/wx-alerts)
[INFO] [stderr]     Checking egui v0.29.1
[INFO] [stderr]     Checking rustmet-core v0.1.0 (/opt/rustwide/workdir/crates/rustmet-core)
[INFO] [stderr]     Checking zbus_names v4.3.1
[INFO] [stderr]    Compiling zbus-lockstep-macros v0.4.4
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> crates/rustmet-core/src/render/ansi.rs:402:14
[INFO] [stdout]     |
[INFO] [stdout] 402 |     let dr = (c1[0] as f64 - c2[0] as f64);
[INFO] [stdout]     |              ^                           ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 402 -     let dr = (c1[0] as f64 - c2[0] as f64);
[INFO] [stdout] 402 +     let dr = c1[0] as f64 - c2[0] as f64;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> crates/rustmet-core/src/render/ansi.rs:403:14
[INFO] [stdout]     |
[INFO] [stdout] 403 |     let dg = (c1[1] as f64 - c2[1] as f64);
[INFO] [stdout]     |              ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 403 -     let dg = (c1[1] as f64 - c2[1] as f64);
[INFO] [stdout] 403 +     let dg = c1[1] as f64 - c2[1] as f64;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> crates/rustmet-core/src/render/ansi.rs:404:14
[INFO] [stdout]     |
[INFO] [stdout] 404 |     let db = (c1[2] as f64 - c2[2] as f64);
[INFO] [stdout]     |              ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 404 -     let db = (c1[2] as f64 - c2[2] as f64);
[INFO] [stdout] 404 +     let db = c1[2] as f64 - c2[2] as f64;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking wx-mcp v0.1.0 (/opt/rustwide/workdir/crates/wx-mcp)
[INFO] [stdout] warning: unused import: `DataRepresentation`
[INFO] [stdout]    --> crates/rustmet-core/src/grib2/ops.rs:869:9
[INFO] [stdout]     |
[INFO] [stdout] 869 |         DataRepresentation, GridDefinition, ProductDefinition,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> crates/rustmet-core/src/render/ansi.rs:402:14
[INFO] [stdout]     |
[INFO] [stdout] 402 |     let dr = (c1[0] as f64 - c2[0] as f64);
[INFO] [stdout]     |              ^                           ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 402 -     let dr = (c1[0] as f64 - c2[0] as f64);
[INFO] [stdout] 402 +     let dr = c1[0] as f64 - c2[0] as f64;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> crates/rustmet-core/src/render/ansi.rs:403:14
[INFO] [stdout]     |
[INFO] [stdout] 403 |     let dg = (c1[1] as f64 - c2[1] as f64);
[INFO] [stdout]     |              ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 403 -     let dg = (c1[1] as f64 - c2[1] as f64);
[INFO] [stdout] 403 +     let dg = c1[1] as f64 - c2[1] as f64;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> crates/rustmet-core/src/render/ansi.rs:404:14
[INFO] [stdout]     |
[INFO] [stdout] 404 |     let db = (c1[2] as f64 - c2[2] as f64);
[INFO] [stdout]     |              ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 404 -     let db = (c1[2] as f64 - c2[2] as f64);
[INFO] [stdout] 404 +     let db = c1[2] as f64 - c2[2] as f64;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.11
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.11
[INFO] [stderr]     Checking wayland-protocols-misc v0.3.11
[INFO] [stderr]     Checking wayland-protocols-experimental v20250721.0.1
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> crates/rustmet-core/src/grib2/unpack.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 |     let mut values = if let Some(ref bitmap) = msg.bitmap {
[INFO] [stdout]     |         ----^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `prev_bg` is never read
[INFO] [stdout]    --> crates/rustmet-core/src/render/ansi.rs:299:17
[INFO] [stdout]     |
[INFO] [stdout] 299 |                 prev_bg = (0, 0, 0);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 316 |             prev_bg = bg_tuple;
[INFO] [stdout]     |             ------------------ `prev_bg` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking wx-agent v0.1.0 (/opt/rustwide/workdir/crates/wx-agent)
[INFO] [stderr]     Checking wx-lite v0.1.0 (/opt/rustwide/workdir/crates/wx-lite)
[INFO] [stderr]     Checking wx-render v0.1.0 (/opt/rustwide/workdir/crates/wx-render)
[INFO] [stderr]     Checking wx-io v0.1.0 (/opt/rustwide/workdir/crates/wx-io)
[INFO] [stderr]    Compiling zbus_macros v5.14.0
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking smithay-client-toolkit v0.20.0
[INFO] [stderr]     Checking egui_glow v0.31.1
[INFO] [stdout] warning: field `gate_idx` is never read
[INFO] [stdout]   --> crates/wx-agent/src/cmd_radar.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     struct RefCandidate {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 76 |         gate_idx: usize,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> crates/rustmet-core/src/grib2/unpack.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 |     let mut values = if let Some(ref bitmap) = msg.bitmap {
[INFO] [stdout]     |         ----^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `gate_idx` is never read
[INFO] [stdout]   --> crates/wx-agent/src/cmd_radar.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     struct RefCandidate {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 76 |         gate_idx: usize,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking numpy v0.23.0
[INFO] [stdout] warning: unused variable: `r5`
[INFO] [stdout]    --> crates/rustmet-core/src/render/colormap.rs:664:18
[INFO] [stdout]     |
[INFO] [stdout] 664 |             let (r5, g5, b5) = interpolate_color(cmap, 0.5);
[INFO] [stdout]     |                  ^^ help: if this is intentional, prefix it with an underscore: `_r5`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `g5`
[INFO] [stdout]    --> crates/rustmet-core/src/render/colormap.rs:664:22
[INFO] [stdout]     |
[INFO] [stdout] 664 |             let (r5, g5, b5) = interpolate_color(cmap, 0.5);
[INFO] [stdout]     |                      ^^ help: if this is intentional, prefix it with an underscore: `_g5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b5`
[INFO] [stdout]    --> crates/rustmet-core/src/render/colormap.rs:664:26
[INFO] [stdout]     |
[INFO] [stdout] 664 |             let (r5, g5, b5) = interpolate_color(cmap, 0.5);
[INFO] [stdout]     |                          ^^ help: if this is intentional, prefix it with an underscore: `_b5`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `prev_bg` is never read
[INFO] [stdout]    --> crates/rustmet-core/src/render/ansi.rs:299:17
[INFO] [stdout]     |
[INFO] [stdout] 299 |                 prev_bg = (0, 0, 0);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 316 |             prev_bg = bg_tuple;
[INFO] [stdout]     |             ------------------ `prev_bg` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking rustmet-py v0.1.0 (/opt/rustwide/workdir/crates/rustmet-py)
[INFO] [stderr]     Checking smithay-clipboard v0.7.3
[INFO] [stderr]     Checking winit v0.30.13
[INFO] [stderr]     Checking zbus v5.14.0
[INFO] [stderr]     Checking atspi-common v0.6.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stdout] warning: unused variable: `py`
[INFO] [stdout]     --> crates/rustmet-py/src/lib.rs:1917:5
[INFO] [stdout]      |
[INFO] [stdout] 1917 |     py: Python<'_>,
[INFO] [stdout]      |     ^^ help: if this is intentional, prefix it with an underscore: `_py`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `py`
[INFO] [stdout]     --> crates/rustmet-py/src/lib.rs:1917:5
[INFO] [stdout]      |
[INFO] [stdout] 1917 |     py: Python<'_>,
[INFO] [stdout]      |     ^^ help: if this is intentional, prefix it with an underscore: `_py`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking egui_glow v0.29.1
[INFO] [stderr]     Checking egui_extras v0.29.1
[INFO] [stdout] warning: function `model_urls_inner` is never used
[INFO] [stdout]    --> crates/rustmet-py/src/lib.rs:720:4
[INFO] [stdout]     |
[INFO] [stdout] 720 | fn model_urls_inner(model: &str, date: &str, hour: u32, product: &str, fhour: u32)
[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 `model_urls_inner` is never used
[INFO] [stdout]    --> crates/rustmet-py/src/lib.rs:720:4
[INFO] [stdout]     |
[INFO] [stdout] 720 | fn model_urls_inner(model: &str, date: &str, hour: u32, product: &str, fhour: u32)
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking egui-winit v0.29.1
[INFO] [stderr]     Checking eframe v0.29.1
[INFO] [stderr]     Checking atspi-proxies v0.6.0
[INFO] [stderr]     Checking accesskit_atspi_common v0.10.1
[INFO] [stderr]     Checking wx-server v0.1.0 (/opt/rustwide/workdir/crates/wx-server)
[INFO] [stderr]     Checking ashpd v0.11.1
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> crates/wx-server/src/tiles.rs:580:9
[INFO] [stdout]     |
[INFO] [stdout] 580 |     let mut values = grib2::unpack_message(msg)
[INFO] [stdout]     |         ----^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> crates/wx-server/src/tiles.rs:580:9
[INFO] [stdout]     |
[INFO] [stdout] 580 |     let mut values = grib2::unpack_message(msg)
[INFO] [stdout]     |         ----^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `render_tile_pixels` is never used
[INFO] [stdout]    --> crates/wx-server/src/tiles.rs:288:4
[INFO] [stdout]     |
[INFO] [stdout] 288 | fn render_tile_pixels(field: &CachedField, z: u32, x: u32, y: u32) -> Vec<u8> {
[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 `ensure_field` is never used
[INFO] [stdout]    --> crates/wx-server/src/tiles.rs:437:21
[INFO] [stdout]     |
[INFO] [stdout] 437 | pub(crate) async fn ensure_field(
[INFO] [stdout]     |                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `render_tile_pixels` is never used
[INFO] [stdout]    --> crates/wx-server/src/tiles.rs:288:4
[INFO] [stdout]     |
[INFO] [stdout] 288 | fn render_tile_pixels(field: &CachedField, z: u32, x: u32, y: u32) -> Vec<u8> {
[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 `ensure_field` is never used
[INFO] [stdout]    --> crates/wx-server/src/tiles.rs:437:21
[INFO] [stdout]     |
[INFO] [stdout] 437 | pub(crate) async fn ensure_field(
[INFO] [stdout]     |                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]  --> crates/wx-server/src/surface_obs.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::sync::Arc;
[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 imports: `STATIONS` and `Station`
[INFO] [stdout]   --> crates/wx-server/src/surface_obs.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 11 | use wx_obs::stations::{Station, STATIONS};
[INFO] [stdout]    |                        ^^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Intensity` and `SkyCoverage`
[INFO] [stdout]   --> crates/wx-server/src/surface_obs.rs:12:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | use wx_obs::metar::{SkyCoverage, Intensity};
[INFO] [stdout]    |                     ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]  --> crates/wx-server/src/surface_obs.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::sync::Arc;
[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 imports: `STATIONS` and `Station`
[INFO] [stdout]   --> crates/wx-server/src/surface_obs.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 11 | use wx_obs::stations::{Station, STATIONS};
[INFO] [stdout]    |                        ^^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Intensity` and `SkyCoverage`
[INFO] [stdout]   --> crates/wx-server/src/surface_obs.rs:12:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | use wx_obs::metar::{SkyCoverage, Intensity};
[INFO] [stdout]    |                     ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking atspi-connection v0.6.0
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> crates/wx-server/src/tiles.rs:580:9
[INFO] [stdout]     |
[INFO] [stdout] 580 |     let mut values = grib2::unpack_message(msg)
[INFO] [stdout]     |         ----^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking atspi v0.22.0
[INFO] [stdout] warning: field `hub` is never read
[INFO] [stdout]   --> crates/wx-server/src/main.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | struct AppState {
[INFO] [stdout]    |        -------- field in this struct
[INFO] [stdout] 34 |     cache: Arc<TileCache>,
[INFO] [stdout] 35 |     hub: Arc<EventHub>,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppState` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `invalidate` is never used
[INFO] [stdout]    --> crates/wx-server/src/cache.rs:140:18
[INFO] [stdout]     |
[INFO] [stdout]  45 | impl TileCache {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 140 |     pub async fn invalidate(
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `ModelRun`, `Alert`, and `Radar` are never constructed
[INFO] [stdout]   --> crates/wx-server/src/sse.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub enum WxEvent {
[INFO] [stdout]    |          ------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 21 |     ModelRun {
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     Alert {
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 41 |     Radar {
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `WxEvent` 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: fields `wind_gust_kt`, `visibility_sm`, and `ceiling_ft` are never read
[INFO] [stdout]   --> crates/wx-server/src/surface_obs.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct SurfaceObs {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub wind_gust_kt: Option<u16>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 33 |     pub visibility_sm: Option<f64>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub ceiling_ft: Option<u32>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SurfaceObs` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DARK_GRAY` is never used
[INFO] [stdout]    --> crates/wx-server/src/surface_obs.rs:625:7
[INFO] [stdout]     |
[INFO] [stdout] 625 | const DARK_GRAY: Color = [60, 60, 60, 255];
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `render_tile_pixels` is never used
[INFO] [stdout]    --> crates/wx-server/src/tiles.rs:288:4
[INFO] [stdout]     |
[INFO] [stdout] 288 | fn render_tile_pixels(field: &CachedField, z: u32, x: u32, y: u32) -> Vec<u8> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `generate_tile` is never used
[INFO] [stdout]    --> crates/wx-server/src/tiles.rs:333:14
[INFO] [stdout]     |
[INFO] [stdout] 333 | pub async fn generate_tile(
[INFO] [stdout]     |              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ensure_field` is never used
[INFO] [stdout]    --> crates/wx-server/src/tiles.rs:437:21
[INFO] [stdout]     |
[INFO] [stdout] 437 | pub(crate) async fn ensure_field(
[INFO] [stdout]     |                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking accesskit_unix v0.13.1
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> crates/wx-server/src/tiles.rs:580:9
[INFO] [stdout]     |
[INFO] [stdout] 580 |     let mut values = grib2::unpack_message(msg)
[INFO] [stdout]     |         ----^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `hub` is never read
[INFO] [stdout]   --> crates/wx-server/src/main.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | struct AppState {
[INFO] [stdout]    |        -------- field in this struct
[INFO] [stdout] 34 |     cache: Arc<TileCache>,
[INFO] [stdout] 35 |     hub: Arc<EventHub>,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AppState` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `ModelRun`, `Alert`, and `Radar` are never constructed
[INFO] [stdout]   --> crates/wx-server/src/sse.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub enum WxEvent {
[INFO] [stdout]    |          ------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 21 |     ModelRun {
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     Alert {
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 41 |     Radar {
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `WxEvent` 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: fields `wind_gust_kt`, `visibility_sm`, and `ceiling_ft` are never read
[INFO] [stdout]   --> crates/wx-server/src/surface_obs.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct SurfaceObs {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub wind_gust_kt: Option<u16>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 33 |     pub visibility_sm: Option<f64>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub ceiling_ft: Option<u32>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SurfaceObs` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DARK_GRAY` is never used
[INFO] [stdout]    --> crates/wx-server/src/surface_obs.rs:625:7
[INFO] [stdout]     |
[INFO] [stdout] 625 | const DARK_GRAY: Color = [60, 60, 60, 255];
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `render_tile_pixels` is never used
[INFO] [stdout]    --> crates/wx-server/src/tiles.rs:288:4
[INFO] [stdout]     |
[INFO] [stdout] 288 | fn render_tile_pixels(field: &CachedField, z: u32, x: u32, y: u32) -> Vec<u8> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `generate_tile` is never used
[INFO] [stdout]    --> crates/wx-server/src/tiles.rs:333:14
[INFO] [stdout]     |
[INFO] [stdout] 333 | pub async fn generate_tile(
[INFO] [stdout]     |              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ensure_field` is never used
[INFO] [stdout]    --> crates/wx-server/src/tiles.rs:437:21
[INFO] [stdout]     |
[INFO] [stdout] 437 | pub(crate) async fn ensure_field(
[INFO] [stdout]     |                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking accesskit_winit v0.23.1
[INFO] [stderr]     Checking egui-winit v0.31.1
[INFO] [stderr]     Checking eframe v0.31.1
[INFO] [stderr]     Checking rustmaps v0.2.0 (https://github.com/FahrenheitResearch/rustmaps.git#92691044)
[INFO] [stderr]     Checking rustmet v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking wx-pro v0.1.0 (/opt/rustwide/workdir/crates/wx-pro)
[INFO] [stderr]     Checking wx-ui v0.1.0 (/opt/rustwide/workdir/crates/wx-ui)
[INFO] [stdout] warning: unused import: `colorbar::draw_colorbar`
[INFO] [stdout]  --> crates/wx-ui/src/widgets/mod.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use colorbar::draw_colorbar;
[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: `colorbar::draw_colorbar`
[INFO] [stdout]  --> crates/wx-ui/src/widgets/mod.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use colorbar::draw_colorbar;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) 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]   --> crates/wx-ui/src/theme.rs:27:60
[INFO] [stdout]    |
[INFO] [stdout] 27 |     visuals.widgets.noninteractive.bg_stroke = Stroke::new(1.0, border);
[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]   --> crates/wx-ui/src/theme.rs:28:60
[INFO] [stdout]    |
[INFO] [stdout] 28 |     visuals.widgets.noninteractive.fg_stroke = Stroke::new(1.0, text_dim);
[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]   --> crates/wx-ui/src/theme.rs:32:54
[INFO] [stdout]    |
[INFO] [stdout] 32 |     visuals.widgets.inactive.bg_stroke = Stroke::new(1.0, border);
[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]   --> crates/wx-ui/src/theme.rs:33:54
[INFO] [stdout]    |
[INFO] [stdout] 33 |     visuals.widgets.inactive.fg_stroke = Stroke::new(1.0, text);
[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]   --> crates/wx-ui/src/theme.rs:37:53
[INFO] [stdout]    |
[INFO] [stdout] 37 |     visuals.widgets.hovered.bg_stroke = Stroke::new(1.0, accent_dim);
[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]   --> crates/wx-ui/src/theme.rs:38:53
[INFO] [stdout]    |
[INFO] [stdout] 38 |     visuals.widgets.hovered.fg_stroke = Stroke::new(1.0, text);
[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]   --> crates/wx-ui/src/theme.rs:42:52
[INFO] [stdout]    |
[INFO] [stdout] 42 |     visuals.widgets.active.bg_stroke = Stroke::new(1.0, accent);
[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]   --> crates/wx-ui/src/theme.rs:43:52
[INFO] [stdout]    |
[INFO] [stdout] 43 |     visuals.widgets.active.fg_stroke = Stroke::new(1.5, Color32::WHITE);
[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]   --> crates/wx-ui/src/theme.rs:47:50
[INFO] [stdout]    |
[INFO] [stdout] 47 |     visuals.widgets.open.bg_stroke = Stroke::new(1.0, accent_dim);
[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]   --> crates/wx-ui/src/theme.rs:48:50
[INFO] [stdout]    |
[INFO] [stdout] 48 |     visuals.widgets.open.fg_stroke = Stroke::new(1.0, text);
[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]   --> crates/wx-ui/src/theme.rs:52:44
[INFO] [stdout]    |
[INFO] [stdout] 52 |     visuals.selection.stroke = Stroke::new(1.0, accent);
[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]   --> crates/wx-ui/src/theme.rs:55:41
[INFO] [stdout]    |
[INFO] [stdout] 55 |     visuals.window_stroke = Stroke::new(1.0, border);
[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]    --> crates/wx-ui/src/panels/map_view.rs:207:58
[INFO] [stdout]     |
[INFO] [stdout] 207 |     painter.rect_stroke(img_rect, 0.0, egui::Stroke::new(1.0, egui::Color32::from_white_alpha(40)));
[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]    --> crates/wx-ui/src/panels/map_view.rs:233:64
[INFO] [stdout]     |
[INFO] [stdout] 233 |             painter.circle_stroke(spos, 8.0, egui::Stroke::new(2.0, sc));
[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]    --> crates/wx-ui/src/panels/map_view.rs:234:64
[INFO] [stdout]     |
[INFO] [stdout] 234 |             painter.circle_stroke(spos, 2.0, egui::Stroke::new(1.5, sc));
[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]    --> crates/wx-ui/src/panels/map_view.rs:237:35
[INFO] [stdout]     |
[INFO] [stdout] 237 |                 egui::Stroke::new(1.5, sc),
[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]    --> crates/wx-ui/src/panels/map_view.rs:241:35
[INFO] [stdout]     |
[INFO] [stdout] 241 |                 egui::Stroke::new(1.5, sc),
[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]    --> crates/wx-ui/src/panels/map_view.rs:245:35
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 egui::Stroke::new(1.5, sc),
[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]    --> crates/wx-ui/src/panels/map_view.rs:249:35
[INFO] [stdout]     |
[INFO] [stdout] 249 |                 egui::Stroke::new(1.5, sc),
[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]    --> crates/wx-ui/src/panels/map_view.rs:308:39
[INFO] [stdout]     |
[INFO] [stdout] 308 |                     egui::Stroke::new(0.5, cc),
[INFO] [stdout]     |                                       ^^^ help: explicitly specify the type as `f32`: `0.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]    --> crates/wx-ui/src/panels/map_view.rs:312:39
[INFO] [stdout]     |
[INFO] [stdout] 312 |                     egui::Stroke::new(0.5, cc),
[INFO] [stdout]     |                                       ^^^ help: explicitly specify the type as `f32`: `0.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]    --> crates/wx-ui/src/panels/map_view.rs:450:58
[INFO] [stdout]     |
[INFO] [stdout] 450 |     painter.rect_stroke(bar_rect, 0.0, egui::Stroke::new(1.0, egui::Color32::from_white_alpha(60)));
[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]    --> crates/wx-ui/src/panels/sounding.rs:187:31
[INFO] [stdout]     |
[INFO] [stdout] 187 |             egui::Stroke::new(0.7, ISOBAR_COLOR),
[INFO] [stdout]     |                               ^^^ help: explicitly specify the type as `f32`: `0.7_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]   --> crates/wx-ui/src/theme.rs:27:60
[INFO] [stdout]    |
[INFO] [stdout] 27 |     visuals.widgets.noninteractive.bg_stroke = Stroke::new(1.0, border);
[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]   --> crates/wx-ui/src/theme.rs:28:60
[INFO] [stdout]    |
[INFO] [stdout] 28 |     visuals.widgets.noninteractive.fg_stroke = Stroke::new(1.0, text_dim);
[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]   --> crates/wx-ui/src/theme.rs:32:54
[INFO] [stdout]    |
[INFO] [stdout] 32 |     visuals.widgets.inactive.bg_stroke = Stroke::new(1.0, border);
[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]   --> crates/wx-ui/src/theme.rs:33:54
[INFO] [stdout]    |
[INFO] [stdout] 33 |     visuals.widgets.inactive.fg_stroke = Stroke::new(1.0, text);
[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]    --> crates/wx-ui/src/panels/sounding.rs:207:32
[INFO] [stdout]     |
[INFO] [stdout] 207 |                 (ZERO_C_COLOR, 1.2)
[INFO] [stdout]     |                                ^^^ help: explicitly specify the type as `f32`: `1.2_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]    --> crates/wx-ui/src/panels/sounding.rs:209:34
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 (ISOTHERM_COLOR, 0.6)
[INFO] [stdout]     |                                  ^^^ help: explicitly specify the type as `f32`: `0.6_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]    --> crates/wx-ui/src/panels/sounding.rs:211:34
[INFO] [stdout]     |
[INFO] [stdout] 211 |                 (ISOTHERM_COLOR, 0.35)
[INFO] [stdout]     |                                  ^^^^ help: explicitly specify the type as `f32`: `0.35_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]    --> crates/wx-ui/src/panels/sounding.rs:241:63
[INFO] [stdout]     |
[INFO] [stdout] 241 |             clip.add(egui::Shape::line(pts, egui::Stroke::new(0.4, DRY_ADIABAT_COLOR)));
[INFO] [stdout]     |                                                               ^^^ help: explicitly specify the type as `f32`: `0.4_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]    --> crates/wx-ui/src/panels/sounding.rs:256:63
[INFO] [stdout]     |
[INFO] [stdout] 256 |             clip.add(egui::Shape::line(pts, egui::Stroke::new(0.4, MOIST_ADIABAT_COLOR)));
[INFO] [stdout]     |                                                               ^^^ help: explicitly specify the type as `f32`: `0.4_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]    --> crates/wx-ui/src/panels/sounding.rs:273:56
[INFO] [stdout]     |
[INFO] [stdout] 273 |             draw_dashed(&clip, &pts, egui::Stroke::new(0.3, MIXING_LINE_COLOR), 4.0, 3.0);
[INFO] [stdout]     |                                                        ^^^ help: explicitly specify the type as `f32`: `0.3_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]    --> crates/wx-ui/src/panels/sounding.rs:287:61
[INFO] [stdout]     |
[INFO] [stdout] 287 |         clip.add(egui::Shape::line(t_pts, egui::Stroke::new(2.5, TEMP_COLOR)));
[INFO] [stdout]     |                                                             ^^^ help: explicitly specify the type as `f32`: `2.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]    --> crates/wx-ui/src/panels/sounding.rs:292:62
[INFO] [stdout]     |
[INFO] [stdout] 292 |         clip.add(egui::Shape::line(td_pts, egui::Stroke::new(2.5, DEWP_COLOR)));
[INFO] [stdout]     |                                                              ^^^ help: explicitly specify the type as `f32`: `2.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]    --> crates/wx-ui/src/panels/sounding.rs:304:62
[INFO] [stdout]     |
[INFO] [stdout] 304 |         clip.add(egui::Shape::line(wb_pts, egui::Stroke::new(1.0, WETBULB_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]    --> crates/wx-ui/src/panels/sounding.rs:312:52
[INFO] [stdout]     |
[INFO] [stdout] 312 |         draw_dashed(&clip, &pts, egui::Stroke::new(1.8, PARCEL_COLOR), 8.0, 5.0);
[INFO] [stdout]     |                                                    ^^^ help: explicitly specify the type as `f32`: `1.8_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]    --> crates/wx-ui/src/panels/sounding.rs:330:59
[INFO] [stdout]     |
[INFO] [stdout] 330 |     painter.rect_stroke(plot_rect, 0.0, egui::Stroke::new(1.0, egui::Color32::from_rgb(80, 80, 80)));
[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]   --> crates/wx-ui/src/theme.rs:37:53
[INFO] [stdout]    |
[INFO] [stdout] 37 |     visuals.widgets.hovered.bg_stroke = Stroke::new(1.0, accent_dim);
[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]   --> crates/wx-ui/src/theme.rs:38:53
[INFO] [stdout]    |
[INFO] [stdout] 38 |     visuals.widgets.hovered.fg_stroke = Stroke::new(1.0, text);
[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]   --> crates/wx-ui/src/theme.rs:42:52
[INFO] [stdout]    |
[INFO] [stdout] 42 |     visuals.widgets.active.bg_stroke = Stroke::new(1.0, accent);
[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]   --> crates/wx-ui/src/theme.rs:43:52
[INFO] [stdout]    |
[INFO] [stdout] 43 |     visuals.widgets.active.fg_stroke = Stroke::new(1.5, Color32::WHITE);
[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]   --> crates/wx-ui/src/theme.rs:47:50
[INFO] [stdout]    |
[INFO] [stdout] 47 |     visuals.widgets.open.bg_stroke = Stroke::new(1.0, accent_dim);
[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]   --> crates/wx-ui/src/theme.rs:48:50
[INFO] [stdout]    |
[INFO] [stdout] 48 |     visuals.widgets.open.fg_stroke = Stroke::new(1.0, text);
[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]   --> crates/wx-ui/src/theme.rs:52:44
[INFO] [stdout]    |
[INFO] [stdout] 52 |     visuals.selection.stroke = Stroke::new(1.0, accent);
[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]   --> crates/wx-ui/src/theme.rs:55:41
[INFO] [stdout]    |
[INFO] [stdout] 55 |     visuals.window_stroke = Stroke::new(1.0, border);
[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]    --> crates/wx-ui/src/panels/sounding.rs:355:35
[INFO] [stdout]     |
[INFO] [stdout] 355 |                 egui::Stroke::new(0.5, cross),
[INFO] [stdout]     |                                   ^^^ help: explicitly specify the type as `f32`: `0.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]    --> crates/wx-ui/src/panels/sounding.rs:359:35
[INFO] [stdout]     |
[INFO] [stdout] 359 |                 egui::Stroke::new(0.5, cross),
[INFO] [stdout]     |                                   ^^^ help: explicitly specify the type as `f32`: `0.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]    --> crates/wx-ui/src/panels/sounding.rs:619:62
[INFO] [stdout]     |
[INFO] [stdout] 619 |         painter.circle_stroke(center, 3.0, egui::Stroke::new(1.0, BARB_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]    --> crates/wx-ui/src/panels/sounding.rs:628:59
[INFO] [stdout]     |
[INFO] [stdout] 628 |     painter.line_segment([center, tip], egui::Stroke::new(1.2, BARB_COLOR));
[INFO] [stdout]     |                                                           ^^^ help: explicitly specify the type as `f32`: `1.2_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]    --> crates/wx-ui/src/panels/sounding.rs:652:56
[INFO] [stdout]     |
[INFO] [stdout] 652 |         painter.line_segment([b, e], egui::Stroke::new(1.2, BARB_COLOR));
[INFO] [stdout]     |                                                        ^^^ help: explicitly specify the type as `f32`: `1.2_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]    --> crates/wx-ui/src/panels/sounding.rs:660:56
[INFO] [stdout]     |
[INFO] [stdout] 660 |         painter.line_segment([b, e], egui::Stroke::new(1.0, BARB_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]    --> crates/wx-ui/src/panels/map_view.rs:207:58
[INFO] [stdout]     |
[INFO] [stdout] 207 |     painter.rect_stroke(img_rect, 0.0, egui::Stroke::new(1.0, egui::Color32::from_white_alpha(40)));
[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]    --> crates/wx-ui/src/panels/map_view.rs:233:64
[INFO] [stdout]     |
[INFO] [stdout] 233 |             painter.circle_stroke(spos, 8.0, egui::Stroke::new(2.0, sc));
[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]    --> crates/wx-ui/src/panels/map_view.rs:234:64
[INFO] [stdout]     |
[INFO] [stdout] 234 |             painter.circle_stroke(spos, 2.0, egui::Stroke::new(1.5, sc));
[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]    --> crates/wx-ui/src/panels/map_view.rs:237:35
[INFO] [stdout]     |
[INFO] [stdout] 237 |                 egui::Stroke::new(1.5, sc),
[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]    --> crates/wx-ui/src/panels/map_view.rs:241:35
[INFO] [stdout]     |
[INFO] [stdout] 241 |                 egui::Stroke::new(1.5, sc),
[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]    --> crates/wx-ui/src/panels/map_view.rs:245:35
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 egui::Stroke::new(1.5, sc),
[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]    --> crates/wx-ui/src/panels/map_view.rs:249:35
[INFO] [stdout]     |
[INFO] [stdout] 249 |                 egui::Stroke::new(1.5, sc),
[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]    --> crates/wx-ui/src/panels/map_view.rs:308:39
[INFO] [stdout]     |
[INFO] [stdout] 308 |                     egui::Stroke::new(0.5, cc),
[INFO] [stdout]     |                                       ^^^ help: explicitly specify the type as `f32`: `0.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]    --> crates/wx-ui/src/panels/map_view.rs:312:39
[INFO] [stdout]     |
[INFO] [stdout] 312 |                     egui::Stroke::new(0.5, cc),
[INFO] [stdout]     |                                       ^^^ help: explicitly specify the type as `f32`: `0.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]    --> crates/wx-ui/src/panels/map_view.rs:450:58
[INFO] [stdout]     |
[INFO] [stdout] 450 |     painter.rect_stroke(bar_rect, 0.0, egui::Stroke::new(1.0, egui::Color32::from_white_alpha(60)));
[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]    --> crates/wx-ui/src/panels/sounding.rs:187:31
[INFO] [stdout]     |
[INFO] [stdout] 187 |             egui::Stroke::new(0.7, ISOBAR_COLOR),
[INFO] [stdout]     |                               ^^^ help: explicitly specify the type as `f32`: `0.7_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]    --> crates/wx-ui/src/panels/sounding.rs:207:32
[INFO] [stdout]     |
[INFO] [stdout] 207 |                 (ZERO_C_COLOR, 1.2)
[INFO] [stdout]     |                                ^^^ help: explicitly specify the type as `f32`: `1.2_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]    --> crates/wx-ui/src/panels/sounding.rs:209:34
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 (ISOTHERM_COLOR, 0.6)
[INFO] [stdout]     |                                  ^^^ help: explicitly specify the type as `f32`: `0.6_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]    --> crates/wx-ui/src/panels/sounding.rs:211:34
[INFO] [stdout]     |
[INFO] [stdout] 211 |                 (ISOTHERM_COLOR, 0.35)
[INFO] [stdout]     |                                  ^^^^ help: explicitly specify the type as `f32`: `0.35_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]    --> crates/wx-ui/src/panels/sounding.rs:241:63
[INFO] [stdout]     |
[INFO] [stdout] 241 |             clip.add(egui::Shape::line(pts, egui::Stroke::new(0.4, DRY_ADIABAT_COLOR)));
[INFO] [stdout]     |                                                               ^^^ help: explicitly specify the type as `f32`: `0.4_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]    --> crates/wx-ui/src/panels/sounding.rs:256:63
[INFO] [stdout]     |
[INFO] [stdout] 256 |             clip.add(egui::Shape::line(pts, egui::Stroke::new(0.4, MOIST_ADIABAT_COLOR)));
[INFO] [stdout]     |                                                               ^^^ help: explicitly specify the type as `f32`: `0.4_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]    --> crates/wx-ui/src/panels/sounding.rs:273:56
[INFO] [stdout]     |
[INFO] [stdout] 273 |             draw_dashed(&clip, &pts, egui::Stroke::new(0.3, MIXING_LINE_COLOR), 4.0, 3.0);
[INFO] [stdout]     |                                                        ^^^ help: explicitly specify the type as `f32`: `0.3_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]    --> crates/wx-ui/src/panels/sounding.rs:287:61
[INFO] [stdout]     |
[INFO] [stdout] 287 |         clip.add(egui::Shape::line(t_pts, egui::Stroke::new(2.5, TEMP_COLOR)));
[INFO] [stdout]     |                                                             ^^^ help: explicitly specify the type as `f32`: `2.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]    --> crates/wx-ui/src/panels/sounding.rs:292:62
[INFO] [stdout]     |
[INFO] [stdout] 292 |         clip.add(egui::Shape::line(td_pts, egui::Stroke::new(2.5, DEWP_COLOR)));
[INFO] [stdout]     |                                                              ^^^ help: explicitly specify the type as `f32`: `2.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]    --> crates/wx-ui/src/panels/sounding.rs:304:62
[INFO] [stdout]     |
[INFO] [stdout] 304 |         clip.add(egui::Shape::line(wb_pts, egui::Stroke::new(1.0, WETBULB_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]    --> crates/wx-ui/src/panels/sounding.rs:312:52
[INFO] [stdout]     |
[INFO] [stdout] 312 |         draw_dashed(&clip, &pts, egui::Stroke::new(1.8, PARCEL_COLOR), 8.0, 5.0);
[INFO] [stdout]     |                                                    ^^^ help: explicitly specify the type as `f32`: `1.8_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]    --> crates/wx-ui/src/panels/sounding.rs:330:59
[INFO] [stdout]     |
[INFO] [stdout] 330 |     painter.rect_stroke(plot_rect, 0.0, egui::Stroke::new(1.0, egui::Color32::from_rgb(80, 80, 80)));
[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]    --> crates/wx-ui/src/panels/sounding.rs:355:35
[INFO] [stdout]     |
[INFO] [stdout] 355 |                 egui::Stroke::new(0.5, cross),
[INFO] [stdout]     |                                   ^^^ help: explicitly specify the type as `f32`: `0.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]    --> crates/wx-ui/src/panels/sounding.rs:359:35
[INFO] [stdout]     |
[INFO] [stdout] 359 |                 egui::Stroke::new(0.5, cross),
[INFO] [stdout]     |                                   ^^^ help: explicitly specify the type as `f32`: `0.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]    --> crates/wx-ui/src/panels/hodograph.rs:270:35
[INFO] [stdout]     |
[INFO] [stdout] 270 |     let ring_stroke = Stroke::new(0.5, Color32::from_rgb(50, 50, 60));
[INFO] [stdout]     |                                   ^^^ help: explicitly specify the type as `f32`: `0.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]    --> crates/wx-ui/src/panels/hodograph.rs:287:35
[INFO] [stdout]     |
[INFO] [stdout] 287 |     let axis_stroke = Stroke::new(0.6, Color32::from_rgb(60, 60, 75));
[INFO] [stdout]     |                                   ^^^ help: explicitly specify the type as `f32`: `0.6_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]    --> crates/wx-ui/src/panels/hodograph.rs:308:56
[INFO] [stdout]     |
[INFO] [stdout] 308 |             painter.line_segment([p0, p1], Stroke::new(2.5, color));
[INFO] [stdout]     |                                                        ^^^ help: explicitly specify the type as `f32`: `2.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]    --> crates/wx-ui/src/panels/hodograph.rs:323:53
[INFO] [stdout]     |
[INFO] [stdout] 323 |         painter.circle_stroke(pos, 5.0, Stroke::new(1.5, Color32::from_rgb(200, 200, 200)));
[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]    --> crates/wx-ui/src/panels/hodograph.rs:435:119
[INFO] [stdout]     |
[INFO] [stdout] 435 |             painter.line_segment([Pos2::new(hp.x, plot_rect.top()), Pos2::new(hp.x, plot_rect.bottom())], Stroke::new(0.4, ch));
[INFO] [stdout]     |                                                                                                                       ^^^ help: explicitly specify the type as `f32`: `0.4_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]    --> crates/wx-ui/src/panels/hodograph.rs:436:119
[INFO] [stdout]     |
[INFO] [stdout] 436 |             painter.line_segment([Pos2::new(plot_rect.left(), hp.y), Pos2::new(plot_rect.right(), hp.y)], Stroke::new(0.4, ch));
[INFO] [stdout]     |                                                                                                                       ^^^ help: explicitly specify the type as `f32`: `0.4_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]    --> crates/wx-ui/src/panels/radar.rs:222:43
[INFO] [stdout]     |
[INFO] [stdout] 222 |                         egui::Stroke::new(0.5, ring_color),
[INFO] [stdout]     |                                           ^^^ help: explicitly specify the type as `f32`: `0.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]    --> crates/wx-ui/src/panels/radar.rs:234:62
[INFO] [stdout]     |
[INFO] [stdout] 234 |         painter.rect_stroke(img_rect, 0.0, egui::Stroke::new(1.0, egui::Color32::from_white_alpha(40)));
[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]    --> crates/wx-ui/src/panels/radar.rs:251:39
[INFO] [stdout]     |
[INFO] [stdout] 251 |                     egui::Stroke::new(0.5, cc),
[INFO] [stdout]     |                                       ^^^ help: explicitly specify the type as `f32`: `0.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]    --> crates/wx-ui/src/panels/radar.rs:255:39
[INFO] [stdout]     |
[INFO] [stdout] 255 |                     egui::Stroke::new(0.5, cc),
[INFO] [stdout]     |                                       ^^^ help: explicitly specify the type as `f32`: `0.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]    --> crates/wx-ui/src/panels/sounding.rs:619:62
[INFO] [stdout]     |
[INFO] [stdout] 619 |         painter.circle_stroke(center, 3.0, egui::Stroke::new(1.0, BARB_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]    --> crates/wx-ui/src/panels/sounding.rs:628:59
[INFO] [stdout]     |
[INFO] [stdout] 628 |     painter.line_segment([center, tip], egui::Stroke::new(1.2, BARB_COLOR));
[INFO] [stdout]     |                                                           ^^^ help: explicitly specify the type as `f32`: `1.2_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]    --> crates/wx-ui/src/panels/sounding.rs:652:56
[INFO] [stdout]     |
[INFO] [stdout] 652 |         painter.line_segment([b, e], egui::Stroke::new(1.2, BARB_COLOR));
[INFO] [stdout]     |                                                        ^^^ help: explicitly specify the type as `f32`: `1.2_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]    --> crates/wx-ui/src/panels/sounding.rs:660:56
[INFO] [stdout]     |
[INFO] [stdout] 660 |         painter.line_segment([b, e], egui::Stroke::new(1.0, BARB_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]    --> crates/wx-ui/src/panels/hodograph.rs:270:35
[INFO] [stdout]     |
[INFO] [stdout] 270 |     let ring_stroke = Stroke::new(0.5, Color32::from_rgb(50, 50, 60));
[INFO] [stdout]     |                                   ^^^ help: explicitly specify the type as `f32`: `0.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]    --> crates/wx-ui/src/panels/hodograph.rs:287:35
[INFO] [stdout]     |
[INFO] [stdout] 287 |     let axis_stroke = Stroke::new(0.6, Color32::from_rgb(60, 60, 75));
[INFO] [stdout]     |                                   ^^^ help: explicitly specify the type as `f32`: `0.6_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]    --> crates/wx-ui/src/panels/hodograph.rs:308:56
[INFO] [stdout]     |
[INFO] [stdout] 308 |             painter.line_segment([p0, p1], Stroke::new(2.5, color));
[INFO] [stdout]     |                                                        ^^^ help: explicitly specify the type as `f32`: `2.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]    --> crates/wx-ui/src/panels/hodograph.rs:323:53
[INFO] [stdout]     |
[INFO] [stdout] 323 |         painter.circle_stroke(pos, 5.0, Stroke::new(1.5, Color32::from_rgb(200, 200, 200)));
[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]    --> crates/wx-ui/src/panels/hodograph.rs:435:119
[INFO] [stdout]     |
[INFO] [stdout] 435 |             painter.line_segment([Pos2::new(hp.x, plot_rect.top()), Pos2::new(hp.x, plot_rect.bottom())], Stroke::new(0.4, ch));
[INFO] [stdout]     |                                                                                                                       ^^^ help: explicitly specify the type as `f32`: `0.4_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]    --> crates/wx-ui/src/panels/hodograph.rs:436:119
[INFO] [stdout]     |
[INFO] [stdout] 436 |             painter.line_segment([Pos2::new(plot_rect.left(), hp.y), Pos2::new(plot_rect.right(), hp.y)], Stroke::new(0.4, ch));
[INFO] [stdout]     |                                                                                                                       ^^^ help: explicitly specify the type as `f32`: `0.4_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]   --> crates/wx-ui/src/widgets/colorbar.rs:42:27
[INFO] [stdout]    |
[INFO] [stdout] 42 |         egui::Stroke::new(1.0, egui::Color32::from_white_alpha(40)),
[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]    --> crates/wx-ui/src/panels/radar.rs:222:43
[INFO] [stdout]     |
[INFO] [stdout] 222 |                         egui::Stroke::new(0.5, ring_color),
[INFO] [stdout]     |                                           ^^^ help: explicitly specify the type as `f32`: `0.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]    --> crates/wx-ui/src/panels/radar.rs:234:62
[INFO] [stdout]     |
[INFO] [stdout] 234 |         painter.rect_stroke(img_rect, 0.0, egui::Stroke::new(1.0, egui::Color32::from_white_alpha(40)));
[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]    --> crates/wx-ui/src/panels/radar.rs:251:39
[INFO] [stdout]     |
[INFO] [stdout] 251 |                     egui::Stroke::new(0.5, cc),
[INFO] [stdout]     |                                       ^^^ help: explicitly specify the type as `f32`: `0.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]    --> crates/wx-ui/src/panels/radar.rs:255:39
[INFO] [stdout]     |
[INFO] [stdout] 255 |                     egui::Stroke::new(0.5, cc),
[INFO] [stdout]     |                                       ^^^ help: explicitly specify the type as `f32`: `0.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]   --> crates/wx-ui/src/widgets/colorbar.rs:42:27
[INFO] [stdout]    |
[INFO] [stdout] 42 |         egui::Stroke::new(1.0, egui::Color32::from_white_alpha(40)),
[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 variable: `p`
[INFO] [stdout]    --> crates/wx-ui/src/panels/sounding.rs:376:13
[INFO] [stdout]     |
[INFO] [stdout] 376 | fn wet_bulb(p: f64, t: f64, td: f64) -> f64 {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `height_agl`
[INFO] [stdout]    --> crates/wx-ui/src/panels/sounding.rs:483:43
[INFO] [stdout]     |
[INFO] [stdout] 483 | fn compute_kinematic(data: &SoundingData, height_agl: &[f64]) -> (Option<f64>, Option<f64>, f64, f64) {
[INFO] [stdout]     |                                           ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_height_agl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]    --> crates/wx-ui/src/panels/sounding.rs:376:13
[INFO] [stdout]     |
[INFO] [stdout] 376 | fn wet_bulb(p: f64, t: f64, td: f64) -> f64 {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `height_agl`
[INFO] [stdout]    --> crates/wx-ui/src/panels/sounding.rs:483:43
[INFO] [stdout]     |
[INFO] [stdout] 483 | fn compute_kinematic(data: &SoundingData, height_agl: &[f64]) -> (Option<f64>, Option<f64>, f64, f64) {
[INFO] [stdout]     |                                           ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_height_agl`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `icon` is never used
[INFO] [stdout]   --> crates/wx-ui/src/state.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl View {
[INFO] [stdout]    | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 31 |     pub fn icon(&self) -> &'static str {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `dragging` is never read
[INFO] [stdout]    --> crates/wx-ui/src/state.rs:177:9
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub struct AppState {
[INFO] [stdout]     |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 177 |     pub dragging: bool,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PANEL_BG` is never used
[INFO] [stdout]    --> crates/wx-ui/src/theme.rs:106:11
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub const PANEL_BG: Color32 = Color32::from_rgb(28, 28, 38);
[INFO] [stdout]     |           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `srh_01` and `srh_03` are never read
[INFO] [stdout]    --> crates/wx-ui/src/panels/sounding.rs:403:5
[INFO] [stdout]     |
[INFO] [stdout] 391 | struct DerivedParams {
[INFO] [stdout]     |        ------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 403 |     srh_01: f64,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 404 |     srh_03: f64,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PRODUCTS` is never used
[INFO] [stdout]  --> crates/wx-ui/src/panels/download.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const PRODUCTS: &[&str] = &["wrfprs", "wrfsfc", "wrfnat"];
[INFO] [stdout]   |       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `draw_colorbar` is never used
[INFO] [stdout]  --> crates/wx-ui/src/widgets/colorbar.rs:4:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn draw_colorbar(
[INFO] [stdout]   |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `icon` is never used
[INFO] [stdout]   --> crates/wx-ui/src/state.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl View {
[INFO] [stdout]    | --------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 31 |     pub fn icon(&self) -> &'static str {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `dragging` is never read
[INFO] [stdout]    --> crates/wx-ui/src/state.rs:177:9
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub struct AppState {
[INFO] [stdout]     |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 177 |     pub dragging: bool,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PANEL_BG` is never used
[INFO] [stdout]    --> crates/wx-ui/src/theme.rs:106:11
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub const PANEL_BG: Color32 = Color32::from_rgb(28, 28, 38);
[INFO] [stdout]     |           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `srh_01` and `srh_03` are never read
[INFO] [stdout]    --> crates/wx-ui/src/panels/sounding.rs:403:5
[INFO] [stdout]     |
[INFO] [stdout] 391 | struct DerivedParams {
[INFO] [stdout]     |        ------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 403 |     srh_01: f64,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 404 |     srh_03: f64,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PRODUCTS` is never used
[INFO] [stdout]  --> crates/wx-ui/src/panels/download.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const PRODUCTS: &[&str] = &["wrfprs", "wrfsfc", "wrfnat"];
[INFO] [stdout]   |       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `draw_colorbar` is never used
[INFO] [stdout]  --> crates/wx-ui/src/widgets/colorbar.rs:4:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn draw_colorbar(
[INFO] [stdout]   |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `nearest_idx` is never read
[INFO] [stdout]    --> crates/wx-pro/src/cmd_timeseries.rs:63:27
[INFO] [stdout]     |
[INFO] [stdout]  63 |     let mut nearest_idx = 0;
[INFO] [stdout]     |                           ^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 139 |         nearest_idx = 0;
[INFO] [stdout]     |         --------------- `nearest_idx` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `nearest_lat` is never read
[INFO] [stdout]    --> crates/wx-pro/src/cmd_timeseries.rs:64:27
[INFO] [stdout]     |
[INFO] [stdout]  64 |     let mut nearest_lat = 0.0;
[INFO] [stdout]     |                           ^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 148 |         nearest_lat = lats[nearest_idx];
[INFO] [stdout]     |         ------------------------------- `nearest_lat` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `nearest_lon` is never read
[INFO] [stdout]    --> crates/wx-pro/src/cmd_timeseries.rs:65:27
[INFO] [stdout]     |
[INFO] [stdout]  65 |     let mut nearest_lon = 0.0;
[INFO] [stdout]     |                           ^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 149 |         nearest_lon = lons[nearest_idx];
[INFO] [stdout]     |         ------------------------------- `nearest_lon` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `dist_km` is never read
[INFO] [stdout]    --> crates/wx-pro/src/cmd_timeseries.rs:66:23
[INFO] [stdout]     |
[INFO] [stdout]  66 |     let mut dist_km = 0.0;
[INFO] [stdout]     |                       ^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 153 |         dist_km = (min_dist.sqrt()) * 111.0;
[INFO] [stdout]     |         ----------------------------------- `dist_km` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `param_name` is never read
[INFO] [stdout]    --> crates/wx-pro/src/cmd_timeseries.rs:67:26
[INFO] [stdout]     |
[INFO] [stdout]  67 |       let mut param_name = "";
[INFO] [stdout]     |                            ^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 156 | /         param_name = tables::parameter_name(
[INFO] [stdout] 157 | |             msg.discipline,
[INFO] [stdout] 158 | |             msg.product.parameter_category,
[INFO] [stdout] 159 | |             msg.product.parameter_number,
[INFO] [stdout] 160 | |         );
[INFO] [stdout]     | |_________- `param_name` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `param_units` is never read
[INFO] [stdout]    --> crates/wx-pro/src/cmd_timeseries.rs:68:27
[INFO] [stdout]     |
[INFO] [stdout]  68 |       let mut param_units = "";
[INFO] [stdout]     |                             ^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 161 | /         param_units = tables::parameter_units(
[INFO] [stdout] 162 | |             msg.discipline,
[INFO] [stdout] 163 | |             msg.product.parameter_category,
[INFO] [stdout] 164 | |             msg.product.parameter_number,
[INFO] [stdout] 165 | |         );
[INFO] [stdout]     | |_________- `param_units` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `display_units` is never read
[INFO] [stdout]    --> crates/wx-pro/src/cmd_timeseries.rs:69:29
[INFO] [stdout]     |
[INFO] [stdout]  69 |     let mut display_units = String::new();
[INFO] [stdout]     |                             ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 169 |         display_units = du;
[INFO] [stdout]     |         ------------- `display_units` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `reference_time` is never read
[INFO] [stdout]    --> crates/wx-pro/src/cmd_timeseries.rs:70:30
[INFO] [stdout]     |
[INFO] [stdout]  70 |     let mut reference_time = chrono::NaiveDateTime::default();
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 170 |         reference_time = msg.reference_time;
[INFO] [stdout]     |         ----------------------------------- `reference_time` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `downloads` is never read
[INFO] [stdout]   --> crates/wx-pro/src/cmd_timeseries.rs:73:30
[INFO] [stdout]    |
[INFO] [stdout] 73 |     let mut downloads: u32 = 0;
[INFO] [stdout]    |                              ^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 84 |         downloads = 0;
[INFO] [stdout]    |         ------------- `downloads` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `failed_downloads` is never read
[INFO] [stdout]   --> crates/wx-pro/src/cmd_timeseries.rs:74:37
[INFO] [stdout]    |
[INFO] [stdout] 74 |     let mut failed_downloads: u32 = 0;
[INFO] [stdout]    |                                     ^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 85 |         failed_downloads = 0;
[INFO] [stdout]    |         -------------------- `failed_downloads` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `mi`
[INFO] [stdout]    --> crates/wx-pro/src/cmd_storm_analysis.rs:492:20
[INFO] [stdout]     |
[INFO] [stdout] 492 |             .any(|(mi, &assoc)| assoc == cell.label);
[INFO] [stdout]     |                    ^^ help: if this is intentional, prefix it with an underscore: `_mi`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> crates/wx-pro/src/cmd_storm_analysis.rs:489:79
[INFO] [stdout]     |
[INFO] [stdout] 489 |     let mut tracked: Vec<TrackedCell> = latest.cells.iter().enumerate().map(|(i, cell)| {
[INFO] [stdout]     |                                                                               ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `site_lat`
[INFO] [stdout]    --> crates/wx-pro/src/cmd_storm_analysis.rs:482:40
[INFO] [stdout]     |
[INFO] [stdout] 482 | fn track_cells(frames: &[FrameResult], site_lat: Option<f64>, site_lon: Option<f64>) -> Vec<TrackedCell> {
[INFO] [stdout]     |                                        ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_site_lat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `site_lon`
[INFO] [stdout]    --> crates/wx-pro/src/cmd_storm_analysis.rs:482:63
[INFO] [stdout]     |
[INFO] [stdout] 482 | fn track_cells(frames: &[FrameResult], site_lat: Option<f64>, site_lon: Option<f64>) -> Vec<TrackedCell> {
[INFO] [stdout]     |                                                               ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_site_lon`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `nearest_idx` is never read
[INFO] [stdout]    --> crates/wx-pro/src/cmd_timeseries.rs:63:27
[INFO] [stdout]     |
[INFO] [stdout]  63 |     let mut nearest_idx = 0;
[INFO] [stdout]     |                           ^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 139 |         nearest_idx = 0;
[INFO] [stdout]     |         --------------- `nearest_idx` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `nearest_lat` is never read
[INFO] [stdout]    --> crates/wx-pro/src/cmd_timeseries.rs:64:27
[INFO] [stdout]     |
[INFO] [stdout]  64 |     let mut nearest_lat = 0.0;
[INFO] [stdout]     |                           ^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 148 |         nearest_lat = lats[nearest_idx];
[INFO] [stdout]     |         ------------------------------- `nearest_lat` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `nearest_lon` is never read
[INFO] [stdout]    --> crates/wx-pro/src/cmd_timeseries.rs:65:27
[INFO] [stdout]     |
[INFO] [stdout]  65 |     let mut nearest_lon = 0.0;
[INFO] [stdout]     |                           ^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 149 |         nearest_lon = lons[nearest_idx];
[INFO] [stdout]     |         ------------------------------- `nearest_lon` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `dist_km` is never read
[INFO] [stdout]    --> crates/wx-pro/src/cmd_timeseries.rs:66:23
[INFO] [stdout]     |
[INFO] [stdout]  66 |     let mut dist_km = 0.0;
[INFO] [stdout]     |                       ^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 153 |         dist_km = (min_dist.sqrt()) * 111.0;
[INFO] [stdout]     |         ----------------------------------- `dist_km` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `param_name` is never read
[INFO] [stdout]    --> crates/wx-pro/src/cmd_timeseries.rs:67:26
[INFO] [stdout]     |
[INFO] [stdout]  67 |       let mut param_name = "";
[INFO] [stdout]     |                            ^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 156 | /         param_name = tables::parameter_name(
[INFO] [stdout] 157 | |             msg.discipline,
[INFO] [stdout] 158 | |             msg.product.parameter_category,
[INFO] [stdout] 159 | |             msg.product.parameter_number,
[INFO] [stdout] 160 | |         );
[INFO] [stdout]     | |_________- `param_name` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `param_units` is never read
[INFO] [stdout]    --> crates/wx-pro/src/cmd_timeseries.rs:68:27
[INFO] [stdout]     |
[INFO] [stdout]  68 |       let mut param_units = "";
[INFO] [stdout]     |                             ^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 161 | /         param_units = tables::parameter_units(
[INFO] [stdout] 162 | |             msg.discipline,
[INFO] [stdout] 163 | |             msg.product.parameter_category,
[INFO] [stdout] 164 | |             msg.product.parameter_number,
[INFO] [stdout] 165 | |         );
[INFO] [stdout]     | |_________- `param_units` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `display_units` is never read
[INFO] [stdout]    --> crates/wx-pro/src/cmd_timeseries.rs:69:29
[INFO] [stdout]     |
[INFO] [stdout]  69 |     let mut display_units = String::new();
[INFO] [stdout]     |                             ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 169 |         display_units = du;
[INFO] [stdout]     |         ------------- `display_units` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `reference_time` is never read
[INFO] [stdout]    --> crates/wx-pro/src/cmd_timeseries.rs:70:30
[INFO] [stdout]     |
[INFO] [stdout]  70 |     let mut reference_time = chrono::NaiveDateTime::default();
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 170 |         reference_time = msg.reference_time;
[INFO] [stdout]     |         ----------------------------------- `reference_time` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `downloads` is never read
[INFO] [stdout]   --> crates/wx-pro/src/cmd_timeseries.rs:73:30
[INFO] [stdout]    |
[INFO] [stdout] 73 |     let mut downloads: u32 = 0;
[INFO] [stdout]    |                              ^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 84 |         downloads = 0;
[INFO] [stdout]    |         ------------- `downloads` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `failed_downloads` is never read
[INFO] [stdout]   --> crates/wx-pro/src/cmd_timeseries.rs:74:37
[INFO] [stdout]    |
[INFO] [stdout] 74 |     let mut failed_downloads: u32 = 0;
[INFO] [stdout]    |                                     ^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 85 |         failed_downloads = 0;
[INFO] [stdout]    |         -------------------- `failed_downloads` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `gate_idx` is never read
[INFO] [stdout]   --> crates/wx-pro/src/cmd_radar.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     struct RefCandidate {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 76 |         gate_idx: usize,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `filename` is never read
[INFO] [stdout]    --> crates/wx-pro/src/cmd_storm_analysis.rs:263:5
[INFO] [stdout]     |
[INFO] [stdout] 262 | struct FrameResult {
[INFO] [stdout]     |        ----------- field in this struct
[INFO] [stdout] 263 |     filename: String,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MIN_CLUSTER_GATES` is never used
[INFO] [stdout]    --> crates/wx-pro/src/cmd_storm_analysis.rs:289:11
[INFO] [stdout]     |
[INFO] [stdout] 289 |     const MIN_CLUSTER_GATES: usize = 3;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `mi`
[INFO] [stdout]    --> crates/wx-pro/src/cmd_storm_analysis.rs:492:20
[INFO] [stdout]     |
[INFO] [stdout] 492 |             .any(|(mi, &assoc)| assoc == cell.label);
[INFO] [stdout]     |                    ^^ help: if this is intentional, prefix it with an underscore: `_mi`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> crates/wx-pro/src/cmd_storm_analysis.rs:489:79
[INFO] [stdout]     |
[INFO] [stdout] 489 |     let mut tracked: Vec<TrackedCell> = latest.cells.iter().enumerate().map(|(i, cell)| {
[INFO] [stdout]     |                                                                               ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `site_lat`
[INFO] [stdout]    --> crates/wx-pro/src/cmd_storm_analysis.rs:482:40
[INFO] [stdout]     |
[INFO] [stdout] 482 | fn track_cells(frames: &[FrameResult], site_lat: Option<f64>, site_lon: Option<f64>) -> Vec<TrackedCell> {
[INFO] [stdout]     |                                        ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_site_lat`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `site_lon`
[INFO] [stdout]    --> crates/wx-pro/src/cmd_storm_analysis.rs:482:63
[INFO] [stdout]     |
[INFO] [stdout] 482 | fn track_cells(frames: &[FrameResult], site_lat: Option<f64>, site_lon: Option<f64>) -> Vec<TrackedCell> {
[INFO] [stdout]     |                                                               ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_site_lon`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `gate_idx` is never read
[INFO] [stdout]   --> crates/wx-pro/src/cmd_radar.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     struct RefCandidate {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 76 |         gate_idx: usize,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `filename` is never read
[INFO] [stdout]    --> crates/wx-pro/src/cmd_storm_analysis.rs:263:5
[INFO] [stdout]     |
[INFO] [stdout] 262 | struct FrameResult {
[INFO] [stdout]     |        ----------- field in this struct
[INFO] [stdout] 263 |     filename: String,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MIN_CLUSTER_GATES` is never used
[INFO] [stdout]    --> crates/wx-pro/src/cmd_storm_analysis.rs:289:11
[INFO] [stdout]     |
[INFO] [stdout] 289 |     const MIN_CLUSTER_GATES: usize = 3;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s
[INFO] running `Command { std: "docker" "inspect" "aaa03990061df5dab6c03c4554751e4ac75ffaf9696c89ca7cce6937f59c3d29", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aaa03990061df5dab6c03c4554751e4ac75ffaf9696c89ca7cce6937f59c3d29", kill_on_drop: false }`
[INFO] [stdout] aaa03990061df5dab6c03c4554751e4ac75ffaf9696c89ca7cce6937f59c3d29
