[INFO] cloning repository https://github.com/matta/game
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/matta/game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatta%2Fgame", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatta%2Fgame'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b735ddcc4d5949ace43cd38882eb05d1b0b7bb28
[INFO] checking matta/game against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatta%2Fgame" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/matta/game
[INFO] finished tweaking git repo https://github.com/matta/game
[INFO] tweaked toml for git repo https://github.com/matta/game written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/matta/game on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/matta/game 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ra-ap-rustc_lexer v0.150.0
[INFO] [stderr]   Downloaded rand_chacha v0.10.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b42d744da3ffa61a55519190e3a42c66bff8d5530a60d1e33b732ed9312b4b37
[INFO] running `Command { std: "docker" "start" "b42d744da3ffa61a55519190e3a42c66bff8d5530a60d1e33b732ed9312b4b37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b42d744da3ffa61a55519190e3a42c66bff8d5530a60d1e33b732ed9312b4b37", 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" "b42d744da3ffa61a55519190e3a42c66bff8d5530a60d1e33b732ed9312b4b37" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b42d744da3ffa61a55519190e3a42c66bff8d5530a60d1e33b732ed9312b4b37", 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" "b42d744da3ffa61a55519190e3a42c66bff8d5530a60d1e33b732ed9312b4b37" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]     Checking rand_core v0.10.0
[INFO] [stderr]     Checking xxhash-rust v0.8.15
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]    Compiling miniquad v0.4.8
[INFO] [stderr]     Checking ttf-parser v0.21.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking quad-rand v0.2.3
[INFO] [stderr]     Checking glam v0.27.0
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking grid v1.0.0
[INFO] [stderr]    Compiling macroquad_macro v0.1.8
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking rand_chacha v0.10.0
[INFO] [stderr]     Checking directories v5.0.1
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking object v0.37.3
[INFO] [stderr]     Checking winnow v0.7.14
[INFO] [stderr]     Checking tempfile v3.26.0
[INFO] [stderr]     Checking serde_spanned v1.0.4
[INFO] [stderr]     Checking taffy v0.9.2
[INFO] [stderr]     Checking toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking tracing-error v0.2.1
[INFO] [stderr]     Checking toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking unicode-properties v0.1.4
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]     Checking ra-ap-rustc_lexer v0.150.0
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking proptest v1.10.0
[INFO] [stderr]     Checking color-spantrace v0.3.0
[INFO] [stderr]     Checking fontdue v0.9.3
[INFO] [stderr]     Checking toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]     Checking toml v0.9.12+spec-1.1.0
[INFO] [stderr]     Checking macroquad v0.4.14
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking color-eyre v0.6.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]     Checking clap v4.5.60
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking core v0.1.0 (/opt/rustwide/workdir/crates/core)
[INFO] [stderr]     Checking xtask v0.1.0 (/opt/rustwide/workdir/xtask)
[INFO] [stderr]     Checking app v0.1.0 (/opt/rustwide/workdir/crates/app)
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> crates/app/src/game_layout.rs:39:41
[INFO] [stdout]    |
[INFO] [stdout] 39 |             size: Size { width: percent(1.0), height: length(40.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]    = 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/app/src/game_layout.rs:39:62
[INFO] [stdout]    |
[INFO] [stdout] 39 |             size: Size { width: percent(1.0), height: length(40.0) },
[INFO] [stdout]    |                                                              ^^^^ help: explicitly specify the type as `f32`: `40.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/app/src/game_layout.rs:40:92
[INFO] [stdout]    |
[INFO] [stdout] 40 |             margin: taffy::Rect { left: zero(), right: zero(), top: zero(), bottom: length(20.0) },
[INFO] [stdout]    |                                                                                            ^^^^ help: explicitly specify the type as `f32`: `20.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/app/src/game_layout.rs:47:92
[INFO] [stdout]    |
[INFO] [stdout] 47 |             margin: taffy::Rect { left: zero(), right: zero(), top: zero(), bottom: length(20.0) },
[INFO] [stdout]    |                                                                                            ^^^^ help: explicitly specify the type as `f32`: `20.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/app/src/game_layout.rs:55:48
[INFO] [stdout]    |
[INFO] [stdout] 55 |             margin: taffy::Rect { left: length(15.0), right: zero(), top: zero(), bottom: zero() },
[INFO] [stdout]    |                                                ^^^^ help: explicitly specify the type as `f32`: `15.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/app/src/game_layout.rs:62:48
[INFO] [stdout]    |
[INFO] [stdout] 62 |             margin: taffy::Rect { left: length(15.0), right: zero(), top: zero(), bottom: zero() },
[INFO] [stdout]    |                                                ^^^^ help: explicitly specify the type as `f32`: `15.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/app/src/game_layout.rs:71:45
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 size: Size { width: percent(1.0), height: length(240.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/app/src/game_layout.rs:71:66
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 size: Size { width: percent(1.0), height: length(240.0) },
[INFO] [stdout]    |                                                                  ^^^^^ help: explicitly specify the type as `f32`: `240.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/app/src/game_layout.rs:86:35
[INFO] [stdout]    |
[INFO] [stdout] 86 |                     right: length(20.0),
[INFO] [stdout]    |                                   ^^^^ help: explicitly specify the type as `f32`: `20.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/app/src/game_layout.rs:98:48
[INFO] [stdout]    |
[INFO] [stdout] 98 |             margin: taffy::Rect { left: length(20.0), right: zero(), top: zero(), bottom: zero() },
[INFO] [stdout]    |                                                ^^^^ help: explicitly specify the type as `f32`: `20.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/app/src/game_layout.rs:107:45
[INFO] [stdout]     |
[INFO] [stdout] 107 |                 size: Size { width: percent(1.0), height: 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]    --> crates/app/src/game_layout.rs:107:67
[INFO] [stdout]     |
[INFO] [stdout] 107 |                 size: Size { width: percent(1.0), height: 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]    --> crates/app/src/game_layout.rs:119:45
[INFO] [stdout]     |
[INFO] [stdout] 119 |                 size: Size { width: percent(1.0), height: 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]    --> crates/app/src/game_layout.rs:119:67
[INFO] [stdout]     |
[INFO] [stdout] 119 |                 size: Size { width: percent(1.0), height: 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]    --> crates/app/src/game_layout.rs:121:34
[INFO] [stdout]     |
[INFO] [stdout] 121 |                     left: length(20.0),
[INFO] [stdout]     |                                  ^^^^ help: explicitly specify the type as `f32`: `20.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/app/src/game_layout.rs:122:35
[INFO] [stdout]     |
[INFO] [stdout] 122 |                     right: length(20.0),
[INFO] [stdout]     |                                   ^^^^ help: explicitly specify the type as `f32`: `20.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/app/src/game_layout.rs:123:33
[INFO] [stdout]     |
[INFO] [stdout] 123 |                     top: length(20.0),
[INFO] [stdout]     |                                 ^^^^ help: explicitly specify the type as `f32`: `20.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/app/src/game_layout.rs:124:36
[INFO] [stdout]     |
[INFO] [stdout] 124 |                     bottom: length(20.0),
[INFO] [stdout]     |                                    ^^^^ help: explicitly specify the type as `f32`: `20.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/app/src/game_layout.rs:39:41
[INFO] [stdout]    |
[INFO] [stdout] 39 |             size: Size { width: percent(1.0), height: length(40.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]    = 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/app/src/game_layout.rs:39:62
[INFO] [stdout]    |
[INFO] [stdout] 39 |             size: Size { width: percent(1.0), height: length(40.0) },
[INFO] [stdout]    |                                                              ^^^^ help: explicitly specify the type as `f32`: `40.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/app/src/game_layout.rs:40:92
[INFO] [stdout]    |
[INFO] [stdout] 40 |             margin: taffy::Rect { left: zero(), right: zero(), top: zero(), bottom: length(20.0) },
[INFO] [stdout]    |                                                                                            ^^^^ help: explicitly specify the type as `f32`: `20.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/app/src/game_layout.rs:47:92
[INFO] [stdout]    |
[INFO] [stdout] 47 |             margin: taffy::Rect { left: zero(), right: zero(), top: zero(), bottom: length(20.0) },
[INFO] [stdout]    |                                                                                            ^^^^ help: explicitly specify the type as `f32`: `20.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/app/src/game_layout.rs:55:48
[INFO] [stdout]    |
[INFO] [stdout] 55 |             margin: taffy::Rect { left: length(15.0), right: zero(), top: zero(), bottom: zero() },
[INFO] [stdout]    |                                                ^^^^ help: explicitly specify the type as `f32`: `15.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/app/src/game_layout.rs:62:48
[INFO] [stdout]    |
[INFO] [stdout] 62 |             margin: taffy::Rect { left: length(15.0), right: zero(), top: zero(), bottom: zero() },
[INFO] [stdout]    |                                                ^^^^ help: explicitly specify the type as `f32`: `15.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/app/src/game_layout.rs:71:45
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 size: Size { width: percent(1.0), height: length(240.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/app/src/game_layout.rs:71:66
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 size: Size { width: percent(1.0), height: length(240.0) },
[INFO] [stdout]    |                                                                  ^^^^^ help: explicitly specify the type as `f32`: `240.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/app/src/game_layout.rs:86:35
[INFO] [stdout]    |
[INFO] [stdout] 86 |                     right: length(20.0),
[INFO] [stdout]    |                                   ^^^^ help: explicitly specify the type as `f32`: `20.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/app/src/game_layout.rs:98:48
[INFO] [stdout]    |
[INFO] [stdout] 98 |             margin: taffy::Rect { left: length(20.0), right: zero(), top: zero(), bottom: zero() },
[INFO] [stdout]    |                                                ^^^^ help: explicitly specify the type as `f32`: `20.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/app/src/game_layout.rs:107:45
[INFO] [stdout]     |
[INFO] [stdout] 107 |                 size: Size { width: percent(1.0), height: 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]    --> crates/app/src/game_layout.rs:107:67
[INFO] [stdout]     |
[INFO] [stdout] 107 |                 size: Size { width: percent(1.0), height: 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]    --> crates/app/src/game_layout.rs:119:45
[INFO] [stdout]     |
[INFO] [stdout] 119 |                 size: Size { width: percent(1.0), height: 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]    --> crates/app/src/game_layout.rs:119:67
[INFO] [stdout]     |
[INFO] [stdout] 119 |                 size: Size { width: percent(1.0), height: 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]    --> crates/app/src/game_layout.rs:121:34
[INFO] [stdout]     |
[INFO] [stdout] 121 |                     left: length(20.0),
[INFO] [stdout]     |                                  ^^^^ help: explicitly specify the type as `f32`: `20.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/app/src/game_layout.rs:122:35
[INFO] [stdout]     |
[INFO] [stdout] 122 |                     right: length(20.0),
[INFO] [stdout]     |                                   ^^^^ help: explicitly specify the type as `f32`: `20.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/app/src/game_layout.rs:123:33
[INFO] [stdout]     |
[INFO] [stdout] 123 |                     top: length(20.0),
[INFO] [stdout]     |                                 ^^^^ help: explicitly specify the type as `f32`: `20.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/app/src/game_layout.rs:124:36
[INFO] [stdout]     |
[INFO] [stdout] 124 |                     bottom: length(20.0),
[INFO] [stdout]     |                                    ^^^^ help: explicitly specify the type as `f32`: `20.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 23.97s
[INFO] running `Command { std: "docker" "inspect" "b42d744da3ffa61a55519190e3a42c66bff8d5530a60d1e33b732ed9312b4b37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b42d744da3ffa61a55519190e3a42c66bff8d5530a60d1e33b732ed9312b4b37", kill_on_drop: false }`
[INFO] [stdout] b42d744da3ffa61a55519190e3a42c66bff8d5530a60d1e33b732ed9312b4b37
