Oct 13 03:36:18.619 INFO checking Maxeonyx/ray-tracer against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 03:36:18.619 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 03:36:19.000 INFO blam! ea4201ed04d1bf90bdf26e67b9307c947b02a8db29bc9a700f258d20e6d0ae62 Oct 13 03:36:19.012 INFO running `"docker" "start" "-a" "ea4201ed04d1bf90bdf26e67b9307c947b02a8db29bc9a700f258d20e6d0ae62"` Oct 13 03:36:20.216 INFO kablam! usermod: no changes Oct 13 03:36:20.506 INFO kablam! Checking backtrace-sys v0.1.22 Oct 13 03:36:20.506 INFO kablam! Checking cgmath v0.16.1 Oct 13 03:36:20.512 INFO kablam! Checking png v0.11.0 Oct 13 03:36:20.512 INFO kablam! Checking wayland-client v0.12.5 Oct 13 03:36:20.512 INFO kablam! Checking jpeg-decoder v0.1.14 Oct 13 03:36:22.758 INFO kablam! Checking backtrace v0.3.8 Oct 13 03:36:28.944 INFO kablam! Checking wayland-protocols v0.12.5 Oct 13 03:36:28.944 INFO kablam! Checking wayland-kbd v0.13.1 Oct 13 03:36:29.464 INFO kablam! Checking image v0.18.0 Oct 13 03:36:38.997 INFO kablam! Checking wayland-window v0.13.3 Oct 13 03:36:41.055 INFO kablam! Checking winit v0.12.0 Oct 13 03:36:44.664 INFO kablam! Checking glutin v0.14.0 Oct 13 03:36:47.036 INFO kablam! Checking glium v0.21.0 Oct 13 03:37:01.692 INFO kablam! Checking pstet v0.1.0 (/source) Oct 13 03:37:04.660 INFO kablam! warning: unused import: `load_from_memory` Oct 13 03:37:04.660 INFO kablam! --> src/main.rs:12:13 Oct 13 03:37:04.660 INFO kablam! | Oct 13 03:37:04.660 INFO kablam! 12 | use image::{load_from_memory, DynamicImage}; Oct 13 03:37:04.660 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 03:37:04.660 INFO kablam! | Oct 13 03:37:04.660 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:37:04.660 INFO kablam! Oct 13 03:37:04.660 INFO kablam! warning: unused import: `rand::*` Oct 13 03:37:04.660 INFO kablam! --> src/main.rs:13:5 Oct 13 03:37:04.660 INFO kablam! | Oct 13 03:37:04.660 INFO kablam! 13 | use rand::*; Oct 13 03:37:04.660 INFO kablam! | ^^^^^^^ Oct 13 03:37:04.660 INFO kablam! Oct 13 03:37:04.660 INFO kablam! warning: unused import: `load_from_memory` Oct 13 03:37:04.660 INFO kablam! --> src/scene.rs:1:13 Oct 13 03:37:04.661 INFO kablam! | Oct 13 03:37:04.661 INFO kablam! 1 | use image::{load_from_memory, DynamicImage}; Oct 13 03:37:04.661 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 03:37:04.661 INFO kablam! Oct 13 03:37:04.661 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 03:37:04.661 INFO kablam! --> src/scene.rs:511:30 Oct 13 03:37:04.661 INFO kablam! | Oct 13 03:37:04.661 INFO kablam! 511 | let flip_normal = if (i == 2 || i == 9) { true } else { false }; Oct 13 03:37:04.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 03:37:04.661 INFO kablam! | Oct 13 03:37:04.661 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 03:37:04.661 INFO kablam! Oct 13 03:37:05.032 INFO kablam! warning: unused variable: `y_rotation` Oct 13 03:37:05.032 INFO kablam! --> src/main.rs:177:9 Oct 13 03:37:05.032 INFO kablam! | Oct 13 03:37:05.032 INFO kablam! 177 | let y_rotation = cgmath::Quaternion::from_arc( Oct 13 03:37:05.032 INFO kablam! | ^^^^^^^^^^ help: consider using `_y_rotation` instead Oct 13 03:37:05.032 INFO kablam! | Oct 13 03:37:05.032 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:37:05.032 INFO kablam! Oct 13 03:37:05.032 INFO kablam! warning: unused variable: `sphere` Oct 13 03:37:05.032 INFO kablam! --> src/shapes/mod.rs:57:22 Oct 13 03:37:05.032 INFO kablam! | Oct 13 03:37:05.032 INFO kablam! 57 | Shape::Sphere(ref sphere) => V2 { x: 0.0, y: 0.0 }, Oct 13 03:37:05.032 INFO kablam! | ^^^^^^ help: consider using `_sphere` instead Oct 13 03:37:05.032 INFO kablam! Oct 13 03:37:05.060 INFO kablam! warning: variable does not need to be mutable Oct 13 03:37:05.060 INFO kablam! --> src/scene.rs:410:13 Oct 13 03:37:05.060 INFO kablam! | Oct 13 03:37:05.060 INFO kablam! 410 | let mut lights = vec![ Oct 13 03:37:05.060 INFO kablam! | ----^^^^^^ Oct 13 03:37:05.060 INFO kablam! | | Oct 13 03:37:05.060 INFO kablam! | help: remove this `mut` Oct 13 03:37:05.060 INFO kablam! | Oct 13 03:37:05.060 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:37:05.060 INFO kablam! Oct 13 03:37:05.139 INFO kablam! warning: unused import: `load_from_memory` Oct 13 03:37:05.139 INFO kablam! --> src/main.rs:12:13 Oct 13 03:37:05.139 INFO kablam! | Oct 13 03:37:05.139 INFO kablam! 12 | use image::{load_from_memory, DynamicImage}; Oct 13 03:37:05.139 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 03:37:05.139 INFO kablam! | Oct 13 03:37:05.139 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:37:05.139 INFO kablam! Oct 13 03:37:05.139 INFO kablam! warning: unused import: `rand::*` Oct 13 03:37:05.139 INFO kablam! --> src/main.rs:13:5 Oct 13 03:37:05.139 INFO kablam! | Oct 13 03:37:05.139 INFO kablam! 13 | use rand::*; Oct 13 03:37:05.139 INFO kablam! | ^^^^^^^ Oct 13 03:37:05.139 INFO kablam! Oct 13 03:37:05.139 INFO kablam! warning: unused import: `load_from_memory` Oct 13 03:37:05.139 INFO kablam! --> src/scene.rs:1:13 Oct 13 03:37:05.139 INFO kablam! | Oct 13 03:37:05.139 INFO kablam! 1 | use image::{load_from_memory, DynamicImage}; Oct 13 03:37:05.139 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 03:37:05.139 INFO kablam! Oct 13 03:37:05.139 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 03:37:05.139 INFO kablam! --> src/scene.rs:511:30 Oct 13 03:37:05.139 INFO kablam! | Oct 13 03:37:05.139 INFO kablam! 511 | let flip_normal = if (i == 2 || i == 9) { true } else { false }; Oct 13 03:37:05.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 03:37:05.139 INFO kablam! | Oct 13 03:37:05.139 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 03:37:05.139 INFO kablam! Oct 13 03:37:05.468 INFO kablam! warning: unused variable: `y_rotation` Oct 13 03:37:05.468 INFO kablam! --> src/main.rs:177:9 Oct 13 03:37:05.468 INFO kablam! | Oct 13 03:37:05.468 INFO kablam! 177 | let y_rotation = cgmath::Quaternion::from_arc( Oct 13 03:37:05.468 INFO kablam! | ^^^^^^^^^^ help: consider using `_y_rotation` instead Oct 13 03:37:05.468 INFO kablam! | Oct 13 03:37:05.468 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:37:05.468 INFO kablam! Oct 13 03:37:05.468 INFO kablam! warning: unused variable: `sphere` Oct 13 03:37:05.468 INFO kablam! --> src/shapes/mod.rs:57:22 Oct 13 03:37:05.468 INFO kablam! | Oct 13 03:37:05.468 INFO kablam! 57 | Shape::Sphere(ref sphere) => V2 { x: 0.0, y: 0.0 }, Oct 13 03:37:05.468 INFO kablam! | ^^^^^^ help: consider using `_sphere` instead Oct 13 03:37:05.468 INFO kablam! Oct 13 03:37:05.508 INFO kablam! warning: variable does not need to be mutable Oct 13 03:37:05.508 INFO kablam! --> src/scene.rs:410:13 Oct 13 03:37:05.508 INFO kablam! | Oct 13 03:37:05.508 INFO kablam! 410 | let mut lights = vec![ Oct 13 03:37:05.508 INFO kablam! | ----^^^^^^ Oct 13 03:37:05.508 INFO kablam! | | Oct 13 03:37:05.508 INFO kablam! | help: remove this `mut` Oct 13 03:37:05.508 INFO kablam! | Oct 13 03:37:05.508 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:37:05.508 INFO kablam! Oct 13 03:37:05.555 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 45.32s Oct 13 03:37:05.567 INFO kablam! su: No module specific data is present Oct 13 03:37:05.958 INFO running `"docker" "rm" "-f" "ea4201ed04d1bf90bdf26e67b9307c947b02a8db29bc9a700f258d20e6d0ae62"` Oct 13 03:37:06.112 INFO blam! ea4201ed04d1bf90bdf26e67b9307c947b02a8db29bc9a700f258d20e6d0ae62