[INFO] cloning repository https://github.com/stevebest/rust-raytracer-in-one-weekend
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/stevebest/rust-raytracer-in-one-weekend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstevebest%2Frust-raytracer-in-one-weekend", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstevebest%2Frust-raytracer-in-one-weekend'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f63844b8e7d1585da583cc434391e3b2203aabe0
[INFO] checking stevebest/rust-raytracer-in-one-weekend against master#507271bc119683008ec719ecee48814e8ac86c65 for pr-146440
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstevebest%2Frust-raytracer-in-one-weekend" "/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/stevebest/rust-raytracer-in-one-weekend
[INFO] finished tweaking git repo https://github.com/stevebest/rust-raytracer-in-one-weekend
[INFO] tweaked toml for git repo https://github.com/stevebest/rust-raytracer-in-one-weekend written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/stevebest/rust-raytracer-in-one-weekend on toolchain 507271bc119683008ec719ecee48814e8ac86c65
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+507271bc119683008ec719ecee48814e8ac86c65" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/stevebest/rust-raytracer-in-one-weekend 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" "+507271bc119683008ec719ecee48814e8ac86c65" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded hermit-abi v0.1.8
[INFO] [stderr]   Downloaded crossbeam-queue v0.2.1
[INFO] [stderr]   Downloaded num_cpus v1.12.0
[INFO] [stderr]   Downloaded rayon-core v1.7.0
[INFO] [stderr]   Downloaded adler32 v1.0.4
[INFO] [stderr]   Downloaded png v0.16.1
[INFO] [stderr]   Downloaded deflate v0.8.3
[INFO] [stderr]   Downloaded rayon v1.3.0
[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" "+507271bc119683008ec719ecee48814e8ac86c65" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cd1d04b395f473fba8ddd696e93d8f0b58e6ed9d9a7e4db0cf80f077a0eb7dfe
[INFO] running `Command { std: "docker" "start" "-a" "cd1d04b395f473fba8ddd696e93d8f0b58e6ed9d9a7e4db0cf80f077a0eb7dfe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cd1d04b395f473fba8ddd696e93d8f0b58e6ed9d9a7e4db0cf80f077a0eb7dfe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd1d04b395f473fba8ddd696e93d8f0b58e6ed9d9a7e4db0cf80f077a0eb7dfe", kill_on_drop: false }`
[INFO] [stdout] cd1d04b395f473fba8ddd696e93d8f0b58e6ed9d9a7e4db0cf80f077a0eb7dfe
[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" "+507271bc119683008ec719ecee48814e8ac86c65" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d9311805bd562b97072a86f3a49cbffa7a342895c3c06acb9e0d6482f3a544bb
[INFO] running `Command { std: "docker" "start" "-a" "d9311805bd562b97072a86f3a49cbffa7a342895c3c06acb9e0d6482f3a544bb", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.0.0
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling libc v0.2.68
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]     Checking adler32 v1.0.4
[INFO] [stderr]    Compiling rayon-core v1.7.0
[INFO] [stderr]    Compiling crc32fast v1.2.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.6
[INFO] [stderr]     Checking inflate v0.4.5
[INFO] [stderr]     Checking either v1.5.3
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling memoffset v0.5.4
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]     Checking deflate v0.8.3
[INFO] [stderr]     Checking png v0.16.1
[INFO] [stderr]     Checking num_cpus v1.12.0
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking crossbeam-queue v0.2.1
[INFO] [stderr]     Checking crossbeam-deque v0.7.3
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking rayon v1.3.0
[INFO] [stderr]     Checking pbrt v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `uv` is never read
[INFO] [stdout]   --> src/shape/triangle.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | struct Intersection {
[INFO] [stdout]    |        ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 42 |     uv: (Float, Float),
[INFO] [stdout]    |     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `scene` is never used
[INFO] [stdout]  --> src/scene.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 1 | trait Node: std::marker::Sync {
[INFO] [stdout]   |       ---- method in this trait
[INFO] [stdout] 2 |     /// Returns a `Scene` that it belongs to.
[INFO] [stdout] 3 |     fn scene(&self) -> &Scene;
[INFO] [stdout]   |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `nodes` is never read
[INFO] [stdout]  --> src/scene.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Scene {
[INFO] [stdout]   |            ----- field in this struct
[INFO] [stdout] 7 |     nodes: Vec<Box<dyn Node>>,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/hit.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn hit(&self, ray: &Ray, t_min: Float, t_max: Float) -> Option<HitStruct>;
[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]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn hit(&self, ray: &Ray, t_min: Float, t_max: Float) -> Option<HitStruct<'_>>;
[INFO] [stdout]   |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/shape/sphere.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn hit(&self, ray: &Ray, t_min: Float, t_max: Float) -> Option<HitStruct> {
[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] 14 |     fn hit(&self, ray: &Ray, t_min: Float, t_max: Float) -> Option<HitStruct<'_>> {
[INFO] [stdout]    |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `uv` is never read
[INFO] [stdout]   --> src/shape/triangle.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | struct Intersection {
[INFO] [stdout]    |        ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 42 |     uv: (Float, Float),
[INFO] [stdout]    |     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `scene` is never used
[INFO] [stdout]  --> src/scene.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 1 | trait Node: std::marker::Sync {
[INFO] [stdout]   |       ---- method in this trait
[INFO] [stdout] 2 |     /// Returns a `Scene` that it belongs to.
[INFO] [stdout] 3 |     fn scene(&self) -> &Scene;
[INFO] [stdout]   |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `nodes` is never read
[INFO] [stdout]  --> src/scene.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Scene {
[INFO] [stdout]   |            ----- field in this struct
[INFO] [stdout] 7 |     nodes: Vec<Box<dyn Node>>,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/hit.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn hit(&self, ray: &Ray, t_min: Float, t_max: Float) -> Option<HitStruct>;
[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]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn hit(&self, ray: &Ray, t_min: Float, t_max: Float) -> Option<HitStruct<'_>>;
[INFO] [stdout]   |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/shape/sphere.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn hit(&self, ray: &Ray, t_min: Float, t_max: Float) -> Option<HitStruct> {
[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] 14 |     fn hit(&self, ray: &Ray, t_min: Float, t_max: Float) -> Option<HitStruct<'_>> {
[INFO] [stdout]    |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/bin/main.rs:91:12
[INFO] [stdout]    |
[INFO] [stdout] 91 |     fn hit(&self, ray: &Ray, t_min: Float, t_max: Float) -> Option<HitStruct> {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 91 |     fn hit(&self, ray: &Ray, t_min: Float, t_max: Float) -> Option<HitStruct<'_>> {
[INFO] [stdout]    |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/bin/main.rs:91:12
[INFO] [stdout]    |
[INFO] [stdout] 91 |     fn hit(&self, ray: &Ray, t_min: Float, t_max: Float) -> Option<HitStruct> {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 91 |     fn hit(&self, ray: &Ray, t_min: Float, t_max: Float) -> Option<HitStruct<'_>> {
[INFO] [stdout]    |                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.69s
[INFO] running `Command { std: "docker" "inspect" "d9311805bd562b97072a86f3a49cbffa7a342895c3c06acb9e0d6482f3a544bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d9311805bd562b97072a86f3a49cbffa7a342895c3c06acb9e0d6482f3a544bb", kill_on_drop: false }`
[INFO] [stdout] d9311805bd562b97072a86f3a49cbffa7a342895c3c06acb9e0d6482f3a544bb
