[INFO] cloning repository https://github.com/martingleich/RayTracingInAWeekend
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/martingleich/RayTracingInAWeekend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartingleich%2FRayTracingInAWeekend", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartingleich%2FRayTracingInAWeekend'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] aba61a9f058895d93805e8edb0dac15b7965dd80
[INFO] testing martingleich/RayTracingInAWeekend against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartingleich%2FRayTracingInAWeekend" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/martingleich/RayTracingInAWeekend
[INFO] finished tweaking git repo https://github.com/martingleich/RayTracingInAWeekend
[INFO] tweaked toml for git repo https://github.com/martingleich/RayTracingInAWeekend written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/martingleich/RayTracingInAWeekend on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/martingleich/RayTracingInAWeekend 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" "+1.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded libm v0.2.5
[INFO] [stderr]   Downloaded libc v0.2.135
[INFO] [stderr]   Downloaded tiff v0.7.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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] 0125f23d48efeedffc00281f731dd7313222ee8009829696f610a8c3761323f6
[INFO] running `Command { std: "docker" "start" "0125f23d48efeedffc00281f731dd7313222ee8009829696f610a8c3761323f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0125f23d48efeedffc00281f731dd7313222ee8009829696f610a8c3761323f6", 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" "0125f23d48efeedffc00281f731dd7313222ee8009829696f610a8c3761323f6" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0125f23d48efeedffc00281f731dd7313222ee8009829696f610a8c3761323f6", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0125f23d48efeedffc00281f731dd7313222ee8009829696f610a8c3761323f6" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.135
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.12
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.11
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling libm v0.2.5
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling miniz_oxide v0.5.4
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling futures-sink v0.3.25
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling weezl v0.1.7
[INFO] [stderr]    Compiling miniz_oxide v0.6.2
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling bit_field v0.10.1
[INFO] [stderr]    Compiling lebe v0.5.2
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling half v2.1.0
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling gif v0.11.4
[INFO] [stderr]    Compiling bytemuck v1.12.1
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling spin v0.9.4
[INFO] [stderr]    Compiling crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling bumpalo v3.11.1
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling nanorand v0.7.0
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling png v0.17.6
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rand_distr v0.4.3
[INFO] [stderr]    Compiling jpeg-decoder v0.2.6
[INFO] [stderr]    Compiling tiff v0.7.3
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling pin-project v1.0.12
[INFO] [stderr]    Compiling flume v0.10.14
[INFO] [stderr]    Compiling exr v1.5.2
[INFO] [stderr]    Compiling image v0.24.4
[INFO] [stderr]    Compiling ray_tracing_in_a_weekend v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib/hittable.rs:135:17
[INFO] [stdout]     |
[INFO] [stdout] 131 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 135 |     ) -> Option<HitInteraction> {
[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 `'a`
[INFO] [stdout]     |
[INFO] [stdout] 135 |     ) -> Option<HitInteraction<'a>> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib/hittable.rs:217:17
[INFO] [stdout]     |
[INFO] [stdout] 213 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 217 |     ) -> Option<HitInteraction> {
[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] 217 |     ) -> Option<HitInteraction<'a>> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib/hittable.rs:310:9
[INFO] [stdout]     |
[INFO] [stdout] 310 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 314 |     ) -> Option<HitInteraction> {
[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] 314 |     ) -> Option<HitInteraction<'_>> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib/hittable.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 430 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 435 |     ) -> Option<HitInteraction> {
[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] 435 |     ) -> Option<HitInteraction<'_>> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib/hittable.rs:453:23
[INFO] [stdout]     |
[INFO] [stdout] 453 | ...st(&self, order: &[usize], ray: &Ray, t_range: &mut Range<f32>, rng: &mut rand_xoshiro::Xoroshiro128PlusPlus) -> Option<HitInteraction> {
[INFO] [stdout]     |       ^^^^^ the lifetime is elided here                                                                                    ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 453 |     fn hit_index_list(&self, order: &[usize], ray: &Ray, t_range: &mut Range<f32>, rng: &mut rand_xoshiro::Xoroshiro128PlusPlus) -> Option<HitInteraction<'_>> {
[INFO] [stdout]     |                                                                                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib/hittable.rs:465:9
[INFO] [stdout]     |
[INFO] [stdout] 465 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 469 |     ) -> Option<HitInteraction> {
[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] 469 |     ) -> Option<HitInteraction<'_>> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib/world_scattering_distribution.rs:17:21
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn generate(&self, origin: &Point3) -> Option<WorldScatteringDistribution> {
[INFO] [stdout]    |                     ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn generate(&self, origin: &Point3) -> Option<WorldScatteringDistribution<'_>> {
[INFO] [stdout]    |                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/app/obj_loader.rs:142:41
[INFO] [stdout]     |
[INFO] [stdout] 142 |         match self.try_take_char_fn(|c| (c == 'v' || c == 'f' || c == '#' || c == 'o')) {
[INFO] [stdout]     |                                         ^                                            ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 142 -         match self.try_take_char_fn(|c| (c == 'v' || c == 'f' || c == '#' || c == 'o')) {
[INFO] [stdout] 142 +         match self.try_take_char_fn(|c| c == 'v' || c == 'f' || c == '#' || c == 'o') {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/app/obj_loader.rs:143:58
[INFO] [stdout]     |
[INFO] [stdout] 143 |             Some('v') => match self.try_take_char_fn(|c| (c == 'n' || c == 't')) {
[INFO] [stdout]     |                                                          ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 143 -             Some('v') => match self.try_take_char_fn(|c| (c == 'n' || c == 't')) {
[INFO] [stdout] 143 +             Some('v') => match self.try_take_char_fn(|c| c == 'n' || c == 't') {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/worlds/world_builder.rs:16:26
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub fn texture_solid(&self, color: Color) -> &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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub fn texture_solid(&self, color: Color) -> &Texture<'_> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/worlds/world_builder.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 23 |     ) -> &Texture {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |          ||
[INFO] [stdout]    |          |the same lifetime is hidden here
[INFO] [stdout]    |          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] 23 |     ) -> &Texture<'_> {
[INFO] [stdout]    |                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/worlds/world_builder.rs:32:27
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn texture_marble(&self, scale : f32, rng : &mut common::TRng) -> &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] 32 |     pub fn texture_marble(&self, scale : f32, rng : &mut common::TRng) -> &Texture<'_> {
[INFO] [stdout]    |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/app/worlds/world_builder.rs:38:109
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn texture_checker(&'a self, inv_frequency : f32, tex_even : &'a Texture, tex_odd : &'a Texture) -> &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 named here
[INFO] [stdout]    |                             the lifetime is named here                the lifetime is named 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] 38 |     pub fn texture_checker(&'a self, inv_frequency : f32, tex_even : &'a Texture, tex_odd : &'a Texture) -> &'a Texture<'a> {
[INFO] [stdout]    |                                                                                                              ++        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/worlds/world_builder.rs:41:41
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn material_diffuse_light_solid(&self, color: Color) -> &Material {
[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] 41 |     pub fn material_diffuse_light_solid(&self, color: Color) -> &Material<'_> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/worlds/world_builder.rs:45:35
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn material_lambert_solid(&self, color: Color) -> &Material {
[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] 45 |     pub fn material_lambert_solid(&self, color: Color) -> &Material<'_> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/app/worlds/world_builder.rs:49:67
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn material_lambert(&'a self, albedo: &'a Texture) -> &'a Material {
[INFO] [stdout]    |                              --                --              -- ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |                 |               |
[INFO] [stdout]    |                              |                 |               the same lifetime is named here
[INFO] [stdout]    |                              |                 the lifetime is named here
[INFO] [stdout]    |                              the lifetime is named 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] 49 |     pub fn material_lambert(&'a self, albedo: &'a Texture) -> &'a Material<'a> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/worlds/world_builder.rs:53:33
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn material_metal_solid(&self, color: Color, fuzz: f32) -> &Material {
[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] 53 |     pub fn material_metal_solid(&self, color: Color, fuzz: f32) -> &Material<'_> {
[INFO] [stdout]    |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/worlds/world_builder.rs:57:32
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn material_dielectric(&self, index_of_refraction: f32) -> &Material {
[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] 57 |     pub fn material_dielectric(&self, index_of_refraction: f32) -> &Material<'_> {
[INFO] [stdout]    |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/worlds/world_builder.rs:63:37
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn material_isotropic_solid(&self, color: Color) -> &Material {
[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] 63 |     pub fn material_isotropic_solid(&self, color: Color) -> &Material<'_> {
[INFO] [stdout]    |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/app/worlds/world_builder.rs:105:22
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn new_group(&self) -> NodeBuilder {
[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] 105 |     pub fn new_group(&self) -> NodeBuilder<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/app/worlds/world_builder.rs:113:20
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn new_obj(&self, geometry: Geometry, material: &'a Material<'a>) -> NodeBuilder {
[INFO] [stdout]     |                    ^^^^^ the lifetime is elided here                         ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn new_obj(&self, geometry: Geometry, material: &'a Material<'a>) -> NodeBuilder<'_> {
[INFO] [stdout]     |                                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/app/worlds/world_builder.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 128 |     ) -> NodeBuilder {
[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] 128 |     ) -> NodeBuilder<'_> {
[INFO] [stdout]     |                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/app/worlds/world_builder.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 133 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 138 |     ) -> NodeBuilder {
[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] 138 |     ) -> NodeBuilder<'_> {
[INFO] [stdout]     |                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/app/worlds/world_builder.rs:143:9
[INFO] [stdout]     |
[INFO] [stdout] 143 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 148 |     ) -> NodeBuilder {
[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] 148 |     ) -> NodeBuilder<'_> {
[INFO] [stdout]     |                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/app/worlds/world_builder.rs:153:9
[INFO] [stdout]     |
[INFO] [stdout] 153 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 158 |     ) -> NodeBuilder {
[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] 158 |     ) -> NodeBuilder<'_> {
[INFO] [stdout]     |                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/app/worlds/world_builder.rs:161:27
[INFO] [stdout]     |
[INFO] [stdout] 161 |     pub fn new_obj_sphere(&self, radius: f32, material: &'a Material) -> NodeBuilder {
[INFO] [stdout]     |                           ^^^^^ the lifetime is elided here              ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 161 |     pub fn new_obj_sphere(&self, radius: f32, material: &'a Material) -> NodeBuilder<'_> {
[INFO] [stdout]     |                                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/app/worlds/world_builder.rs:165:9
[INFO] [stdout]     |
[INFO] [stdout] 165 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 169 |     ) -> NodeBuilder {
[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] 169 |     ) -> NodeBuilder<'_> {
[INFO] [stdout]     |                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/app/worlds/world_builder.rs:174:9
[INFO] [stdout]     |
[INFO] [stdout] 174 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 177 |     ) -> NodeBuilder {
[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] 177 |     ) -> NodeBuilder<'_> {
[INFO] [stdout]     |                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 09s
[INFO] running `Command { std: "docker" "inspect" "0125f23d48efeedffc00281f731dd7313222ee8009829696f610a8c3761323f6", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0125f23d48efeedffc00281f731dd7313222ee8009829696f610a8c3761323f6" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling ray_tracing_in_a_weekend v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib/hittable.rs:135:17
[INFO] [stdout]     |
[INFO] [stdout] 131 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 135 |     ) -> Option<HitInteraction> {
[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 `'a`
[INFO] [stdout]     |
[INFO] [stdout] 135 |     ) -> Option<HitInteraction<'a>> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib/hittable.rs:217:17
[INFO] [stdout]     |
[INFO] [stdout] 213 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 217 |     ) -> Option<HitInteraction> {
[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] 217 |     ) -> Option<HitInteraction<'a>> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib/hittable.rs:310:9
[INFO] [stdout]     |
[INFO] [stdout] 310 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 314 |     ) -> Option<HitInteraction> {
[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] 314 |     ) -> Option<HitInteraction<'_>> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib/hittable.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 430 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 435 |     ) -> Option<HitInteraction> {
[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] 435 |     ) -> Option<HitInteraction<'_>> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib/hittable.rs:453:23
[INFO] [stdout]     |
[INFO] [stdout] 453 | ...st(&self, order: &[usize], ray: &Ray, t_range: &mut Range<f32>, rng: &mut rand_xoshiro::Xoroshiro128PlusPlus) -> Option<HitInteraction> {
[INFO] [stdout]     |       ^^^^^ the lifetime is elided here                                                                                    ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 453 |     fn hit_index_list(&self, order: &[usize], ray: &Ray, t_range: &mut Range<f32>, rng: &mut rand_xoshiro::Xoroshiro128PlusPlus) -> Option<HitInteraction<'_>> {
[INFO] [stdout]     |                                                                                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib/hittable.rs:465:9
[INFO] [stdout]     |
[INFO] [stdout] 465 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 469 |     ) -> Option<HitInteraction> {
[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] 469 |     ) -> Option<HitInteraction<'_>> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib/world_scattering_distribution.rs:17:21
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn generate(&self, origin: &Point3) -> Option<WorldScatteringDistribution> {
[INFO] [stdout]    |                     ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn generate(&self, origin: &Point3) -> Option<WorldScatteringDistribution<'_>> {
[INFO] [stdout]    |                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/app/obj_loader.rs:142:41
[INFO] [stdout]     |
[INFO] [stdout] 142 |         match self.try_take_char_fn(|c| (c == 'v' || c == 'f' || c == '#' || c == 'o')) {
[INFO] [stdout]     |                                         ^                                            ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 142 -         match self.try_take_char_fn(|c| (c == 'v' || c == 'f' || c == '#' || c == 'o')) {
[INFO] [stdout] 142 +         match self.try_take_char_fn(|c| c == 'v' || c == 'f' || c == '#' || c == 'o') {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/app/obj_loader.rs:143:58
[INFO] [stdout]     |
[INFO] [stdout] 143 |             Some('v') => match self.try_take_char_fn(|c| (c == 'n' || c == 't')) {
[INFO] [stdout]     |                                                          ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 143 -             Some('v') => match self.try_take_char_fn(|c| (c == 'n' || c == 't')) {
[INFO] [stdout] 143 +             Some('v') => match self.try_take_char_fn(|c| c == 'n' || c == 't') {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/worlds/world_builder.rs:16:26
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub fn texture_solid(&self, color: Color) -> &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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub fn texture_solid(&self, color: Color) -> &Texture<'_> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/worlds/world_builder.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 23 |     ) -> &Texture {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |          ||
[INFO] [stdout]    |          |the same lifetime is hidden here
[INFO] [stdout]    |          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] 23 |     ) -> &Texture<'_> {
[INFO] [stdout]    |                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/worlds/world_builder.rs:32:27
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn texture_marble(&self, scale : f32, rng : &mut common::TRng) -> &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] 32 |     pub fn texture_marble(&self, scale : f32, rng : &mut common::TRng) -> &Texture<'_> {
[INFO] [stdout]    |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/app/worlds/world_builder.rs:38:109
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn texture_checker(&'a self, inv_frequency : f32, tex_even : &'a Texture, tex_odd : &'a Texture) -> &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 named here
[INFO] [stdout]    |                             the lifetime is named here                the lifetime is named 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] 38 |     pub fn texture_checker(&'a self, inv_frequency : f32, tex_even : &'a Texture, tex_odd : &'a Texture) -> &'a Texture<'a> {
[INFO] [stdout]    |                                                                                                              ++        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/worlds/world_builder.rs:41:41
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn material_diffuse_light_solid(&self, color: Color) -> &Material {
[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] 41 |     pub fn material_diffuse_light_solid(&self, color: Color) -> &Material<'_> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/worlds/world_builder.rs:45:35
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn material_lambert_solid(&self, color: Color) -> &Material {
[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] 45 |     pub fn material_lambert_solid(&self, color: Color) -> &Material<'_> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/app/worlds/world_builder.rs:49:67
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn material_lambert(&'a self, albedo: &'a Texture) -> &'a Material {
[INFO] [stdout]    |                              --                --              -- ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |                 |               |
[INFO] [stdout]    |                              |                 |               the same lifetime is named here
[INFO] [stdout]    |                              |                 the lifetime is named here
[INFO] [stdout]    |                              the lifetime is named 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] 49 |     pub fn material_lambert(&'a self, albedo: &'a Texture) -> &'a Material<'a> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/worlds/world_builder.rs:53:33
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn material_metal_solid(&self, color: Color, fuzz: f32) -> &Material {
[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] 53 |     pub fn material_metal_solid(&self, color: Color, fuzz: f32) -> &Material<'_> {
[INFO] [stdout]    |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/worlds/world_builder.rs:57:32
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn material_dielectric(&self, index_of_refraction: f32) -> &Material {
[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] 57 |     pub fn material_dielectric(&self, index_of_refraction: f32) -> &Material<'_> {
[INFO] [stdout]    |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/app/worlds/world_builder.rs:63:37
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn material_isotropic_solid(&self, color: Color) -> &Material {
[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] 63 |     pub fn material_isotropic_solid(&self, color: Color) -> &Material<'_> {
[INFO] [stdout]    |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/app/worlds/world_builder.rs:105:22
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn new_group(&self) -> NodeBuilder {
[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] 105 |     pub fn new_group(&self) -> NodeBuilder<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/app/worlds/world_builder.rs:113:20
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn new_obj(&self, geometry: Geometry, material: &'a Material<'a>) -> NodeBuilder {
[INFO] [stdout]     |                    ^^^^^ the lifetime is elided here                         ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn new_obj(&self, geometry: Geometry, material: &'a Material<'a>) -> NodeBuilder<'_> {
[INFO] [stdout]     |                                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/app/worlds/world_builder.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 128 |     ) -> NodeBuilder {
[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] 128 |     ) -> NodeBuilder<'_> {
[INFO] [stdout]     |                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/app/worlds/world_builder.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 133 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 138 |     ) -> NodeBuilder {
[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] 138 |     ) -> NodeBuilder<'_> {
[INFO] [stdout]     |                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/app/worlds/world_builder.rs:143:9
[INFO] [stdout]     |
[INFO] [stdout] 143 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 148 |     ) -> NodeBuilder {
[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] 148 |     ) -> NodeBuilder<'_> {
[INFO] [stdout]     |                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/app/worlds/world_builder.rs:153:9
[INFO] [stdout]     |
[INFO] [stdout] 153 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 158 |     ) -> NodeBuilder {
[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] 158 |     ) -> NodeBuilder<'_> {
[INFO] [stdout]     |                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/app/worlds/world_builder.rs:161:27
[INFO] [stdout]     |
[INFO] [stdout] 161 |     pub fn new_obj_sphere(&self, radius: f32, material: &'a Material) -> NodeBuilder {
[INFO] [stdout]     |                           ^^^^^ the lifetime is elided here              ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 161 |     pub fn new_obj_sphere(&self, radius: f32, material: &'a Material) -> NodeBuilder<'_> {
[INFO] [stdout]     |                                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/app/worlds/world_builder.rs:165:9
[INFO] [stdout]     |
[INFO] [stdout] 165 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 169 |     ) -> NodeBuilder {
[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] 169 |     ) -> NodeBuilder<'_> {
[INFO] [stdout]     |                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/app/worlds/world_builder.rs:174:9
[INFO] [stdout]     |
[INFO] [stdout] 174 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 177 |     ) -> NodeBuilder {
[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] 177 |     ) -> NodeBuilder<'_> {
[INFO] [stdout]     |                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib/hittable.rs:135:17
[INFO] [stdout]     |
[INFO] [stdout] 131 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 135 |     ) -> Option<HitInteraction> {
[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 `'a`
[INFO] [stdout]     |
[INFO] [stdout] 135 |     ) -> Option<HitInteraction<'a>> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib/hittable.rs:217:17
[INFO] [stdout]     |
[INFO] [stdout] 213 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 217 |     ) -> Option<HitInteraction> {
[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] 217 |     ) -> Option<HitInteraction<'a>> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib/hittable.rs:310:9
[INFO] [stdout]     |
[INFO] [stdout] 310 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 314 |     ) -> Option<HitInteraction> {
[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] 314 |     ) -> Option<HitInteraction<'_>> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib/hittable.rs:430:9
[INFO] [stdout]     |
[INFO] [stdout] 430 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 435 |     ) -> Option<HitInteraction> {
[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] 435 |     ) -> Option<HitInteraction<'_>> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib/hittable.rs:453:23
[INFO] [stdout]     |
[INFO] [stdout] 453 | ...st(&self, order: &[usize], ray: &Ray, t_range: &mut Range<f32>, rng: &mut rand_xoshiro::Xoroshiro128PlusPlus) -> Option<HitInteraction> {
[INFO] [stdout]     |       ^^^^^ the lifetime is elided here                                                                                    ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 453 |     fn hit_index_list(&self, order: &[usize], ray: &Ray, t_range: &mut Range<f32>, rng: &mut rand_xoshiro::Xoroshiro128PlusPlus) -> Option<HitInteraction<'_>> {
[INFO] [stdout]     |                                                                                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib/hittable.rs:465:9
[INFO] [stdout]     |
[INFO] [stdout] 465 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 469 |     ) -> Option<HitInteraction> {
[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] 469 |     ) -> Option<HitInteraction<'_>> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib/world_scattering_distribution.rs:17:21
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn generate(&self, origin: &Point3) -> Option<WorldScatteringDistribution> {
[INFO] [stdout]    |                     ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn generate(&self, origin: &Point3) -> Option<WorldScatteringDistribution<'_>> {
[INFO] [stdout]    |                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.91s
[INFO] running `Command { std: "docker" "inspect" "0125f23d48efeedffc00281f731dd7313222ee8009829696f610a8c3761323f6", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0125f23d48efeedffc00281f731dd7313222ee8009829696f610a8c3761323f6" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lib/hittable.rs:135:17
[INFO] [stderr]     |
[INFO] [stderr] 131 |         &'a self,
[INFO] [stderr]     |          -- the lifetime is named here
[INFO] [stderr] ...
[INFO] [stderr] 135 |     ) -> Option<HitInteraction> {
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 135 |     ) -> Option<HitInteraction<'a>> {
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lib/hittable.rs:217:17
[INFO] [stderr]     |
[INFO] [stderr] 213 |         &'a self,
[INFO] [stderr]     |          -- the lifetime is named here
[INFO] [stderr] ...
[INFO] [stderr] 217 |     ) -> Option<HitInteraction> {
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 217 |     ) -> Option<HitInteraction<'a>> {
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib/hittable.rs:310:9
[INFO] [stderr]     |
[INFO] [stderr] 310 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 314 |     ) -> Option<HitInteraction> {
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 314 |     ) -> Option<HitInteraction<'_>> {
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib/hittable.rs:430:9
[INFO] [stderr]     |
[INFO] [stderr] 430 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 435 |     ) -> Option<HitInteraction> {
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 435 |     ) -> Option<HitInteraction<'_>> {
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib/hittable.rs:453:23
[INFO] [stderr]     |
[INFO] [stderr] 453 | ...st(&self, order: &[usize], ray: &Ray, t_range: &mut Range<f32>, rng: &mut rand_xoshiro::Xoroshiro128PlusPlus) -> Option<HitInteraction> {
[INFO] [stderr]     |       ^^^^^ the lifetime is elided here                                                                                    ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 453 |     fn hit_index_list(&self, order: &[usize], ray: &Ray, t_range: &mut Range<f32>, rng: &mut rand_xoshiro::Xoroshiro128PlusPlus) -> Option<HitInteraction<'_>> {
[INFO] [stderr]     |                                                                                                                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib/hittable.rs:465:9
[INFO] [stderr]     |
[INFO] [stderr] 465 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 469 |     ) -> Option<HitInteraction> {
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 469 |     ) -> Option<HitInteraction<'_>> {
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lib/world_scattering_distribution.rs:17:21
[INFO] [stderr]    |
[INFO] [stderr] 17 |     pub fn generate(&self, origin: &Point3) -> Option<WorldScatteringDistribution> {
[INFO] [stderr]    |                     ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 17 |     pub fn generate(&self, origin: &Point3) -> Option<WorldScatteringDistribution<'_>> {
[INFO] [stderr]    |                                                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `ray_tracing_in_a_weekend` (lib) generated 7 warnings (run `cargo fix --lib -p ray_tracing_in_a_weekend` to apply 7 suggestions)
[INFO] [stderr] warning: `ray_tracing_in_a_weekend` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]    --> src/app/obj_loader.rs:142:41
[INFO] [stderr]     |
[INFO] [stderr] 142 |         match self.try_take_char_fn(|c| (c == 'v' || c == 'f' || c == '#' || c == 'o')) {
[INFO] [stderr]     |                                         ^                                            ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 142 -         match self.try_take_char_fn(|c| (c == 'v' || c == 'f' || c == '#' || c == 'o')) {
[INFO] [stderr] 142 +         match self.try_take_char_fn(|c| c == 'v' || c == 'f' || c == '#' || c == 'o') {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]    --> src/app/obj_loader.rs:143:58
[INFO] [stderr]     |
[INFO] [stderr] 143 |             Some('v') => match self.try_take_char_fn(|c| (c == 'n' || c == 't')) {
[INFO] [stderr]     |                                                          ^                    ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 143 -             Some('v') => match self.try_take_char_fn(|c| (c == 'n' || c == 't')) {
[INFO] [stderr] 143 +             Some('v') => match self.try_take_char_fn(|c| c == 'n' || c == 't') {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/app/worlds/world_builder.rs:16:26
[INFO] [stderr]    |
[INFO] [stderr] 16 |     pub fn texture_solid(&self, color: Color) -> &Texture {
[INFO] [stderr]    |                          ^^^^^                   ^^^^^^^^
[INFO] [stderr]    |                          |                       ||
[INFO] [stderr]    |                          |                       |the same lifetime is hidden here
[INFO] [stderr]    |                          |                       the same lifetime is elided here
[INFO] [stderr]    |                          the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 16 |     pub fn texture_solid(&self, color: Color) -> &Texture<'_> {
[INFO] [stderr]    |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/app/worlds/world_builder.rs:20:9
[INFO] [stderr]    |
[INFO] [stderr] 20 |         &self,
[INFO] [stderr]    |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 23 |     ) -> &Texture {
[INFO] [stderr]    |          ^^^^^^^^
[INFO] [stderr]    |          ||
[INFO] [stderr]    |          |the same lifetime is hidden here
[INFO] [stderr]    |          the same lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 23 |     ) -> &Texture<'_> {
[INFO] [stderr]    |                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/app/worlds/world_builder.rs:32:27
[INFO] [stderr]    |
[INFO] [stderr] 32 |     pub fn texture_marble(&self, scale : f32, rng : &mut common::TRng) -> &Texture {
[INFO] [stderr]    |                           ^^^^^                                           ^^^^^^^^
[INFO] [stderr]    |                           |                                               ||
[INFO] [stderr]    |                           |                                               |the same lifetime is hidden here
[INFO] [stderr]    |                           the lifetime is elided here                     the same lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 32 |     pub fn texture_marble(&self, scale : f32, rng : &mut common::TRng) -> &Texture<'_> {
[INFO] [stderr]    |                                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/app/worlds/world_builder.rs:38:109
[INFO] [stderr]    |
[INFO] [stderr] 38 |     pub fn texture_checker(&'a self, inv_frequency : f32, tex_even : &'a Texture, tex_odd : &'a Texture) -> &Texture {
[INFO] [stderr]    |                             --                                        --                     --             ^^^^^^^^
[INFO] [stderr]    |                             |                                         |                      |              ||
[INFO] [stderr]    |                             |                                         |                      |              |the same lifetime is hidden here
[INFO] [stderr]    |                             |                                         |                      |              the same lifetime is elided here
[INFO] [stderr]    |                             |                                         |                      the lifetime is named here
[INFO] [stderr]    |                             the lifetime is named here                the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 38 |     pub fn texture_checker(&'a self, inv_frequency : f32, tex_even : &'a Texture, tex_odd : &'a Texture) -> &'a Texture<'a> {
[INFO] [stderr]    |                                                                                                              ++        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/app/worlds/world_builder.rs:41:41
[INFO] [stderr]    |
[INFO] [stderr] 41 |     pub fn material_diffuse_light_solid(&self, color: Color) -> &Material {
[INFO] [stderr]    |                                         ^^^^^                   ^^^^^^^^^
[INFO] [stderr]    |                                         |                       ||
[INFO] [stderr]    |                                         |                       |the same lifetime is hidden here
[INFO] [stderr]    |                                         |                       the same lifetime is elided here
[INFO] [stderr]    |                                         the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 41 |     pub fn material_diffuse_light_solid(&self, color: Color) -> &Material<'_> {
[INFO] [stderr]    |                                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/app/worlds/world_builder.rs:45:35
[INFO] [stderr]    |
[INFO] [stderr] 45 |     pub fn material_lambert_solid(&self, color: Color) -> &Material {
[INFO] [stderr]    |                                   ^^^^^                   ^^^^^^^^^
[INFO] [stderr]    |                                   |                       ||
[INFO] [stderr]    |                                   |                       |the same lifetime is hidden here
[INFO] [stderr]    |                                   |                       the same lifetime is elided here
[INFO] [stderr]    |                                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 45 |     pub fn material_lambert_solid(&self, color: Color) -> &Material<'_> {
[INFO] [stderr]    |                                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/app/worlds/world_builder.rs:49:67
[INFO] [stderr]    |
[INFO] [stderr] 49 |     pub fn material_lambert(&'a self, albedo: &'a Texture) -> &'a Material {
[INFO] [stderr]    |                              --                --              -- ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                              |                 |               |
[INFO] [stderr]    |                              |                 |               the same lifetime is named here
[INFO] [stderr]    |                              |                 the lifetime is named here
[INFO] [stderr]    |                              the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 49 |     pub fn material_lambert(&'a self, albedo: &'a Texture) -> &'a Material<'a> {
[INFO] [stderr]    |                                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/app/worlds/world_builder.rs:53:33
[INFO] [stderr]    |
[INFO] [stderr] 53 |     pub fn material_metal_solid(&self, color: Color, fuzz: f32) -> &Material {
[INFO] [stderr]    |                                 ^^^^^                              ^^^^^^^^^
[INFO] [stderr]    |                                 |                                  ||
[INFO] [stderr]    |                                 |                                  |the same lifetime is hidden here
[INFO] [stderr]    |                                 the lifetime is elided here        the same lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 53 |     pub fn material_metal_solid(&self, color: Color, fuzz: f32) -> &Material<'_> {
[INFO] [stderr]    |                                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/app/worlds/world_builder.rs:57:32
[INFO] [stderr]    |
[INFO] [stderr] 57 |     pub fn material_dielectric(&self, index_of_refraction: f32) -> &Material {
[INFO] [stderr]    |                                ^^^^^                               ^^^^^^^^^
[INFO] [stderr]    |                                |                                   ||
[INFO] [stderr]    |                                |                                   |the same lifetime is hidden here
[INFO] [stderr]    |                                the lifetime is elided here         the same lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 57 |     pub fn material_dielectric(&self, index_of_refraction: f32) -> &Material<'_> {
[INFO] [stderr]    |                                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/app/worlds/world_builder.rs:63:37
[INFO] [stderr]    |
[INFO] [stderr] 63 |     pub fn material_isotropic_solid(&self, color: Color) -> &Material {
[INFO] [stderr]    |                                     ^^^^^                   ^^^^^^^^^
[INFO] [stderr]    |                                     |                       ||
[INFO] [stderr]    |                                     |                       |the same lifetime is hidden here
[INFO] [stderr]    |                                     |                       the same lifetime is elided here
[INFO] [stderr]    |                                     the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 63 |     pub fn material_isotropic_solid(&self, color: Color) -> &Material<'_> {
[INFO] [stderr]    |                                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/app/worlds/world_builder.rs:105:22
[INFO] [stderr]     |
[INFO] [stderr] 105 |     pub fn new_group(&self) -> NodeBuilder {
[INFO] [stderr]     |                      ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 105 |     pub fn new_group(&self) -> NodeBuilder<'_> {
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/app/worlds/world_builder.rs:113:20
[INFO] [stderr]     |
[INFO] [stderr] 113 |     pub fn new_obj(&self, geometry: Geometry, material: &'a Material<'a>) -> NodeBuilder {
[INFO] [stderr]     |                    ^^^^^ the lifetime is elided here                         ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 113 |     pub fn new_obj(&self, geometry: Geometry, material: &'a Material<'a>) -> NodeBuilder<'_> {
[INFO] [stderr]     |                                                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/app/worlds/world_builder.rs:123:9
[INFO] [stderr]     |
[INFO] [stderr] 123 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 128 |     ) -> NodeBuilder {
[INFO] [stderr]     |          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 128 |     ) -> NodeBuilder<'_> {
[INFO] [stderr]     |                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/app/worlds/world_builder.rs:133:9
[INFO] [stderr]     |
[INFO] [stderr] 133 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 138 |     ) -> NodeBuilder {
[INFO] [stderr]     |          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 138 |     ) -> NodeBuilder<'_> {
[INFO] [stderr]     |                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/app/worlds/world_builder.rs:143:9
[INFO] [stderr]     |
[INFO] [stderr] 143 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 148 |     ) -> NodeBuilder {
[INFO] [stderr]     |          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 148 |     ) -> NodeBuilder<'_> {
[INFO] [stderr]     |                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/app/worlds/world_builder.rs:153:9
[INFO] [stderr]     |
[INFO] [stderr] 153 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 158 |     ) -> NodeBuilder {
[INFO] [stderr]     |          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 158 |     ) -> NodeBuilder<'_> {
[INFO] [stderr]     |                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/app/worlds/world_builder.rs:161:27
[INFO] [stderr]     |
[INFO] [stderr] 161 |     pub fn new_obj_sphere(&self, radius: f32, material: &'a Material) -> NodeBuilder {
[INFO] [stderr]     |                           ^^^^^ the lifetime is elided here              ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 161 |     pub fn new_obj_sphere(&self, radius: f32, material: &'a Material) -> NodeBuilder<'_> {
[INFO] [stderr]     |                                                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/app/worlds/world_builder.rs:165:9
[INFO] [stderr]     |
[INFO] [stderr] 165 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 169 |     ) -> NodeBuilder {
[INFO] [stderr]     |          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 169 |     ) -> NodeBuilder<'_> {
[INFO] [stderr]     |                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/app/worlds/world_builder.rs:174:9
[INFO] [stderr]     |
[INFO] [stderr] 174 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 177 |     ) -> NodeBuilder {
[INFO] [stderr]     |          ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 177 |     ) -> NodeBuilder<'_> {
[INFO] [stderr]     |                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `ray_tracing_in_a_weekend` (bin "ray_tracing_in_a_weekend_app" test) generated 21 warnings (run `cargo fix --bin "ray_tracing_in_a_weekend_app" -p ray_tracing_in_a_weekend --tests` to apply 21 suggestions)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/lib/lib.rs (/opt/rustwide/target/release/deps/ray_tracing_in_a_weekend-f1e21b34520298d4)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/app/main.rs (/opt/rustwide/target/release/deps/ray_tracing_in_a_weekend_app-7b925d884d679ff2)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests ray_tracing_in_a_weekend
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "0125f23d48efeedffc00281f731dd7313222ee8009829696f610a8c3761323f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0125f23d48efeedffc00281f731dd7313222ee8009829696f610a8c3761323f6", kill_on_drop: false }`
[INFO] [stdout] 0125f23d48efeedffc00281f731dd7313222ee8009829696f610a8c3761323f6
