[INFO] cloning repository https://github.com/manpat/toybox-ui
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/manpat/toybox-ui" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanpat%2Ftoybox-ui", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanpat%2Ftoybox-ui'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c3ae1f9f7146afb74810b15e35d577b57bf116ad
[INFO] testing manpat/toybox-ui against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanpat%2Ftoybox-ui" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/manpat/toybox-ui
[INFO] finished tweaking git repo https://github.com/manpat/toybox-ui
[INFO] tweaked toml for git repo https://github.com/manpat/toybox-ui written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/manpat/toybox-ui on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/manpat/toybox-ui 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7d0120226792a1ffc74ffb4267b895e049329e653bee7e8c9f20ffaca5d97c83
[INFO] running `Command { std: "docker" "start" "-a" "7d0120226792a1ffc74ffb4267b895e049329e653bee7e8c9f20ffaca5d97c83", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7d0120226792a1ffc74ffb4267b895e049329e653bee7e8c9f20ffaca5d97c83", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d0120226792a1ffc74ffb4267b895e049329e653bee7e8c9f20ffaca5d97c83", kill_on_drop: false }`
[INFO] [stdout] 7d0120226792a1ffc74ffb4267b895e049329e653bee7e8c9f20ffaca5d97c83
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 20a58b9a45d99c095dbfc4fa1528a9b93b2d865539fca3aef695c717bd0d6414
[INFO] running `Command { std: "docker" "start" "-a" "20a58b9a45d99c095dbfc4fa1528a9b93b2d865539fca3aef695c717bd0d6414", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling find-msvc-tools v0.1.1
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling libloading v0.8.8
[INFO] [stderr]    Compiling cc v1.2.37
[INFO] [stderr]    Compiling wayland-sys v0.31.7
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling serde_core v1.0.224
[INFO] [stderr]    Compiling dlib v0.5.2
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling wayland-client v0.31.11
[INFO] [stderr]    Compiling serde v1.0.224
[INFO] [stderr]    Compiling xml-rs v0.8.27
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling wayland-backend v0.3.11
[INFO] [stderr]    Compiling wayland-scanner v0.31.7
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling ttf-parser v0.25.1
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling mint v0.5.9
[INFO] [stderr]    Compiling smithay-client-toolkit v0.19.2
[INFO] [stderr]    Compiling ab_glyph_rasterizer v0.1.10
[INFO] [stderr]    Compiling memmap2 v0.9.8
[INFO] [stderr]    Compiling cint v0.3.1
[INFO] [stderr]    Compiling strict-num v0.1.1
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling x11rb-protocol v0.13.2
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling polling v3.11.0
[INFO] [stderr]    Compiling owned_ttf_parser v0.25.1
[INFO] [stderr]    Compiling ab_glyph v0.2.31
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling wayland-csd-frame v0.3.0
[INFO] [stderr]    Compiling gethostname v1.0.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling winit v0.30.12
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling raw-window-handle v0.6.2
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling wayland-protocols v0.32.9
[INFO] [stderr]    Compiling wayland-cursor v0.31.11
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling bytemuck_derive v1.10.1
[INFO] [stderr]    Compiling serde_derive v1.0.224
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling bytemuck v1.23.2
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling tiny-skia-path v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling calloop v0.13.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tiny-skia v0.11.4
[INFO] [stderr]    Compiling proc_macro2_helper v0.2.10
[INFO] [stderr]    Compiling calloop-wayland-source v0.3.0
[INFO] [stderr]    Compiling xkbcommon-dl v0.4.2
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.1
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.1
[INFO] [stderr]    Compiling tracy-client-sys v0.23.1
[INFO] [stderr]    Compiling smol_str v0.2.2
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling dpi v0.1.2
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling rand_derive2 v0.2.0 (https://github.com/manpat/rand_derive2.git#712f9f09)
[INFO] [stderr]    Compiling emath v0.28.1 (https://github.com/emilk/egui.git?rev=1f6ae49a5f6bf43a869c215dea0d3028be8d742a#1f6ae49a)
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling glutin v0.32.3
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling gimli v0.31.1
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling deranged v0.5.3
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling common v0.5.0 (https://github.com/manpat/common-rs.git#80a03b30)
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling ecolor v0.28.1 (https://github.com/emilk/egui.git?rev=1f6ae49a5f6bf43a869c215dea0d3028be8d742a#1f6ae49a)
[INFO] [stderr]    Compiling wayland-protocols-wlr v0.3.9
[INFO] [stderr]    Compiling wayland-protocols-plasma v0.3.9
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling gl v0.1.0 (https://github.com/manpat/toybox-rs.git#eb0826fa)
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]    Compiling addr2line v0.24.2
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling sctk-adwaita v0.10.1
[INFO] [stderr]    Compiling nohash-hasher v0.2.0
[INFO] [stderr]    Compiling rustc-demangle v0.1.26
[INFO] [stderr]    Compiling nu-ansi-term v0.50.1
[INFO] [stderr]    Compiling epaint_default_fonts v0.28.1 (https://github.com/emilk/egui.git?rev=1f6ae49a5f6bf43a869c215dea0d3028be8d742a#1f6ae49a)
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling x11rb v0.13.2
[INFO] [stderr]    Compiling epaint v0.28.1 (https://github.com/emilk/egui.git?rev=1f6ae49a5f6bf43a869c215dea0d3028be8d742a#1f6ae49a)
[INFO] [stderr]    Compiling time v0.3.43
[INFO] [stderr]    Compiling tracy-client v0.17.1
[INFO] [stderr]    Compiling backtrace v0.3.75
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling simplelog v0.12.2
[INFO] [stderr]    Compiling indexmap v2.11.1
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling toybox-vfs v0.5.0 (https://github.com/manpat/toybox-rs.git#eb0826fa)
[INFO] [stderr]    Compiling log-panics v2.1.0
[INFO] [stderr]    Compiling tracing-tracy v0.11.1
[INFO] [stderr]    Compiling egui v0.28.1 (https://github.com/emilk/egui.git?rev=1f6ae49a5f6bf43a869c215dea0d3028be8d742a#1f6ae49a)
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling cpal v0.15.3
[INFO] [stderr]    Compiling alsa v0.9.1
[INFO] [stderr]    Compiling webbrowser v1.0.5
[INFO] [stderr]    Compiling arboard v3.6.1
[INFO] [stderr]    Compiling image v0.24.9
[INFO] [stderr]    Compiling smithay-clipboard v0.7.2
[INFO] [stderr]    Compiling bumpalo v3.19.0
[INFO] [stderr]    Compiling web-time v1.1.0
[INFO] [stderr]    Compiling toybox-host v0.5.0 (https://github.com/manpat/toybox-rs.git#eb0826fa)
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling toybox-gfx v0.5.0 (https://github.com/manpat/toybox-rs.git#eb0826fa)
[INFO] [stderr]    Compiling toybox-audio v0.5.0 (https://github.com/manpat/toybox-rs.git#eb0826fa)
[INFO] [stderr]    Compiling toy v0.5.0 (https://github.com/manpat/toy-rs.git#7227533c)
[INFO] [stderr]    Compiling toybox-bus v0.5.0 (https://github.com/manpat/toybox-rs.git#eb0826fa)
[INFO] [stderr]    Compiling egui-winit v0.28.1 (https://github.com/emilk/egui.git?rev=1f6ae49a5f6bf43a869c215dea0d3028be8d742a#1f6ae49a)
[INFO] [stderr]    Compiling toybox-input v0.5.0 (https://github.com/manpat/toybox-rs.git#eb0826fa)
[INFO] [stderr]    Compiling ttf-parser v0.20.0
[INFO] [stderr]    Compiling toybox-egui v0.5.0 (https://github.com/manpat/toybox-rs.git#eb0826fa)
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling toybox-cfg v0.5.0 (https://github.com/manpat/toybox-rs.git#eb0826fa)
[INFO] [stderr]    Compiling toybox v0.5.0 (https://github.com/manpat/toybox-rs.git#eb0826fa)
[INFO] [stderr]    Compiling fontdue v0.8.0
[INFO] [stderr]    Compiling toybox-ui v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `GlyphCache`
[INFO] [stdout]  --> src/ui/ui_painter.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | use super::{GlyphCache};
[INFO] [stdout]   |             ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:273:22
[INFO] [stdout]     |
[INFO] [stdout] 273 |     pub fn begin_widget(&self) -> WidgetRef {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 273 |     pub fn begin_widget(&self) -> WidgetRef<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:278:30
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn begin_widget_with_id(&self, id: impl Into<WidgetId>) -> WidgetRef {
[INFO] [stdout]     |                                 ^^^^^ the lifetime is elided here  ^^^^^^^^^ 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] 278 |     pub fn begin_widget_with_id(&self, id: impl Into<WidgetId>) -> WidgetRef<'_> {
[INFO] [stdout]     |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:301:19
[INFO] [stdout]     |
[INFO] [stdout] 301 |     pub fn do_widget(&self) -> WidgetRef {
[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] 301 |     pub fn do_widget(&self) -> WidgetRef<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:306:27
[INFO] [stdout]     |
[INFO] [stdout] 306 |     pub fn do_widget_with_id(&self, id: impl Into<WidgetId>) -> WidgetRef {
[INFO] [stdout]     |                              ^^^^^ the lifetime is elided here  ^^^^^^^^^ 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] 306 |     pub fn do_widget_with_id(&self, id: impl Into<WidgetId>) -> WidgetRef<'_> {
[INFO] [stdout]     |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:326:21
[INFO] [stdout]     |
[INFO] [stdout] 326 |     pub fn with_layout(&self, ty: LayoutType, do_contents: impl FnOnce(WidgetRef)) -> WidgetRef {
[INFO] [stdout]     |                        ^^^^^ the lifetime is elided here                              ^^^^^^^^^ 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] 326 |     pub fn with_layout(&self, ty: LayoutType, do_contents: impl FnOnce(WidgetRef)) -> WidgetRef<'_> {
[INFO] [stdout]     |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:337:27
[INFO] [stdout]     |
[INFO] [stdout] 337 |     pub fn horizontal_layout(&self, do_contents: impl FnOnce(WidgetRef)) -> WidgetRef {
[INFO] [stdout]     |                              ^^^^^ the lifetime is elided here              ^^^^^^^^^ 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] 337 |     pub fn horizontal_layout(&self, do_contents: impl FnOnce(WidgetRef)) -> WidgetRef<'_> {
[INFO] [stdout]     |                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:352:25
[INFO] [stdout]     |
[INFO] [stdout] 352 |     pub fn vertical_layout(&self, do_contents: impl FnOnce(WidgetRef)) -> WidgetRef {
[INFO] [stdout]     |                            ^^^^^ the lifetime is elided here              ^^^^^^^^^ 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] 352 |     pub fn vertical_layout(&self, do_contents: impl FnOnce(WidgetRef)) -> WidgetRef<'_> {
[INFO] [stdout]     |                                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 44s
[INFO] running `Command { std: "docker" "inspect" "20a58b9a45d99c095dbfc4fa1528a9b93b2d865539fca3aef695c717bd0d6414", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "20a58b9a45d99c095dbfc4fa1528a9b93b2d865539fca3aef695c717bd0d6414", kill_on_drop: false }`
[INFO] [stdout] 20a58b9a45d99c095dbfc4fa1528a9b93b2d865539fca3aef695c717bd0d6414
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7a4031bc8be0ee4b7c19591e4d1461f9d4b308338267d41cf38aa034136e5391
[INFO] running `Command { std: "docker" "start" "-a" "7a4031bc8be0ee4b7c19591e4d1461f9d4b308338267d41cf38aa034136e5391", kill_on_drop: false }`
[INFO] [stderr]    Compiling toybox-ui v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `GlyphCache`
[INFO] [stdout]  --> src/ui/ui_painter.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | use super::{GlyphCache};
[INFO] [stdout]   |             ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:273:22
[INFO] [stdout]     |
[INFO] [stdout] 273 |     pub fn begin_widget(&self) -> WidgetRef {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 273 |     pub fn begin_widget(&self) -> WidgetRef<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:278:30
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn begin_widget_with_id(&self, id: impl Into<WidgetId>) -> WidgetRef {
[INFO] [stdout]     |                                 ^^^^^ the lifetime is elided here  ^^^^^^^^^ 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] 278 |     pub fn begin_widget_with_id(&self, id: impl Into<WidgetId>) -> WidgetRef<'_> {
[INFO] [stdout]     |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:301:19
[INFO] [stdout]     |
[INFO] [stdout] 301 |     pub fn do_widget(&self) -> WidgetRef {
[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] 301 |     pub fn do_widget(&self) -> WidgetRef<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:306:27
[INFO] [stdout]     |
[INFO] [stdout] 306 |     pub fn do_widget_with_id(&self, id: impl Into<WidgetId>) -> WidgetRef {
[INFO] [stdout]     |                              ^^^^^ the lifetime is elided here  ^^^^^^^^^ 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] 306 |     pub fn do_widget_with_id(&self, id: impl Into<WidgetId>) -> WidgetRef<'_> {
[INFO] [stdout]     |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:326:21
[INFO] [stdout]     |
[INFO] [stdout] 326 |     pub fn with_layout(&self, ty: LayoutType, do_contents: impl FnOnce(WidgetRef)) -> WidgetRef {
[INFO] [stdout]     |                        ^^^^^ the lifetime is elided here                              ^^^^^^^^^ 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] 326 |     pub fn with_layout(&self, ty: LayoutType, do_contents: impl FnOnce(WidgetRef)) -> WidgetRef<'_> {
[INFO] [stdout]     |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:337:27
[INFO] [stdout]     |
[INFO] [stdout] 337 |     pub fn horizontal_layout(&self, do_contents: impl FnOnce(WidgetRef)) -> WidgetRef {
[INFO] [stdout]     |                              ^^^^^ the lifetime is elided here              ^^^^^^^^^ 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] 337 |     pub fn horizontal_layout(&self, do_contents: impl FnOnce(WidgetRef)) -> WidgetRef<'_> {
[INFO] [stdout]     |                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:352:25
[INFO] [stdout]     |
[INFO] [stdout] 352 |     pub fn vertical_layout(&self, do_contents: impl FnOnce(WidgetRef)) -> WidgetRef {
[INFO] [stdout]     |                            ^^^^^ the lifetime is elided here              ^^^^^^^^^ 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] 352 |     pub fn vertical_layout(&self, do_contents: impl FnOnce(WidgetRef)) -> WidgetRef<'_> {
[INFO] [stdout]     |                                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.60s
[INFO] running `Command { std: "docker" "inspect" "7a4031bc8be0ee4b7c19591e4d1461f9d4b308338267d41cf38aa034136e5391", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a4031bc8be0ee4b7c19591e4d1461f9d4b308338267d41cf38aa034136e5391", kill_on_drop: false }`
[INFO] [stdout] 7a4031bc8be0ee4b7c19591e4d1461f9d4b308338267d41cf38aa034136e5391
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3412a2f260a14cde98cbd56f9c14f415ca3b672fec0afba5f6d5432ae6fecfc6
[INFO] running `Command { std: "docker" "start" "-a" "3412a2f260a14cde98cbd56f9c14f415ca3b672fec0afba5f6d5432ae6fecfc6", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `GlyphCache`
[INFO] [stderr]  --> src/ui/ui_painter.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | use super::{GlyphCache};
[INFO] [stderr]   |             ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ui.rs:273:22
[INFO] [stderr]     |
[INFO] [stderr] 273 |     pub fn begin_widget(&self) -> WidgetRef {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 273 |     pub fn begin_widget(&self) -> WidgetRef<'_> {
[INFO] [stderr]     |                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ui.rs:278:30
[INFO] [stderr]     |
[INFO] [stderr] 278 |     pub fn begin_widget_with_id(&self, id: impl Into<WidgetId>) -> WidgetRef {
[INFO] [stderr]     |                                 ^^^^^ the lifetime is elided here  ^^^^^^^^^ 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] 278 |     pub fn begin_widget_with_id(&self, id: impl Into<WidgetId>) -> WidgetRef<'_> {
[INFO] [stderr]     |                                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ui.rs:301:19
[INFO] [stderr]     |
[INFO] [stderr] 301 |     pub fn do_widget(&self) -> WidgetRef {
[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] 301 |     pub fn do_widget(&self) -> WidgetRef<'_> {
[INFO] [stderr]     |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ui.rs:306:27
[INFO] [stderr]     |
[INFO] [stderr] 306 |     pub fn do_widget_with_id(&self, id: impl Into<WidgetId>) -> WidgetRef {
[INFO] [stderr]     |                              ^^^^^ the lifetime is elided here  ^^^^^^^^^ 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] 306 |     pub fn do_widget_with_id(&self, id: impl Into<WidgetId>) -> WidgetRef<'_> {
[INFO] [stderr]     |                                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ui.rs:326:21
[INFO] [stderr]     |
[INFO] [stderr] 326 |     pub fn with_layout(&self, ty: LayoutType, do_contents: impl FnOnce(WidgetRef)) -> WidgetRef {
[INFO] [stderr]     |                        ^^^^^ the lifetime is elided here                              ^^^^^^^^^ 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] 326 |     pub fn with_layout(&self, ty: LayoutType, do_contents: impl FnOnce(WidgetRef)) -> WidgetRef<'_> {
[INFO] [stderr]     |                                                                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ui.rs:337:27
[INFO] [stderr]     |
[INFO] [stderr] 337 |     pub fn horizontal_layout(&self, do_contents: impl FnOnce(WidgetRef)) -> WidgetRef {
[INFO] [stderr]     |                              ^^^^^ the lifetime is elided here              ^^^^^^^^^ 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] 337 |     pub fn horizontal_layout(&self, do_contents: impl FnOnce(WidgetRef)) -> WidgetRef<'_> {
[INFO] [stderr]     |                                                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ui.rs:352:25
[INFO] [stderr]     |
[INFO] [stderr] 352 |     pub fn vertical_layout(&self, do_contents: impl FnOnce(WidgetRef)) -> WidgetRef {
[INFO] [stderr]     |                            ^^^^^ the lifetime is elided here              ^^^^^^^^^ 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] 352 |     pub fn vertical_layout(&self, do_contents: impl FnOnce(WidgetRef)) -> WidgetRef<'_> {
[INFO] [stderr]     |                                                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `toybox-ui` (bin "toybox-ui" test) generated 8 warnings (run `cargo fix --bin "toybox-ui" -p toybox-ui --tests` to apply 8 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.39s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/toybox_ui-c8738a0c517e4b43)
[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" "3412a2f260a14cde98cbd56f9c14f415ca3b672fec0afba5f6d5432ae6fecfc6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3412a2f260a14cde98cbd56f9c14f415ca3b672fec0afba5f6d5432ae6fecfc6", kill_on_drop: false }`
[INFO] [stdout] 3412a2f260a14cde98cbd56f9c14f415ca3b672fec0afba5f6d5432ae6fecfc6
