[INFO] cloning repository https://github.com/jqcorreia/tudo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jqcorreia/tudo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjqcorreia%2Ftudo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjqcorreia%2Ftudo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1183a504ad80ac3a6e5df0d5d944c2f231fcc453
[INFO] checking jqcorreia/tudo against 165655a2f1981fef27b31c547ad7631979fc5139 for pr-160235
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjqcorreia%2Ftudo" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jqcorreia/tudo
[INFO] finished tweaking git repo https://github.com/jqcorreia/tudo
[INFO] tweaked toml for git repo https://github.com/jqcorreia/tudo written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jqcorreia/tudo on toolchain 165655a2f1981fef27b31c547ad7631979fc5139
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jqcorreia/tudo 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" "+165655a2f1981fef27b31c547ad7631979fc5139" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ureq v2.10.1
[INFO] [stderr]   Downloaded xcb v1.5.0
[INFO] [stderr]   Downloaded spin_sleep v1.2.1
[INFO] [stderr]   Downloaded simple_logger v5.0.0
[INFO] [stderr]   Downloaded mlua v0.9.9
[INFO] [stderr]   Downloaded mlua-sys v0.6.5
[INFO] [stderr]   Downloaded enum_downcast_derive v0.1.0
[INFO] [stderr]   Downloaded enum_downcast v0.1.0
[INFO] [stderr]   Downloaded luajit-src v210.5.11+97813fb
[INFO] [stderr]   Downloaded lua-src v547.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9cc6872a327e678325b40eee7cf710da88ecd29402439e536a23bdb2bcd55563
[INFO] running `Command { std: "docker" "start" "9cc6872a327e678325b40eee7cf710da88ecd29402439e536a23bdb2bcd55563", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9cc6872a327e678325b40eee7cf710da88ecd29402439e536a23bdb2bcd55563", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9cc6872a327e678325b40eee7cf710da88ecd29402439e536a23bdb2bcd55563" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9cc6872a327e678325b40eee7cf710da88ecd29402439e536a23bdb2bcd55563", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9cc6872a327e678325b40eee7cf710da88ecd29402439e536a23bdb2bcd55563" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling libc v0.2.162
[INFO] [stderr]     Checking litemap v0.7.3
[INFO] [stderr]    Compiling rustix v0.38.40
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling cc v1.2.1
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling typeid v1.0.2
[INFO] [stderr]    Compiling sdl2-sys v0.35.2
[INFO] [stderr]    Compiling quick-xml v0.30.0
[INFO] [stderr]    Compiling libdbus-sys v0.2.5
[INFO] [stderr]    Compiling serde_json v1.0.132
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]    Compiling rustls v0.23.16
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking miniz_oxide v0.8.0
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]    Compiling sdl2 v0.35.2
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]     Checking colored v2.1.0
[INFO] [stderr]     Checking webpki-roots v0.26.6
[INFO] [stderr]     Checking bstr v1.11.0
[INFO] [stderr]     Checking rustc-hash v2.0.0
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking spin_sleep v1.2.1
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]    Compiling xcb v1.5.0
[INFO] [stderr]    Compiling lua-src v547.0.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking dbus v0.9.7
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]     Checking signal-hook v0.3.17
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking simple_logger v5.0.0
[INFO] [stderr]    Compiling which v6.0.3
[INFO] [stderr]    Compiling luajit-src v210.5.11+97813fb
[INFO] [stderr]    Compiling mlua-sys v0.6.5
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling enum_downcast_derive v0.1.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.4
[INFO] [stderr]    Compiling yoke-derive v0.7.4
[INFO] [stderr]     Checking enum_downcast v0.1.0
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]     Checking zerofrom v0.1.4
[INFO] [stderr]     Checking yoke v0.7.4
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking serde v1.0.215
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking erased-serde v0.4.5
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.3
[INFO] [stderr]     Checking ureq v2.10.1
[INFO] [stderr]     Checking mlua v0.9.9
[INFO] [stderr]     Checking tudo v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `traits::UIComponent`
[INFO] [stdout]   --> src/screen/main_screen.rs:24:13
[INFO] [stdout]    |
[INFO] [stdout] 24 |             traits::UIComponent,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `traits::UIComponent`
[INFO] [stdout]   --> src/screen/main_screen.rs:24:13
[INFO] [stdout]    |
[INFO] [stdout] 24 |             traits::UIComponent,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless assignment of variable of type `i32` to itself
[INFO] [stdout]    --> src/utils/draw.rs:153:13
[INFO] [stdout]     |
[INFO] [stdout] 153 |             x = x;
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sources/lua.rs:39:11
[INFO] [stdout]    |
[INFO] [stdout] 39 |     _lua: &Lua,
[INFO] [stdout]    |           ^^^^ the lifetime is elided here
[INFO] [stdout] 40 |     req_args: (String, HashMap<String, String>),
[INFO] [stdout] 41 | ) -> Result<impl IntoLua, Error> {
[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] 41 | ) -> Result<impl IntoLua<'_>, Error> {
[INFO] [stdout]    |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sources/lua.rs:55:25
[INFO] [stdout]    |
[INFO] [stdout] 55 | fn load_json_file(_lua: &Lua, path: String) -> Result<impl IntoLua, Error> {
[INFO] [stdout]    |                         ^^^^                          ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 55 | fn load_json_file(_lua: &Lua, path: String) -> Result<impl IntoLua<'_>, Error> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/atlas.rs:31:33
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn generate_new_texture(&mut self, font: &Font, te: TextureInfo) -> &Texture {
[INFO] [stdout]    |                                 ^^^^^^^^^                                   ^^^^^^^^
[INFO] [stdout]    |                                 |                                           ||
[INFO] [stdout]    |                                 |                                           |the same lifetime is hidden here
[INFO] [stdout]    |                                 the lifetime is elided here                 the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn generate_new_texture(&mut self, font: &Font, te: TextureInfo) -> &Texture<'_> {
[INFO] [stdout]    |                                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/atlas.rs:40:22
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn draw_char(&mut self, font: &Font, ch: char, fg: Color) -> &Texture {
[INFO] [stdout]    |                      ^^^^^^^^^                                       ^^^^^^^^
[INFO] [stdout]    |                      |                                               ||
[INFO] [stdout]    |                      |                                               |the same lifetime is hidden here
[INFO] [stdout]    |                      the lifetime is elided here                     the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn draw_char(&mut self, font: &Font, ch: char, fg: Color) -> &Texture<'_> {
[INFO] [stdout]    |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/atlas.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 62 |     ) -> Texture {
[INFO] [stdout]    |          ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     ) -> Texture<'_> {
[INFO] [stdout]    |                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/atlas.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 74 |     ) -> Texture {
[INFO] [stdout]    |          ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 74 |     ) -> Texture<'_> {
[INFO] [stdout]    |                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/image.rs:38:22
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn get_image(&self, path: impl AsRef<str>) -> &Texture {
[INFO] [stdout]    |                      ^^^^^                            ^^^^^^^^
[INFO] [stdout]    |                      |                                ||
[INFO] [stdout]    |                      |                                |the same lifetime is hidden here
[INFO] [stdout]    |                      |                                the same lifetime is elided here
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn get_image(&self, path: impl AsRef<str>) -> &Texture<'_> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/ui/components/list.rs:31:10
[INFO] [stdout]    |
[INFO] [stdout] 21 |         &'a self,
[INFO] [stdout]    |          -- the lifetime is named here
[INFO] [stdout] 22 |         item: &'a T,
[INFO] [stdout]    |                -- the lifetime is named here
[INFO] [stdout] 23 |         texture_creator: &'a TextureCreator<WindowContext>,
[INFO] [stdout]    |                           -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 31 |     ) -> Texture;
[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 `'a`
[INFO] [stdout]    |
[INFO] [stdout] 31 |     ) -> Texture<'a>;
[INFO] [stdout]    |                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/ui/components/list.rs:387:10
[INFO] [stdout]     |
[INFO] [stdout] 377 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 378 |         item: &SourceItem,
[INFO] [stdout] 379 |         texture_creator: &'a TextureCreator<WindowContext>,
[INFO] [stdout]     |                           -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 387 |     ) -> Texture {
[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 `'a`
[INFO] [stdout]     |
[INFO] [stdout] 387 |     ) -> Texture<'a> {
[INFO] [stdout]     |                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: useless assignment of variable of type `i32` to itself
[INFO] [stdout]    --> src/utils/draw.rs:153:13
[INFO] [stdout]     |
[INFO] [stdout] 153 |             x = x;
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sources/lua.rs:39:11
[INFO] [stdout]    |
[INFO] [stdout] 39 |     _lua: &Lua,
[INFO] [stdout]    |           ^^^^ the lifetime is elided here
[INFO] [stdout] 40 |     req_args: (String, HashMap<String, String>),
[INFO] [stdout] 41 | ) -> Result<impl IntoLua, Error> {
[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] 41 | ) -> Result<impl IntoLua<'_>, Error> {
[INFO] [stdout]    |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/sources/lua.rs:55:25
[INFO] [stdout]    |
[INFO] [stdout] 55 | fn load_json_file(_lua: &Lua, path: String) -> Result<impl IntoLua, Error> {
[INFO] [stdout]    |                         ^^^^                          ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 55 | fn load_json_file(_lua: &Lua, path: String) -> Result<impl IntoLua<'_>, Error> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/atlas.rs:31:33
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn generate_new_texture(&mut self, font: &Font, te: TextureInfo) -> &Texture {
[INFO] [stdout]    |                                 ^^^^^^^^^                                   ^^^^^^^^
[INFO] [stdout]    |                                 |                                           ||
[INFO] [stdout]    |                                 |                                           |the same lifetime is hidden here
[INFO] [stdout]    |                                 the lifetime is elided here                 the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn generate_new_texture(&mut self, font: &Font, te: TextureInfo) -> &Texture<'_> {
[INFO] [stdout]    |                                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/atlas.rs:40:22
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn draw_char(&mut self, font: &Font, ch: char, fg: Color) -> &Texture {
[INFO] [stdout]    |                      ^^^^^^^^^                                       ^^^^^^^^
[INFO] [stdout]    |                      |                                               ||
[INFO] [stdout]    |                      |                                               |the same lifetime is hidden here
[INFO] [stdout]    |                      the lifetime is elided here                     the same lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn draw_char(&mut self, font: &Font, ch: char, fg: Color) -> &Texture<'_> {
[INFO] [stdout]    |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/atlas.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 62 |     ) -> Texture {
[INFO] [stdout]    |          ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     ) -> Texture<'_> {
[INFO] [stdout]    |                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/atlas.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 74 |     ) -> Texture {
[INFO] [stdout]    |          ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 74 |     ) -> Texture<'_> {
[INFO] [stdout]    |                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/image.rs:38:22
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn get_image(&self, path: impl AsRef<str>) -> &Texture {
[INFO] [stdout]    |                      ^^^^^                            ^^^^^^^^
[INFO] [stdout]    |                      |                                ||
[INFO] [stdout]    |                      |                                |the same lifetime is hidden here
[INFO] [stdout]    |                      |                                the same lifetime is elided here
[INFO] [stdout]    |                      the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn get_image(&self, path: impl AsRef<str>) -> &Texture<'_> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/ui/components/list.rs:31:10
[INFO] [stdout]    |
[INFO] [stdout] 21 |         &'a self,
[INFO] [stdout]    |          -- the lifetime is named here
[INFO] [stdout] 22 |         item: &'a T,
[INFO] [stdout]    |                -- the lifetime is named here
[INFO] [stdout] 23 |         texture_creator: &'a TextureCreator<WindowContext>,
[INFO] [stdout]    |                           -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 31 |     ) -> Texture;
[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 `'a`
[INFO] [stdout]    |
[INFO] [stdout] 31 |     ) -> Texture<'a>;
[INFO] [stdout]    |                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/ui/components/list.rs:387:10
[INFO] [stdout]     |
[INFO] [stdout] 377 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 378 |         item: &SourceItem,
[INFO] [stdout] 379 |         texture_creator: &'a TextureCreator<WindowContext>,
[INFO] [stdout]     |                           -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 387 |     ) -> Texture {
[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 `'a`
[INFO] [stdout]     |
[INFO] [stdout] 387 |     ) -> Texture<'a> {
[INFO] [stdout]     |                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.53s
[INFO] running `Command { std: "docker" "inspect" "9cc6872a327e678325b40eee7cf710da88ecd29402439e536a23bdb2bcd55563", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9cc6872a327e678325b40eee7cf710da88ecd29402439e536a23bdb2bcd55563", kill_on_drop: false }`
[INFO] [stdout] 9cc6872a327e678325b40eee7cf710da88ecd29402439e536a23bdb2bcd55563
