[INFO] cloning repository https://github.com/AskewCow/AS-Utility [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AskewCow/AS-Utility" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAskewCow%2FAS-Utility", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAskewCow%2FAS-Utility'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 709d4c8f75a00aca20ec3089853673efcd949e1a [INFO] checking AskewCow/AS-Utility against try#149edce6c6ee840adb602803b96d083101ef3592 for pr-133502-16 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAskewCow%2FAS-Utility" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/AskewCow/AS-Utility [INFO] finished tweaking git repo https://github.com/AskewCow/AS-Utility [INFO] tweaked toml for git repo https://github.com/AskewCow/AS-Utility written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/AskewCow/AS-Utility on toolchain 149edce6c6ee840adb602803b96d083101ef3592 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+149edce6c6ee840adb602803b96d083101ef3592" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/AskewCow/AS-Utility 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" "+149edce6c6ee840adb602803b96d083101ef3592" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+149edce6c6ee840adb602803b96d083101ef3592" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ddef912dcbdc8fe0a4b5827656f69608f445e00edcfe35d3bcdbdd6c4fe9104b [INFO] running `Command { std: "docker" "start" "-a" "ddef912dcbdc8fe0a4b5827656f69608f445e00edcfe35d3bcdbdd6c4fe9104b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ddef912dcbdc8fe0a4b5827656f69608f445e00edcfe35d3bcdbdd6c4fe9104b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ddef912dcbdc8fe0a4b5827656f69608f445e00edcfe35d3bcdbdd6c4fe9104b", kill_on_drop: false }` [INFO] [stdout] ddef912dcbdc8fe0a4b5827656f69608f445e00edcfe35d3bcdbdd6c4fe9104b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+149edce6c6ee840adb602803b96d083101ef3592" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 200fcc00972503ed5f6412dc313952f2e183b92541639e9aa358aea4f2e007db [INFO] running `Command { std: "docker" "start" "-a" "200fcc00972503ed5f6412dc313952f2e183b92541639e9aa358aea4f2e007db", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Compiling serde v1.0.209 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking untrusted v0.9.0 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking bytes v1.7.1 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Compiling cc v1.1.15 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling httparse v1.9.4 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking tinyvec v1.8.0 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling rustls v0.20.9 [INFO] [stderr] Checking indexmap v2.4.0 [INFO] [stderr] Checking try-lock v0.2.5 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Checking cpufeatures v0.2.13 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Checking tower-service v0.3.3 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Checking httpdate v1.0.3 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking mio v1.0.2 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling serde_json v1.0.127 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Checking utf-8 v0.7.6 [INFO] [stderr] Compiling rustversion v1.0.17 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Compiling syn v2.0.76 [INFO] [stderr] Checking time-core v0.1.2 [INFO] [stderr] Checking base64 v0.21.7 [INFO] [stderr] Checking adler2 v2.0.0 [INFO] [stderr] Checking num-conv v0.1.0 [INFO] [stderr] Checking base64 v0.13.1 [INFO] [stderr] Checking num_threads v0.1.7 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking miniz_oxide v0.8.0 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking rustls-pemfile v1.0.4 [INFO] [stderr] Checking ordered-float v2.10.1 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Checking encoding_rs v0.8.34 [INFO] [stderr] Checking webpki-roots v0.25.4 [INFO] [stderr] Checking regex-syntax v0.8.4 [INFO] [stderr] Checking ipnet v2.9.0 [INFO] [stderr] Checking sync_wrapper v0.1.2 [INFO] [stderr] Compiling serenity v0.11.7 [INFO] [stderr] Checking iana-time-zone v0.1.60 [INFO] [stderr] Checking crossbeam-channel v0.5.13 [INFO] [stderr] Checking dirs-sys v0.3.7 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Checking unicode-normalization v0.1.23 [INFO] [stderr] Checking typemap_rev v0.1.5 [INFO] [stderr] Checking dirs v4.0.0 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling sqlite3-src v0.3.0 [INFO] [stderr] Checking flate2 v1.0.33 [INFO] [stderr] Checking sqlite3-sys v0.13.0 [INFO] [stderr] Checking sqlite v0.26.0 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking sha-1 v0.10.1 [INFO] [stderr] Checking regex v1.10.6 [INFO] [stderr] Checking sct v0.7.1 [INFO] [stderr] Checking webpki v0.22.4 [INFO] [stderr] Checking rustls-webpki v0.101.7 [INFO] [stderr] Checking webpki-roots v0.22.6 [INFO] [stderr] Compiling serde_derive v1.0.209 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling async-trait v0.1.81 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking tokio v1.40.0 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Checking url v2.5.2 [INFO] [stderr] Checking deranged v0.3.11 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking serde-value v0.7.0 [INFO] [stderr] Checking dashmap v5.5.3 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking toml v0.5.11 [INFO] [stderr] Checking tungstenite v0.17.3 [INFO] [stderr] Checking tokio-util v0.7.11 [INFO] [stderr] Checking tokio-rustls v0.24.1 [INFO] [stderr] Checking tokio-rustls v0.23.4 [INFO] [stderr] Checking async-tungstenite v0.17.2 [INFO] [stderr] Checking time v0.3.36 [INFO] [stderr] Checking h2 v0.3.26 [INFO] [stderr] Checking tracing-appender v0.2.3 [INFO] [stderr] Checking hyper v0.14.30 [INFO] [stderr] Checking hyper-rustls v0.24.2 [INFO] [stderr] Checking reqwest v0.11.27 [INFO] [stderr] Checking bridge-scrims v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib/interaction/handler.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 60 | interaction_type: interaction::InteractionType, [INFO] [stdout] 61 | ) -> Option { [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 61 | ) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib/interaction/handler.rs:169:10 [INFO] [stdout] | [INFO] [stdout] 166 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 169 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 169 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib/interaction/handler.rs:183:10 [INFO] [stdout] | [INFO] [stdout] 180 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 183 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 183 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib/interaction/handler.rs:240:10 [INFO] [stdout] | [INFO] [stdout] 236 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 240 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 240 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib/interaction/handler.rs:255:10 [INFO] [stdout] | [INFO] [stdout] 251 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 255 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 255 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib/interaction/handler.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 60 | interaction_type: interaction::InteractionType, [INFO] [stdout] 61 | ) -> Option { [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 61 | ) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib/interaction/handler.rs:169:10 [INFO] [stdout] | [INFO] [stdout] 166 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 169 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 169 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib/interaction/handler.rs:183:10 [INFO] [stdout] | [INFO] [stdout] 180 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 183 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 183 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib/interaction/handler.rs:240:10 [INFO] [stdout] | [INFO] [stdout] 236 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 240 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 240 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib/interaction/handler.rs:255:10 [INFO] [stdout] | [INFO] [stdout] 251 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 255 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 255 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `required_roles` is never read [INFO] [stdout] --> src/consts.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub struct Ping { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] 28 | pub name: String, [INFO] [stdout] 29 | pub required_roles: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `unverified_role`, `head_of_ss`, `staff`, and `appeal_forum` are never read [INFO] [stdout] --> src/consts.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 41 | pub struct Config { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] ... [INFO] [stdout] 47 | pub unverified_role: RoleId, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 53 | pub head_of_ss: RoleId, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 54 | pub staff: RoleId, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 76 | pub appeal_forum: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `id` and `time` are never read [INFO] [stdout] --> src/model.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 33 | pub struct Freeze { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 34 | /// User ID of the person being frozen [INFO] [stdout] 35 | pub id: u64, [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 39 | pub time: OffsetDateTime, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `userid` is never read [INFO] [stdout] --> src/model.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 43 | pub struct Note { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] 44 | /// the id of the person that the note belongs to [INFO] [stdout] 45 | pub userid: u64, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Note` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/screenshare/ban.rs:74:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 74 | ) -> InteractionResult { [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 74 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/screenshare/close.rs:49:10 [INFO] [stdout] | [INFO] [stdout] 46 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 49 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 49 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/screenshare/close.rs:59:10 [INFO] [stdout] | [INFO] [stdout] 55 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 59 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 59 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/screenshare/freeze.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 57 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 60 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 60 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/screenshare/freeze.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 66 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 70 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 70 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/screenshare/list_bans.rs:43:10 [INFO] [stdout] | [INFO] [stdout] 40 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 43 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 43 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/screenshare/screenshare.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 62 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 65 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 65 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/screenshare/screensharers.rs:35:10 [INFO] [stdout] | [INFO] [stdout] 32 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 35 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 35 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/screenshare/ticket.rs:52:10 [INFO] [stdout] | [INFO] [stdout] 49 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 52 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 52 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/screenshare/unban.rs:69:10 [INFO] [stdout] | [INFO] [stdout] 66 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 69 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 69 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/screenshare/unfreeze.rs:52:10 [INFO] [stdout] | [INFO] [stdout] 49 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 52 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 52 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/captains.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 31 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 34 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 34 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/council.rs:55:10 [INFO] [stdout] | [INFO] [stdout] 52 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 55 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 55 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/notes.rs:83:10 [INFO] [stdout] | [INFO] [stdout] 80 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 83 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 83 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/ping.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 59 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 62 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 62 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/prefabs.rs:55:10 [INFO] [stdout] | [INFO] [stdout] 52 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 55 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 55 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/purge.rs:143:10 [INFO] [stdout] | [INFO] [stdout] 140 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 143 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 143 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/reaction.rs:88:10 [INFO] [stdout] | [INFO] [stdout] 85 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 88 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 88 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/reaction.rs:197:10 [INFO] [stdout] | [INFO] [stdout] 194 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 197 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 197 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/reaction.rs:419:10 [INFO] [stdout] | [INFO] [stdout] 416 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 419 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 419 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/reload.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 78 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 81 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 81 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/teams.rs:116:10 [INFO] [stdout] | [INFO] [stdout] 113 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 116 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 116 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/teams.rs:149:10 [INFO] [stdout] | [INFO] [stdout] 145 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 149 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 149 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `required_roles` is never read [INFO] [stdout] --> src/consts.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub struct Ping { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] 28 | pub name: String, [INFO] [stdout] 29 | pub required_roles: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `unverified_role`, `head_of_ss`, `staff`, and `appeal_forum` are never read [INFO] [stdout] --> src/consts.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 41 | pub struct Config { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] ... [INFO] [stdout] 47 | pub unverified_role: RoleId, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 53 | pub head_of_ss: RoleId, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 54 | pub staff: RoleId, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 76 | pub appeal_forum: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `id` and `time` are never read [INFO] [stdout] --> src/model.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 33 | pub struct Freeze { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 34 | /// User ID of the person being frozen [INFO] [stdout] 35 | pub id: u64, [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 39 | pub time: OffsetDateTime, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `userid` is never read [INFO] [stdout] --> src/model.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 43 | pub struct Note { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] 44 | /// the id of the person that the note belongs to [INFO] [stdout] 45 | pub userid: u64, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Note` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/screenshare/ban.rs:74:10 [INFO] [stdout] | [INFO] [stdout] 71 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 74 | ) -> InteractionResult { [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 74 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/screenshare/close.rs:49:10 [INFO] [stdout] | [INFO] [stdout] 46 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 49 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 49 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/screenshare/close.rs:59:10 [INFO] [stdout] | [INFO] [stdout] 55 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 59 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 59 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/screenshare/freeze.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 57 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 60 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 60 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/screenshare/freeze.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 66 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 70 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 70 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/screenshare/list_bans.rs:43:10 [INFO] [stdout] | [INFO] [stdout] 40 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 43 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 43 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/screenshare/screenshare.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 62 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 65 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 65 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/screenshare/screensharers.rs:35:10 [INFO] [stdout] | [INFO] [stdout] 32 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 35 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 35 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/screenshare/ticket.rs:52:10 [INFO] [stdout] | [INFO] [stdout] 49 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 52 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 52 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/screenshare/unban.rs:69:10 [INFO] [stdout] | [INFO] [stdout] 66 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 69 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 69 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/screenshare/unfreeze.rs:52:10 [INFO] [stdout] | [INFO] [stdout] 49 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 52 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 52 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/captains.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 31 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 34 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 34 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/council.rs:55:10 [INFO] [stdout] | [INFO] [stdout] 52 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 55 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 55 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/notes.rs:83:10 [INFO] [stdout] | [INFO] [stdout] 80 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 83 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 83 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/ping.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 59 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 62 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 62 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/prefabs.rs:55:10 [INFO] [stdout] | [INFO] [stdout] 52 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 55 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 55 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/purge.rs:143:10 [INFO] [stdout] | [INFO] [stdout] 140 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 143 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 143 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/reaction.rs:88:10 [INFO] [stdout] | [INFO] [stdout] 85 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 88 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 88 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/reaction.rs:197:10 [INFO] [stdout] | [INFO] [stdout] 194 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 197 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 197 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/reaction.rs:419:10 [INFO] [stdout] | [INFO] [stdout] 416 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 419 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 419 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/reload.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 78 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 81 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 81 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/teams.rs:116:10 [INFO] [stdout] | [INFO] [stdout] 113 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 116 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 116 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/commands/teams.rs:149:10 [INFO] [stdout] | [INFO] [stdout] 145 | &self, [INFO] [stdout] | - the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 149 | ) -> InteractionResult { [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: consistently use `'life0` [INFO] [stdout] | [INFO] [stdout] 149 | ) -> InteractionResult<'life0> { [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s [INFO] running `Command { std: "docker" "inspect" "200fcc00972503ed5f6412dc313952f2e183b92541639e9aa358aea4f2e007db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "200fcc00972503ed5f6412dc313952f2e183b92541639e9aa358aea4f2e007db", kill_on_drop: false }` [INFO] [stdout] 200fcc00972503ed5f6412dc313952f2e183b92541639e9aa358aea4f2e007db