[INFO] cloning repository https://github.com/shroom00/slsk-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shroom00/slsk-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshroom00%2Fslsk-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshroom00%2Fslsk-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5f8d69971653568759eed254726464cf617d238a
[INFO] checking shroom00/slsk-rs against try#bac5816c5f3d02cebd0599070af62d1782530294 for pr-150408
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshroom00%2Fslsk-rs" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/shroom00/slsk-rs
[INFO] finished tweaking git repo https://github.com/shroom00/slsk-rs
[INFO] tweaked toml for git repo https://github.com/shroom00/slsk-rs written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/shroom00/slsk-rs on toolchain bac5816c5f3d02cebd0599070af62d1782530294
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bac5816c5f3d02cebd0599070af62d1782530294" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/shroom00/slsk-rs 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" "+bac5816c5f3d02cebd0599070af62d1782530294" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+bac5816c5f3d02cebd0599070af62d1782530294" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 641dd898b3a4a895cade10a0b777d71e74a6fd44ba2431897f082a9386f7bb53
[INFO] running `Command { std: "docker" "start" "-a" "641dd898b3a4a895cade10a0b777d71e74a6fd44ba2431897f082a9386f7bb53", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "641dd898b3a4a895cade10a0b777d71e74a6fd44ba2431897f082a9386f7bb53", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "641dd898b3a4a895cade10a0b777d71e74a6fd44ba2431897f082a9386f7bb53", kill_on_drop: false }`
[INFO] [stdout] 641dd898b3a4a895cade10a0b777d71e74a6fd44ba2431897f082a9386f7bb53
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+bac5816c5f3d02cebd0599070af62d1782530294" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 718e61943ef48aa60822930f8570d571c92d8695eb7beea31650d2406284d27d
[INFO] running `Command { std: "docker" "start" "-a" "718e61943ef48aa60822930f8570d571c92d8695eb7beea31650d2406284d27d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]     Checking value-bag v1.11.1
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling parking v2.2.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking futures-lite v2.2.0
[INFO] [stderr]     Checking parking_lot_core v0.9.9
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking async-lock v3.3.0
[INFO] [stderr]    Compiling hashbrown v0.15.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking async-task v4.7.0
[INFO] [stderr]    Compiling cc v1.2.27
[INFO] [stderr]     Checking mio v0.8.10
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]     Checking piper v0.2.1
[INFO] [stderr]     Checking signal-hook v0.3.17
[INFO] [stderr]     Checking async-channel v2.1.1
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]    Compiling concurrent-queue v2.4.0
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling event-listener v4.0.3
[INFO] [stderr]     Checking async-lock v2.8.0
[INFO] [stderr]     Checking io-lifetimes v1.0.11
[INFO] [stderr]    Compiling ahash v0.8.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]    Compiling syn v2.0.103
[INFO] [stderr]     Checking rustix v0.37.27
[INFO] [stderr]     Checking polling v2.8.0
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling event-listener-strategy v0.4.0
[INFO] [stderr]     Checking socket2 v0.4.10
[INFO] [stderr]    Compiling waker-fn v1.1.1
[INFO] [stderr]    Compiling linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]     Checking async-executor v1.8.0
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling crc v3.3.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling event-listener v5.4.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]     Checking unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling winnow v0.7.11
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling rstest_macros v0.22.0
[INFO] [stderr]     Checking castaway v0.2.3
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]    Compiling async-fs v1.6.0
[INFO] [stderr]    Compiling rust_decimal v1.33.1
[INFO] [stderr]     Checking async-io v1.13.0
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking compact_str v0.8.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking crossterm v0.25.0
[INFO] [stderr]     Checking event-listener v3.1.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]     Checking hashbrown v0.13.2
[INFO] [stderr]     Checking crossterm v0.27.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking lru v0.12.4
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking utf8-width v0.1.7
[INFO] [stderr]     Checking tui v0.19.0
[INFO] [stderr]     Checking smawk v0.3.2
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking textwrap v0.16.0
[INFO] [stderr]     Checking byte-unit v5.1.3
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]     Checking ordered_hash_map v0.2.0
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking tui-input v0.8.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking num-format v0.4.4
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking tui-menu v0.1.1
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling getset v0.1.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling regex v1.11.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling instability v0.3.2
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling async-trait v0.1.77
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]     Checking tokio v1.35.1
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]     Checking polling v3.3.1
[INFO] [stderr]     Checking blocking v1.5.1
[INFO] [stderr]     Checking async-io v2.2.2
[INFO] [stderr]     Checking async-net v1.8.0
[INFO] [stderr]     Checking async-global-executor v2.4.1
[INFO] [stderr]     Checking async-signal v0.2.5
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]     Checking async-std v1.13.1
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking async-process v1.8.1
[INFO] [stderr]     Checking smol v1.3.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking rstest v0.22.0
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking serde_json v1.0.111
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking sqlx-core v0.8.6
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking ratatui v0.28.1
[INFO] [stderr]     Checking sqlx-sqlite v0.8.6
[INFO] [stderr]     Checking tui-scrollview v0.4.0
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]     Checking sqlx v0.8.6
[INFO] [stderr]     Checking slsk-rs v0.3.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/gui/widgets/dialog.rs:50:13
[INFO] [stdout]    |
[INFO] [stdout] 50 |             (dyn for<'b> Fn(
[INFO] [stdout]    |             ^
[INFO] [stdout] ...
[INFO] [stdout] 53 |             ) + 'static),
[INFO] [stdout]    |                        ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 50 ~             dyn for<'b> Fn(
[INFO] [stdout] 51 |                 &'b Button<'_, (Sender<SLSKEvents>, Args), ()>,
[INFO] [stdout] 52 |                 (Sender<SLSKEvents>, Args),
[INFO] [stdout] 53 ~             ) + 'static ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/gui/widgets/dialog.rs:56:13
[INFO] [stdout]    |
[INFO] [stdout] 56 |             (dyn for<'b> Fn(
[INFO] [stdout]    |             ^
[INFO] [stdout] ...
[INFO] [stdout] 59 |             ) + 'static),
[INFO] [stdout]    |                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 56 ~             dyn for<'b> Fn(
[INFO] [stdout] 57 |                 &'b Button<'_, (Sender<SLSKEvents>, Args), ()>,
[INFO] [stdout] 58 |                 (Sender<SLSKEvents>, Args),
[INFO] [stdout] 59 ~             ) + 'static ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/gui/widgets/dialog.rs:171:17
[INFO] [stdout]     |
[INFO] [stdout] 171 |                 (dyn for<'b> Fn(
[INFO] [stdout]     |                 ^
[INFO] [stdout] ...
[INFO] [stdout] 174 |                 ) + 'static),
[INFO] [stdout]     |                            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 171 ~                 dyn for<'b> Fn(
[INFO] [stdout] 172 |                     &'b Button<'_, (Sender<SLSKEvents>, Args), ()>,
[INFO] [stdout] 173 |                     (Sender<SLSKEvents>, Args),
[INFO] [stdout] 174 ~                 ) + 'static ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/gui/widgets/dialog.rs:179:17
[INFO] [stdout]     |
[INFO] [stdout] 179 |                 (dyn for<'b> Fn(
[INFO] [stdout]     |                 ^
[INFO] [stdout] ...
[INFO] [stdout] 182 |                 ) + 'static),
[INFO] [stdout]     |                            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 179 ~                 dyn for<'b> Fn(
[INFO] [stdout] 180 |                     &'b Button<'_, (Sender<SLSKEvents>, Args), ()>,
[INFO] [stdout] 181 |                     (Sender<SLSKEvents>, Args),
[INFO] [stdout] 182 ~                 ) + 'static ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/gui/widgets/dialog.rs:213:13
[INFO] [stdout]     |
[INFO] [stdout] 213 |             (dyn for<'b> Fn(
[INFO] [stdout]     |             ^
[INFO] [stdout] ...
[INFO] [stdout] 216 |             ) + 'static),
[INFO] [stdout]     |                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 213 ~             dyn for<'b> Fn(
[INFO] [stdout] 214 |                 &'b Button<'_, (Sender<SLSKEvents>, Args), ()>,
[INFO] [stdout] 215 |                 (Sender<SLSKEvents>, Args),
[INFO] [stdout] 216 ~             ) + 'static ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/gui/widgets/dialog.rs:219:13
[INFO] [stdout]     |
[INFO] [stdout] 219 |             (dyn for<'b> Fn(
[INFO] [stdout]     |             ^
[INFO] [stdout] ...
[INFO] [stdout] 222 |             ) + 'static),
[INFO] [stdout]     |                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 219 ~             dyn for<'b> Fn(
[INFO] [stdout] 220 |                 &'b Button<'_, (Sender<SLSKEvents>, Args), ()>,
[INFO] [stdout] 221 |                 (Sender<SLSKEvents>, Args),
[INFO] [stdout] 222 ~             ) + 'static ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/gui/widgets/dialog.rs:50:13
[INFO] [stdout]    |
[INFO] [stdout] 50 |             (dyn for<'b> Fn(
[INFO] [stdout]    |             ^
[INFO] [stdout] ...
[INFO] [stdout] 53 |             ) + 'static),
[INFO] [stdout]    |                        ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 50 ~             dyn for<'b> Fn(
[INFO] [stdout] 51 |                 &'b Button<'_, (Sender<SLSKEvents>, Args), ()>,
[INFO] [stdout] 52 |                 (Sender<SLSKEvents>, Args),
[INFO] [stdout] 53 ~             ) + 'static ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/gui/widgets/dialog.rs:56:13
[INFO] [stdout]    |
[INFO] [stdout] 56 |             (dyn for<'b> Fn(
[INFO] [stdout]    |             ^
[INFO] [stdout] ...
[INFO] [stdout] 59 |             ) + 'static),
[INFO] [stdout]    |                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 56 ~             dyn for<'b> Fn(
[INFO] [stdout] 57 |                 &'b Button<'_, (Sender<SLSKEvents>, Args), ()>,
[INFO] [stdout] 58 |                 (Sender<SLSKEvents>, Args),
[INFO] [stdout] 59 ~             ) + 'static ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/gui/widgets/dialog.rs:171:17
[INFO] [stdout]     |
[INFO] [stdout] 171 |                 (dyn for<'b> Fn(
[INFO] [stdout]     |                 ^
[INFO] [stdout] ...
[INFO] [stdout] 174 |                 ) + 'static),
[INFO] [stdout]     |                            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 171 ~                 dyn for<'b> Fn(
[INFO] [stdout] 172 |                     &'b Button<'_, (Sender<SLSKEvents>, Args), ()>,
[INFO] [stdout] 173 |                     (Sender<SLSKEvents>, Args),
[INFO] [stdout] 174 ~                 ) + 'static ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/gui/widgets/dialog.rs:179:17
[INFO] [stdout]     |
[INFO] [stdout] 179 |                 (dyn for<'b> Fn(
[INFO] [stdout]     |                 ^
[INFO] [stdout] ...
[INFO] [stdout] 182 |                 ) + 'static),
[INFO] [stdout]     |                            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 179 ~                 dyn for<'b> Fn(
[INFO] [stdout] 180 |                     &'b Button<'_, (Sender<SLSKEvents>, Args), ()>,
[INFO] [stdout] 181 |                     (Sender<SLSKEvents>, Args),
[INFO] [stdout] 182 ~                 ) + 'static ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/gui/widgets/dialog.rs:213:13
[INFO] [stdout]     |
[INFO] [stdout] 213 |             (dyn for<'b> Fn(
[INFO] [stdout]     |             ^
[INFO] [stdout] ...
[INFO] [stdout] 216 |             ) + 'static),
[INFO] [stdout]     |                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 213 ~             dyn for<'b> Fn(
[INFO] [stdout] 214 |                 &'b Button<'_, (Sender<SLSKEvents>, Args), ()>,
[INFO] [stdout] 215 |                 (Sender<SLSKEvents>, Args),
[INFO] [stdout] 216 ~             ) + 'static ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/gui/widgets/dialog.rs:219:13
[INFO] [stdout]     |
[INFO] [stdout] 219 |             (dyn for<'b> Fn(
[INFO] [stdout]     |             ^
[INFO] [stdout] ...
[INFO] [stdout] 222 |             ) + 'static),
[INFO] [stdout]     |                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 219 ~             dyn for<'b> Fn(
[INFO] [stdout] 220 |                 &'b Button<'_, (Sender<SLSKEvents>, Args), ()>,
[INFO] [stdout] 221 |                 (Sender<SLSKEvents>, Args),
[INFO] [stdout] 222 ~             ) + 'static ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `response`
[INFO] [stdout]     --> src/main.rs:1193:73
[INFO] [stdout]      |
[INFO] [stdout] 1193 | ...                   if let Some(response) =
[INFO] [stdout]      |                                   ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_response`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `response`
[INFO] [stdout]     --> src/main.rs:1193:73
[INFO] [stdout]      |
[INFO] [stdout] 1193 | ...                   if let Some(response) =
[INFO] [stdout]      |                                   ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_response`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `FileAttributeTypes` is never used
[INFO] [stdout]    --> src/constants.rs:114:10
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub enum FileAttributeTypes {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `BrowseUser` is never constructed
[INFO] [stdout]   --> src/events/mod.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub enum SLSKEvents {
[INFO] [stdout]    |          ---------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 32 |     BrowseUser { username: String },
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SLSKEvents` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `UploadsWindow` is never constructed
[INFO] [stdout]    --> src/gui/mod.rs:60:5
[INFO] [stdout]     |
[INFO] [stdout]  60 |     UploadsWindow TransfersWindow get_mut_uploads 4 ('a),
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:214:14
[INFO] [stdout]     |
[INFO] [stdout] 214 |         enum WindowEnum<$($all_lifetimes)+> {
[INFO] [stdout]     |              ---------- variant in this enum
[INFO] [stdout]     |
[INFO] [stdout]     = note: `WindowEnum` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this warning originates in the macro `make_window_enum` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_mut_uploads` is never used
[INFO] [stdout]    --> src/gui/mod.rs:60:35
[INFO] [stdout]     |
[INFO] [stdout]  60 |     UploadsWindow TransfersWindow get_mut_uploads 4 ('a),
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:282:9
[INFO] [stdout]     |
[INFO] [stdout] 282 |         impl<$($all_lifetimes)+> App<$($all_lifetimes)+> {
[INFO] [stdout]     |         ------------------------------------------------ method in this implementation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `make_window_enum` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DistribPing` is never constructed
[INFO] [stdout]  --> src/messages/distributed.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct DistribPing;
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DistribSearch` is never constructed
[INFO] [stdout]   --> src/messages/distributed.rs:13:37
[INFO] [stdout]    |
[INFO] [stdout] 13 | define_message_to_send_and_receive!(DistribSearch {
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_struct` which comes from the expansion of the macro `define_message_to_send_and_receive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DistribBranchLevel` is never constructed
[INFO] [stdout]   --> src/messages/distributed.rs:25:37
[INFO] [stdout]    |
[INFO] [stdout] 25 | define_message_to_send_and_receive!(DistribBranchLevel {
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_struct` which comes from the expansion of the macro `define_message_to_send_and_receive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DistribChildDepth` is never constructed
[INFO] [stdout]   --> src/messages/distributed.rs:34:37
[INFO] [stdout]    |
[INFO] [stdout] 34 | define_message_to_send_and_receive!(DistribChildDepth {
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_struct` which comes from the expansion of the macro `define_message_to_send_and_receive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DistribEmbeddedMessage` is never constructed
[INFO] [stdout]   --> src/messages/distributed.rs:42:37
[INFO] [stdout]    |
[INFO] [stdout] 42 | define_message_to_send_and_receive!(DistribEmbeddedMessage {
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_struct` which comes from the expansion of the macro `define_message_to_send_and_receive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FileInit` is never constructed
[INFO] [stdout]  --> src/messages/file.rs:6:37
[INFO] [stdout]   |
[INFO] [stdout] 6 | define_message_to_send_and_receive!(FileInit {
[INFO] [stdout]   |                                     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `generate_struct` which comes from the expansion of the macro `define_message_to_send_and_receive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FileOffset` is never constructed
[INFO] [stdout]   --> src/messages/file.rs:14:37
[INFO] [stdout]    |
[INFO] [stdout] 14 | define_message_to_send_and_receive!(FileOffset {
[INFO] [stdout]    |                                     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_struct` which comes from the expansion of the macro `define_message_to_send_and_receive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetSharedFileList` is never constructed
[INFO] [stdout]   --> src/messages/peer.rs:11:37
[INFO] [stdout]    |
[INFO] [stdout] 11 | define_message_to_send_and_receive!(GetSharedFileList {});
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_struct` which comes from the expansion of the macro `define_message_to_send_and_receive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `search` and `remove_folder` are never used
[INFO] [stdout]    --> src/sql.rs:371:25
[INFO] [stdout]     |
[INFO] [stdout]  45 | impl DiskIndex {
[INFO] [stdout]     | -------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 371 |     pub(crate) async fn search(
[INFO] [stdout]     |                         ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 834 |     pub(crate) async fn remove_folder(
[INFO] [stdout]     |                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `FileAttributeTypes` is never used
[INFO] [stdout]    --> src/constants.rs:114:10
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub enum FileAttributeTypes {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `BrowseUser` is never constructed
[INFO] [stdout]   --> src/events/mod.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub enum SLSKEvents {
[INFO] [stdout]    |          ---------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 32 |     BrowseUser { username: String },
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SLSKEvents` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/gui/widgets/dropdown.rs:38:16
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn to_list(&self) -> Option<List> {
[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] 38 |     fn to_list(&self) -> Option<List<'_>> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `UploadsWindow` is never constructed
[INFO] [stdout]    --> src/gui/mod.rs:60:5
[INFO] [stdout]     |
[INFO] [stdout]  60 |     UploadsWindow TransfersWindow get_mut_uploads 4 ('a),
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:214:14
[INFO] [stdout]     |
[INFO] [stdout] 214 |         enum WindowEnum<$($all_lifetimes)+> {
[INFO] [stdout]     |              ---------- variant in this enum
[INFO] [stdout]     |
[INFO] [stdout]     = note: `WindowEnum` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this warning originates in the macro `make_window_enum` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_mut_uploads` is never used
[INFO] [stdout]    --> src/gui/mod.rs:60:35
[INFO] [stdout]     |
[INFO] [stdout]  60 |     UploadsWindow TransfersWindow get_mut_uploads 4 ('a),
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/macros.rs:282:9
[INFO] [stdout]     |
[INFO] [stdout] 282 |         impl<$($all_lifetimes)+> App<$($all_lifetimes)+> {
[INFO] [stdout]     |         ------------------------------------------------ method in this implementation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `make_window_enum` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DistribPing` is never constructed
[INFO] [stdout]  --> src/messages/distributed.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct DistribPing;
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DistribSearch` is never constructed
[INFO] [stdout]   --> src/messages/distributed.rs:13:37
[INFO] [stdout]    |
[INFO] [stdout] 13 | define_message_to_send_and_receive!(DistribSearch {
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_struct` which comes from the expansion of the macro `define_message_to_send_and_receive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DistribBranchLevel` is never constructed
[INFO] [stdout]   --> src/messages/distributed.rs:25:37
[INFO] [stdout]    |
[INFO] [stdout] 25 | define_message_to_send_and_receive!(DistribBranchLevel {
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_struct` which comes from the expansion of the macro `define_message_to_send_and_receive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DistribChildDepth` is never constructed
[INFO] [stdout]   --> src/messages/distributed.rs:34:37
[INFO] [stdout]    |
[INFO] [stdout] 34 | define_message_to_send_and_receive!(DistribChildDepth {
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_struct` which comes from the expansion of the macro `define_message_to_send_and_receive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DistribEmbeddedMessage` is never constructed
[INFO] [stdout]   --> src/messages/distributed.rs:42:37
[INFO] [stdout]    |
[INFO] [stdout] 42 | define_message_to_send_and_receive!(DistribEmbeddedMessage {
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_struct` which comes from the expansion of the macro `define_message_to_send_and_receive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FileInit` is never constructed
[INFO] [stdout]  --> src/messages/file.rs:6:37
[INFO] [stdout]   |
[INFO] [stdout] 6 | define_message_to_send_and_receive!(FileInit {
[INFO] [stdout]   |                                     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this warning originates in the macro `generate_struct` which comes from the expansion of the macro `define_message_to_send_and_receive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FileOffset` is never constructed
[INFO] [stdout]   --> src/messages/file.rs:14:37
[INFO] [stdout]    |
[INFO] [stdout] 14 | define_message_to_send_and_receive!(FileOffset {
[INFO] [stdout]    |                                     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_struct` which comes from the expansion of the macro `define_message_to_send_and_receive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetSharedFileList` is never constructed
[INFO] [stdout]   --> src/messages/peer.rs:11:37
[INFO] [stdout]    |
[INFO] [stdout] 11 | define_message_to_send_and_receive!(GetSharedFileList {});
[INFO] [stdout]    |                                     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_struct` which comes from the expansion of the macro `define_message_to_send_and_receive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `search` and `remove_folder` are never used
[INFO] [stdout]    --> src/sql.rs:371:25
[INFO] [stdout]     |
[INFO] [stdout]  45 | impl DiskIndex {
[INFO] [stdout]     | -------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 371 |     pub(crate) async fn search(
[INFO] [stdout]     |                         ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 834 |     pub(crate) async fn remove_folder(
[INFO] [stdout]     |                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/gui/widgets/table.rs:568:21
[INFO] [stdout]     |
[INFO] [stdout] 568 |     fn make_headers(&self) -> Vec<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] 568 |     fn make_headers(&self) -> Vec<Text<'_>> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/gui/widgets/table.rs:636:13
[INFO] [stdout]     |
[INFO] [stdout] 636 |     fn rows(&self, offset: u16, height: u16) -> Vec<Row> {
[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] 636 |     fn rows(&self, offset: u16, height: u16) -> Vec<Row<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/gui/windows/filesearch.rs:39:37
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub(crate) fn get_current_table(&self) -> Option<(u32, &TableWidget)> {
[INFO] [stdout]    |                                     ^^^^^                  ^^^^^^^^^^^^
[INFO] [stdout]    |                                     |                      ||
[INFO] [stdout]    |                                     |                      |the same lifetime is hidden here
[INFO] [stdout]    |                                     |                      the same lifetime is elided here
[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] 39 |     pub(crate) fn get_current_table(&self) -> Option<(u32, &TableWidget<'_>)> {
[INFO] [stdout]    |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/gui/widgets/dropdown.rs:38:16
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn to_list(&self) -> Option<List> {
[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] 38 |     fn to_list(&self) -> Option<List<'_>> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/gui/widgets/table.rs:568:21
[INFO] [stdout]     |
[INFO] [stdout] 568 |     fn make_headers(&self) -> Vec<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] 568 |     fn make_headers(&self) -> Vec<Text<'_>> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/gui/widgets/table.rs:636:13
[INFO] [stdout]     |
[INFO] [stdout] 636 |     fn rows(&self, offset: u16, height: u16) -> Vec<Row> {
[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] 636 |     fn rows(&self, offset: u16, height: u16) -> Vec<Row<'_>> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/gui/windows/filesearch.rs:39:37
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub(crate) fn get_current_table(&self) -> Option<(u32, &TableWidget)> {
[INFO] [stdout]    |                                     ^^^^^                  ^^^^^^^^^^^^
[INFO] [stdout]    |                                     |                      ||
[INFO] [stdout]    |                                     |                      |the same lifetime is hidden here
[INFO] [stdout]    |                                     |                      the same lifetime is elided here
[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] 39 |     pub(crate) fn get_current_table(&self) -> Option<(u32, &TableWidget<'_>)> {
[INFO] [stdout]    |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
[INFO] running `Command { std: "docker" "inspect" "718e61943ef48aa60822930f8570d571c92d8695eb7beea31650d2406284d27d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "718e61943ef48aa60822930f8570d571c92d8695eb7beea31650d2406284d27d", kill_on_drop: false }`
[INFO] [stdout] 718e61943ef48aa60822930f8570d571c92d8695eb7beea31650d2406284d27d
