[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 f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1 for pr-160235-1
[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 f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "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" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7f7755550f99de5045e5ec55e78b513ebb354b692548257f83a8e360f10075e9
[INFO] running `Command { std: "docker" "start" "7f7755550f99de5045e5ec55e78b513ebb354b692548257f83a8e360f10075e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7f7755550f99de5045e5ec55e78b513ebb354b692548257f83a8e360f10075e9", 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" "7f7755550f99de5045e5ec55e78b513ebb354b692548257f83a8e360f10075e9" "/opt/rustwide/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7f7755550f99de5045e5ec55e78b513ebb354b692548257f83a8e360f10075e9", 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" "7f7755550f99de5045e5ec55e78b513ebb354b692548257f83a8e360f10075e9" "/opt/rustwide/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]     Checking litemap v0.7.3
[INFO] [stderr]     Checking writeable v0.5.5
[INFO] [stderr]    Compiling cc v1.2.1
[INFO] [stderr]    Compiling rustix v0.38.40
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]     Checking icu_locid_transform_data v1.5.0
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]     Checking icu_properties_data v1.5.0
[INFO] [stderr]     Checking write16 v1.0.0
[INFO] [stderr]     Checking utf16_iter v1.0.5
[INFO] [stderr]    Compiling version-compare v0.1.1
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking icu_normalizer_data v1.5.0
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking rustls-pki-types v1.10.0
[INFO] [stderr]     Checking spin v0.9.8
[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 rustls v0.23.16
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]    Compiling serde_json v1.0.132
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling lua-src v547.0.0
[INFO] [stderr]     Checking miniz_oxide v0.8.0
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]    Compiling xcb v1.5.0
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling sdl2 v0.35.2
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]     Checking bstr v1.11.0
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking webpki-roots v0.26.6
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]     Checking rustc-hash v2.0.0
[INFO] [stderr]     Checking dbus v0.9.7
[INFO] [stderr]     Checking chrono v0.4.38
[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]     Checking dyn-clone v1.0.17
[INFO] [stderr]     Checking simple_logger v5.0.0
[INFO] [stderr]     Checking spin_sleep v1.2.1
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.4
[INFO] [stderr]    Compiling yoke-derive v0.7.4
[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]     Checking rustls-webpki v0.102.8
[INFO] [stderr]    Compiling enum_downcast_derive v0.1.0
[INFO] [stderr]     Checking enum_downcast v0.1.0
[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 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 icu_normalizer v1.5.0
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking erased-serde v0.4.5
[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: use of deprecated module `std::usize`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]  --> src/ui/components/list.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::usize;
[INFO] [stdout]   |          ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::usize`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]  --> src/ui/components/spinner.rs:1:31
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{any::Any, ops::Rem, usize};
[INFO] [stdout]   |                               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::usize`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]  --> src/ui/components/list.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::usize;
[INFO] [stdout]   |          ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::usize`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]  --> src/ui/components/spinner.rs:1:31
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{any::Any, ops::Rem, usize};
[INFO] [stdout]   |                               ^^^^^
[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: 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] warning: unused dependency `enum_downcast`
[INFO] [stderr]   --> Cargo.toml:18:15
[INFO] [stderr]    |
[INFO] [stderr] 18 | [dependencies.enum_downcast]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `enum_downcast`
[INFO] [stderr] warning: `tudo` (manifest) generated 1 warning
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.16s
[INFO] running `Command { std: "docker" "inspect" "7f7755550f99de5045e5ec55e78b513ebb354b692548257f83a8e360f10075e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f7755550f99de5045e5ec55e78b513ebb354b692548257f83a8e360f10075e9", kill_on_drop: false }`
[INFO] [stdout] 7f7755550f99de5045e5ec55e78b513ebb354b692548257f83a8e360f10075e9
