[INFO] fetching crate lumiere 0.2.0...
[INFO] checking lumiere-0.2.0 against dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8 for pr-133502-26
[INFO] extracting crate lumiere 0.2.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate lumiere 0.2.0
[INFO] finished tweaking crates.io crate lumiere 0.2.0
[INFO] tweaked toml for crates.io crate lumiere 0.2.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate lumiere 0.2.0 on toolchain dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate lumiere 0.2.0 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" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ppv-lite86 v0.2.15
[INFO] [stderr]   Downloaded deflate v0.9.1
[INFO] [stderr]   Downloaded terminal_size v0.1.17
[INFO] [stderr]   Downloaded png v0.17.2
[INFO] [stderr]   Downloaded indicatif v0.16.2
[INFO] [stderr]   Downloaded console v0.15.0
[INFO] [stderr]   Downloaded libc v0.2.107
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 07a5baf34ea1f96df03e39656fd214d406715bd59b350497ff9462822daa3684
[INFO] running `Command { std: "docker" "start" "07a5baf34ea1f96df03e39656fd214d406715bd59b350497ff9462822daa3684", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "07a5baf34ea1f96df03e39656fd214d406715bd59b350497ff9462822daa3684", 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" "07a5baf34ea1f96df03e39656fd214d406715bd59b350497ff9462822daa3684" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "07a5baf34ea1f96df03e39656fd214d406715bd59b350497ff9462822daa3684", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "07a5baf34ea1f96df03e39656fd214d406715bd59b350497ff9462822daa3684" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.107
[INFO] [stderr]     Checking regex-syntax v0.6.25
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]     Checking once_cell v1.8.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.15
[INFO] [stderr]     Checking number_prefix v0.4.0
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]     Checking deflate v0.9.1
[INFO] [stderr]     Checking getrandom v0.2.3
[INFO] [stderr]     Checking terminal_size v0.1.17
[INFO] [stderr]     Checking png v0.17.2
[INFO] [stderr]     Checking console v0.15.0
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.4
[INFO] [stderr]     Checking regex v1.5.4
[INFO] [stderr]     Checking indicatif v0.16.2
[INFO] [stderr]     Checking lumiere v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/bvh.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 91 |     ) -> Option<crate::object::HitRecord> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 91 |     ) -> Option<crate::object::HitRecord<'_>> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/object/list.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn hit(&self, r: &ray::Ray, ray_t: &interval::Interval) -> Option<super::HitRecord> {
[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] 36 |     fn hit(&self, r: &ray::Ray, ray_t: &interval::Interval) -> Option<super::HitRecord<'_>> {
[INFO] [stdout]    |                                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/object/moving_sphere.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 46 |     fn hit(&self, r: &Ray, ray_t: &interval::Interval) -> Option<object::HitRecord> {
[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] 46 |     fn hit(&self, r: &Ray, ray_t: &interval::Interval) -> Option<object::HitRecord<'_>> {
[INFO] [stdout]    |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/object/object.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn hit(&self, r: &Ray, ray_t: &interval::Interval) -> Option<HitRecord>;
[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] 36 |     fn hit(&self, r: &Ray, ray_t: &interval::Interval) -> Option<HitRecord<'_>>;
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/object/sphere.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn hit(&self, r: &Ray, ray_t: &interval::Interval) -> Option<object::HitRecord> {
[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] 34 |     fn hit(&self, r: &Ray, ray_t: &interval::Interval) -> Option<object::HitRecord<'_>> {
[INFO] [stdout]    |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/bvh.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 91 |     ) -> Option<crate::object::HitRecord> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 91 |     ) -> Option<crate::object::HitRecord<'_>> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/object/list.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn hit(&self, r: &ray::Ray, ray_t: &interval::Interval) -> Option<super::HitRecord> {
[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] 36 |     fn hit(&self, r: &ray::Ray, ray_t: &interval::Interval) -> Option<super::HitRecord<'_>> {
[INFO] [stdout]    |                                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/object/moving_sphere.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 46 |     fn hit(&self, r: &Ray, ray_t: &interval::Interval) -> Option<object::HitRecord> {
[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] 46 |     fn hit(&self, r: &Ray, ray_t: &interval::Interval) -> Option<object::HitRecord<'_>> {
[INFO] [stdout]    |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/object/object.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn hit(&self, r: &Ray, ray_t: &interval::Interval) -> Option<HitRecord>;
[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] 36 |     fn hit(&self, r: &Ray, ray_t: &interval::Interval) -> Option<HitRecord<'_>>;
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/object/sphere.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn hit(&self, r: &Ray, ray_t: &interval::Interval) -> Option<object::HitRecord> {
[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] 34 |     fn hit(&self, r: &Ray, ray_t: &interval::Interval) -> Option<object::HitRecord<'_>> {
[INFO] [stdout]    |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s
[INFO] running `Command { std: "docker" "inspect" "07a5baf34ea1f96df03e39656fd214d406715bd59b350497ff9462822daa3684", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "07a5baf34ea1f96df03e39656fd214d406715bd59b350497ff9462822daa3684", kill_on_drop: false }`
[INFO] [stdout] 07a5baf34ea1f96df03e39656fd214d406715bd59b350497ff9462822daa3684
