[INFO] fetching crate megaui 0.2.18...
[INFO] testing megaui-0.2.18 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate megaui 0.2.18 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate megaui 0.2.18
[INFO] finished tweaking crates.io crate megaui 0.2.18
[INFO] tweaked toml for crates.io crate megaui 0.2.18 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate megaui 0.2.18 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 9 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cccd26555f08d96b478dcc5ddf98b6c05b0e11f073f93c3f95c8f772e539c3e7
[INFO] running `Command { std: "docker" "start" "-a" "cccd26555f08d96b478dcc5ddf98b6c05b0e11f073f93c3f95c8f772e539c3e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cccd26555f08d96b478dcc5ddf98b6c05b0e11f073f93c3f95c8f772e539c3e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cccd26555f08d96b478dcc5ddf98b6c05b0e11f073f93c3f95c8f772e539c3e7", kill_on_drop: false }`
[INFO] [stdout] cccd26555f08d96b478dcc5ddf98b6c05b0e11f073f93c3f95c8f772e539c3e7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 25ad44c23fd38a7f9491d5f830c81e855dddd936647bd808e0013fed60873dbe
[INFO] running `Command { std: "docker" "start" "-a" "25ad44c23fd38a7f9491d5f830c81e855dddd936647bd808e0013fed60873dbe", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling stb_truetype v0.3.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling approx v0.3.2
[INFO] [stderr]    Compiling ordered-float v1.1.1
[INFO] [stderr]    Compiling rusttype v0.8.3
[INFO] [stderr]    Compiling rusttype v0.7.9
[INFO] [stderr]    Compiling miniquad_text_rusttype v0.1.2
[INFO] [stderr]    Compiling megaui v0.2.18 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/ui.rs:247:13
[INFO] [stdout]     |
[INFO] [stdout] 247 |         let mut scroll = &mut self.window.cursor.scroll;
[INFO] [stdout]     |             ----^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `aligment` is never read
[INFO] [stdout]    --> src/draw_command.rs:303:9
[INFO] [stdout]     |
[INFO] [stdout] 301 | pub struct LabelParams {
[INFO] [stdout]     |            ----------- field in this struct
[INFO] [stdout] 302 |     pub color: Color,
[INFO] [stdout] 303 |     pub aligment: Aligment,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `LabelParams` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `visible` is never read
[INFO] [stdout]   --> src/ui.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub(crate) struct Window {
[INFO] [stdout]    |                   ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub visible: bool,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `dragging_x` is never read
[INFO] [stdout]  --> src/ui/cursor.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Scroll {
[INFO] [stdout]   |            ------ field in this struct
[INFO] [stdout] 5 |     pub scroll: Vector2,
[INFO] [stdout] 6 |     pub dragging_x: bool,
[INFO] [stdout]   |         ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Scroll` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `enabled` is never read
[INFO] [stdout]   --> src/widgets/window.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Window {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 13 |     enabled: bool,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Window` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:449:9
[INFO] [stdout]     |
[INFO] [stdout] 449 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 456 |     ) -> WindowContext {
[INFO] [stdout]     |          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 456 |     ) -> WindowContext<'_> {
[INFO] [stdout]     |                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:521:9
[INFO] [stdout]     |
[INFO] [stdout] 521 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 525 |     ) -> WindowContext {
[INFO] [stdout]     |          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 525 |     ) -> WindowContext<'_> {
[INFO] [stdout]     |                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:566:45
[INFO] [stdout]     |
[INFO] [stdout] 566 |     pub(crate) fn get_active_window_context(&mut self) -> WindowContext {
[INFO] [stdout]     |                                             ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 566 |     pub(crate) fn get_active_window_context(&mut self) -> WindowContext<'_> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: for loop over a `&Option`. This is more readably written as an `if let` statement
[INFO] [stdout]    --> src/ui.rs:666:23
[INFO] [stdout]     |
[INFO] [stdout] 666 |         for window in &self.modal {
[INFO] [stdout]     |                       ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(for_loops_over_fallibles)]` on by default
[INFO] [stdout] help: to check pattern in a loop use `while let`
[INFO] [stdout]     |
[INFO] [stdout] 666 -         for window in &self.modal {
[INFO] [stdout] 666 +         while let Some(window) = &self.modal {
[INFO] [stdout]     |
[INFO] [stdout] help: consider using `if let` to clear intent
[INFO] [stdout]     |
[INFO] [stdout] 666 -         for window in &self.modal {
[INFO] [stdout] 666 +         if let Some(window) = &self.modal {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: for loop over a `&mut Option`. This is more readably written as an `if let` statement
[INFO] [stdout]    --> src/ui.rs:725:23
[INFO] [stdout]     |
[INFO] [stdout] 725 |         for window in &mut self.modal {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: to check pattern in a loop use `while let`
[INFO] [stdout]     |
[INFO] [stdout] 725 -         for window in &mut self.modal {
[INFO] [stdout] 725 +         while let Some(window) = &mut self.modal {
[INFO] [stdout]     |
[INFO] [stdout] help: consider using `if let` to clear intent
[INFO] [stdout]     |
[INFO] [stdout] 725 -         for window in &mut self.modal {
[INFO] [stdout] 725 +         if let Some(window) = &mut self.modal {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:788:19
[INFO] [stdout]     |
[INFO] [stdout] 788 |     pub fn canvas(&mut self) -> DrawCanvas {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 788 |     pub fn canvas(&mut self) -> DrawCanvas<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s
[INFO] running `Command { std: "docker" "inspect" "25ad44c23fd38a7f9491d5f830c81e855dddd936647bd808e0013fed60873dbe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25ad44c23fd38a7f9491d5f830c81e855dddd936647bd808e0013fed60873dbe", kill_on_drop: false }`
[INFO] [stdout] 25ad44c23fd38a7f9491d5f830c81e855dddd936647bd808e0013fed60873dbe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 85aa2aac459400d85f50d79bf4571949ed6b39e14e940daf63bb2c206a395f8f
[INFO] running `Command { std: "docker" "start" "-a" "85aa2aac459400d85f50d79bf4571949ed6b39e14e940daf63bb2c206a395f8f", kill_on_drop: false }`
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/ui.rs:247:13
[INFO] [stdout]     |
[INFO] [stdout] 247 |         let mut scroll = &mut self.window.cursor.scroll;
[INFO] [stdout]     |             ----^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `aligment` is never read
[INFO] [stdout]    --> src/draw_command.rs:303:9
[INFO] [stdout]     |
[INFO] [stdout] 301 | pub struct LabelParams {
[INFO] [stdout]     |            ----------- field in this struct
[INFO] [stdout] 302 |     pub color: Color,
[INFO] [stdout] 303 |     pub aligment: Aligment,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `LabelParams` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `visible` is never read
[INFO] [stdout]   --> src/ui.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub(crate) struct Window {
[INFO] [stdout]    |                   ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub visible: bool,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `dragging_x` is never read
[INFO] [stdout]  --> src/ui/cursor.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Scroll {
[INFO] [stdout]   |            ------ field in this struct
[INFO] [stdout] 5 |     pub scroll: Vector2,
[INFO] [stdout] 6 |     pub dragging_x: bool,
[INFO] [stdout]   |         ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Scroll` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `enabled` is never read
[INFO] [stdout]   --> src/widgets/window.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Window {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 13 |     enabled: bool,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Window` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:449:9
[INFO] [stdout]     |
[INFO] [stdout] 449 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 456 |     ) -> WindowContext {
[INFO] [stdout]     |          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 456 |     ) -> WindowContext<'_> {
[INFO] [stdout]     |                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:521:9
[INFO] [stdout]     |
[INFO] [stdout] 521 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 525 |     ) -> WindowContext {
[INFO] [stdout]     |          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 525 |     ) -> WindowContext<'_> {
[INFO] [stdout]     |                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:566:45
[INFO] [stdout]     |
[INFO] [stdout] 566 |     pub(crate) fn get_active_window_context(&mut self) -> WindowContext {
[INFO] [stdout]     |                                             ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 566 |     pub(crate) fn get_active_window_context(&mut self) -> WindowContext<'_> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: for loop over a `&Option`. This is more readably written as an `if let` statement
[INFO] [stdout]    --> src/ui.rs:666:23
[INFO] [stdout]     |
[INFO] [stdout] 666 |         for window in &self.modal {
[INFO] [stdout]     |                       ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(for_loops_over_fallibles)]` on by default
[INFO] [stdout] help: to check pattern in a loop use `while let`
[INFO] [stdout]     |
[INFO] [stdout] 666 -         for window in &self.modal {
[INFO] [stdout] 666 +         while let Some(window) = &self.modal {
[INFO] [stdout]     |
[INFO] [stdout] help: consider using `if let` to clear intent
[INFO] [stdout]     |
[INFO] [stdout] 666 -         for window in &self.modal {
[INFO] [stdout] 666 +         if let Some(window) = &self.modal {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: for loop over a `&mut Option`. This is more readably written as an `if let` statement
[INFO] [stdout]    --> src/ui.rs:725:23
[INFO] [stdout]     |
[INFO] [stdout] 725 |         for window in &mut self.modal {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: to check pattern in a loop use `while let`
[INFO] [stdout]     |
[INFO] [stdout] 725 -         for window in &mut self.modal {
[INFO] [stdout] 725 +         while let Some(window) = &mut self.modal {
[INFO] [stdout]     |
[INFO] [stdout] help: consider using `if let` to clear intent
[INFO] [stdout]     |
[INFO] [stdout] 725 -         for window in &mut self.modal {
[INFO] [stdout] 725 +         if let Some(window) = &mut self.modal {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:788:19
[INFO] [stdout]     |
[INFO] [stdout] 788 |     pub fn canvas(&mut self) -> DrawCanvas {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 788 |     pub fn canvas(&mut self) -> DrawCanvas<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling megaui v0.2.18 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/ui.rs:247:13
[INFO] [stdout]     |
[INFO] [stdout] 247 |         let mut scroll = &mut self.window.cursor.scroll;
[INFO] [stdout]     |             ----^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `aligment` is never read
[INFO] [stdout]    --> src/draw_command.rs:303:9
[INFO] [stdout]     |
[INFO] [stdout] 301 | pub struct LabelParams {
[INFO] [stdout]     |            ----------- field in this struct
[INFO] [stdout] 302 |     pub color: Color,
[INFO] [stdout] 303 |     pub aligment: Aligment,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `LabelParams` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `visible` is never read
[INFO] [stdout]   --> src/ui.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub(crate) struct Window {
[INFO] [stdout]    |                   ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub visible: bool,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `dragging_x` is never read
[INFO] [stdout]  --> src/ui/cursor.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Scroll {
[INFO] [stdout]   |            ------ field in this struct
[INFO] [stdout] 5 |     pub scroll: Vector2,
[INFO] [stdout] 6 |     pub dragging_x: bool,
[INFO] [stdout]   |         ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Scroll` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `enabled` is never read
[INFO] [stdout]   --> src/widgets/window.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Window {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 13 |     enabled: bool,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Window` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:449:9
[INFO] [stdout]     |
[INFO] [stdout] 449 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 456 |     ) -> WindowContext {
[INFO] [stdout]     |          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 456 |     ) -> WindowContext<'_> {
[INFO] [stdout]     |                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:521:9
[INFO] [stdout]     |
[INFO] [stdout] 521 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 525 |     ) -> WindowContext {
[INFO] [stdout]     |          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 525 |     ) -> WindowContext<'_> {
[INFO] [stdout]     |                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:566:45
[INFO] [stdout]     |
[INFO] [stdout] 566 |     pub(crate) fn get_active_window_context(&mut self) -> WindowContext {
[INFO] [stdout]     |                                             ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 566 |     pub(crate) fn get_active_window_context(&mut self) -> WindowContext<'_> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: for loop over a `&Option`. This is more readably written as an `if let` statement
[INFO] [stdout]    --> src/ui.rs:666:23
[INFO] [stdout]     |
[INFO] [stdout] 666 |         for window in &self.modal {
[INFO] [stdout]     |                       ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(for_loops_over_fallibles)]` on by default
[INFO] [stdout] help: to check pattern in a loop use `while let`
[INFO] [stdout]     |
[INFO] [stdout] 666 -         for window in &self.modal {
[INFO] [stdout] 666 +         while let Some(window) = &self.modal {
[INFO] [stdout]     |
[INFO] [stdout] help: consider using `if let` to clear intent
[INFO] [stdout]     |
[INFO] [stdout] 666 -         for window in &self.modal {
[INFO] [stdout] 666 +         if let Some(window) = &self.modal {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: for loop over a `&mut Option`. This is more readably written as an `if let` statement
[INFO] [stdout]    --> src/ui.rs:725:23
[INFO] [stdout]     |
[INFO] [stdout] 725 |         for window in &mut self.modal {
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: to check pattern in a loop use `while let`
[INFO] [stdout]     |
[INFO] [stdout] 725 -         for window in &mut self.modal {
[INFO] [stdout] 725 +         while let Some(window) = &mut self.modal {
[INFO] [stdout]     |
[INFO] [stdout] help: consider using `if let` to clear intent
[INFO] [stdout]     |
[INFO] [stdout] 725 -         for window in &mut self.modal {
[INFO] [stdout] 725 +         if let Some(window) = &mut self.modal {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:788:19
[INFO] [stdout]     |
[INFO] [stdout] 788 |     pub fn canvas(&mut self) -> DrawCanvas {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 788 |     pub fn canvas(&mut self) -> DrawCanvas<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.62s
[INFO] running `Command { std: "docker" "inspect" "85aa2aac459400d85f50d79bf4571949ed6b39e14e940daf63bb2c206a395f8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "85aa2aac459400d85f50d79bf4571949ed6b39e14e940daf63bb2c206a395f8f", kill_on_drop: false }`
[INFO] [stdout] 85aa2aac459400d85f50d79bf4571949ed6b39e14e940daf63bb2c206a395f8f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6f9e4c8152dda85a8193b84c13a4e076b670435ec2a098b653d451710c0eac12
[INFO] running `Command { std: "docker" "start" "-a" "6f9e4c8152dda85a8193b84c13a4e076b670435ec2a098b653d451710c0eac12", kill_on_drop: false }`
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/ui.rs:247:13
[INFO] [stderr]     |
[INFO] [stderr] 247 |         let mut scroll = &mut self.window.cursor.scroll;
[INFO] [stderr]     |             ----^^^^^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `aligment` is never read
[INFO] [stderr]    --> src/draw_command.rs:303:9
[INFO] [stderr]     |
[INFO] [stderr] 301 | pub struct LabelParams {
[INFO] [stderr]     |            ----------- field in this struct
[INFO] [stderr] 302 |     pub color: Color,
[INFO] [stderr] 303 |     pub aligment: Aligment,
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `LabelParams` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `visible` is never read
[INFO] [stderr]   --> src/ui.rs:22:9
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub(crate) struct Window {
[INFO] [stderr]    |                   ------ field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 22 |     pub visible: bool,
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `dragging_x` is never read
[INFO] [stderr]  --> src/ui/cursor.rs:6:9
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub struct Scroll {
[INFO] [stderr]   |            ------ field in this struct
[INFO] [stderr] 5 |     pub scroll: Vector2,
[INFO] [stderr] 6 |     pub dragging_x: bool,
[INFO] [stderr]   |         ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `Scroll` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `enabled` is never read
[INFO] [stderr]   --> src/widgets/window.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr]  8 | pub struct Window {
[INFO] [stderr]    |            ------ field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 13 |     enabled: bool,
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Window` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ui.rs:449:9
[INFO] [stderr]     |
[INFO] [stderr] 449 |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 456 |     ) -> WindowContext {
[INFO] [stderr]     |          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 456 |     ) -> WindowContext<'_> {
[INFO] [stderr]     |                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ui.rs:521:9
[INFO] [stderr]     |
[INFO] [stderr] 521 |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 525 |     ) -> WindowContext {
[INFO] [stderr]     |          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 525 |     ) -> WindowContext<'_> {
[INFO] [stderr]     |                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ui.rs:566:45
[INFO] [stderr]     |
[INFO] [stderr] 566 |     pub(crate) fn get_active_window_context(&mut self) -> WindowContext {
[INFO] [stderr]     |                                             ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                             |
[INFO] [stderr]     |                                             the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 566 |     pub(crate) fn get_active_window_context(&mut self) -> WindowContext<'_> {
[INFO] [stderr]     |                                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: for loop over a `&Option`. This is more readably written as an `if let` statement
[INFO] [stderr]    --> src/ui.rs:666:23
[INFO] [stderr]     |
[INFO] [stderr] 666 |         for window in &self.modal {
[INFO] [stderr]     |                       ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(for_loops_over_fallibles)]` on by default
[INFO] [stderr] help: to check pattern in a loop use `while let`
[INFO] [stderr]     |
[INFO] [stderr] 666 -         for window in &self.modal {
[INFO] [stderr] 666 +         while let Some(window) = &self.modal {
[INFO] [stderr]     |
[INFO] [stderr] help: consider using `if let` to clear intent
[INFO] [stderr]     |
[INFO] [stderr] 666 -         for window in &self.modal {
[INFO] [stderr] 666 +         if let Some(window) = &self.modal {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: for loop over a `&mut Option`. This is more readably written as an `if let` statement
[INFO] [stderr]    --> src/ui.rs:725:23
[INFO] [stderr]     |
[INFO] [stderr] 725 |         for window in &mut self.modal {
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: to check pattern in a loop use `while let`
[INFO] [stderr]     |
[INFO] [stderr] 725 -         for window in &mut self.modal {
[INFO] [stderr] 725 +         while let Some(window) = &mut self.modal {
[INFO] [stderr]     |
[INFO] [stderr] help: consider using `if let` to clear intent
[INFO] [stderr]     |
[INFO] [stderr] 725 -         for window in &mut self.modal {
[INFO] [stderr] 725 +         if let Some(window) = &mut self.modal {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ui.rs:788:19
[INFO] [stderr]     |
[INFO] [stderr] 788 |     pub fn canvas(&mut self) -> DrawCanvas {
[INFO] [stderr]     |                   ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 788 |     pub fn canvas(&mut self) -> DrawCanvas<'_> {
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `megaui` (lib) generated 11 warnings (run `cargo fix --lib -p megaui` to apply 5 suggestions)
[INFO] [stderr] warning: `megaui` (lib test) generated 11 warnings (11 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/megaui-b77486f3e00d3468)
[INFO] [stderr]    Doc-tests megaui
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "6f9e4c8152dda85a8193b84c13a4e076b670435ec2a098b653d451710c0eac12", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f9e4c8152dda85a8193b84c13a4e076b670435ec2a098b653d451710c0eac12", kill_on_drop: false }`
[INFO] [stdout] 6f9e4c8152dda85a8193b84c13a4e076b670435ec2a098b653d451710c0eac12
