[INFO] fetching crate time_keeper 1.1.1...
[INFO] checking time_keeper-1.1.1 against try#e117153a45c546e883c1f91d82611775fcaeffe0 for pr-146470
[INFO] extracting crate time_keeper 1.1.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate time_keeper 1.1.1
[INFO] finished tweaking crates.io crate time_keeper 1.1.1
[INFO] tweaked toml for crates.io crate time_keeper 1.1.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate time_keeper 1.1.1 on toolchain e117153a45c546e883c1f91d82611775fcaeffe0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate time_keeper 1.1.1 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" "+e117153a45c546e883c1f91d82611775fcaeffe0" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fea03647d99ad48d2f7cad4e97c39abaf5f0bfd970d168250762b6451cb11be2
[INFO] running `Command { std: "docker" "start" "-a" "fea03647d99ad48d2f7cad4e97c39abaf5f0bfd970d168250762b6451cb11be2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fea03647d99ad48d2f7cad4e97c39abaf5f0bfd970d168250762b6451cb11be2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fea03647d99ad48d2f7cad4e97c39abaf5f0bfd970d168250762b6451cb11be2", kill_on_drop: false }`
[INFO] [stdout] fea03647d99ad48d2f7cad4e97c39abaf5f0bfd970d168250762b6451cb11be2
[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" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2e905e3bccd6af9636e457dcdacd48df89f7e7bfa084f33329b5c1468675f63a
[INFO] running `Command { std: "docker" "start" "-a" "2e905e3bccd6af9636e457dcdacd48df89f7e7bfa084f33329b5c1468675f63a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]     Checking bitflags v2.9.3
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]     Checking libloading v0.8.8
[INFO] [stderr]    Compiling cc v1.2.34
[INFO] [stderr]    Compiling wayland-sys v0.31.7
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]    Compiling wayland-client v0.31.11
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]     Checking phf_shared v0.11.3
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]    Compiling palette v0.7.6
[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 by_address v1.2.1
[INFO] [stderr]     Checking self_cell v1.2.0
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]    Compiling indexmap v2.11.0
[INFO] [stderr]    Compiling wayland-backend v0.3.11
[INFO] [stderr]     Checking memmap2 v0.9.8
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]    Compiling wayland-scanner v0.31.7
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]     Checking fast-srgb8 v1.0.0
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking x11rb-protocol v0.13.1
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking cursor-icon v1.2.0
[INFO] [stderr]    Compiling drm-sys v0.7.0
[INFO] [stderr]     Checking glam v0.25.0
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]     Checking xkeysym v0.2.1
[INFO] [stderr]    Compiling smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]     Checking xcursor v0.3.10
[INFO] [stderr]     Checking fontconfig-parser v0.5.8
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]     Checking jpeg-decoder v0.3.2
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking linux-raw-sys v0.6.5
[INFO] [stderr]     Checking yazi v0.1.6
[INFO] [stderr]     Checking polling v3.10.0
[INFO] [stderr]     Checking zeno v0.2.3
[INFO] [stderr]     Checking ttf-parser v0.20.0
[INFO] [stderr]    Compiling drm-fourcc v2.2.0
[INFO] [stderr]     Checking unicode-properties v0.1.3
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking exr v1.73.0
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]    Compiling tiny-xlib v0.2.4
[INFO] [stderr]     Checking sys-locale v0.3.2
[INFO] [stderr]     Checking unicode-bidi v0.3.18
[INFO] [stderr]     Checking mutate_once v0.1.2
[INFO] [stderr]     Checking rangemap v1.6.0
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]     Checking wayland-protocols v0.32.9
[INFO] [stderr]     Checking wayland-cursor v0.31.11
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling bytemuck_derive v1.10.1
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking bytemuck v1.23.2
[INFO] [stderr]    Compiling palette_derive v0.7.6
[INFO] [stderr]     Checking font-types v0.7.3
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking read-fonts v0.22.7
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]     Checking unic-langid-impl v0.9.6
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.9
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking rustybuzz v0.14.1
[INFO] [stderr]     Checking x11rb v0.13.1
[INFO] [stderr]    Compiling zvariant_utils v3.2.1
[INFO] [stderr]    Compiling unic-langid v0.9.6
[INFO] [stderr]     Checking fontdb v0.16.2
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]    Compiling zvariant_derive v5.7.0
[INFO] [stderr]     Checking kamadak-exif v0.5.5
[INFO] [stderr]     Checking drm-ffi v0.8.0
[INFO] [stderr]    Compiling rust-embed-utils v8.7.2
[INFO] [stderr]    Compiling softbuffer v0.4.6
[INFO] [stderr]     Checking skrifa v0.22.3
[INFO] [stderr]     Checking ctor-lite v0.1.0
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]     Checking drm v0.12.0
[INFO] [stderr]    Compiling type-map v0.5.1
[INFO] [stderr]    Compiling rust-embed-impl v8.7.2
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]     Checking iced_core v0.13.2
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]     Checking async-lock v3.4.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling endi v1.1.0
[INFO] [stderr]     Checking swash v0.1.19
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.10
[INFO] [stderr]    Compiling self_cell v0.10.3
[INFO] [stderr]    Compiling i18n-config v0.4.8
[INFO] [stderr]    Compiling zvariant v5.7.0
[INFO] [stderr]     Checking iced_futures v0.13.2
[INFO] [stderr]    Compiling find-crate v0.6.3
[INFO] [stderr]     Checking owned_ttf_parser v0.25.1
[INFO] [stderr]     Checking async-io v2.5.0
[INFO] [stderr]     Checking ab_glyph v0.2.31
[INFO] [stderr]    Compiling intl-memoizer v0.5.3
[INFO] [stderr]    Compiling fluent-langneg v0.13.0
[INFO] [stderr]    Compiling intl_pluralrules v7.0.2
[INFO] [stderr]     Checking smithay-clipboard v0.7.2
[INFO] [stderr]    Compiling fluent-syntax v0.11.1
[INFO] [stderr]     Checking kurbo v0.10.4
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]    Compiling winit v0.30.12
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]     Checking regex-syntax v0.8.6
[INFO] [stderr]    Compiling fluent-bundle v0.15.3
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]     Checking clipboard_wayland v0.2.2
[INFO] [stderr]    Compiling i18n-embed-impl v0.8.4
[INFO] [stderr]     Checking async-signal v0.2.12
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking iced_runtime v0.13.2
[INFO] [stderr]     Checking clipboard_x11 v0.4.2
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.9
[INFO] [stderr]     Checking cosmic-text v0.12.1
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking regex-automata v0.4.10
[INFO] [stderr]    Compiling zbus_names v4.2.0
[INFO] [stderr]     Checking iced_graphics v0.13.0
[INFO] [stderr]     Checking window_clipboard v0.4.1
[INFO] [stderr]     Checking async-process v2.4.0
[INFO] [stderr]    Compiling zbus_macros v5.10.0
[INFO] [stderr]     Checking iced_tiny_skia v0.13.0
[INFO] [stderr]    Compiling fluent v0.16.1
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking async-executor v1.13.2
[INFO] [stderr]     Checking iced_renderer v0.13.0
[INFO] [stderr]    Compiling rust-embed v8.7.2
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]    Compiling arc-swap v1.7.1
[INFO] [stderr]     Checking regex v1.11.2
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking iced_widget v0.13.4
[INFO] [stderr]    Compiling i18n-embed v0.15.4
[INFO] [stderr]    Compiling time_keeper v1.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking locale_config v0.3.0
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking home v0.5.11
[INFO] [stderr]    Compiling i18n-embed-fl v0.9.4
[INFO] [stderr]     Checking zbus v5.10.0
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking iced_winit v0.13.0
[INFO] [stderr]     Checking iced v0.13.1
[INFO] [stderr]     Checking notify-rust v4.11.7
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/widget.rs:25:26
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn time_edit_box(&self) -> Element<Message> {
[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] 25 |     pub fn time_edit_box(&self) -> Element<'_, Message> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/view.rs:20:17
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn view(&self) -> Element<Message> {
[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] 20 |     pub fn view(&self) -> Element<'_, Message> {
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/view/about.rs:25:23
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn about_page(&self) -> Element<Message> {
[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] 25 |     pub fn about_page(&self) -> Element<'_, Message> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/view/about.rs:81:19
[INFO] [stdout]    |
[INFO] [stdout] 81 |     fn get_header(&self) -> Column<Message> {
[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] 81 |     fn get_header(&self) -> Column<'_, Message> {
[INFO] [stdout]    |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/view/main.rs:26:22
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn main_page(&self) -> Element<Message> {
[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] 26 |     pub fn main_page(&self) -> Element<'_, Message> {
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/view/main.rs:63:18
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn time_text(&self) -> Text {
[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] 63 |     fn time_text(&self) -> Text<'_> {
[INFO] [stdout]    |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/view/main.rs:74:21
[INFO] [stdout]    |
[INFO] [stdout] 74 |     fn time_buttons(&self) -> Row<Message> {
[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] 74 |     fn time_buttons(&self) -> Row<'_, Message> {
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/view/main.rs:87:19
[INFO] [stdout]    |
[INFO] [stdout] 87 |     fn stats_info(&self, entry: StatisticEntry) -> Element<Message> {
[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] 87 |     fn stats_info(&self, entry: StatisticEntry) -> Element<'_, Message> {
[INFO] [stdout]    |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui/view/main.rs:111:22
[INFO] [stdout]     |
[INFO] [stdout] 111 |     fn stats_subpage(&self) -> Element<Message> {
[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] 111 |     fn stats_subpage(&self) -> Element<'_, Message> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/view/settings.rs:22:26
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub fn settings_page(&self) -> Element<Message> {
[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] 22 |     pub fn settings_page(&self) -> Element<'_, Message> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/widget.rs:25:26
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn time_edit_box(&self) -> Element<Message> {
[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] 25 |     pub fn time_edit_box(&self) -> Element<'_, Message> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/view.rs:20:17
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn view(&self) -> Element<Message> {
[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] 20 |     pub fn view(&self) -> Element<'_, Message> {
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/view/about.rs:25:23
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn about_page(&self) -> Element<Message> {
[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] 25 |     pub fn about_page(&self) -> Element<'_, Message> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/view/about.rs:81:19
[INFO] [stdout]    |
[INFO] [stdout] 81 |     fn get_header(&self) -> Column<Message> {
[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] 81 |     fn get_header(&self) -> Column<'_, Message> {
[INFO] [stdout]    |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/view/main.rs:26:22
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn main_page(&self) -> Element<Message> {
[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] 26 |     pub fn main_page(&self) -> Element<'_, Message> {
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/view/main.rs:63:18
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn time_text(&self) -> Text {
[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] 63 |     fn time_text(&self) -> Text<'_> {
[INFO] [stdout]    |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/view/main.rs:74:21
[INFO] [stdout]    |
[INFO] [stdout] 74 |     fn time_buttons(&self) -> Row<Message> {
[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] 74 |     fn time_buttons(&self) -> Row<'_, Message> {
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/view/main.rs:87:19
[INFO] [stdout]    |
[INFO] [stdout] 87 |     fn stats_info(&self, entry: StatisticEntry) -> Element<Message> {
[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] 87 |     fn stats_info(&self, entry: StatisticEntry) -> Element<'_, Message> {
[INFO] [stdout]    |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui/view/main.rs:111:22
[INFO] [stdout]     |
[INFO] [stdout] 111 |     fn stats_subpage(&self) -> Element<Message> {
[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] 111 |     fn stats_subpage(&self) -> Element<'_, Message> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/ui/view/settings.rs:22:26
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub fn settings_page(&self) -> Element<Message> {
[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] 22 |     pub fn settings_page(&self) -> Element<'_, Message> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 22s
[INFO] running `Command { std: "docker" "inspect" "2e905e3bccd6af9636e457dcdacd48df89f7e7bfa084f33329b5c1468675f63a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e905e3bccd6af9636e457dcdacd48df89f7e7bfa084f33329b5c1468675f63a", kill_on_drop: false }`
[INFO] [stdout] 2e905e3bccd6af9636e457dcdacd48df89f7e7bfa084f33329b5c1468675f63a
