[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] building AskewCow/AS-Utility against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAskewCow%2FAS-Utility" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AskewCow/AS-Utility on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_derive v1.0.209
[INFO] [stderr]   Downloaded sqlite3-sys v0.13.0
[INFO] [stderr]   Downloaded cpufeatures v0.2.13
[INFO] [stderr]   Downloaded sqlite v0.26.0
[INFO] [stderr]   Downloaded serde v1.0.209
[INFO] [stderr]   Downloaded cc v1.1.15
[INFO] [stderr]   Downloaded serde_json v1.0.127
[INFO] [stderr]   Downloaded syn v2.0.76
[INFO] [stderr]   Downloaded serenity v0.11.7
[INFO] [stderr]   Downloaded sqlite3-src v0.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 16b6731c5dda4a4e4c646b85f467254ae4d0ea557f98e1e36bcafa344974a9b8
[INFO] running `Command { std: "docker" "start" "-a" "16b6731c5dda4a4e4c646b85f467254ae4d0ea557f98e1e36bcafa344974a9b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "16b6731c5dda4a4e4c646b85f467254ae4d0ea557f98e1e36bcafa344974a9b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "16b6731c5dda4a4e4c646b85f467254ae4d0ea557f98e1e36bcafa344974a9b8", kill_on_drop: false }`
[INFO] [stdout] 16b6731c5dda4a4e4c646b85f467254ae4d0ea557f98e1e36bcafa344974a9b8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e11c57878eebfd550470a8301e6ba9c77faf2fe62cc1e62a66a122a803e2f9fa
[INFO] running `Command { std: "docker" "start" "-a" "e11c57878eebfd550470a8301e6ba9c77faf2fe62cc1e62a66a122a803e2f9fa", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling serde v1.0.209
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling bytes v1.7.1
[INFO] [stderr]    Compiling cc v1.1.15
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling rustls v0.20.9
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_json v1.0.127
[INFO] [stderr]    Compiling cpufeatures v0.2.13
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling sha-1 v0.10.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.60
[INFO] [stderr]    Compiling serenity v0.11.7
[INFO] [stderr]    Compiling flate2 v1.0.33
[INFO] [stderr]    Compiling typemap_rev v0.1.5
[INFO] [stderr]    Compiling syn v2.0.76
[INFO] [stderr]    Compiling indexmap v2.4.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling ordered-float v2.10.1
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling sqlite3-src v0.3.0
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling sqlite3-sys v0.13.0
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling sqlite v0.26.0
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling rustls v0.21.12
[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]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling webpki v0.22.4
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling tokio v1.40.0
[INFO] [stderr]    Compiling webpki-roots v0.22.6
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde-value v0.7.0
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling tokio-rustls v0.23.4
[INFO] [stderr]    Compiling tungstenite v0.17.3
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling async-tungstenite v0.17.2
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling tracing-appender v0.2.3
[INFO] [stderr]    Compiling hyper v0.14.30
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling 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<CreateInteractionResponse> {
[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<CreateInteractionResponse<'_>> {
[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<RoleId>,
[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 2m 49s
[INFO] running `Command { std: "docker" "inspect" "e11c57878eebfd550470a8301e6ba9c77faf2fe62cc1e62a66a122a803e2f9fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e11c57878eebfd550470a8301e6ba9c77faf2fe62cc1e62a66a122a803e2f9fa", kill_on_drop: false }`
[INFO] [stdout] e11c57878eebfd550470a8301e6ba9c77faf2fe62cc1e62a66a122a803e2f9fa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 024600e80f5baeed2b72147fc4dc360cf3719bf66a5bc26b64c9b26e7449478d
[INFO] running `Command { std: "docker" "start" "-a" "024600e80f5baeed2b72147fc4dc360cf3719bf66a5bc26b64c9b26e7449478d", kill_on_drop: false }`
[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<CreateInteractionResponse> {
[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<CreateInteractionResponse<'_>> {
[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] [stderr]    Compiling 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<CreateInteractionResponse> {
[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<CreateInteractionResponse<'_>> {
[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<RoleId>,
[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 `test` profile [unoptimized + debuginfo] target(s) in 44.22s
[INFO] running `Command { std: "docker" "inspect" "024600e80f5baeed2b72147fc4dc360cf3719bf66a5bc26b64c9b26e7449478d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "024600e80f5baeed2b72147fc4dc360cf3719bf66a5bc26b64c9b26e7449478d", kill_on_drop: false }`
[INFO] [stdout] 024600e80f5baeed2b72147fc4dc360cf3719bf66a5bc26b64c9b26e7449478d
