[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] checking martingleich/RayTracingInAWeekend against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartingleich%2FRayTracingInAWeekend" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-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-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/martingleich/RayTracingInAWeekend on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "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.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded crossbeam-utils v0.8.12
[INFO] [stderr]   Downloaded crossbeam-deque v0.8.2
[INFO] [stderr]   Downloaded bit_field v0.10.1
[INFO] [stderr]   Downloaded spin v0.9.4
[INFO] [stderr]   Downloaded semver v1.0.14
[INFO] [stderr]   Downloaded crossbeam-channel v0.5.6
[INFO] [stderr]   Downloaded half v2.1.0
[INFO] [stderr]   Downloaded crossbeam-epoch v0.9.11
[INFO] [stderr]   Downloaded nanorand v0.7.0
[INFO] [stderr]   Downloaded flume v0.10.14
[INFO] [stderr]   Downloaded libm v0.2.5
[INFO] [stderr]   Downloaded exr v1.5.2
[INFO] [stderr]   Downloaded image v0.24.4
[INFO] [stderr]   Downloaded jpeg-decoder v0.2.6
[INFO] [stderr]   Downloaded tiff v0.7.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8cd44649084c7c04743c3d85fa72e3042f86f7ea41059c928b12ebb48aa53b7d
[INFO] running `Command { std: "docker" "start" "-a" "8cd44649084c7c04743c3d85fa72e3042f86f7ea41059c928b12ebb48aa53b7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8cd44649084c7c04743c3d85fa72e3042f86f7ea41059c928b12ebb48aa53b7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8cd44649084c7c04743c3d85fa72e3042f86f7ea41059c928b12ebb48aa53b7d", kill_on_drop: false }`
[INFO] [stdout] 8cd44649084c7c04743c3d85fa72e3042f86f7ea41059c928b12ebb48aa53b7d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ca23b4a601b1ba31e14eca17dfce09e18e9b55767339dfa69b165f712efb3679
[INFO] running `Command { std: "docker" "start" "-a" "ca23b4a601b1ba31e14eca17dfce09e18e9b55767339dfa69b165f712efb3679", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.135
[INFO] [stderr]     Checking 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 unicode-ident v1.0.5
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.11
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling libm v0.2.5
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling lock_api v0.4.9
[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]     Checking either v1.8.0
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]     Checking miniz_oxide v0.5.4
[INFO] [stderr]     Checking weezl v0.1.7
[INFO] [stderr]     Checking futures-sink v0.3.25
[INFO] [stderr]     Checking ppv-lite86 v0.2.16
[INFO] [stderr]     Checking miniz_oxide v0.6.2
[INFO] [stderr]     Checking half v2.1.0
[INFO] [stderr]     Checking bit_field v0.10.1
[INFO] [stderr]     Checking smallvec v1.10.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.6
[INFO] [stderr]     Checking lebe v0.5.2
[INFO] [stderr]     Checking gif v0.11.4
[INFO] [stderr]     Checking scoped_threadpool v0.1.9
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]     Checking bytemuck v1.12.1
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking spin v0.9.4
[INFO] [stderr]     Checking bumpalo v3.11.1
[INFO] [stderr]     Checking crossbeam-deque v0.8.2
[INFO] [stderr]     Checking flate2 v1.0.24
[INFO] [stderr]     Checking getrandom v0.2.7
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking png v0.17.6
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_xoshiro v0.6.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]     Checking jpeg-decoder v0.2.6
[INFO] [stderr]     Checking tiff v0.7.3
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]     Checking pin-project v1.0.12
[INFO] [stderr]     Checking flume v0.10.14
[INFO] [stderr]     Checking exr v1.5.2
[INFO] [stderr]     Checking image v0.24.4
[INFO] [stderr]     Checking 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: 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: 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 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 `dev` profile [unoptimized + debuginfo] target(s) in 18.24s
[INFO] running `Command { std: "docker" "inspect" "ca23b4a601b1ba31e14eca17dfce09e18e9b55767339dfa69b165f712efb3679", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca23b4a601b1ba31e14eca17dfce09e18e9b55767339dfa69b165f712efb3679", kill_on_drop: false }`
[INFO] [stdout] ca23b4a601b1ba31e14eca17dfce09e18e9b55767339dfa69b165f712efb3679
