[INFO] fetching crate crates-tui 0.1.25...
[INFO] checking crates-tui-0.1.25 against try#943e2200e35c3825486c4671b6cab0107a07f8c1 for pr-148952
[INFO] extracting crate crates-tui 0.1.25 into /workspace/builds/worker-7-tc2/source
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate crates-tui 0.1.25
[INFO] finished tweaking crates.io crate crates-tui 0.1.25
[INFO] tweaked toml for crates.io crate crates-tui 0.1.25 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate crates-tui 0.1.25 on toolchain 943e2200e35c3825486c4671b6cab0107a07f8c1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate crates-tui 0.1.25 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" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 62c2e9e9eb84236ba631c90f0890e35b2847e4e3fe69fea0f131b1fd92fe649a
[INFO] running `Command { std: "docker" "start" "-a" "62c2e9e9eb84236ba631c90f0890e35b2847e4e3fe69fea0f131b1fd92fe649a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "62c2e9e9eb84236ba631c90f0890e35b2847e4e3fe69fea0f131b1fd92fe649a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62c2e9e9eb84236ba631c90f0890e35b2847e4e3fe69fea0f131b1fd92fe649a", kill_on_drop: false }`
[INFO] [stdout] 62c2e9e9eb84236ba631c90f0890e35b2847e4e3fe69fea0f131b1fd92fe649a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+943e2200e35c3825486c4671b6cab0107a07f8c1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 308cb354d9af2d94d792e6c33cee743d105d9eb98b6dd11d736d7fb8cee0cc4e
[INFO] running `Command { std: "docker" "start" "-a" "308cb354d9af2d94d792e6c33cee743d105d9eb98b6dd11d736d7fb8cee0cc4e", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]     Checking log v0.4.25
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]     Checking ryu v1.0.19
[INFO] [stderr]    Compiling rustversion v1.0.19
[INFO] [stderr]     Checking libloading v0.8.6
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling litemap v0.7.4
[INFO] [stderr]     Checking bytes v1.10.0
[INFO] [stderr]    Compiling writeable v0.5.5
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking foldhash v0.1.4
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.0
[INFO] [stderr]    Compiling quick-xml v0.37.2
[INFO] [stderr]    Compiling wayland-client v0.31.8
[INFO] [stderr]    Compiling icu_properties_data v1.5.0
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]    Compiling utf16_iter v1.0.5
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling write16 v1.0.0
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.0
[INFO] [stderr]    Compiling serde_json v1.0.138
[INFO] [stderr]    Compiling httparse v1.10.0
[INFO] [stderr]    Compiling openssl v0.10.70
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]    Compiling semver v1.0.25
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]    Compiling native-tls v0.2.13
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling wayland-sys v0.31.6
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking http v1.2.0
[INFO] [stderr]     Checking indexmap v2.7.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]     Checking miniz_oxide v0.7.4
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]    Compiling vergen v8.3.2
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling cc v1.2.12
[INFO] [stderr]    Compiling wayland-scanner v0.31.6
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]     Checking winnow v0.7.1
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking memmap2 v0.9.5
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking castaway v0.2.3
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]     Checking x11rb-protocol v0.13.1
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling time v0.3.37
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]     Checking inlinable_string v0.1.15
[INFO] [stderr]     Checking owo-colors v3.5.0
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking uuid v1.13.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking console v0.15.10
[INFO] [stderr]     Checking smawk v0.3.2
[INFO] [stderr]     Checking num-format v0.4.4
[INFO] [stderr]     Checking textwrap v0.16.1
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking directories v6.0.0
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]    Compiling wayland-backend v0.3.8
[INFO] [stderr]    Compiling openssl-sys v0.9.105
[INFO] [stderr]    Compiling libz-sys v1.1.21
[INFO] [stderr]    Compiling libgit2-sys v0.17.0+1.8.1
[INFO] [stderr]    Compiling backtrace v0.3.71
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling derive_deref v1.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]     Checking tokio v1.43.0
[INFO] [stderr]    Compiling clap_derive v4.5.28
[INFO] [stderr]     Checking better-panic v0.3.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling zerofrom v0.1.5
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking pear v0.2.9
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]    Compiling instability v0.3.7
[INFO] [stderr]    Compiling serde_with_macros v3.12.0
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking chrono v0.4.39
[INFO] [stderr]     Checking os_info v3.9.2
[INFO] [stderr]     Checking serde_path_to_error v0.1.16
[INFO] [stderr]     Checking serde_with v3.12.0
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking toml_edit v0.22.23
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling cargo-platform v0.1.9
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking hyper-util v0.1.10
[INFO] [stderr]     Checking tracing-error v0.2.1
[INFO] [stderr]    Compiling cargo_metadata v0.18.1
[INFO] [stderr]     Checking color-spantrace v0.2.1
[INFO] [stderr]     Checking color-eyre v0.6.3
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking toml v0.8.20
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking human-panic v2.0.2
[INFO] [stderr]     Checking webbrowser v1.0.3
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.12
[INFO] [stderr]     Checking crates_io_api v0.11.0
[INFO] [stderr]     Checking polling v3.7.4
[INFO] [stderr]     Checking terminal_size v0.4.1
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking x11rb v0.13.1
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking clap_builder v4.5.27
[INFO] [stderr]    Compiling git2 v0.19.0
[INFO] [stderr]     Checking x11-clipboard v0.9.3
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking clap v4.5.28
[INFO] [stderr]     Checking wayland-protocols v0.32.6
[INFO] [stderr]     Checking wayland-cursor v0.31.8
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking tui-input v0.11.1
[INFO] [stderr]    Compiling crates-tui v0.1.25 (/opt/rustwide/workdir)
[INFO] [stderr] warning: crates-tui@0.1.25: could not find repository at '/opt/rustwide/workdir'; class=Repository (6); code=NotFound (-3)
[INFO] [stderr] warning: crates-tui@0.1.25: VERGEN_GIT_BRANCH set to default
[INFO] [stderr] warning: crates-tui@0.1.25: VERGEN_GIT_COMMIT_AUTHOR_EMAIL set to default
[INFO] [stderr] warning: crates-tui@0.1.25: VERGEN_GIT_COMMIT_AUTHOR_NAME set to default
[INFO] [stderr] warning: crates-tui@0.1.25: VERGEN_GIT_COMMIT_COUNT set to default
[INFO] [stderr] warning: crates-tui@0.1.25: VERGEN_GIT_COMMIT_DATE set to default
[INFO] [stderr] warning: crates-tui@0.1.25: VERGEN_GIT_COMMIT_MESSAGE set to default
[INFO] [stderr] warning: crates-tui@0.1.25: VERGEN_GIT_COMMIT_TIMESTAMP set to default
[INFO] [stderr] warning: crates-tui@0.1.25: VERGEN_GIT_DESCRIBE set to default
[INFO] [stderr] warning: crates-tui@0.1.25: VERGEN_GIT_SHA set to default
[INFO] [stderr] warning: crates-tui@0.1.25: VERGEN_GIT_DIRTY set to default
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.6
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking smithay-clipboard v0.7.2
[INFO] [stderr]     Checking copypasta v0.10.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/app.rs:504:22
[INFO] [stdout]     |
[INFO] [stdout] 504 |     fn events_widget(&self) -> Option<Block> {
[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] 504 |     fn events_widget(&self) -> Option<Block<'_>> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/widgets/search_filter_prompt.rs:63:20
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn input_block(&self) -> Block {
[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 input_block(&self) -> Block<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/widgets/search_results.rs:158:12
[INFO] [stdout]     |
[INFO] [stdout] 158 |     krate: &Crate,
[INFO] [stdout]     |            ^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 162 | ) -> Row {
[INFO] [stdout]     |      ^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 162 | ) -> Row<'_> {
[INFO] [stdout]     |         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/widgets/status_bar.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn input_text(&self) -> Line {
[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] 24 |     fn input_text(&self) -> Line<'_> {
[INFO] [stdout]    |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/widgets/status_bar.rs:37:15
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn status(&self) -> Block {
[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] 37 |     fn status(&self) -> Block<'_> {
[INFO] [stdout]    |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/app.rs:504:22
[INFO] [stdout]     |
[INFO] [stdout] 504 |     fn events_widget(&self) -> Option<Block> {
[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] 504 |     fn events_widget(&self) -> Option<Block<'_>> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/widgets/search_filter_prompt.rs:63:20
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn input_block(&self) -> Block {
[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 input_block(&self) -> Block<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/widgets/search_results.rs:158:12
[INFO] [stdout]     |
[INFO] [stdout] 158 |     krate: &Crate,
[INFO] [stdout]     |            ^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 162 | ) -> Row {
[INFO] [stdout]     |      ^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 162 | ) -> Row<'_> {
[INFO] [stdout]     |         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/widgets/status_bar.rs:24:19
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn input_text(&self) -> Line {
[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] 24 |     fn input_text(&self) -> Line<'_> {
[INFO] [stdout]    |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/widgets/status_bar.rs:37:15
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn status(&self) -> Block {
[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] 37 |     fn status(&self) -> Block<'_> {
[INFO] [stdout]    |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s
[INFO] running `Command { std: "docker" "inspect" "308cb354d9af2d94d792e6c33cee743d105d9eb98b6dd11d736d7fb8cee0cc4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "308cb354d9af2d94d792e6c33cee743d105d9eb98b6dd11d736d7fb8cee0cc4e", kill_on_drop: false }`
[INFO] [stdout] 308cb354d9af2d94d792e6c33cee743d105d9eb98b6dd11d736d7fb8cee0cc4e
