[INFO] cloning repository https://github.com/vanrez-nez/crypto-terminal-dashboard
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vanrez-nez/crypto-terminal-dashboard" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvanrez-nez%2Fcrypto-terminal-dashboard", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvanrez-nez%2Fcrypto-terminal-dashboard'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a84b8e9773684659ade0803d83e9e1e8876e6a53
[INFO] testing vanrez-nez/crypto-terminal-dashboard against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvanrez-nez%2Fcrypto-terminal-dashboard" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/vanrez-nez/crypto-terminal-dashboard
[INFO] finished tweaking git repo https://github.com/vanrez-nez/crypto-terminal-dashboard
[INFO] tweaked toml for git repo https://github.com/vanrez-nez/crypto-terminal-dashboard written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/vanrez-nez/crypto-terminal-dashboard on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/vanrez-nez/crypto-terminal-dashboard 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ed1127d184056cf8b10d2f1cf39ddbe3c27a582d398e88a2ea53c6b6d7a2a7f4
[INFO] running `Command { std: "docker" "start" "ed1127d184056cf8b10d2f1cf39ddbe3c27a582d398e88a2ea53c6b6d7a2a7f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ed1127d184056cf8b10d2f1cf39ddbe3c27a582d398e88a2ea53c6b6d7a2a7f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ed1127d184056cf8b10d2f1cf39ddbe3c27a582d398e88a2ea53c6b6d7a2a7f4" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ed1127d184056cf8b10d2f1cf39ddbe3c27a582d398e88a2ea53c6b6d7a2a7f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ed1127d184056cf8b10d2f1cf39ddbe3c27a582d398e88a2ea53c6b6d7a2a7f4" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling rustls-pki-types v1.13.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling drm-sys v0.7.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling tracing-core v0.1.35
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling linux-raw-sys v0.6.5
[INFO] [stderr]    Compiling drm-fourcc v2.2.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling gbm-sys v0.3.1
[INFO] [stderr]    Compiling data-encoding v2.9.0
[INFO] [stderr]    Compiling cc v1.2.48
[INFO] [stderr]    Compiling webpki-roots v1.0.4
[INFO] [stderr]    Compiling tracing v0.1.43
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling iri-string v0.7.9
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling khronos-egl v6.0.0
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling ttf-parser v0.21.1
[INFO] [stderr]    Compiling grid v0.14.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling glow v0.13.1
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling taffy v0.5.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling drm-ffi v0.8.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling fontdue v0.9.3
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling drm v0.12.0
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling gbm v0.15.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling tower-http v0.6.7
[INFO] [stderr]    Compiling hyper-util v0.1.19
[INFO] [stderr]    Compiling rustls-webpki v0.103.8
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tungstenite v0.24.0
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.24
[INFO] [stderr]    Compiling tokio-tungstenite v0.24.0
[INFO] [stderr]    Compiling rusqlite v0.32.1
[INFO] [stderr]    Compiling crypto-dashboard v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/views/details.rs:129:28
[INFO] [stdout]     |
[INFO] [stdout] 129 |         .flex_basis(length(0.0)) // Force equal width distribution
[INFO] [stdout]     |                            ^^^ help: explicitly specify the type as `f32`: `0.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/views/notifications.rs:58:36
[INFO] [stdout]    |
[INFO] [stdout] 58 |                     .width(percent(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]   --> src/widgets/coin_table.rs:33:24
[INFO] [stdout]    |
[INFO] [stdout] 33 |         .width(percent(1.0))
[INFO] [stdout]    |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/coin_table.rs:47:24
[INFO] [stdout]    |
[INFO] [stdout] 47 |         .width(percent(1.0))
[INFO] [stdout]    |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/coin_table.rs:55:31
[INFO] [stdout]    |
[INFO] [stdout] 55 |                 .width(length(60.0))
[INFO] [stdout]    |                               ^^^^ help: explicitly specify the type as `f32`: `60.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/coin_table.rs:61:31
[INFO] [stdout]    |
[INFO] [stdout] 61 |                 .width(length(100.0))
[INFO] [stdout]    |                               ^^^^^ help: explicitly specify the type as `f32`: `100.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/coin_table.rs:67:31
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 .width(length(140.0))
[INFO] [stdout]    |                               ^^^^^ help: explicitly specify the type as `f32`: `140.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/coin_table.rs:73:31
[INFO] [stdout]    |
[INFO] [stdout] 73 |                 .width(length(100.0))
[INFO] [stdout]    |                               ^^^^^ help: explicitly specify the type as `f32`: `100.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/coin_table.rs:79:31
[INFO] [stdout]    |
[INFO] [stdout] 79 |                 .width(length(160.0))
[INFO] [stdout]    |                               ^^^^^ help: explicitly specify the type as `f32`: `160.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/coin_table.rs:126:24
[INFO] [stdout]     |
[INFO] [stdout] 126 |         .width(percent(1.0))
[INFO] [stdout]     |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/coin_table.rs:135:31
[INFO] [stdout]     |
[INFO] [stdout] 135 |                 .width(length(60.0))
[INFO] [stdout]     |                               ^^^^ help: explicitly specify the type as `f32`: `60.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/coin_table.rs:142:31
[INFO] [stdout]     |
[INFO] [stdout] 142 |                 .width(length(100.0))
[INFO] [stdout]     |                               ^^^^^ help: explicitly specify the type as `f32`: `100.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/coin_table.rs:149:31
[INFO] [stdout]     |
[INFO] [stdout] 149 |                 .width(length(140.0))
[INFO] [stdout]     |                               ^^^^^ help: explicitly specify the type as `f32`: `140.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/coin_table.rs:156:31
[INFO] [stdout]     |
[INFO] [stdout] 156 |                 .width(length(100.0))
[INFO] [stdout]     |                               ^^^^^ help: explicitly specify the type as `f32`: `100.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/coin_table.rs:163:31
[INFO] [stdout]     |
[INFO] [stdout] 163 |                 .width(length(160.0))
[INFO] [stdout]     |                               ^^^^^ help: explicitly specify the type as `f32`: `160.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/control_footer.rs:20:24
[INFO] [stdout]    |
[INFO] [stdout] 20 |         .width(percent(1.0))
[INFO] [stdout]    |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/control_footer.rs:76:24
[INFO] [stdout]    |
[INFO] [stdout] 76 |         .width(percent(1.0))
[INFO] [stdout]    |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/control_footer.rs:132:24
[INFO] [stdout]     |
[INFO] [stdout] 132 |         .width(percent(1.0))
[INFO] [stdout]     |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/control_footer.rs:189:24
[INFO] [stdout]     |
[INFO] [stdout] 189 |         .width(percent(1.0))
[INFO] [stdout]     |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/control_footer.rs:248:24
[INFO] [stdout]     |
[INFO] [stdout] 248 |         .width(percent(1.0))
[INFO] [stdout]     |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/indicator_panel.rs:20:24
[INFO] [stdout]    |
[INFO] [stdout] 20 |         .width(percent(1.0))
[INFO] [stdout]    |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/indicator_panel.rs:53:24
[INFO] [stdout]    |
[INFO] [stdout] 53 |         .width(percent(1.0))
[INFO] [stdout]    |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/price_panel.rs:68:24
[INFO] [stdout]    |
[INFO] [stdout] 68 |         .width(percent(1.0))
[INFO] [stdout]    |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/price_panel.rs:115:32
[INFO] [stdout]     |
[INFO] [stdout] 115 |                 .width(percent(1.0))
[INFO] [stdout]     |                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/price_panel.rs:119:79
[INFO] [stdout]     |
[INFO] [stdout] 119 |                 .child(panel().width(percent(left_pct / 100.0)).height(length(0.0)))
[INFO] [stdout]     |                                                                               ^^^ help: explicitly specify the type as `f32`: `0.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/price_panel.rs:125:32
[INFO] [stdout]     |
[INFO] [stdout] 125 |                 .width(percent(1.0))
[INFO] [stdout]     |                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/status_header.rs:80:24
[INFO] [stdout]    |
[INFO] [stdout] 80 |         .width(percent(1.0))
[INFO] [stdout]    |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/table.rs:289:24
[INFO] [stdout]     |
[INFO] [stdout] 289 |         .width(percent(1.0))
[INFO] [stdout]     |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/table.rs:303:24
[INFO] [stdout]     |
[INFO] [stdout] 303 |         .width(percent(1.0))
[INFO] [stdout]     |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/table.rs:334:24
[INFO] [stdout]     |
[INFO] [stdout] 334 |         .width(percent(1.0))
[INFO] [stdout]     |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/table.rs:407:24
[INFO] [stdout]     |
[INFO] [stdout] 407 |         .width(percent(1.0))
[INFO] [stdout]     |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/table.rs:426:24
[INFO] [stdout]     |
[INFO] [stdout] 426 |         .width(percent(1.0))
[INFO] [stdout]     |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/text_box.rs:31:24
[INFO] [stdout]    |
[INFO] [stdout] 31 |         .width(percent(1.0))
[INFO] [stdout]    |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `margin_level`
[INFO] [stdout]    --> src/widgets/control_footer.rs:243:31
[INFO] [stdout]     |
[INFO] [stdout] 243 | pub fn build_positions_footer(margin_level: Option<f64>, theme: &GlTheme) -> PanelBuilder {
[INFO] [stdout]     |                               ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_margin_level`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `interest` and `net_asset` are never read
[INFO] [stdout]   --> src/api/margin.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct MarginPosition {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub interest: f64,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 30 |     pub locked: f64,
[INFO] [stdout] 31 |     pub net_asset: f64,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MarginPosition` has derived impls for the traits `Clone` and `Debug`, but these are 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: fields `borrow_enabled`, `total_asset_of_btc`, `total_liability_of_btc`, and `total_net_asset_of_btc` are never read
[INFO] [stdout]   --> src/api/margin.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 54 | struct BinanceMarginAccount {
[INFO] [stdout]    |        -------------------- fields in this struct
[INFO] [stdout] 55 |     borrow_enabled: bool,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 56 |     margin_level: String,
[INFO] [stdout] 57 |     total_asset_of_btc: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 58 |     total_liability_of_btc: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 59 |     total_net_asset_of_btc: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BinanceMarginAccount` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `positions_scroll` is never read
[INFO] [stdout]    --> src/app.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout]  71 | pub struct App {
[INFO] [stdout]     |            --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 106 |     pub positions_scroll: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Fixed` is never constructed
[INFO] [stdout]   --> src/widgets/table.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub enum ColumnWidth {
[INFO] [stdout]    |          ----------- variant in this enum
[INFO] [stdout] 46 |     /// Fixed width in pixels
[INFO] [stdout] 47 |     Fixed(f32),
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ColumnWidth` 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: associated functions `fixed` and `flex` are never used
[INFO] [stdout]   --> src/widgets/table.rs:71:12
[INFO] [stdout]    |
[INFO] [stdout] 65 | impl ColumnConfig {
[INFO] [stdout]    | ----------------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 71 |     pub fn fixed(header: impl Into<String>, width: f32) -> Self {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 97 |     pub fn flex(header: impl Into<String>, grow: f32) -> Self {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Panel` is never constructed
[INFO] [stdout]    --> src/widgets/table.rs:119:5
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub enum CellContent {
[INFO] [stdout]     |          ----------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 119 |     Panel(fn(&GlTheme) -> PanelBuilder),
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CellContent` 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: associated function `panel` is never used
[INFO] [stdout]    --> src/widgets/table.rs:142:12
[INFO] [stdout]     |
[INFO] [stdout] 125 | impl CellBuilder {
[INFO] [stdout]     | ---------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 142 |     pub fn panel(builder: fn(&GlTheme) -> PanelBuilder) -> CellContent {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calculate_column_widths` is never used
[INFO] [stdout]    --> src/widgets/table.rs:173:8
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub fn calculate_column_widths(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `build_table` is never used
[INFO] [stdout]    --> src/widgets/table.rs:270:8
[INFO] [stdout]     |
[INFO] [stdout] 270 | pub fn build_table(
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `build_table_row` is never used
[INFO] [stdout]    --> src/widgets/table.rs:329:4
[INFO] [stdout]     |
[INFO] [stdout] 329 | fn build_table_row(row: &TableRow, columns: &[ColumnConfig], theme: &GlTheme) -> PanelBuilder {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 2m 23s
[INFO] running `Command { std: "docker" "inspect" "ed1127d184056cf8b10d2f1cf39ddbe3c27a582d398e88a2ea53c6b6d7a2a7f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ed1127d184056cf8b10d2f1cf39ddbe3c27a582d398e88a2ea53c6b6d7a2a7f4" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling crypto-dashboard v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/views/details.rs:129:28
[INFO] [stdout]     |
[INFO] [stdout] 129 |         .flex_basis(length(0.0)) // Force equal width distribution
[INFO] [stdout]     |                            ^^^ help: explicitly specify the type as `f32`: `0.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/views/notifications.rs:58:36
[INFO] [stdout]    |
[INFO] [stdout] 58 |                     .width(percent(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]   --> src/widgets/coin_table.rs:33:24
[INFO] [stdout]    |
[INFO] [stdout] 33 |         .width(percent(1.0))
[INFO] [stdout]    |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/coin_table.rs:47:24
[INFO] [stdout]    |
[INFO] [stdout] 47 |         .width(percent(1.0))
[INFO] [stdout]    |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/coin_table.rs:55:31
[INFO] [stdout]    |
[INFO] [stdout] 55 |                 .width(length(60.0))
[INFO] [stdout]    |                               ^^^^ help: explicitly specify the type as `f32`: `60.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/coin_table.rs:61:31
[INFO] [stdout]    |
[INFO] [stdout] 61 |                 .width(length(100.0))
[INFO] [stdout]    |                               ^^^^^ help: explicitly specify the type as `f32`: `100.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/coin_table.rs:67:31
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 .width(length(140.0))
[INFO] [stdout]    |                               ^^^^^ help: explicitly specify the type as `f32`: `140.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/coin_table.rs:73:31
[INFO] [stdout]    |
[INFO] [stdout] 73 |                 .width(length(100.0))
[INFO] [stdout]    |                               ^^^^^ help: explicitly specify the type as `f32`: `100.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/coin_table.rs:79:31
[INFO] [stdout]    |
[INFO] [stdout] 79 |                 .width(length(160.0))
[INFO] [stdout]    |                               ^^^^^ help: explicitly specify the type as `f32`: `160.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/coin_table.rs:126:24
[INFO] [stdout]     |
[INFO] [stdout] 126 |         .width(percent(1.0))
[INFO] [stdout]     |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/coin_table.rs:135:31
[INFO] [stdout]     |
[INFO] [stdout] 135 |                 .width(length(60.0))
[INFO] [stdout]     |                               ^^^^ help: explicitly specify the type as `f32`: `60.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/coin_table.rs:142:31
[INFO] [stdout]     |
[INFO] [stdout] 142 |                 .width(length(100.0))
[INFO] [stdout]     |                               ^^^^^ help: explicitly specify the type as `f32`: `100.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/coin_table.rs:149:31
[INFO] [stdout]     |
[INFO] [stdout] 149 |                 .width(length(140.0))
[INFO] [stdout]     |                               ^^^^^ help: explicitly specify the type as `f32`: `140.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/coin_table.rs:156:31
[INFO] [stdout]     |
[INFO] [stdout] 156 |                 .width(length(100.0))
[INFO] [stdout]     |                               ^^^^^ help: explicitly specify the type as `f32`: `100.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/coin_table.rs:163:31
[INFO] [stdout]     |
[INFO] [stdout] 163 |                 .width(length(160.0))
[INFO] [stdout]     |                               ^^^^^ help: explicitly specify the type as `f32`: `160.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/control_footer.rs:20:24
[INFO] [stdout]    |
[INFO] [stdout] 20 |         .width(percent(1.0))
[INFO] [stdout]    |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/control_footer.rs:76:24
[INFO] [stdout]    |
[INFO] [stdout] 76 |         .width(percent(1.0))
[INFO] [stdout]    |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/control_footer.rs:132:24
[INFO] [stdout]     |
[INFO] [stdout] 132 |         .width(percent(1.0))
[INFO] [stdout]     |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/control_footer.rs:189:24
[INFO] [stdout]     |
[INFO] [stdout] 189 |         .width(percent(1.0))
[INFO] [stdout]     |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/control_footer.rs:248:24
[INFO] [stdout]     |
[INFO] [stdout] 248 |         .width(percent(1.0))
[INFO] [stdout]     |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/indicator_panel.rs:20:24
[INFO] [stdout]    |
[INFO] [stdout] 20 |         .width(percent(1.0))
[INFO] [stdout]    |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/indicator_panel.rs:53:24
[INFO] [stdout]    |
[INFO] [stdout] 53 |         .width(percent(1.0))
[INFO] [stdout]    |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/price_panel.rs:68:24
[INFO] [stdout]    |
[INFO] [stdout] 68 |         .width(percent(1.0))
[INFO] [stdout]    |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/price_panel.rs:115:32
[INFO] [stdout]     |
[INFO] [stdout] 115 |                 .width(percent(1.0))
[INFO] [stdout]     |                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/price_panel.rs:119:79
[INFO] [stdout]     |
[INFO] [stdout] 119 |                 .child(panel().width(percent(left_pct / 100.0)).height(length(0.0)))
[INFO] [stdout]     |                                                                               ^^^ help: explicitly specify the type as `f32`: `0.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/price_panel.rs:125:32
[INFO] [stdout]     |
[INFO] [stdout] 125 |                 .width(percent(1.0))
[INFO] [stdout]     |                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/status_header.rs:80:24
[INFO] [stdout]    |
[INFO] [stdout] 80 |         .width(percent(1.0))
[INFO] [stdout]    |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/table.rs:289:24
[INFO] [stdout]     |
[INFO] [stdout] 289 |         .width(percent(1.0))
[INFO] [stdout]     |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/table.rs:303:24
[INFO] [stdout]     |
[INFO] [stdout] 303 |         .width(percent(1.0))
[INFO] [stdout]     |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/table.rs:334:24
[INFO] [stdout]     |
[INFO] [stdout] 334 |         .width(percent(1.0))
[INFO] [stdout]     |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/table.rs:407:24
[INFO] [stdout]     |
[INFO] [stdout] 407 |         .width(percent(1.0))
[INFO] [stdout]     |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/widgets/table.rs:426:24
[INFO] [stdout]     |
[INFO] [stdout] 426 |         .width(percent(1.0))
[INFO] [stdout]     |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/widgets/text_box.rs:31:24
[INFO] [stdout]    |
[INFO] [stdout] 31 |         .width(percent(1.0))
[INFO] [stdout]    |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `margin_level`
[INFO] [stdout]    --> src/widgets/control_footer.rs:243:31
[INFO] [stdout]     |
[INFO] [stdout] 243 | pub fn build_positions_footer(margin_level: Option<f64>, theme: &GlTheme) -> PanelBuilder {
[INFO] [stdout]     |                               ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_margin_level`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `interest` and `net_asset` are never read
[INFO] [stdout]   --> src/api/margin.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct MarginPosition {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub interest: f64,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 30 |     pub locked: f64,
[INFO] [stdout] 31 |     pub net_asset: f64,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MarginPosition` has derived impls for the traits `Clone` and `Debug`, but these are 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: fields `borrow_enabled`, `total_asset_of_btc`, `total_liability_of_btc`, and `total_net_asset_of_btc` are never read
[INFO] [stdout]   --> src/api/margin.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 54 | struct BinanceMarginAccount {
[INFO] [stdout]    |        -------------------- fields in this struct
[INFO] [stdout] 55 |     borrow_enabled: bool,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 56 |     margin_level: String,
[INFO] [stdout] 57 |     total_asset_of_btc: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 58 |     total_liability_of_btc: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 59 |     total_net_asset_of_btc: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BinanceMarginAccount` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `positions_scroll` is never read
[INFO] [stdout]    --> src/app.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout]  71 | pub struct App {
[INFO] [stdout]     |            --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 106 |     pub positions_scroll: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Fixed` is never constructed
[INFO] [stdout]   --> src/widgets/table.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub enum ColumnWidth {
[INFO] [stdout]    |          ----------- variant in this enum
[INFO] [stdout] 46 |     /// Fixed width in pixels
[INFO] [stdout] 47 |     Fixed(f32),
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ColumnWidth` 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: associated functions `fixed` and `flex` are never used
[INFO] [stdout]   --> src/widgets/table.rs:71:12
[INFO] [stdout]    |
[INFO] [stdout] 65 | impl ColumnConfig {
[INFO] [stdout]    | ----------------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 71 |     pub fn fixed(header: impl Into<String>, width: f32) -> Self {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 97 |     pub fn flex(header: impl Into<String>, grow: f32) -> Self {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Panel` is never constructed
[INFO] [stdout]    --> src/widgets/table.rs:119:5
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub enum CellContent {
[INFO] [stdout]     |          ----------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 119 |     Panel(fn(&GlTheme) -> PanelBuilder),
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CellContent` 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: associated function `panel` is never used
[INFO] [stdout]    --> src/widgets/table.rs:142:12
[INFO] [stdout]     |
[INFO] [stdout] 125 | impl CellBuilder {
[INFO] [stdout]     | ---------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 142 |     pub fn panel(builder: fn(&GlTheme) -> PanelBuilder) -> CellContent {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calculate_column_widths` is never used
[INFO] [stdout]    --> src/widgets/table.rs:173:8
[INFO] [stdout]     |
[INFO] [stdout] 173 | pub fn calculate_column_widths(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `build_table` is never used
[INFO] [stdout]    --> src/widgets/table.rs:270:8
[INFO] [stdout]     |
[INFO] [stdout] 270 | pub fn build_table(
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `build_table_row` is never used
[INFO] [stdout]    --> src/widgets/table.rs:329:4
[INFO] [stdout]     |
[INFO] [stdout] 329 | fn build_table_row(row: &TableRow, columns: &[ColumnConfig], theme: &GlTheme) -> PanelBuilder {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 3.25s
[INFO] running `Command { std: "docker" "inspect" "ed1127d184056cf8b10d2f1cf39ddbe3c27a582d398e88a2ea53c6b6d7a2a7f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ed1127d184056cf8b10d2f1cf39ddbe3c27a582d398e88a2ea53c6b6d7a2a7f4" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]    --> src/views/details.rs:129:28
[INFO] [stderr]     |
[INFO] [stderr] 129 |         .flex_basis(length(0.0)) // Force equal width distribution
[INFO] [stderr]     |                            ^^^ help: explicitly specify the type as `f32`: `0.0_f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr]     = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]   --> src/views/notifications.rs:58:36
[INFO] [stderr]    |
[INFO] [stderr] 58 |                     .width(percent(0.35)),
[INFO] [stderr]    |                                    ^^^^ help: explicitly specify the type as `f32`: `0.35_f32`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]   --> src/widgets/coin_table.rs:33:24
[INFO] [stderr]    |
[INFO] [stderr] 33 |         .width(percent(1.0))
[INFO] [stderr]    |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]   --> src/widgets/coin_table.rs:47:24
[INFO] [stderr]    |
[INFO] [stderr] 47 |         .width(percent(1.0))
[INFO] [stderr]    |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]   --> src/widgets/coin_table.rs:55:31
[INFO] [stderr]    |
[INFO] [stderr] 55 |                 .width(length(60.0))
[INFO] [stderr]    |                               ^^^^ help: explicitly specify the type as `f32`: `60.0_f32`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]   --> src/widgets/coin_table.rs:61:31
[INFO] [stderr]    |
[INFO] [stderr] 61 |                 .width(length(100.0))
[INFO] [stderr]    |                               ^^^^^ help: explicitly specify the type as `f32`: `100.0_f32`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]   --> src/widgets/coin_table.rs:67:31
[INFO] [stderr]    |
[INFO] [stderr] 67 |                 .width(length(140.0))
[INFO] [stderr]    |                               ^^^^^ help: explicitly specify the type as `f32`: `140.0_f32`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]   --> src/widgets/coin_table.rs:73:31
[INFO] [stderr]    |
[INFO] [stderr] 73 |                 .width(length(100.0))
[INFO] [stderr]    |                               ^^^^^ help: explicitly specify the type as `f32`: `100.0_f32`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]   --> src/widgets/coin_table.rs:79:31
[INFO] [stderr]    |
[INFO] [stderr] 79 |                 .width(length(160.0))
[INFO] [stderr]    |                               ^^^^^ help: explicitly specify the type as `f32`: `160.0_f32`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]    --> src/widgets/coin_table.rs:126:24
[INFO] [stderr]     |
[INFO] [stderr] 126 |         .width(percent(1.0))
[INFO] [stderr]     |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]    --> src/widgets/coin_table.rs:135:31
[INFO] [stderr]     |
[INFO] [stderr] 135 |                 .width(length(60.0))
[INFO] [stderr]     |                               ^^^^ help: explicitly specify the type as `f32`: `60.0_f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]    --> src/widgets/coin_table.rs:142:31
[INFO] [stderr]     |
[INFO] [stderr] 142 |                 .width(length(100.0))
[INFO] [stderr]     |                               ^^^^^ help: explicitly specify the type as `f32`: `100.0_f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]    --> src/widgets/coin_table.rs:149:31
[INFO] [stderr]     |
[INFO] [stderr] 149 |                 .width(length(140.0))
[INFO] [stderr]     |                               ^^^^^ help: explicitly specify the type as `f32`: `140.0_f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]    --> src/widgets/coin_table.rs:156:31
[INFO] [stderr]     |
[INFO] [stderr] 156 |                 .width(length(100.0))
[INFO] [stderr]     |                               ^^^^^ help: explicitly specify the type as `f32`: `100.0_f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]    --> src/widgets/coin_table.rs:163:31
[INFO] [stderr]     |
[INFO] [stderr] 163 |                 .width(length(160.0))
[INFO] [stderr]     |                               ^^^^^ help: explicitly specify the type as `f32`: `160.0_f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]   --> src/widgets/control_footer.rs:20:24
[INFO] [stderr]    |
[INFO] [stderr] 20 |         .width(percent(1.0))
[INFO] [stderr]    |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]   --> src/widgets/control_footer.rs:76:24
[INFO] [stderr]    |
[INFO] [stderr] 76 |         .width(percent(1.0))
[INFO] [stderr]    |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]    --> src/widgets/control_footer.rs:132:24
[INFO] [stderr]     |
[INFO] [stderr] 132 |         .width(percent(1.0))
[INFO] [stderr]     |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]    --> src/widgets/control_footer.rs:189:24
[INFO] [stderr]     |
[INFO] [stderr] 189 |         .width(percent(1.0))
[INFO] [stderr]     |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]    --> src/widgets/control_footer.rs:248:24
[INFO] [stderr]     |
[INFO] [stderr] 248 |         .width(percent(1.0))
[INFO] [stderr]     |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]   --> src/widgets/indicator_panel.rs:20:24
[INFO] [stderr]    |
[INFO] [stderr] 20 |         .width(percent(1.0))
[INFO] [stderr]    |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]   --> src/widgets/indicator_panel.rs:53:24
[INFO] [stderr]    |
[INFO] [stderr] 53 |         .width(percent(1.0))
[INFO] [stderr]    |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]   --> src/widgets/price_panel.rs:68:24
[INFO] [stderr]    |
[INFO] [stderr] 68 |         .width(percent(1.0))
[INFO] [stderr]    |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]    --> src/widgets/price_panel.rs:115:32
[INFO] [stderr]     |
[INFO] [stderr] 115 |                 .width(percent(1.0))
[INFO] [stderr]     |                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]    --> src/widgets/price_panel.rs:119:79
[INFO] [stderr]     |
[INFO] [stderr] 119 |                 .child(panel().width(percent(left_pct / 100.0)).height(length(0.0)))
[INFO] [stderr]     |                                                                               ^^^ help: explicitly specify the type as `f32`: `0.0_f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]    --> src/widgets/price_panel.rs:125:32
[INFO] [stderr]     |
[INFO] [stderr] 125 |                 .width(percent(1.0))
[INFO] [stderr]     |                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]   --> src/widgets/status_header.rs:80:24
[INFO] [stderr]    |
[INFO] [stderr] 80 |         .width(percent(1.0))
[INFO] [stderr]    |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]    --> src/widgets/table.rs:289:24
[INFO] [stderr]     |
[INFO] [stderr] 289 |         .width(percent(1.0))
[INFO] [stderr]     |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]    --> src/widgets/table.rs:303:24
[INFO] [stderr]     |
[INFO] [stderr] 303 |         .width(percent(1.0))
[INFO] [stderr]     |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]    --> src/widgets/table.rs:334:24
[INFO] [stderr]     |
[INFO] [stderr] 334 |         .width(percent(1.0))
[INFO] [stderr]     |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]    --> src/widgets/table.rs:407:24
[INFO] [stderr]     |
[INFO] [stderr] 407 |         .width(percent(1.0))
[INFO] [stderr]     |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]    --> src/widgets/table.rs:426:24
[INFO] [stderr]     |
[INFO] [stderr] 426 |         .width(percent(1.0))
[INFO] [stderr]     |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stderr]   --> src/widgets/text_box.rs:31:24
[INFO] [stderr]    |
[INFO] [stderr] 31 |         .width(percent(1.0))
[INFO] [stderr]    |                        ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `margin_level`
[INFO] [stderr]    --> src/widgets/control_footer.rs:243:31
[INFO] [stderr]     |
[INFO] [stderr] 243 | pub fn build_positions_footer(margin_level: Option<f64>, theme: &GlTheme) -> PanelBuilder {
[INFO] [stderr]     |                               ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_margin_level`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `interest` and `net_asset` are never read
[INFO] [stderr]   --> src/api/margin.rs:29:9
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub struct MarginPosition {
[INFO] [stderr]    |            -------------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 29 |     pub interest: f64,
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr] 30 |     pub locked: f64,
[INFO] [stderr] 31 |     pub net_asset: f64,
[INFO] [stderr]    |         ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `MarginPosition` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `borrow_enabled`, `total_asset_of_btc`, `total_liability_of_btc`, and `total_net_asset_of_btc` are never read
[INFO] [stderr]   --> src/api/margin.rs:55:5
[INFO] [stderr]    |
[INFO] [stderr] 54 | struct BinanceMarginAccount {
[INFO] [stderr]    |        -------------------- fields in this struct
[INFO] [stderr] 55 |     borrow_enabled: bool,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr] 56 |     margin_level: String,
[INFO] [stderr] 57 |     total_asset_of_btc: String,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 58 |     total_liability_of_btc: String,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 59 |     total_net_asset_of_btc: String,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `BinanceMarginAccount` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `positions_scroll` is never read
[INFO] [stderr]    --> src/app.rs:106:9
[INFO] [stderr]     |
[INFO] [stderr]  71 | pub struct App {
[INFO] [stderr]     |            --- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 106 |     pub positions_scroll: usize,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variant `Fixed` is never constructed
[INFO] [stderr]   --> src/widgets/table.rs:47:5
[INFO] [stderr]    |
[INFO] [stderr] 45 | pub enum ColumnWidth {
[INFO] [stderr]    |          ----------- variant in this enum
[INFO] [stderr] 46 |     /// Fixed width in pixels
[INFO] [stderr] 47 |     Fixed(f32),
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ColumnWidth` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: associated functions `fixed` and `flex` are never used
[INFO] [stderr]   --> src/widgets/table.rs:71:12
[INFO] [stderr]    |
[INFO] [stderr] 65 | impl ColumnConfig {
[INFO] [stderr]    | ----------------- associated functions in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 71 |     pub fn fixed(header: impl Into<String>, width: f32) -> Self {
[INFO] [stderr]    |            ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 97 |     pub fn flex(header: impl Into<String>, grow: f32) -> Self {
[INFO] [stderr]    |            ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variant `Panel` is never constructed
[INFO] [stderr]    --> src/widgets/table.rs:119:5
[INFO] [stderr]     |
[INFO] [stderr] 114 | pub enum CellContent {
[INFO] [stderr]     |          ----------- variant in this enum
[INFO] [stderr] ...
[INFO] [stderr] 119 |     Panel(fn(&GlTheme) -> PanelBuilder),
[INFO] [stderr]     |     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `CellContent` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `panel` is never used
[INFO] [stderr]    --> src/widgets/table.rs:142:12
[INFO] [stderr]     |
[INFO] [stderr] 125 | impl CellBuilder {
[INFO] [stderr]     | ---------------- associated function in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 142 |     pub fn panel(builder: fn(&GlTheme) -> PanelBuilder) -> CellContent {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `calculate_column_widths` is never used
[INFO] [stderr]    --> src/widgets/table.rs:173:8
[INFO] [stderr]     |
[INFO] [stderr] 173 | pub fn calculate_column_widths(
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `build_table` is never used
[INFO] [stderr]    --> src/widgets/table.rs:270:8
[INFO] [stderr]     |
[INFO] [stderr] 270 | pub fn build_table(
[INFO] [stderr]     |        ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `build_table_row` is never used
[INFO] [stderr]    --> src/widgets/table.rs:329:4
[INFO] [stderr]     |
[INFO] [stderr] 329 | fn build_table_row(row: &TableRow, columns: &[ColumnConfig], theme: &GlTheme) -> PanelBuilder {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `crypto-dashboard` (bin "crypto-dashboard" test) generated 44 warnings (run `cargo fix --bin "crypto-dashboard" -p crypto-dashboard --tests` to apply 34 suggestions)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/crypto_dashboard-6f281bf455cb60d0)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ed1127d184056cf8b10d2f1cf39ddbe3c27a582d398e88a2ea53c6b6d7a2a7f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed1127d184056cf8b10d2f1cf39ddbe3c27a582d398e88a2ea53c6b6d7a2a7f4", kill_on_drop: false }`
[INFO] [stdout] ed1127d184056cf8b10d2f1cf39ddbe3c27a582d398e88a2ea53c6b6d7a2a7f4
