[INFO] cloning repository https://github.com/jtdowney/ray_tracer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jtdowney/ray_tracer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjtdowney%2Fray_tracer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjtdowney%2Fray_tracer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 765193fb1109ebbc9d91b140a9da2c070a82f4d8 [INFO] checking jtdowney/ray_tracer against try#a0cd57eba5d417638d3351ba13fc414ad1a24bec for pr-134688 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjtdowney%2Fray_tracer" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jtdowney/ray_tracer on toolchain a0cd57eba5d417638d3351ba13fc414ad1a24bec [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a0cd57eba5d417638d3351ba13fc414ad1a24bec" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jtdowney/ray_tracer [INFO] finished tweaking git repo https://github.com/jtdowney/ray_tracer [INFO] tweaked toml for git repo https://github.com/jtdowney/ray_tracer written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/jtdowney/ray_tracer 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" "+a0cd57eba5d417638d3351ba13fc414ad1a24bec" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+a0cd57eba5d417638d3351ba13fc414ad1a24bec" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9aea7539db877ccf91dd65f1ea9d4f4cbc27e710ccd4bb1ea341e917b1ad8028 [INFO] running `Command { std: "docker" "start" "-a" "9aea7539db877ccf91dd65f1ea9d4f4cbc27e710ccd4bb1ea341e917b1ad8028", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9aea7539db877ccf91dd65f1ea9d4f4cbc27e710ccd4bb1ea341e917b1ad8028", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9aea7539db877ccf91dd65f1ea9d4f4cbc27e710ccd4bb1ea341e917b1ad8028", kill_on_drop: false }` [INFO] [stdout] 9aea7539db877ccf91dd65f1ea9d4f4cbc27e710ccd4bb1ea341e917b1ad8028 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+a0cd57eba5d417638d3351ba13fc414ad1a24bec" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] af98722f5a4478f6ab273ef71ff6137581c0adcd922ccd58167ca601e78621a1 [INFO] running `Command { std: "docker" "start" "-a" "af98722f5a4478f6ab273ef71ff6137581c0adcd922ccd58167ca601e78621a1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.84 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Checking memchr v2.7.2 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Checking regex-syntax v0.8.3 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Checking either v1.12.0 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Checking ord_subset v3.1.1 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Compiling syn v2.0.66 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Checking regex-automata v0.4.6 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Checking regex v1.10.4 [INFO] [stderr] Checking ray_tracer v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/shapes/cone.rs:60:76 [INFO] [stdout] | [INFO] [stdout] 60 | fn local_intersection<'a>(&'a self, shape: &'a Shape, ray: Ray) -> Vec { [INFO] [stdout] | -- lifetime `'a` declared here ^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/shapes/cube.rs:32:83 [INFO] [stdout] | [INFO] [stdout] 32 | fn local_intersection<'a>(&'a self, shape: &'a Shape, ray: crate::Ray) -> Vec { [INFO] [stdout] | -- lifetime `'a` declared here ^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/shapes/cylinder.rs:60:83 [INFO] [stdout] | [INFO] [stdout] 60 | fn local_intersection<'a>(&'a self, shape: &'a crate::Shape, ray: Ray) -> Vec { [INFO] [stdout] | -- lifetime `'a` declared here ^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/shapes/plane.rs:18:83 [INFO] [stdout] | [INFO] [stdout] 18 | fn local_intersection<'a>(&'a self, shape: &'a Shape, ray: crate::Ray) -> Vec { [INFO] [stdout] | -- lifetime `'a` declared here ^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/shapes/sphere.rs:23:76 [INFO] [stdout] | [INFO] [stdout] 23 | fn local_intersection<'a>(&'a self, shape: &'a Shape, ray: Ray) -> Vec { [INFO] [stdout] | -- lifetime `'a` declared here ^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/shapes.rs:14:76 [INFO] [stdout] | [INFO] [stdout] 14 | fn local_intersection<'a>(&'a self, shape: &'a Shape, ray: Ray) -> Vec; [INFO] [stdout] | -- lifetime `'a` declared here ^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking env_logger v0.8.4 [INFO] [stderr] Checking quickcheck v1.0.3 [INFO] [stderr] Compiling quickcheck_macros v1.0.0 [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/shapes/cone.rs:60:76 [INFO] [stdout] | [INFO] [stdout] 60 | fn local_intersection<'a>(&'a self, shape: &'a Shape, ray: Ray) -> Vec { [INFO] [stdout] | -- lifetime `'a` declared here ^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/shapes/cube.rs:32:83 [INFO] [stdout] | [INFO] [stdout] 32 | fn local_intersection<'a>(&'a self, shape: &'a Shape, ray: crate::Ray) -> Vec { [INFO] [stdout] | -- lifetime `'a` declared here ^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/shapes/cylinder.rs:60:83 [INFO] [stdout] | [INFO] [stdout] 60 | fn local_intersection<'a>(&'a self, shape: &'a crate::Shape, ray: Ray) -> Vec { [INFO] [stdout] | -- lifetime `'a` declared here ^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/shapes/plane.rs:18:83 [INFO] [stdout] | [INFO] [stdout] 18 | fn local_intersection<'a>(&'a self, shape: &'a Shape, ray: crate::Ray) -> Vec { [INFO] [stdout] | -- lifetime `'a` declared here ^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/shapes/sphere.rs:23:76 [INFO] [stdout] | [INFO] [stdout] 23 | fn local_intersection<'a>(&'a self, shape: &'a Shape, ray: Ray) -> Vec { [INFO] [stdout] | -- lifetime `'a` declared here ^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/shapes.rs:14:76 [INFO] [stdout] | [INFO] [stdout] 14 | fn local_intersection<'a>(&'a self, shape: &'a Shape, ray: Ray) -> Vec; [INFO] [stdout] | -- lifetime `'a` declared here ^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/shapes.rs:80:81 [INFO] [stdout] | [INFO] [stdout] 80 | fn local_intersection<'a>(&'a self, _shape: &'a Shape, ray: Ray) -> Vec { [INFO] [stdout] | -- lifetime `'a` declared here ^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s [INFO] running `Command { std: "docker" "inspect" "af98722f5a4478f6ab273ef71ff6137581c0adcd922ccd58167ca601e78621a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af98722f5a4478f6ab273ef71ff6137581c0adcd922ccd58167ca601e78621a1", kill_on_drop: false }` [INFO] [stdout] af98722f5a4478f6ab273ef71ff6137581c0adcd922ccd58167ca601e78621a1