Oct 21 20:58:40.459 INFO checking Maxeonyx/ray-tracer against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:58:40.459 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 20:58:40.890 INFO blam! d0c8c4b63b0d24d178a762f74264e63ddf0802dd35c0317c0d1ffa1d81262b70 Oct 21 20:58:40.892 INFO running `"docker" "start" "-a" "d0c8c4b63b0d24d178a762f74264e63ddf0802dd35c0317c0d1ffa1d81262b70"` Oct 21 20:58:42.424 INFO kablam! usermod: no changes Oct 21 20:58:42.728 INFO kablam! Checking tempfile v3.0.2 Oct 21 20:58:42.745 INFO kablam! Checking backtrace-sys v0.1.22 Oct 21 20:58:42.757 INFO kablam! Compiling glium v0.21.0 Oct 21 20:58:42.773 INFO kablam! Checking cgmath v0.16.1 Oct 21 20:58:42.773 INFO kablam! Checking png v0.11.0 Oct 21 20:58:42.773 INFO kablam! Checking jpeg-decoder v0.1.14 Oct 21 20:58:44.571 INFO kablam! Checking backtrace v0.3.8 Oct 21 20:58:44.964 INFO kablam! Checking wayland-window v0.13.3 Oct 21 20:58:50.332 INFO kablam! Checking winit v0.12.0 Oct 21 20:58:52.252 INFO kablam! Checking image v0.18.0 Oct 21 20:58:59.261 INFO kablam! Checking glutin v0.14.0 Oct 21 20:59:26.462 INFO kablam! Checking pstet v0.1.0 (/source) Oct 21 20:59:29.901 INFO kablam! warning: unused import: `load_from_memory` Oct 21 20:59:29.901 INFO kablam! --> src/main.rs:12:13 Oct 21 20:59:29.901 INFO kablam! | Oct 21 20:59:29.901 INFO kablam! 12 | use image::{load_from_memory, DynamicImage}; Oct 21 20:59:29.901 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 20:59:29.901 INFO kablam! | Oct 21 20:59:29.901 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:59:29.901 INFO kablam! Oct 21 20:59:29.901 INFO kablam! warning: unused import: `rand::*` Oct 21 20:59:29.901 INFO kablam! --> src/main.rs:13:5 Oct 21 20:59:29.901 INFO kablam! | Oct 21 20:59:29.901 INFO kablam! 13 | use rand::*; Oct 21 20:59:29.901 INFO kablam! | ^^^^^^^ Oct 21 20:59:29.901 INFO kablam! Oct 21 20:59:29.901 INFO kablam! warning: unused import: `load_from_memory` Oct 21 20:59:29.901 INFO kablam! --> src/scene.rs:1:13 Oct 21 20:59:29.901 INFO kablam! | Oct 21 20:59:29.901 INFO kablam! 1 | use image::{load_from_memory, DynamicImage}; Oct 21 20:59:29.901 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 20:59:29.901 INFO kablam! Oct 21 20:59:29.904 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 20:59:29.904 INFO kablam! --> src/scene.rs:511:30 Oct 21 20:59:29.904 INFO kablam! | Oct 21 20:59:29.904 INFO kablam! 511 | let flip_normal = if (i == 2 || i == 9) { true } else { false }; Oct 21 20:59:29.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 20:59:29.904 INFO kablam! | Oct 21 20:59:29.904 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 20:59:29.904 INFO kablam! Oct 21 20:59:30.072 INFO kablam! warning: unused import: `load_from_memory` Oct 21 20:59:30.072 INFO kablam! --> src/main.rs:12:13 Oct 21 20:59:30.072 INFO kablam! | Oct 21 20:59:30.072 INFO kablam! 12 | use image::{load_from_memory, DynamicImage}; Oct 21 20:59:30.072 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 20:59:30.072 INFO kablam! | Oct 21 20:59:30.072 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:59:30.072 INFO kablam! Oct 21 20:59:30.072 INFO kablam! warning: unused import: `rand::*` Oct 21 20:59:30.072 INFO kablam! --> src/main.rs:13:5 Oct 21 20:59:30.072 INFO kablam! | Oct 21 20:59:30.072 INFO kablam! 13 | use rand::*; Oct 21 20:59:30.072 INFO kablam! | ^^^^^^^ Oct 21 20:59:30.072 INFO kablam! Oct 21 20:59:30.072 INFO kablam! warning: unused import: `load_from_memory` Oct 21 20:59:30.072 INFO kablam! --> src/scene.rs:1:13 Oct 21 20:59:30.072 INFO kablam! | Oct 21 20:59:30.072 INFO kablam! 1 | use image::{load_from_memory, DynamicImage}; Oct 21 20:59:30.072 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 20:59:30.072 INFO kablam! Oct 21 20:59:30.080 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 20:59:30.080 INFO kablam! --> src/scene.rs:511:30 Oct 21 20:59:30.080 INFO kablam! | Oct 21 20:59:30.080 INFO kablam! 511 | let flip_normal = if (i == 2 || i == 9) { true } else { false }; Oct 21 20:59:30.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 20:59:30.080 INFO kablam! | Oct 21 20:59:30.080 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 20:59:30.080 INFO kablam! Oct 21 20:59:30.241 INFO kablam! warning: unused variable: `y_rotation` Oct 21 20:59:30.241 INFO kablam! --> src/main.rs:177:9 Oct 21 20:59:30.241 INFO kablam! | Oct 21 20:59:30.241 INFO kablam! 177 | let y_rotation = cgmath::Quaternion::from_arc( Oct 21 20:59:30.241 INFO kablam! | ^^^^^^^^^^ help: consider using `_y_rotation` instead Oct 21 20:59:30.241 INFO kablam! | Oct 21 20:59:30.242 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:59:30.242 INFO kablam! Oct 21 20:59:30.242 INFO kablam! warning: unused variable: `sphere` Oct 21 20:59:30.242 INFO kablam! --> src/shapes/mod.rs:57:22 Oct 21 20:59:30.242 INFO kablam! | Oct 21 20:59:30.242 INFO kablam! 57 | Shape::Sphere(ref sphere) => V2 { x: 0.0, y: 0.0 }, Oct 21 20:59:30.243 INFO kablam! | ^^^^^^ help: consider using `_sphere` instead Oct 21 20:59:30.243 INFO kablam! Oct 21 20:59:30.300 INFO kablam! warning: variable does not need to be mutable Oct 21 20:59:30.301 INFO kablam! --> src/scene.rs:410:13 Oct 21 20:59:30.301 INFO kablam! | Oct 21 20:59:30.301 INFO kablam! 410 | let mut lights = vec![ Oct 21 20:59:30.301 INFO kablam! | ----^^^^^^ Oct 21 20:59:30.301 INFO kablam! | | Oct 21 20:59:30.302 INFO kablam! | help: remove this `mut` Oct 21 20:59:30.302 INFO kablam! | Oct 21 20:59:30.302 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:59:30.302 INFO kablam! Oct 21 20:59:30.412 INFO kablam! warning: unused variable: `y_rotation` Oct 21 20:59:30.413 INFO kablam! --> src/main.rs:177:9 Oct 21 20:59:30.413 INFO kablam! | Oct 21 20:59:30.413 INFO kablam! 177 | let y_rotation = cgmath::Quaternion::from_arc( Oct 21 20:59:30.413 INFO kablam! | ^^^^^^^^^^ help: consider using `_y_rotation` instead Oct 21 20:59:30.413 INFO kablam! | Oct 21 20:59:30.421 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:59:30.422 INFO kablam! Oct 21 20:59:30.422 INFO kablam! warning: unused variable: `sphere` Oct 21 20:59:30.422 INFO kablam! --> src/shapes/mod.rs:57:22 Oct 21 20:59:30.422 INFO kablam! | Oct 21 20:59:30.422 INFO kablam! 57 | Shape::Sphere(ref sphere) => V2 { x: 0.0, y: 0.0 }, Oct 21 20:59:30.422 INFO kablam! | ^^^^^^ help: consider using `_sphere` instead Oct 21 20:59:30.423 INFO kablam! Oct 21 20:59:30.445 INFO kablam! warning: variable does not need to be mutable Oct 21 20:59:30.445 INFO kablam! --> src/scene.rs:410:13 Oct 21 20:59:30.445 INFO kablam! | Oct 21 20:59:30.445 INFO kablam! 410 | let mut lights = vec![ Oct 21 20:59:30.445 INFO kablam! | ----^^^^^^ Oct 21 20:59:30.445 INFO kablam! | | Oct 21 20:59:30.446 INFO kablam! | help: remove this `mut` Oct 21 20:59:30.446 INFO kablam! | Oct 21 20:59:30.446 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:59:30.453 INFO kablam! Oct 21 20:59:30.508 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 48.06s Oct 21 20:59:30.528 INFO kablam! su: No module specific data is present Oct 21 20:59:31.121 INFO running `"docker" "rm" "-f" "d0c8c4b63b0d24d178a762f74264e63ddf0802dd35c0317c0d1ffa1d81262b70"` Oct 21 20:59:31.432 INFO blam! d0c8c4b63b0d24d178a762f74264e63ddf0802dd35c0317c0d1ffa1d81262b70