[INFO] cloning repository https://github.com/nathansCodes/cosmic-todo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nathansCodes/cosmic-todo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FnathansCodes%2Fcosmic-todo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FnathansCodes%2Fcosmic-todo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5b200b1d9ad6a960a421de7f40348bdb4ea88d0a
[INFO] checking nathansCodes/cosmic-todo against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FnathansCodes%2Fcosmic-todo" "/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/nathansCodes/cosmic-todo
[INFO] finished tweaking git repo https://github.com/nathansCodes/cosmic-todo
[INFO] tweaked toml for git repo https://github.com/nathansCodes/cosmic-todo written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nathansCodes/cosmic-todo on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nathansCodes/cosmic-todo 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" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 28eba592f78d9b3a322b9958ceab7907e1147f0bf4987469cba4224534450468
[INFO] running `Command { std: "docker" "start" "-a" "28eba592f78d9b3a322b9958ceab7907e1147f0bf4987469cba4224534450468", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "28eba592f78d9b3a322b9958ceab7907e1147f0bf4987469cba4224534450468", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "28eba592f78d9b3a322b9958ceab7907e1147f0bf4987469cba4224534450468", kill_on_drop: false }`
[INFO] [stdout] 28eba592f78d9b3a322b9958ceab7907e1147f0bf4987469cba4224534450468
[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=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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] baa9cfd80be0b2cc80d9ab8b3ade657584cf0b1f9190cfb464deeb104f102700
[INFO] running `Command { std: "docker" "start" "-a" "baa9cfd80be0b2cc80d9ab8b3ade657584cf0b1f9190cfb464deeb104f102700", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.83
[INFO] [stderr]    Compiling serde v1.0.202
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling cc v1.0.98
[INFO] [stderr]     Checking wayland-sys v0.31.1
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling smithay-client-toolkit v0.18.0 (https://github.com/smithay/client-toolkit?rev=3bed072#3bed072b)
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking miniz_oxide v0.7.3
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling quick-xml v0.31.0
[INFO] [stderr]     Checking memmap2 v0.9.4
[INFO] [stderr]     Checking x11rb-protocol v0.13.1
[INFO] [stderr]     Checking float-cmp v0.9.0
[INFO] [stderr]    Compiling wayland-backend v0.3.3
[INFO] [stderr]    Compiling by_address v1.2.1
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking flate2 v1.0.30
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]    Compiling palette v0.7.6
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking fast-srgb8 v1.0.0
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking xxhash-rust v0.8.10
[INFO] [stderr]     Checking png v0.17.13
[INFO] [stderr]     Checking fontconfig-parser v0.5.6
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]     Checking unicode-script v0.5.6
[INFO] [stderr]     Checking unicode-properties v0.1.1
[INFO] [stderr]     Checking unicode-ccc v0.1.2
[INFO] [stderr]     Checking unicode-bidi-mirroring v0.1.0
[INFO] [stderr]     Checking either v1.12.0
[INFO] [stderr]     Checking fontdb v0.16.2
[INFO] [stderr]    Compiling wayland-scanner v0.31.1
[INFO] [stderr]     Checking tokio v1.37.0
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking kurbo v0.9.5
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling drm-sys v0.6.1
[INFO] [stderr]     Checking fastrand v2.1.0
[INFO] [stderr]     Checking flume v0.11.0
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking euclid v0.22.10
[INFO] [stderr]     Checking svgtypes v0.13.0
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]     Checking zeno v0.2.3
[INFO] [stderr]     Checking linux-raw-sys v0.6.4
[INFO] [stderr]    Compiling drm-fourcc v2.2.0
[INFO] [stderr]     Checking yazi v0.1.6
[INFO] [stderr]     Checking exr v1.72.0
[INFO] [stderr]     Checking lyon_geom v1.0.5
[INFO] [stderr]     Checking simplecss v0.2.1
[INFO] [stderr]     Checking unicode-vo v0.1.0
[INFO] [stderr]     Checking sys-locale v0.3.1
[INFO] [stderr]     Checking self_cell v1.0.4
[INFO] [stderr]     Checking unicode-segmentation v1.11.0
[INFO] [stderr]     Checking rangemap v1.5.1
[INFO] [stderr]     Checking mutate_once v0.1.1
[INFO] [stderr]     Checking jpeg-decoder v0.3.1
[INFO] [stderr]     Checking kamadak-exif v0.5.5
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling softbuffer v0.4.1 (https://github.com/pop-os/softbuffer?tag=cosmic-4.0#6e75b1ad)
[INFO] [stderr]     Checking lyon_path v1.0.5
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]     Checking glam v0.24.2
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]     Checking ttf-parser v0.21.1
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking gif v0.12.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]    Compiling winit v0.29.10 (https://github.com/pop-os/winit.git?branch=winit-0.29#bdc66109)
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking zerocopy v0.7.34
[INFO] [stderr]    Compiling darling_core v0.20.9
[INFO] [stderr]     Checking inotify v0.9.6
[INFO] [stderr]    Compiling serde_derive v1.0.202
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling bytemuck_derive v1.6.1
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling palette_derive v0.7.6
[INFO] [stderr]    Compiling ctor v0.2.8
[INFO] [stderr]     Checking bytemuck v1.16.0
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking font-types v0.5.3
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking usvg-tree v0.37.0
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking read-fonts v0.19.1
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking usvg-parser v0.37.0
[INFO] [stderr]     Checking tiny-xlib v0.2.2
[INFO] [stderr]     Checking rgb v0.8.37
[INFO] [stderr]     Checking owned_ttf_parser v0.21.0
[INFO] [stderr]     Checking ab_glyph v0.2.26
[INFO] [stderr]    Compiling ouroboros_macro v0.17.2
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking num-bigint v0.4.5
[INFO] [stderr]     Checking crossbeam-channel v0.5.13
[INFO] [stderr]     Checking filetime v0.2.23
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking aliasable v0.1.3
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking xdg v2.5.2
[INFO] [stderr]     Checking ouroboros v0.17.2
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking notify v6.1.1
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking ordered-multimap v0.7.3
[INFO] [stderr]    Compiling darling_macro v0.20.9
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]    Compiling cosmic-config-derive v0.1.0 (https://github.com/pop-os/libcosmic#8b0bb6a6)
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking swash v0.1.16
[INFO] [stderr]    Compiling darling v0.20.9
[INFO] [stderr]     Checking rust-ini v0.20.0
[INFO] [stderr]     Checking grid v0.11.0
[INFO] [stderr]     Checking almost v0.2.0
[INFO] [stderr]     Checking freedesktop-icons v0.2.6
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking taffy v0.3.11 (https://github.com/DioxusLabs/taffy?rev=7781c70#7781c702)
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking rustybuzz v0.12.1
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking csscolorparser v0.6.2
[INFO] [stderr]     Checking fraction v0.14.0
[INFO] [stderr]    Compiling derive_setters v0.1.6
[INFO] [stderr]     Checking css-color v0.2.8
[INFO] [stderr]     Checking apply v0.3.0
[INFO] [stderr]     Checking xdg-basedir v1.0.0
[INFO] [stderr]     Checking usvg-text-layout v0.37.0
[INFO] [stderr]     Checking usvg v0.37.0
[INFO] [stderr]     Checking resvg v0.37.0
[INFO] [stderr]     Checking cosmic-text v0.11.2 (https://github.com/pop-os/cosmic-text.git#2f5f2c63)
[INFO] [stderr]     Checking polling v3.7.0
[INFO] [stderr]     Checking x11rb v0.13.1
[INFO] [stderr]     Checking drm-ffi v0.7.1
[INFO] [stderr]     Checking tempfile v3.10.1
[INFO] [stderr]     Checking drm v0.11.1
[INFO] [stderr]     Checking atomicwrites v0.4.2 (https://github.com/jackpot51/rust-atomicwrites#043ab485)
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking calloop v0.12.4
[INFO] [stderr]     Checking wayland-client v0.31.2
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking clipboard_x11 v0.4.2 (https://github.com/pop-os/window_clipboard.git?tag=pop-dnd-6#8a816d8f)
[INFO] [stderr]     Checking wayland-protocols v0.31.2
[INFO] [stderr]     Checking wayland-cursor v0.31.1
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking calloop-wayland-source v0.2.0
[INFO] [stderr]     Checking wayland-protocols-wlr v0.2.0
[INFO] [stderr]     Checking wayland-protocols-plasma v0.2.0
[INFO] [stderr]     Checking smithay-client-toolkit v0.18.1
[INFO] [stderr]     Checking sctk-adwaita v0.8.1
[INFO] [stderr]     Checking smithay-clipboard v0.8.0 (https://github.com/pop-os/smithay-clipboard?tag=pop-dnd-4#ab422ddc)
[INFO] [stderr]     Checking mime v0.1.0 (https://github.com/pop-os/window_clipboard.git?tag=pop-dnd-6#8a816d8f)
[INFO] [stderr]     Checking dnd v0.1.0 (https://github.com/pop-os/window_clipboard.git?tag=pop-dnd-6#8a816d8f)
[INFO] [stderr]     Checking clipboard_wayland v0.2.2 (https://github.com/pop-os/window_clipboard.git?tag=pop-dnd-6#8a816d8f)
[INFO] [stderr]     Checking window_clipboard v0.4.1 (https://github.com/pop-os/window_clipboard.git?tag=pop-dnd-6#8a816d8f)
[INFO] [stderr]     Checking iced_core v0.12.0 (https://github.com/pop-os/libcosmic#8b0bb6a6)
[INFO] [stderr]     Checking iced_futures v0.12.0 (https://github.com/pop-os/libcosmic#8b0bb6a6)
[INFO] [stderr]     Checking iced_style v0.12.0 (https://github.com/pop-os/libcosmic#8b0bb6a6)
[INFO] [stderr]     Checking iced_graphics v0.12.0 (https://github.com/pop-os/libcosmic#8b0bb6a6)
[INFO] [stderr]     Checking iced_runtime v0.12.0 (https://github.com/pop-os/libcosmic#8b0bb6a6)
[INFO] [stderr]     Checking cosmic-config v0.1.0 (https://github.com/pop-os/libcosmic#8b0bb6a6)
[INFO] [stderr]     Checking cosmic-theme v0.1.0 (https://github.com/pop-os/libcosmic#8b0bb6a6)
[INFO] [stderr]     Checking iced_tiny_skia v0.12.0 (https://github.com/pop-os/libcosmic#8b0bb6a6)
[INFO] [stderr]     Checking iced_winit v0.12.0 (https://github.com/pop-os/libcosmic#8b0bb6a6)
[INFO] [stderr]     Checking iced_renderer v0.12.0 (https://github.com/pop-os/libcosmic#8b0bb6a6)
[INFO] [stderr]     Checking iced_widget v0.12.0 (https://github.com/pop-os/libcosmic#8b0bb6a6)
[INFO] [stderr]     Checking iced v0.12.0 (https://github.com/pop-os/libcosmic#8b0bb6a6)
[INFO] [stderr]     Checking libcosmic v0.1.0 (https://github.com/pop-os/libcosmic#8b0bb6a6)
[INFO] [stderr]     Checking cosmic-time v0.4.0 (https://github.com/pop-os/cosmic-time#714acf7e)
[INFO] [stderr]     Checking cosmic-todo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/main.rs:140:13
[INFO] [stdout]     |
[INFO] [stdout] 140 |     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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 140 |     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/main.rs:150:21
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn header_start(&self) -> Vec<Element<Self::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] 150 |     fn header_start(&self) -> Vec<Element<'_, Self::Message>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/main.rs:156:16
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn nav_bar(&self) -> Option<Element<cosmic::app::Message<Self::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] 156 |     fn nav_bar(&self) -> Option<Element<'_, cosmic::app::Message<Self::Message>>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/main.rs:192:15
[INFO] [stdout]     |
[INFO] [stdout] 192 |     fn dialog(&self) -> Option<Element<Self::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] 192 |     fn dialog(&self) -> Option<Element<'_, Self::Message>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/collection.rs:57:17
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn view(&self) -> Element<CollectionMessage> {
[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] 57 |     pub fn view(&self) -> Element<'_, CollectionMessage> {
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/task.rs:17:17
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn view(&self) -> Element<TaskMessage> {
[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] 17 |     pub fn view(&self) -> Element<'_, TaskMessage> {
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/main.rs:140:13
[INFO] [stdout]     |
[INFO] [stdout] 140 |     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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 140 |     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/main.rs:150:21
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn header_start(&self) -> Vec<Element<Self::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] 150 |     fn header_start(&self) -> Vec<Element<'_, Self::Message>> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/main.rs:156:16
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn nav_bar(&self) -> Option<Element<cosmic::app::Message<Self::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] 156 |     fn nav_bar(&self) -> Option<Element<'_, cosmic::app::Message<Self::Message>>> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/main.rs:192:15
[INFO] [stdout]     |
[INFO] [stdout] 192 |     fn dialog(&self) -> Option<Element<Self::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] 192 |     fn dialog(&self) -> Option<Element<'_, Self::Message>> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/collection.rs:57:17
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn view(&self) -> Element<CollectionMessage> {
[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] 57 |     pub fn view(&self) -> Element<'_, CollectionMessage> {
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/task.rs:17:17
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn view(&self) -> Element<TaskMessage> {
[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] 17 |     pub fn view(&self) -> Element<'_, TaskMessage> {
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
[INFO] running `Command { std: "docker" "inspect" "baa9cfd80be0b2cc80d9ab8b3ade657584cf0b1f9190cfb464deeb104f102700", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "baa9cfd80be0b2cc80d9ab8b3ade657584cf0b1f9190cfb464deeb104f102700", kill_on_drop: false }`
[INFO] [stdout] baa9cfd80be0b2cc80d9ab8b3ade657584cf0b1f9190cfb464deeb104f102700
