[INFO] cloning repository https://github.com/GeoCodeCrafter/geo-ai-innovator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/GeoCodeCrafter/geo-ai-innovator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGeoCodeCrafter%2Fgeo-ai-innovator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGeoCodeCrafter%2Fgeo-ai-innovator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b76813204b61920c05211e7f901c8c0bf8497adc
[INFO] checking GeoCodeCrafter/geo-ai-innovator against 165655a2f1981fef27b31c547ad7631979fc5139 for pr-160235
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGeoCodeCrafter%2Fgeo-ai-innovator" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/GeoCodeCrafter/geo-ai-innovator
[INFO] finished tweaking git repo https://github.com/GeoCodeCrafter/geo-ai-innovator
[INFO] tweaked toml for git repo https://github.com/GeoCodeCrafter/geo-ai-innovator written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/GeoCodeCrafter/geo-ai-innovator on toolchain 165655a2f1981fef27b31c547ad7631979fc5139
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/GeoCodeCrafter/geo-ai-innovator 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" "+165655a2f1981fef27b31c547ad7631979fc5139" "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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3b5df21a2139b7f144fb0235d388ac45730d0f1afc6a2129bf9a3ac88391261e
[INFO] running `Command { std: "docker" "start" "3b5df21a2139b7f144fb0235d388ac45730d0f1afc6a2129bf9a3ac88391261e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3b5df21a2139b7f144fb0235d388ac45730d0f1afc6a2129bf9a3ac88391261e", 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" "3b5df21a2139b7f144fb0235d388ac45730d0f1afc6a2129bf9a3ac88391261e" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3b5df21a2139b7f144fb0235d388ac45730d0f1afc6a2129bf9a3ac88391261e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3b5df21a2139b7f144fb0235d388ac45730d0f1afc6a2129bf9a3ac88391261e" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking wayland-sys v0.31.8
[INFO] [stderr]    Compiling wayland-backend v0.3.12
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]     Checking writeable v0.6.2
[INFO] [stderr]     Checking litemap v0.8.1
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking icu_normalizer_data v2.1.1
[INFO] [stderr]     Checking icu_properties_data v2.1.2
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling protobuf v2.28.0
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling prometheus v0.13.4
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling wayland-scanner v0.31.8
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]     Checking epaint_default_fonts v0.29.1
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.1
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.1
[INFO] [stderr]    Compiling winit v0.30.12
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling smithay-client-toolkit v0.20.0
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking getrandom v0.4.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking uuid v1.21.0
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking owned_ttf_parser v0.25.1
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]     Checking ab_glyph v0.2.32
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling glutin v0.32.3
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]    Compiling mime_guess2 v2.3.1
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]     Checking memoffset v0.9.1
[INFO] [stderr]     Checking async-fs v2.2.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling rfd v0.15.4
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]     Checking glow v0.14.2
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]     Checking pollster v0.4.0
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking matchit v0.7.3
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking clap_lex v1.0.0
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking clap_builder v4.5.60
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[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 bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]     Checking async-io v2.6.0
[INFO] [stderr]     Checking calloop v0.14.4
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking image v0.25.9
[INFO] [stderr]     Checking wayland-client v0.31.12
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking async-signal v0.2.13
[INFO] [stderr]     Checking async-net v2.0.0
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]    Compiling tempfile v3.26.0
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]     Checking tower-http v0.5.2
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]     Checking geo-ai-metrics v0.1.0 (/opt/rustwide/workdir/crates/metrics)
[INFO] [stderr]     Checking proptest v1.10.0
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]     Checking wayland-protocols v0.32.10
[INFO] [stderr]     Checking wayland-cursor v0.31.12
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking calloop-wayland-source v0.4.1
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking ndarray v0.16.1
[INFO] [stderr]     Checking petgraph v0.6.5
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking emath v0.29.1
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking enumflags2 v0.7.12
[INFO] [stderr]     Checking zvariant_utils v3.3.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking clap v4.5.60
[INFO] [stderr]    Compiling zvariant_derive v5.10.0
[INFO] [stderr]     Checking ecolor v0.29.1
[INFO] [stderr]     Checking epaint v0.29.1
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]    Compiling zvariant v5.10.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling tonic-build v0.12.3
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking webbrowser v1.1.0
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]    Compiling geo-ai-api v0.1.0 (/opt/rustwide/workdir/crates/api)
[INFO] [stderr]     Checking egui v0.29.1
[INFO] [stderr]     Checking geo-ai-core v0.1.0 (/opt/rustwide/workdir/crates/core)
[INFO] [stderr]     Checking ndarray-rand v0.15.0
[INFO] [stderr]     Checking geo-ai-journal v0.1.0 (/opt/rustwide/workdir/crates/journal)
[INFO] [stderr]     Checking geo-ai-ml v0.1.0 (/opt/rustwide/workdir/crates/ml)
[INFO] [stderr]     Checking geo-ai-data v0.1.0 (/opt/rustwide/workdir/crates/data)
[INFO] [stderr]     Checking geo-ai-viz v0.1.0 (/opt/rustwide/workdir/crates/viz)
[INFO] [stderr]     Checking geo-ai-predict v0.1.0 (/opt/rustwide/workdir/crates/predict)
[INFO] [stderr]     Checking geo-ai-replay v0.1.0 (/opt/rustwide/workdir/crates/replay)
[INFO] [stderr]     Checking zbus_names v4.3.1
[INFO] [stderr]     Checking geo-ai-innovator-cli v0.1.0 (/opt/rustwide/workdir/crates/cli)
[INFO] [stderr]    Compiling zbus_macros v5.14.0
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.10
[INFO] [stderr]     Checking wayland-protocols-misc v0.3.10
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.10
[INFO] [stderr]     Checking wayland-protocols-experimental v20250721.0.1
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking zbus v5.14.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking smithay-clipboard v0.7.3
[INFO] [stderr]     Checking egui_glow v0.29.1
[INFO] [stderr]     Checking egui_extras v0.29.1
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking egui-winit v0.29.1
[INFO] [stderr]     Checking eframe v0.29.1
[INFO] [stderr]     Checking ashpd v0.11.1
[INFO] [stderr]     Checking tonic v0.12.3
[INFO] [stderr]     Checking geo-ai-ui v0.1.0 (/opt/rustwide/workdir/crates/ui)
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/ui/src/main.rs:1089:64
[INFO] [stdout]      |
[INFO] [stdout] 1089 |                     p.rect_stroke(rect, 0.0, egui::Stroke::new(1.0, egui::Color32::from_rgb(60, 60, 80)));
[INFO] [stdout]      |                                                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]      = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/ui/src/main.rs:1197:64
[INFO] [stdout]      |
[INFO] [stdout] 1197 |                     p.rect_stroke(rect, 0.0, egui::Stroke::new(1.0, egui::Color32::from_rgb(80, 80, 100)));
[INFO] [stdout]      |                                                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/ui/src/main.rs:1271:64
[INFO] [stdout]      |
[INFO] [stdout] 1271 |                     p.rect_stroke(rect, 0.0, egui::Stroke::new(1.0, egui::Color32::from_rgb(80, 80, 100)));
[INFO] [stdout]      |                                                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/ui/src/main.rs:1423:51
[INFO] [stdout]      |
[INFO] [stdout] 1423 | ...                   let sw = if sel { 3.0 } else { 1.5 };
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `3.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/ui/src/main.rs:1423:64
[INFO] [stdout]      |
[INFO] [stdout] 1423 | ...                   let sw = if sel { 3.0 } else { 1.5 };
[INFO] [stdout]      |                                                      ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/ui/src/main.rs:1439:48
[INFO] [stdout]      |
[INFO] [stdout] 1439 |                     let gs = egui::Stroke::new(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]     --> crates/ui/src/main.rs:1545:76
[INFO] [stdout]      |
[INFO] [stdout] 1545 |                         painter.rect_stroke(view_r, 0.0, egui::Stroke::new(2.0, egui::Color32::YELLOW));
[INFO] [stdout]      |                                                                            ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/ui/src/main.rs:1548:77
[INFO] [stdout]      |
[INFO] [stdout] 1548 |                         painter.rect_stroke(mm_rect, 2.0, egui::Stroke::new(1.0, egui::Color32::from_rgb(100, 100, 120)));
[INFO] [stdout]      |                                                                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/ui/src/main.rs:1089:64
[INFO] [stdout]      |
[INFO] [stdout] 1089 |                     p.rect_stroke(rect, 0.0, egui::Stroke::new(1.0, egui::Color32::from_rgb(60, 60, 80)));
[INFO] [stdout]      |                                                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]      = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/ui/src/main.rs:1197:64
[INFO] [stdout]      |
[INFO] [stdout] 1197 |                     p.rect_stroke(rect, 0.0, egui::Stroke::new(1.0, egui::Color32::from_rgb(80, 80, 100)));
[INFO] [stdout]      |                                                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/ui/src/main.rs:1271:64
[INFO] [stdout]      |
[INFO] [stdout] 1271 |                     p.rect_stroke(rect, 0.0, egui::Stroke::new(1.0, egui::Color32::from_rgb(80, 80, 100)));
[INFO] [stdout]      |                                                                ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/ui/src/main.rs:1423:51
[INFO] [stdout]      |
[INFO] [stdout] 1423 | ...                   let sw = if sel { 3.0 } else { 1.5 };
[INFO] [stdout]      |                                         ^^^ help: explicitly specify the type as `f32`: `3.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/ui/src/main.rs:1423:64
[INFO] [stdout]      |
[INFO] [stdout] 1423 | ...                   let sw = if sel { 3.0 } else { 1.5 };
[INFO] [stdout]      |                                                      ^^^ help: explicitly specify the type as `f32`: `1.5_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/ui/src/main.rs:1439:48
[INFO] [stdout]      |
[INFO] [stdout] 1439 |                     let gs = egui::Stroke::new(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]     --> crates/ui/src/main.rs:1545:76
[INFO] [stdout]      |
[INFO] [stdout] 1545 |                         painter.rect_stroke(view_r, 0.0, egui::Stroke::new(2.0, egui::Color32::YELLOW));
[INFO] [stdout]      |                                                                            ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]     --> crates/ui/src/main.rs:1548:77
[INFO] [stdout]      |
[INFO] [stdout] 1548 |                         painter.rect_stroke(mm_rect, 2.0, egui::Stroke::new(1.0, egui::Color32::from_rgb(100, 100, 120)));
[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] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: glutin v0.32.3, glutin-winit v0.5.0, winit v0.30.12
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "3b5df21a2139b7f144fb0235d388ac45730d0f1afc6a2129bf9a3ac88391261e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b5df21a2139b7f144fb0235d388ac45730d0f1afc6a2129bf9a3ac88391261e", kill_on_drop: false }`
[INFO] [stdout] 3b5df21a2139b7f144fb0235d388ac45730d0f1afc6a2129bf9a3ac88391261e
