Oct 21 18:10:47.714 INFO checking ehuss/raytracer against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:10:47.716 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 18:10:48.094 INFO blam! 714b2f37b1db28dd8d698228a12033a8c3409823224d9dc99d098e48fbae1985 Oct 21 18:10:48.097 INFO running `"docker" "start" "-a" "714b2f37b1db28dd8d698228a12033a8c3409823224d9dc99d098e48fbae1985"` Oct 21 18:10:49.658 INFO kablam! usermod: no changes Oct 21 18:10:49.892 INFO kablam! Compiling quote v0.2.3 Oct 21 18:10:49.892 INFO kablam! Checking dylib v0.0.1 Oct 21 18:10:49.892 INFO kablam! Checking deflate v0.7.4 Oct 21 18:10:49.896 INFO kablam! Compiling minifb v0.9.0 Oct 21 18:10:51.276 INFO kablam! Checking x11-dl v2.2.1 Oct 21 18:10:52.649 INFO kablam! Compiling syn v0.8.7 Oct 21 18:10:53.929 INFO kablam! Checking png v0.6.2 Oct 21 18:10:56.952 INFO kablam! Checking image v0.12.3 Oct 21 18:10:58.774 INFO kablam! Compiling derive-new v0.4.0 Oct 21 18:11:05.000 INFO kablam! Checking raytracer v0.1.0 (/source) Oct 21 18:11:06.742 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 18:11:06.743 INFO kablam! --> src/vec3.rs:260:15 Oct 21 18:11:06.743 INFO kablam! | Oct 21 18:11:06.744 INFO kablam! 260 | Vec3::new((v1.y * v2.z - v1.z * v2.y), Oct 21 18:11:06.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:11:06.745 INFO kablam! | Oct 21 18:11:06.746 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 18:11:06.746 INFO kablam! Oct 21 18:11:06.747 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 18:11:06.748 INFO kablam! --> src/vec3.rs:261:15 Oct 21 18:11:06.748 INFO kablam! | Oct 21 18:11:06.749 INFO kablam! 261 | (-(v1.x * v2.z - v1.z * v2.x)), Oct 21 18:11:06.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:11:06.750 INFO kablam! Oct 21 18:11:06.751 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 18:11:06.751 INFO kablam! --> src/vec3.rs:262:15 Oct 21 18:11:06.752 INFO kablam! | Oct 21 18:11:06.753 INFO kablam! 262 | (v1.x * v2.y - v1.y * v2.x)) Oct 21 18:11:06.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:11:06.754 INFO kablam! Oct 21 18:11:06.759 INFO kablam! warning: unused macro definition Oct 21 18:11:06.759 INFO kablam! --> src/lib.rs:56:1 Oct 21 18:11:06.760 INFO kablam! | Oct 21 18:11:06.760 INFO kablam! 56 | / macro_rules! perrln { Oct 21 18:11:06.761 INFO kablam! 57 | | ($($arg:tt)*) => ({ Oct 21 18:11:06.762 INFO kablam! 58 | | use std::io::{Write, stderr}; Oct 21 18:11:06.762 INFO kablam! 59 | | writeln!(&mut stderr(), $($arg)*).ok(); Oct 21 18:11:06.763 INFO kablam! 60 | | }) Oct 21 18:11:06.763 INFO kablam! 61 | | } Oct 21 18:11:06.764 INFO kablam! | |_^ Oct 21 18:11:06.764 INFO kablam! | Oct 21 18:11:06.765 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 21 18:11:06.765 INFO kablam! Oct 21 18:11:07.088 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 18:11:07.089 INFO kablam! --> src/vec3.rs:260:15 Oct 21 18:11:07.089 INFO kablam! | Oct 21 18:11:07.089 INFO kablam! 260 | Vec3::new((v1.y * v2.z - v1.z * v2.y), Oct 21 18:11:07.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:11:07.089 INFO kablam! | Oct 21 18:11:07.089 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 18:11:07.089 INFO kablam! Oct 21 18:11:07.091 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 18:11:07.092 INFO kablam! --> src/vec3.rs:261:15 Oct 21 18:11:07.092 INFO kablam! | Oct 21 18:11:07.093 INFO kablam! 261 | (-(v1.x * v2.z - v1.z * v2.x)), Oct 21 18:11:07.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:11:07.094 INFO kablam! Oct 21 18:11:07.095 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 18:11:07.095 INFO kablam! --> src/vec3.rs:262:15 Oct 21 18:11:07.096 INFO kablam! | Oct 21 18:11:07.097 INFO kablam! 262 | (v1.x * v2.y - v1.y * v2.x)) Oct 21 18:11:07.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:11:07.098 INFO kablam! Oct 21 18:11:07.108 INFO kablam! warning: unused macro definition Oct 21 18:11:07.109 INFO kablam! --> src/lib.rs:56:1 Oct 21 18:11:07.109 INFO kablam! | Oct 21 18:11:07.110 INFO kablam! 56 | / macro_rules! perrln { Oct 21 18:11:07.111 INFO kablam! 57 | | ($($arg:tt)*) => ({ Oct 21 18:11:07.111 INFO kablam! 58 | | use std::io::{Write, stderr}; Oct 21 18:11:07.112 INFO kablam! 59 | | writeln!(&mut stderr(), $($arg)*).ok(); Oct 21 18:11:07.112 INFO kablam! 60 | | }) Oct 21 18:11:07.113 INFO kablam! 61 | | } Oct 21 18:11:07.114 INFO kablam! | |_^ Oct 21 18:11:07.114 INFO kablam! | Oct 21 18:11:07.115 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 21 18:11:07.115 INFO kablam! Oct 21 18:11:07.649 INFO kablam! warning: struct is never constructed: `DummyNode` Oct 21 18:11:07.649 INFO kablam! --> src/bvh.rs:34:1 Oct 21 18:11:07.649 INFO kablam! | Oct 21 18:11:07.649 INFO kablam! 34 | struct DummyNode { Oct 21 18:11:07.649 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 18:11:07.649 INFO kablam! | Oct 21 18:11:07.651 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:11:07.651 INFO kablam! Oct 21 18:11:08.768 INFO kablam! warning: struct is never constructed: `DummyNode` Oct 21 18:11:08.769 INFO kablam! --> src/bvh.rs:34:1 Oct 21 18:11:08.769 INFO kablam! | Oct 21 18:11:08.769 INFO kablam! 34 | struct DummyNode { Oct 21 18:11:08.769 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 18:11:08.769 INFO kablam! | Oct 21 18:11:08.769 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 18:11:08.769 INFO kablam! Oct 21 18:11:11.231 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.54s Oct 21 18:11:11.245 INFO kablam! su: No module specific data is present Oct 21 18:11:11.684 INFO running `"docker" "rm" "-f" "714b2f37b1db28dd8d698228a12033a8c3409823224d9dc99d098e48fbae1985"` Oct 21 18:11:11.828 INFO blam! 714b2f37b1db28dd8d698228a12033a8c3409823224d9dc99d098e48fbae1985