[INFO] cloning repository https://github.com/Berling/pbrt [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Berling/pbrt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBerling%2Fpbrt", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBerling%2Fpbrt'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b20b7c5ac98057a4adeeced5dd990f1fc5af4ffa [INFO] checking Berling/pbrt/b20b7c5ac98057a4adeeced5dd990f1fc5af4ffa against master#a3f76a26e045a760bb1163b7eab36872985242d5 for pr-130930 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBerling%2Fpbrt" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Berling/pbrt on toolchain a3f76a26e045a760bb1163b7eab36872985242d5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a3f76a26e045a760bb1163b7eab36872985242d5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Berling/pbrt [INFO] finished tweaking git repo https://github.com/Berling/pbrt [INFO] tweaked toml for git repo https://github.com/Berling/pbrt written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/Berling/pbrt 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" "+a3f76a26e045a760bb1163b7eab36872985242d5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+a3f76a26e045a760bb1163b7eab36872985242d5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5db8f7801d9f0e4510fc434080ec464f8aac7f1aa97aaba853b3143c4aa8dec3 [INFO] running `Command { std: "docker" "start" "-a" "5db8f7801d9f0e4510fc434080ec464f8aac7f1aa97aaba853b3143c4aa8dec3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5db8f7801d9f0e4510fc434080ec464f8aac7f1aa97aaba853b3143c4aa8dec3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5db8f7801d9f0e4510fc434080ec464f8aac7f1aa97aaba853b3143c4aa8dec3", kill_on_drop: false }` [INFO] [stdout] 5db8f7801d9f0e4510fc434080ec464f8aac7f1aa97aaba853b3143c4aa8dec3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+a3f76a26e045a760bb1163b7eab36872985242d5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5da863082693c633004820300c284d28fe5e5e4ef336145f2e5d32dbde7064c4 [INFO] running `Command { std: "docker" "start" "-a" "5da863082693c633004820300c284d28fe5e5e4ef336145f2e5d32dbde7064c4", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking pbrt v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/math/vector3.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 14 | impl Vector3 { [INFO] [stdout] | ------------------ associated function in this implementation [INFO] [stdout] 15 | pub fn new(x: T, y: T, z: T) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `permute` is never used [INFO] [stdout] --> src/math/vector3.rs:21:12 [INFO] [stdout] | [INFO] [stdout] 20 | impl Vector3 { [INFO] [stdout] | ------------------------ method in this implementation [INFO] [stdout] 21 | pub fn permute(self, perm: [usize; 3]) -> Self { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `horizontal_product` is never used [INFO] [stdout] --> src/math/vector3.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 30 | impl> Vector3 { [INFO] [stdout] | ----------------------------------- method in this implementation [INFO] [stdout] 31 | pub fn horizontal_product(self) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `abs` is never used [INFO] [stdout] --> src/math/vector3.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 36 | impl Vector3 { [INFO] [stdout] | -------------------------- method in this implementation [INFO] [stdout] 37 | pub fn abs(self) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `min`, `max`, `min_component_value`, `max_component_value`, `min_component_index`, and `max_component_index` are never used [INFO] [stdout] --> src/math/vector3.rs:47:12 [INFO] [stdout] | [INFO] [stdout] 46 | impl Vector3 { [INFO] [stdout] | ------------------------------ methods in this implementation [INFO] [stdout] 47 | pub fn min(self, rhs: Self) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 55 | pub fn max(self, rhs: Self) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | pub fn min_component_value(&self) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 67 | pub fn max_component_value(&self) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | pub fn min_component_index(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 85 | pub fn max_component_index(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `fma` is never used [INFO] [stdout] --> src/math/vector3.rs:101:12 [INFO] [stdout] | [INFO] [stdout] 100 | impl + Mul + Copy> Vector3 { [INFO] [stdout] | ------------------------------------------------------------ method in this implementation [INFO] [stdout] 101 | pub fn fma(self, b: Self, c: Self) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `lerp` is never used [INFO] [stdout] --> src/math/vector3.rs:111:12 [INFO] [stdout] | [INFO] [stdout] 110 | impl + Sub + Mul + Copy> Vector3 { [INFO] [stdout] | ------------------------------------------------------------------------------------ method in this implementation [INFO] [stdout] 111 | pub fn lerp(self, rhs: Self, t: T) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `has_nan`, `ceil`, and `floor` are never used [INFO] [stdout] --> src/math/vector3.rs:117:12 [INFO] [stdout] | [INFO] [stdout] 116 | impl Vector3 { [INFO] [stdout] | ------------------------- methods in this implementation [INFO] [stdout] 117 | pub fn has_nan(&self) -> bool { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 121 | pub fn ceil(self) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 129 | pub fn floor(self) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/math/vector3.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 14 | impl Vector3 { [INFO] [stdout] | ------------------ associated function in this implementation [INFO] [stdout] 15 | pub fn new(x: T, y: T, z: T) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `permute` is never used [INFO] [stdout] --> src/math/vector3.rs:21:12 [INFO] [stdout] | [INFO] [stdout] 20 | impl Vector3 { [INFO] [stdout] | ------------------------ method in this implementation [INFO] [stdout] 21 | pub fn permute(self, perm: [usize; 3]) -> Self { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `horizontal_product` is never used [INFO] [stdout] --> src/math/vector3.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 30 | impl> Vector3 { [INFO] [stdout] | ----------------------------------- method in this implementation [INFO] [stdout] 31 | pub fn horizontal_product(self) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `abs` is never used [INFO] [stdout] --> src/math/vector3.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 36 | impl Vector3 { [INFO] [stdout] | -------------------------- method in this implementation [INFO] [stdout] 37 | pub fn abs(self) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `min`, `max`, `min_component_value`, `max_component_value`, `min_component_index`, and `max_component_index` are never used [INFO] [stdout] --> src/math/vector3.rs:47:12 [INFO] [stdout] | [INFO] [stdout] 46 | impl Vector3 { [INFO] [stdout] | ------------------------------ methods in this implementation [INFO] [stdout] 47 | pub fn min(self, rhs: Self) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 55 | pub fn max(self, rhs: Self) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | pub fn min_component_value(&self) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 67 | pub fn max_component_value(&self) -> T { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | pub fn min_component_index(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 85 | pub fn max_component_index(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `fma` is never used [INFO] [stdout] --> src/math/vector3.rs:101:12 [INFO] [stdout] | [INFO] [stdout] 100 | impl + Mul + Copy> Vector3 { [INFO] [stdout] | ------------------------------------------------------------ method in this implementation [INFO] [stdout] 101 | pub fn fma(self, b: Self, c: Self) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `lerp` is never used [INFO] [stdout] --> src/math/vector3.rs:111:12 [INFO] [stdout] | [INFO] [stdout] 110 | impl + Sub + Mul + Copy> Vector3 { [INFO] [stdout] | ------------------------------------------------------------------------------------ method in this implementation [INFO] [stdout] 111 | pub fn lerp(self, rhs: Self, t: T) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `has_nan`, `ceil`, and `floor` are never used [INFO] [stdout] --> src/math/vector3.rs:117:12 [INFO] [stdout] | [INFO] [stdout] 116 | impl Vector3 { [INFO] [stdout] | ------------------------- methods in this implementation [INFO] [stdout] 117 | pub fn has_nan(&self) -> bool { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 121 | pub fn ceil(self) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 129 | pub fn floor(self) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s [INFO] running `Command { std: "docker" "inspect" "5da863082693c633004820300c284d28fe5e5e4ef336145f2e5d32dbde7064c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5da863082693c633004820300c284d28fe5e5e4ef336145f2e5d32dbde7064c4", kill_on_drop: false }` [INFO] [stdout] 5da863082693c633004820300c284d28fe5e5e4ef336145f2e5d32dbde7064c4