[INFO] cloning repository https://github.com/watiipasoo/shimmy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/watiipasoo/shimmy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwatiipasoo%2Fshimmy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwatiipasoo%2Fshimmy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f8a6041f59e56130131756e8c43ee44e0c325f5a
[INFO] checking watiipasoo/shimmy against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwatiipasoo%2Fshimmy" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/watiipasoo/shimmy on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/watiipasoo/shimmy
[INFO] finished tweaking git repo https://github.com/watiipasoo/shimmy
[INFO] tweaked toml for git repo https://github.com/watiipasoo/shimmy written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/watiipasoo/shimmy 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" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded block-sys v0.2.1
[INFO] [stderr]   Downloaded shlex v1.2.0
[INFO] [stderr]   Downloaded proc-macro-crate v3.0.0
[INFO] [stderr]   Downloaded webbrowser v0.8.12
[INFO] [stderr]   Downloaded futures-lite v2.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f722e1664e77286859d413c6096288d3e01d29e56d4ab990d6e31cd289c55456
[INFO] running `Command { std: "docker" "start" "-a" "f722e1664e77286859d413c6096288d3e01d29e56d4ab990d6e31cd289c55456", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f722e1664e77286859d413c6096288d3e01d29e56d4ab990d6e31cd289c55456", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f722e1664e77286859d413c6096288d3e01d29e56d4ab990d6e31cd289c55456", kill_on_drop: false }`
[INFO] [stdout] f722e1664e77286859d413c6096288d3e01d29e56d4ab990d6e31cd289c55456
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e2ef85df2366405e17de46c29349fc61236d5e4425ef39b08952a7281e8e6a3b
[INFO] running `Command { std: "docker" "start" "-a" "e2ef85df2366405e17de46c29349fc61236d5e4425ef39b08952a7281e8e6a3b", kill_on_drop: false }`
[INFO] [stderr]     Checking futures-lite v2.2.0
[INFO] [stderr]     Checking enumflags2 v0.7.8
[INFO] [stderr]    Compiling toml_edit v0.21.0
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]    Compiling exr v1.71.0
[INFO] [stderr]     Checking x11rb v0.13.0
[INFO] [stderr]    Compiling fontdue v0.8.0
[INFO] [stderr]     Checking x11rb v0.12.0
[INFO] [stderr]     Checking integer-sqrt v0.1.5
[INFO] [stderr]    Compiling glutin v0.31.2
[INFO] [stderr]    Compiling css-color-parser2 v1.0.1
[INFO] [stderr]     Checking pin-weak v1.1.0
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]     Checking accesskit v0.12.2
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]     Checking scoped-tls-hkt v0.1.4
[INFO] [stderr]     Checking smol_str v0.2.0
[INFO] [stderr]    Compiling by_address v1.1.0
[INFO] [stderr]     Checking raw-window-handle v0.6.0
[INFO] [stderr]     Checking zvariant v3.15.0
[INFO] [stderr]    Compiling spin_on v0.1.1
[INFO] [stderr]     Checking glutin_egl_sys v0.6.0
[INFO] [stderr]     Checking glutin_glx_sys v0.5.0
[INFO] [stderr]    Compiling i-slint-backend-qt v1.3.2
[INFO] [stderr]     Checking blocking v1.5.1
[INFO] [stderr]     Checking async-executor v1.8.0
[INFO] [stderr]     Checking i-slint-core v1.3.2
[INFO] [stderr]    Compiling cpp_macros v0.5.9
[INFO] [stderr]    Compiling softbuffer v0.3.3
[INFO] [stderr]     Checking accesskit_consumer v0.16.1
[INFO] [stderr]    Compiling glutin-winit v0.4.2
[INFO] [stderr]    Compiling ctor v0.2.6
[INFO] [stderr]     Checking generational-arena v0.2.9
[INFO] [stderr]     Checking async-fs v1.6.0
[INFO] [stderr]     Checking glow v0.13.0
[INFO] [stderr]     Checking async-once-cell v0.5.3
[INFO] [stderr]     Checking imgref v1.10.0
[INFO] [stderr]     Checking lru v0.12.1
[INFO] [stderr]     Checking smithay-clipboard v0.7.0
[INFO] [stderr]    Compiling i-slint-backend-winit v1.3.2
[INFO] [stderr]    Compiling i-slint-backend-selector v1.3.2
[INFO] [stderr]     Checking send_wrapper v0.6.0
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking home v0.5.9
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking tiny-xlib v0.2.2
[INFO] [stderr]     Checking zbus_names v2.6.0
[INFO] [stderr]     Checking x11-clipboard v0.8.1
[INFO] [stderr]     Checking copypasta v0.10.0
[INFO] [stderr]     Checking cpp v0.5.9
[INFO] [stderr]     Checking qttypes v0.2.11
[INFO] [stderr]     Checking femtovg v0.8.1
[INFO] [stderr]     Checking webbrowser v0.8.12
[INFO] [stderr]    Compiling proc-macro-crate v3.0.0
[INFO] [stderr]     Checking zbus v3.14.1
[INFO] [stderr]     Checking winit v0.29.9
[INFO] [stderr]    Compiling num_enum_derive v0.7.2
[INFO] [stderr]    Compiling image v0.24.7
[INFO] [stderr]     Checking i-slint-renderer-femtovg v1.3.2
[INFO] [stderr]    Compiling num_enum v0.7.2
[INFO] [stderr]    Compiling i-slint-compiler v1.3.2
[INFO] [stderr]     Checking atspi-common v0.3.0
[INFO] [stderr]     Checking atspi-proxies v0.3.0
[INFO] [stderr]     Checking atspi-connection v0.3.0
[INFO] [stderr]     Checking atspi v0.19.0
[INFO] [stderr]     Checking accesskit_unix v0.6.2
[INFO] [stderr]     Checking accesskit_winit v0.16.1
[INFO] [stderr]    Compiling slint-build v1.3.2
[INFO] [stderr]    Compiling shimmy v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling slint-macros v1.3.2
[INFO] [stderr]     Checking slint v1.3.2
[INFO] [stdout] warning: unused import: `std::fmt::format`
[INFO] [stdout]  --> src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::fmt::format;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fmt::format`
[INFO] [stdout]  --> src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::fmt::format;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ui`
[INFO] [stdout]   --> src/main.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 |         let ui = ui_handle.unwrap();
[INFO] [stdout]    |             ^^ help: if this is intentional, prefix it with an underscore: `_ui`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ui`
[INFO] [stdout]   --> src/main.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 |         let ui = ui_handle.unwrap();
[INFO] [stdout]    |             ^^ help: if this is intentional, prefix it with an underscore: `_ui`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TAXPER` is never used
[INFO] [stdout]  --> src/main.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const TAXPER: f64 = 0.30;
[INFO] [stdout]   |       ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `OWNERPER` is never used
[INFO] [stdout]  --> src/main.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const OWNERPER: f64 = 0.55;
[INFO] [stdout]   |       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PROFITPER` is never used
[INFO] [stdout]  --> src/main.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | const PROFITPER: f64 = 0.05;
[INFO] [stdout]   |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `OPEXPER` is never used
[INFO] [stdout]  --> src/main.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | const OPEXPER: f64 = 0.10;
[INFO] [stdout]   |       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TAXPER` is never used
[INFO] [stdout]  --> src/main.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const TAXPER: f64 = 0.30;
[INFO] [stdout]   |       ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `OWNERPER` is never used
[INFO] [stdout]  --> src/main.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const OWNERPER: f64 = 0.55;
[INFO] [stdout]   |       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PROFITPER` is never used
[INFO] [stdout]  --> src/main.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | const PROFITPER: f64 = 0.05;
[INFO] [stdout]   |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `OPEXPER` is never used
[INFO] [stdout]  --> src/main.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | const OPEXPER: f64 = 0.10;
[INFO] [stdout]   |       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/shimmy-c9f53d6c3944c219/out/appwindow.rs:5:21
[INFO] [stdout]   |
[INFO] [stdout] 4 | ...e (sp :: FieldOffsets , Default)] # [const_field_offset (sp :: const_field_offset)] # [repr (C)] # [pin] struct InnerButton_root_9 {
[INFO] [stdout]   |       ------------------ fields in this struct
[INFO] [stdout] 5 | ...ot_9 : sp :: r#Empty , r#native_11 : sp :: r#NativeButton , r#root_9_empty_10_layout_cache : sp :: Property < sp :: SharedVector < sp :: Coord , > > , r#root_9_empty_10_layoutinfo_h : sp :: Property < r#LayoutInfo > , r#root_9_empty_10_layoutinfo_v : sp :: Property < r#LayoutInfo > , r#root_9_height : sp :: Property < sp :: LogicalLength > , r#root_9_native_11_y : sp :: Property < sp :: LogicalLength > , r#root_9_width : sp :: Property < sp :: LogicalLength > , r#root_9_x : sp :: Property < sp :: LogicalLength > , r#root_9_y : sp :: Property < sp :: LogicalLength > , self_weak : sp :: OnceCell < sp :: VWeakMapped < sp :: ItemTreeVTable , InnerButton_root_9 >> , root : sp :: OnceCell < sp :: VWeak < sp :: ItemTreeVTable , InnerAppWindow >> , tree_index : :: core :: cell :: Cell < u32 > , tree_index_of_first_child : :: core :: cell :: Cell < u32 > ...
[INFO] [stdout]   |           ^^^^^^^^^^^^^                 ^^^^^^^^^^^^^^^^^^^^                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]   |
[INFO] [stdout] 5 |          r#root_9 : () , r#native_11 : () , r#root_9_empty_10_layout_cache : () , r#root_9_empty_10_layoutinfo_h : () , r#root_9_empty_10_layoutinfo_v : () , r#root_9_height : () , r#root_9_native_11_y : () , r#root_9_width : () , r#root_9_x : () , r#root_9_y : () , self_weak : () , root : () , tree_index : () , tree_index_of_first_child : () , }
[INFO] [stdout]   |                     ~~                 ~~                                    ~~                                    ~~                                    ~~                     ~~                          ~~                    ~~                ~~                ~~               ~~          ~~                ~~                               ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/shimmy-c9f53d6c3944c219/out/appwindow.rs:5:21
[INFO] [stdout]   |
[INFO] [stdout] 4 | ...e (sp :: FieldOffsets , Default)] # [const_field_offset (sp :: const_field_offset)] # [repr (C)] # [pin] struct InnerButton_root_9 {
[INFO] [stdout]   |       ------------------ fields in this struct
[INFO] [stdout] 5 | ...ot_9 : sp :: r#Empty , r#native_11 : sp :: r#NativeButton , r#root_9_empty_10_layout_cache : sp :: Property < sp :: SharedVector < sp :: Coord , > > , r#root_9_empty_10_layoutinfo_h : sp :: Property < r#LayoutInfo > , r#root_9_empty_10_layoutinfo_v : sp :: Property < r#LayoutInfo > , r#root_9_height : sp :: Property < sp :: LogicalLength > , r#root_9_native_11_y : sp :: Property < sp :: LogicalLength > , r#root_9_width : sp :: Property < sp :: LogicalLength > , r#root_9_x : sp :: Property < sp :: LogicalLength > , r#root_9_y : sp :: Property < sp :: LogicalLength > , self_weak : sp :: OnceCell < sp :: VWeakMapped < sp :: ItemTreeVTable , InnerButton_root_9 >> , root : sp :: OnceCell < sp :: VWeak < sp :: ItemTreeVTable , InnerAppWindow >> , tree_index : :: core :: cell :: Cell < u32 > , tree_index_of_first_child : :: core :: cell :: Cell < u32 > ...
[INFO] [stdout]   |           ^^^^^^^^^^^^^                 ^^^^^^^^^^^^^^^^^^^^                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]   |
[INFO] [stdout] 5 |          r#root_9 : () , r#native_11 : () , r#root_9_empty_10_layout_cache : () , r#root_9_empty_10_layoutinfo_h : () , r#root_9_empty_10_layoutinfo_v : () , r#root_9_height : () , r#root_9_native_11_y : () , r#root_9_width : () , r#root_9_x : () , r#root_9_y : () , self_weak : () , root : () , tree_index : () , tree_index_of_first_child : () , }
[INFO] [stdout]   |                     ~~                 ~~                                    ~~                                    ~~                                    ~~                     ~~                          ~~                    ~~                ~~                ~~               ~~          ~~                ~~                               ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/shimmy-c9f53d6c3944c219/out/appwindow.rs:203:21
[INFO] [stdout]     |
[INFO] [stdout] 202 | ...e (sp :: FieldOffsets , Default)] # [const_field_offset (sp :: const_field_offset)] # [repr (C)] # [pin_drop] pub struct InnerAppWindow {
[INFO] [stdout]     |       ------------------ fields in this struct
[INFO] [stdout] 203 | ...ot_1 : sp :: r#WindowItem , r#rectangle_2 : sp :: r#Rectangle , r#text_4 : sp :: r#Text , r#button_5 : InnerButton_root_9 , r#button_6 : InnerButton_root_9 , r#button_7 : InnerButton_root_9 , r#button_8 : InnerButton_root_9 , r#root_1_empty_3_layout_cache_h : sp :: Property < sp :: SharedVector < sp :: Coord , > > , r#root_1_empty_3_layout_cache_v : sp :: Property < sp :: SharedVector < sp :: Coord , > > , r#root_1_empty_3_layoutinfo_h : sp :: Property < r#LayoutInfo > , r#root_1_empty_3_layoutinfo_v : sp :: Property < r#LayoutInfo > , r#root_1_layoutinfo_h : sp :: Property < r#LayoutInfo > , r#root_1_layoutinfo_v : sp :: Property < r#LayoutInfo > , r#root_1_rectangle_2_width : sp :: Property < sp :: LogicalLength > , r#root_1_rectangle_2_x : sp :: Property < sp :: LogicalLength > , r#root_1_rectangle_2_y : sp :: Property < sp :: LogicalLength > , r#root_1_x : sp :: Property < sp :: LogicalLength > , r#root_1_y : sp :: Property < sp :: LogicalLength > , r#root_1_open_github : sp :: Callback < () , () > , r#root_1_open_supabase : sp :: Callback < () , () > , r#root_1_open_sveltekit : sp :: Callback < () , () > , r#root_1_open_youtube : sp :: Callback < () , () > , self_weak : sp :: OnceCell < sp :: VWeakMapped < sp :: ItemTreeVTable , InnerAppWindow >> , root : sp :: OnceCell < sp :: VWeak < sp :: ItemTreeVTable , InnerAppWindow >> , tree_index : :: core :: cell :: Cell < u32 > , tree_index_of_first_child : :: core :: cell :: Cell < u32 > , globals : Globals_AppWindow , window_adapter_ : sp :: OnceCell < sp :: WindowAdapterRc > ...
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^                   ^^^^^^^^^^^^^^^^^              ^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                          ^^^^^^^^^^^^^^^^^^^^^^^^^^                            ^^^^^^^^^^^^^^^^^^^^^^^^^^                             ^^^^^^^^^^^^^^^^^^^^^^^^^^                           ^^^^^^^^^^^^^^^^^^^^^^^^^^               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^             ^^^^^^^^^^^^^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]     |
[INFO] [stdout] 203 |          r#root_1 : () , r#rectangle_2 : () , r#text_4 : () , r#button_5 : () , r#button_6 : () , r#button_7 : () , r#button_8 : () , r#root_1_empty_3_layout_cache_h : () , r#root_1_empty_3_layout_cache_v : () , r#root_1_empty_3_layoutinfo_h : () , r#root_1_empty_3_layoutinfo_v : () , r#root_1_layoutinfo_h : () , r#root_1_layoutinfo_v : () , r#root_1_rectangle_2_width : () , r#root_1_rectangle_2_x : () , r#root_1_rectangle_2_y : () , r#root_1_x : () , r#root_1_y : () , r#root_1_open_github : () , r#root_1_open_supabase : () , r#root_1_open_sveltekit : () , r#root_1_open_youtube : () , self_weak : () , root : () , tree_index : () , tree_index_of_first_child : () , globals : () , window_adapter_ : () , }
[INFO] [stdout]     |                     ~~                   ~~              ~~                ~~                ~~                ~~                ~~                                     ~~                                     ~~                                   ~~                                   ~~                           ~~                           ~~                                ~~                            ~~                            ~~                ~~                ~~                          ~~                            ~~                             ~~                           ~~               ~~          ~~                ~~                               ~~             ~~                     ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/shimmy-c9f53d6c3944c219/out/appwindow.rs:203:21
[INFO] [stdout]     |
[INFO] [stdout] 202 | ...e (sp :: FieldOffsets , Default)] # [const_field_offset (sp :: const_field_offset)] # [repr (C)] # [pin_drop] pub struct InnerAppWindow {
[INFO] [stdout]     |       ------------------ fields in this struct
[INFO] [stdout] 203 | ...ot_1 : sp :: r#WindowItem , r#rectangle_2 : sp :: r#Rectangle , r#text_4 : sp :: r#Text , r#button_5 : InnerButton_root_9 , r#button_6 : InnerButton_root_9 , r#button_7 : InnerButton_root_9 , r#button_8 : InnerButton_root_9 , r#root_1_empty_3_layout_cache_h : sp :: Property < sp :: SharedVector < sp :: Coord , > > , r#root_1_empty_3_layout_cache_v : sp :: Property < sp :: SharedVector < sp :: Coord , > > , r#root_1_empty_3_layoutinfo_h : sp :: Property < r#LayoutInfo > , r#root_1_empty_3_layoutinfo_v : sp :: Property < r#LayoutInfo > , r#root_1_layoutinfo_h : sp :: Property < r#LayoutInfo > , r#root_1_layoutinfo_v : sp :: Property < r#LayoutInfo > , r#root_1_rectangle_2_width : sp :: Property < sp :: LogicalLength > , r#root_1_rectangle_2_x : sp :: Property < sp :: LogicalLength > , r#root_1_rectangle_2_y : sp :: Property < sp :: LogicalLength > , r#root_1_x : sp :: Property < sp :: LogicalLength > , r#root_1_y : sp :: Property < sp :: LogicalLength > , r#root_1_open_github : sp :: Callback < () , () > , r#root_1_open_supabase : sp :: Callback < () , () > , r#root_1_open_sveltekit : sp :: Callback < () , () > , r#root_1_open_youtube : sp :: Callback < () , () > , self_weak : sp :: OnceCell < sp :: VWeakMapped < sp :: ItemTreeVTable , InnerAppWindow >> , root : sp :: OnceCell < sp :: VWeak < sp :: ItemTreeVTable , InnerAppWindow >> , tree_index : :: core :: cell :: Cell < u32 > , tree_index_of_first_child : :: core :: cell :: Cell < u32 > , globals : Globals_AppWindow , window_adapter_ : sp :: OnceCell < sp :: WindowAdapterRc > ...
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^                   ^^^^^^^^^^^^^^^^^              ^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                          ^^^^^^^^^^^^^^^^^^^^^^^^^^                            ^^^^^^^^^^^^^^^^^^^^^^^^^^                             ^^^^^^^^^^^^^^^^^^^^^^^^^^                           ^^^^^^^^^^^^^^^^^^^^^^^^^^               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^             ^^^^^^^^^^^^^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]     |
[INFO] [stdout] 203 |          r#root_1 : () , r#rectangle_2 : () , r#text_4 : () , r#button_5 : () , r#button_6 : () , r#button_7 : () , r#button_8 : () , r#root_1_empty_3_layout_cache_h : () , r#root_1_empty_3_layout_cache_v : () , r#root_1_empty_3_layoutinfo_h : () , r#root_1_empty_3_layoutinfo_v : () , r#root_1_layoutinfo_h : () , r#root_1_layoutinfo_v : () , r#root_1_rectangle_2_width : () , r#root_1_rectangle_2_x : () , r#root_1_rectangle_2_y : () , r#root_1_x : () , r#root_1_y : () , r#root_1_open_github : () , r#root_1_open_supabase : () , r#root_1_open_sveltekit : () , r#root_1_open_youtube : () , self_weak : () , root : () , tree_index : () , tree_index_of_first_child : () , globals : () , window_adapter_ : () , }
[INFO] [stdout]     |                     ~~                   ~~              ~~                ~~                ~~                ~~                ~~                                     ~~                                     ~~                                   ~~                                   ~~                           ~~                           ~~                                ~~                            ~~                            ~~                ~~                ~~                          ~~                            ~~                             ~~                           ~~               ~~          ~~                ~~                               ~~             ~~                     ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 8 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 8 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 40.26s
[INFO] running `Command { std: "docker" "inspect" "e2ef85df2366405e17de46c29349fc61236d5e4425ef39b08952a7281e8e6a3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e2ef85df2366405e17de46c29349fc61236d5e4425ef39b08952a7281e8e6a3b", kill_on_drop: false }`
[INFO] [stdout] e2ef85df2366405e17de46c29349fc61236d5e4425ef39b08952a7281e8e6a3b
[INFO] checking watiipasoo/shimmy against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwatiipasoo%2Fshimmy" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/watiipasoo/shimmy on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/watiipasoo/shimmy
[INFO] finished tweaking git repo https://github.com/watiipasoo/shimmy
[INFO] tweaked toml for git repo https://github.com/watiipasoo/shimmy written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/watiipasoo/shimmy 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" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 10ef0016119fd75c2fdd2ba51f6d945b2bb3e6dd81d5efb2eba467372f5b3742
[INFO] running `Command { std: "docker" "start" "-a" "10ef0016119fd75c2fdd2ba51f6d945b2bb3e6dd81d5efb2eba467372f5b3742", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "10ef0016119fd75c2fdd2ba51f6d945b2bb3e6dd81d5efb2eba467372f5b3742", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10ef0016119fd75c2fdd2ba51f6d945b2bb3e6dd81d5efb2eba467372f5b3742", kill_on_drop: false }`
[INFO] [stdout] 10ef0016119fd75c2fdd2ba51f6d945b2bb3e6dd81d5efb2eba467372f5b3742
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dnon_local_definitions" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4ff4e1c101d811f3ba23b919ca469add62d9cc9af70e7fcdd0bbd9e8119f34c5
[INFO] running `Command { std: "docker" "start" "-a" "4ff4e1c101d811f3ba23b919ca469add62d9cc9af70e7fcdd0bbd9e8119f34c5", kill_on_drop: false }`
[INFO] [stderr]     Checking futures-lite v2.2.0
[INFO] [stderr]     Checking enumflags2 v0.7.8
[INFO] [stderr]    Compiling toml_edit v0.21.0
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]    Compiling exr v1.71.0
[INFO] [stderr]    Compiling codemap v0.1.3
[INFO] [stderr]    Compiling countme v3.0.1
[INFO] [stderr]     Checking unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling ttf-parser v0.20.0
[INFO] [stderr]     Checking x11rb v0.13.0
[INFO] [stderr]     Checking vtable v0.1.11
[INFO] [stderr]    Compiling linked_hash_set v0.1.4
[INFO] [stderr]    Compiling i-slint-compiler v1.3.2
[INFO] [stderr]     Checking x11rb v0.12.0
[INFO] [stderr]    Compiling winit v0.29.9
[INFO] [stderr]    Compiling auto_enums v0.8.3
[INFO] [stderr]    Compiling resvg v0.36.0
[INFO] [stderr]     Checking pin-project v1.1.3
[INFO] [stderr]     Checking sctk-adwaita v0.8.1
[INFO] [stderr]     Checking zvariant v3.15.0
[INFO] [stderr]    Compiling rowan v0.15.15
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling codemap-diagnostic v0.1.2
[INFO] [stderr]    Compiling qttypes v0.2.11
[INFO] [stderr]    Compiling glutin_glx_sys v0.5.0
[INFO] [stderr]    Compiling glutin_egl_sys v0.6.0
[INFO] [stderr]     Checking blocking v1.5.1
[INFO] [stderr]     Checking async-executor v1.8.0
[INFO] [stderr]    Compiling lyon_extra v1.0.1
[INFO] [stderr]     Checking async-fs v1.6.0
[INFO] [stderr]     Checking fontdue v0.8.0
[INFO] [stderr]     Checking lyon_algorithms v1.0.4
[INFO] [stderr]    Compiling itertools v0.12.0
[INFO] [stderr]     Checking xkbcommon-dl v0.4.1
[INFO] [stderr]     Checking i-slint-common v1.3.2
[INFO] [stderr]     Checking wayland-protocols-plasma v0.2.0
[INFO] [stderr]     Checking strum v0.25.0
[INFO] [stderr]     Checking integer-sqrt v0.1.5
[INFO] [stderr]    Compiling glutin v0.31.2
[INFO] [stderr]    Compiling css-color-parser2 v1.0.1
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stderr]    Compiling i-slint-core-macros v1.3.2
[INFO] [stderr]     Checking pin-weak v1.1.0
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]     Checking accesskit v0.12.2
[INFO] [stderr]     Checking raw-window-handle v0.6.0
[INFO] [stderr]    Compiling smol_str v0.2.0
[INFO] [stderr]     Checking zbus_names v2.6.0
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]     Checking scoped-tls-hkt v0.1.4
[INFO] [stderr]    Compiling by_address v1.1.0
[INFO] [stderr]     Checking accesskit_consumer v0.16.1
[INFO] [stderr]    Compiling proc-macro-crate v3.0.0
[INFO] [stderr]    Compiling spin_on v0.1.1
[INFO] [stderr]    Compiling i-slint-backend-qt v1.3.2
[INFO] [stderr]    Compiling cpp_macros v0.5.9
[INFO] [stderr]    Compiling glutin-winit v0.4.2
[INFO] [stderr]    Compiling softbuffer v0.3.3
[INFO] [stderr]    Compiling ctor v0.2.6
[INFO] [stderr]     Checking generational-arena v0.2.9
[INFO] [stderr]     Checking zbus v3.14.1
[INFO] [stderr]     Checking imgref v1.10.0
[INFO] [stderr]     Checking i-slint-core v1.3.2
[INFO] [stderr]     Checking lru v0.12.1
[INFO] [stderr]     Checking async-once-cell v0.5.3
[INFO] [stderr]     Checking glow v0.13.0
[INFO] [stderr]     Checking x11-clipboard v0.8.1
[INFO] [stderr]     Checking smithay-clipboard v0.7.0
[INFO] [stderr]    Compiling i-slint-backend-winit v1.3.2
[INFO] [stderr]    Compiling i-slint-backend-selector v1.3.2
[INFO] [stderr]     Checking send_wrapper v0.6.0
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking copypasta v0.10.0
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking home v0.5.9
[INFO] [stderr]     Checking tiny-xlib v0.2.2
[INFO] [stderr]    Compiling image v0.24.7
[INFO] [stderr]    Compiling num_enum_derive v0.7.2
[INFO] [stderr]     Checking webbrowser v0.8.12
[INFO] [stderr]     Checking cpp v0.5.9
[INFO] [stderr]     Checking femtovg v0.8.1
[INFO] [stderr]    Compiling num_enum v0.7.2
[INFO] [stderr]     Checking i-slint-renderer-femtovg v1.3.2
[INFO] [stderr]     Checking atspi-common v0.3.0
[INFO] [stderr]     Checking atspi-proxies v0.3.0
[INFO] [stderr]     Checking atspi-connection v0.3.0
[INFO] [stderr]     Checking atspi v0.19.0
[INFO] [stderr]     Checking accesskit_unix v0.6.2
[INFO] [stderr]     Checking accesskit_winit v0.16.1
[INFO] [stderr]    Compiling slint-build v1.3.2
[INFO] [stderr]    Compiling shimmy v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling slint-macros v1.3.2
[INFO] [stderr]     Checking slint v1.3.2
[INFO] [stdout] warning: unused import: `std::fmt::format`
[INFO] [stdout]  --> src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::fmt::format;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fmt::format`
[INFO] [stdout]  --> src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::fmt::format;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ui`
[INFO] [stdout]   --> src/main.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 |         let ui = ui_handle.unwrap();
[INFO] [stdout]    |             ^^ help: if this is intentional, prefix it with an underscore: `_ui`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TAXPER` is never used
[INFO] [stdout]  --> src/main.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const TAXPER: f64 = 0.30;
[INFO] [stdout]   |       ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `OWNERPER` is never used
[INFO] [stdout]  --> src/main.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const OWNERPER: f64 = 0.55;
[INFO] [stdout]   |       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PROFITPER` is never used
[INFO] [stdout]  --> src/main.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | const PROFITPER: f64 = 0.05;
[INFO] [stdout]   |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `OPEXPER` is never used
[INFO] [stdout]  --> src/main.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | const OPEXPER: f64 = 0.10;
[INFO] [stdout]   |       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/shimmy-c9f53d6c3944c219/out/appwindow.rs:5:21
[INFO] [stdout]   |
[INFO] [stdout] 4 | ...e (sp :: FieldOffsets , Default)] # [const_field_offset (sp :: const_field_offset)] # [repr (C)] # [pin] struct InnerButton_root_9 {
[INFO] [stdout]   |       ------------------ fields in this struct
[INFO] [stdout] 5 | ...ot_9 : sp :: r#Empty , r#native_11 : sp :: r#NativeButton , r#root_9_empty_10_layout_cache : sp :: Property < sp :: SharedVector < sp :: Coord , > > , r#root_9_empty_10_layoutinfo_h : sp :: Property < r#LayoutInfo > , r#root_9_empty_10_layoutinfo_v : sp :: Property < r#LayoutInfo > , r#root_9_height : sp :: Property < sp :: LogicalLength > , r#root_9_native_11_y : sp :: Property < sp :: LogicalLength > , r#root_9_width : sp :: Property < sp :: LogicalLength > , r#root_9_x : sp :: Property < sp :: LogicalLength > , r#root_9_y : sp :: Property < sp :: LogicalLength > , self_weak : sp :: OnceCell < sp :: VWeakMapped < sp :: ItemTreeVTable , InnerButton_root_9 >> , root : sp :: OnceCell < sp :: VWeak < sp :: ItemTreeVTable , InnerAppWindow >> , tree_index : :: core :: cell :: Cell < u32 > , tree_index_of_first_child : :: core :: cell :: Cell < u32 > ...
[INFO] [stdout]   |           ^^^^^^^^^^^^^                 ^^^^^^^^^^^^^^^^^^^^                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]   |
[INFO] [stdout] 5 |          r#root_9 : () , r#native_11 : () , r#root_9_empty_10_layout_cache : () , r#root_9_empty_10_layoutinfo_h : () , r#root_9_empty_10_layoutinfo_v : () , r#root_9_height : () , r#root_9_native_11_y : () , r#root_9_width : () , r#root_9_x : () , r#root_9_y : () , self_weak : () , root : () , tree_index : () , tree_index_of_first_child : () , }
[INFO] [stdout]   |                     ~~                 ~~                                    ~~                                    ~~                                    ~~                     ~~                          ~~                    ~~                ~~                ~~               ~~          ~~                ~~                               ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/shimmy-c9f53d6c3944c219/out/appwindow.rs:203:21
[INFO] [stdout]     |
[INFO] [stdout] 202 | ...e (sp :: FieldOffsets , Default)] # [const_field_offset (sp :: const_field_offset)] # [repr (C)] # [pin_drop] pub struct InnerAppWindow {
[INFO] [stdout]     |       ------------------ fields in this struct
[INFO] [stdout] 203 | ...ot_1 : sp :: r#WindowItem , r#rectangle_2 : sp :: r#Rectangle , r#text_4 : sp :: r#Text , r#button_5 : InnerButton_root_9 , r#button_6 : InnerButton_root_9 , r#button_7 : InnerButton_root_9 , r#button_8 : InnerButton_root_9 , r#root_1_empty_3_layout_cache_h : sp :: Property < sp :: SharedVector < sp :: Coord , > > , r#root_1_empty_3_layout_cache_v : sp :: Property < sp :: SharedVector < sp :: Coord , > > , r#root_1_empty_3_layoutinfo_h : sp :: Property < r#LayoutInfo > , r#root_1_empty_3_layoutinfo_v : sp :: Property < r#LayoutInfo > , r#root_1_layoutinfo_h : sp :: Property < r#LayoutInfo > , r#root_1_layoutinfo_v : sp :: Property < r#LayoutInfo > , r#root_1_rectangle_2_width : sp :: Property < sp :: LogicalLength > , r#root_1_rectangle_2_x : sp :: Property < sp :: LogicalLength > , r#root_1_rectangle_2_y : sp :: Property < sp :: LogicalLength > , r#root_1_x : sp :: Property < sp :: LogicalLength > , r#root_1_y : sp :: Property < sp :: LogicalLength > , r#root_1_open_github : sp :: Callback < () , () > , r#root_1_open_supabase : sp :: Callback < () , () > , r#root_1_open_sveltekit : sp :: Callback < () , () > , r#root_1_open_youtube : sp :: Callback < () , () > , self_weak : sp :: OnceCell < sp :: VWeakMapped < sp :: ItemTreeVTable , InnerAppWindow >> , root : sp :: OnceCell < sp :: VWeak < sp :: ItemTreeVTable , InnerAppWindow >> , tree_index : :: core :: cell :: Cell < u32 > , tree_index_of_first_child : :: core :: cell :: Cell < u32 > , globals : Globals_AppWindow , window_adapter_ : sp :: OnceCell < sp :: WindowAdapterRc > ...
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^                   ^^^^^^^^^^^^^^^^^              ^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                          ^^^^^^^^^^^^^^^^^^^^^^^^^^                            ^^^^^^^^^^^^^^^^^^^^^^^^^^                             ^^^^^^^^^^^^^^^^^^^^^^^^^^                           ^^^^^^^^^^^^^^^^^^^^^^^^^^               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^             ^^^^^^^^^^^^^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]     |
[INFO] [stdout] 203 |          r#root_1 : () , r#rectangle_2 : () , r#text_4 : () , r#button_5 : () , r#button_6 : () , r#button_7 : () , r#button_8 : () , r#root_1_empty_3_layout_cache_h : () , r#root_1_empty_3_layout_cache_v : () , r#root_1_empty_3_layoutinfo_h : () , r#root_1_empty_3_layoutinfo_v : () , r#root_1_layoutinfo_h : () , r#root_1_layoutinfo_v : () , r#root_1_rectangle_2_width : () , r#root_1_rectangle_2_x : () , r#root_1_rectangle_2_y : () , r#root_1_x : () , r#root_1_y : () , r#root_1_open_github : () , r#root_1_open_supabase : () , r#root_1_open_sveltekit : () , r#root_1_open_youtube : () , self_weak : () , root : () , tree_index : () , tree_index_of_first_child : () , globals : () , window_adapter_ : () , }
[INFO] [stdout]     |                     ~~                   ~~              ~~                ~~                ~~                ~~                ~~                                     ~~                                     ~~                                   ~~                                   ~~                           ~~                           ~~                                ~~                            ~~                            ~~                ~~                ~~                          ~~                            ~~                             ~~                           ~~               ~~          ~~                ~~                               ~~             ~~                     ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/shimmy-c9f53d6c3944c219/out/appwindow.rs:4:17
[INFO] [stdout]   |
[INFO] [stdout] 4 |      # [derive (sp :: FieldOffsets , Default)] # [const_field_offset (sp :: const_field_offset)] # [repr (C)] # [pin] struct InnerButton_...
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: move this `impl` block outside the of the current associated constant `FIELD_OFFSETS`
[INFO] [stdout]   = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]   = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]   = note: requested on the command line with `-D non-local-definitions`
[INFO] [stdout]   = note: this error originates in the derive macro `sp::FieldOffsets` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/shimmy-c9f53d6c3944c219/out/appwindow.rs:202:17
[INFO] [stdout]     |
[INFO] [stdout] 202 |      # [derive (sp :: FieldOffsets , Default)] # [const_field_offset (sp :: const_field_offset)] # [repr (C)] # [pin_drop] pub struct Inn...
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current associated constant `FIELD_OFFSETS`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: this error originates in the derive macro `sp::FieldOffsets` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/shimmy-c9f53d6c3944c219/out/appwindow.rs:1448:14
[INFO] [stdout]      |
[INFO] [stdout] 1448 |              ItemTreeVTable_static ! (static VT for self :: InnerAppWindow) ;
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: move this `impl` block outside the of the current method `drop`
[INFO] [stdout]      = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]      = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]      = note: this error originates in the macro `ItemTreeVTable_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ui`
[INFO] [stdout]   --> src/main.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 |         let ui = ui_handle.unwrap();
[INFO] [stdout]    |             ^^ help: if this is intentional, prefix it with an underscore: `_ui`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors; 8 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TAXPER` is never used
[INFO] [stdout]  --> src/main.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const TAXPER: f64 = 0.30;
[INFO] [stdout]   |       ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `OWNERPER` is never used
[INFO] [stdout]  --> src/main.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const OWNERPER: f64 = 0.55;
[INFO] [stdout]   |       ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `PROFITPER` is never used
[INFO] [stdout]  --> src/main.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | const PROFITPER: f64 = 0.05;
[INFO] [stdout]   |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `OPEXPER` is never used
[INFO] [stdout]  --> src/main.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | const OPEXPER: f64 = 0.10;
[INFO] [stdout]   |       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/shimmy-c9f53d6c3944c219/out/appwindow.rs:5:21
[INFO] [stdout]   |
[INFO] [stdout] 4 | ...e (sp :: FieldOffsets , Default)] # [const_field_offset (sp :: const_field_offset)] # [repr (C)] # [pin] struct InnerButton_root_9 {
[INFO] [stdout]   |       ------------------ fields in this struct
[INFO] [stdout] 5 | ...ot_9 : sp :: r#Empty , r#native_11 : sp :: r#NativeButton , r#root_9_empty_10_layout_cache : sp :: Property < sp :: SharedVector < sp :: Coord , > > , r#root_9_empty_10_layoutinfo_h : sp :: Property < r#LayoutInfo > , r#root_9_empty_10_layoutinfo_v : sp :: Property < r#LayoutInfo > , r#root_9_height : sp :: Property < sp :: LogicalLength > , r#root_9_native_11_y : sp :: Property < sp :: LogicalLength > , r#root_9_width : sp :: Property < sp :: LogicalLength > , r#root_9_x : sp :: Property < sp :: LogicalLength > , r#root_9_y : sp :: Property < sp :: LogicalLength > , self_weak : sp :: OnceCell < sp :: VWeakMapped < sp :: ItemTreeVTable , InnerButton_root_9 >> , root : sp :: OnceCell < sp :: VWeak < sp :: ItemTreeVTable , InnerAppWindow >> , tree_index : :: core :: cell :: Cell < u32 > , tree_index_of_first_child : :: core :: cell :: Cell < u32 > ...
[INFO] [stdout]   |           ^^^^^^^^^^^^^                 ^^^^^^^^^^^^^^^^^^^^                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]   |
[INFO] [stdout] 5 |          r#root_9 : () , r#native_11 : () , r#root_9_empty_10_layout_cache : () , r#root_9_empty_10_layoutinfo_h : () , r#root_9_empty_10_layoutinfo_v : () , r#root_9_height : () , r#root_9_native_11_y : () , r#root_9_width : () , r#root_9_x : () , r#root_9_y : () , self_weak : () , root : () , tree_index : () , tree_index_of_first_child : () , }
[INFO] [stdout]   |                     ~~                 ~~                                    ~~                                    ~~                                    ~~                     ~~                          ~~                    ~~                ~~                ~~               ~~          ~~                ~~                               ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/shimmy-c9f53d6c3944c219/out/appwindow.rs:203:21
[INFO] [stdout]     |
[INFO] [stdout] 202 | ...e (sp :: FieldOffsets , Default)] # [const_field_offset (sp :: const_field_offset)] # [repr (C)] # [pin_drop] pub struct InnerAppWindow {
[INFO] [stdout]     |       ------------------ fields in this struct
[INFO] [stdout] 203 | ...ot_1 : sp :: r#WindowItem , r#rectangle_2 : sp :: r#Rectangle , r#text_4 : sp :: r#Text , r#button_5 : InnerButton_root_9 , r#button_6 : InnerButton_root_9 , r#button_7 : InnerButton_root_9 , r#button_8 : InnerButton_root_9 , r#root_1_empty_3_layout_cache_h : sp :: Property < sp :: SharedVector < sp :: Coord , > > , r#root_1_empty_3_layout_cache_v : sp :: Property < sp :: SharedVector < sp :: Coord , > > , r#root_1_empty_3_layoutinfo_h : sp :: Property < r#LayoutInfo > , r#root_1_empty_3_layoutinfo_v : sp :: Property < r#LayoutInfo > , r#root_1_layoutinfo_h : sp :: Property < r#LayoutInfo > , r#root_1_layoutinfo_v : sp :: Property < r#LayoutInfo > , r#root_1_rectangle_2_width : sp :: Property < sp :: LogicalLength > , r#root_1_rectangle_2_x : sp :: Property < sp :: LogicalLength > , r#root_1_rectangle_2_y : sp :: Property < sp :: LogicalLength > , r#root_1_x : sp :: Property < sp :: LogicalLength > , r#root_1_y : sp :: Property < sp :: LogicalLength > , r#root_1_open_github : sp :: Callback < () , () > , r#root_1_open_supabase : sp :: Callback < () , () > , r#root_1_open_sveltekit : sp :: Callback < () , () > , r#root_1_open_youtube : sp :: Callback < () , () > , self_weak : sp :: OnceCell < sp :: VWeakMapped < sp :: ItemTreeVTable , InnerAppWindow >> , root : sp :: OnceCell < sp :: VWeak < sp :: ItemTreeVTable , InnerAppWindow >> , tree_index : :: core :: cell :: Cell < u32 > , tree_index_of_first_child : :: core :: cell :: Cell < u32 > , globals : Globals_AppWindow , window_adapter_ : sp :: OnceCell < sp :: WindowAdapterRc > ...
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^                   ^^^^^^^^^^^^^^^^^              ^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                          ^^^^^^^^^^^^^^^^^^^^^^^^^^                            ^^^^^^^^^^^^^^^^^^^^^^^^^^                             ^^^^^^^^^^^^^^^^^^^^^^^^^^                           ^^^^^^^^^^^^^^^^^^^^^^^^^^               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^             ^^^^^^^^^^^^^^^^^                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]     |
[INFO] [stdout] 203 |          r#root_1 : () , r#rectangle_2 : () , r#text_4 : () , r#button_5 : () , r#button_6 : () , r#button_7 : () , r#button_8 : () , r#root_1_empty_3_layout_cache_h : () , r#root_1_empty_3_layout_cache_v : () , r#root_1_empty_3_layoutinfo_h : () , r#root_1_empty_3_layoutinfo_v : () , r#root_1_layoutinfo_h : () , r#root_1_layoutinfo_v : () , r#root_1_rectangle_2_width : () , r#root_1_rectangle_2_x : () , r#root_1_rectangle_2_y : () , r#root_1_x : () , r#root_1_y : () , r#root_1_open_github : () , r#root_1_open_supabase : () , r#root_1_open_sveltekit : () , r#root_1_open_youtube : () , self_weak : () , root : () , tree_index : () , tree_index_of_first_child : () , globals : () , window_adapter_ : () , }
[INFO] [stdout]     |                     ~~                   ~~              ~~                ~~                ~~                ~~                ~~                                     ~~                                     ~~                                   ~~                                   ~~                           ~~                           ~~                                ~~                            ~~                            ~~                ~~                ~~                          ~~                            ~~                             ~~                           ~~               ~~          ~~                ~~                               ~~             ~~                     ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/shimmy-c9f53d6c3944c219/out/appwindow.rs:4:17
[INFO] [stdout]   |
[INFO] [stdout] 4 |      # [derive (sp :: FieldOffsets , Default)] # [const_field_offset (sp :: const_field_offset)] # [repr (C)] # [pin] struct InnerButton_...
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: move this `impl` block outside the of the current associated constant `FIELD_OFFSETS`
[INFO] [stdout]   = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]   = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]   = note: requested on the command line with `-D non-local-definitions`
[INFO] [stdout]   = note: this error originates in the derive macro `sp::FieldOffsets` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/shimmy-c9f53d6c3944c219/out/appwindow.rs:202:17
[INFO] [stdout]     |
[INFO] [stdout] 202 |      # [derive (sp :: FieldOffsets , Default)] # [const_field_offset (sp :: const_field_offset)] # [repr (C)] # [pin_drop] pub struct Inn...
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current associated constant `FIELD_OFFSETS`
[INFO] [stdout]     = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]     = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: this error originates in the derive macro `sp::FieldOffsets` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `shimmy` (bin "shimmy") due to 4 previous errors; 8 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/shimmy-c9f53d6c3944c219/out/appwindow.rs:1448:14
[INFO] [stdout]      |
[INFO] [stdout] 1448 |              ItemTreeVTable_static ! (static VT for self :: InnerAppWindow) ;
[INFO] [stdout]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: move this `impl` block outside the of the current method `drop`
[INFO] [stdout]      = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]      = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]      = note: this error originates in the macro `ItemTreeVTable_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors; 8 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `shimmy` (bin "shimmy" test) due to 4 previous errors; 8 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "4ff4e1c101d811f3ba23b919ca469add62d9cc9af70e7fcdd0bbd9e8119f34c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ff4e1c101d811f3ba23b919ca469add62d9cc9af70e7fcdd0bbd9e8119f34c5", kill_on_drop: false }`
[INFO] [stdout] 4ff4e1c101d811f3ba23b919ca469add62d9cc9af70e7fcdd0bbd9e8119f34c5
