Oct 27 05:19:51.034 INFO checking ehuss/raytracer against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 05:19:51.036 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/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 27 05:19:51.583 INFO blam! e5228c817eb18648ea6e26094884ae184a6ec4116d07893be02dbf0514d0fb31 Oct 27 05:19:51.585 INFO running `"docker" "start" "-a" "e5228c817eb18648ea6e26094884ae184a6ec4116d07893be02dbf0514d0fb31"` Oct 27 05:19:52.914 INFO kablam! usermod: no changes Oct 27 05:19:53.128 INFO kablam! Compiling quote v0.2.3 Oct 27 05:19:53.128 INFO kablam! Checking dylib v0.0.1 Oct 27 05:19:53.128 INFO kablam! Compiling minifb v0.9.0 Oct 27 05:19:53.129 INFO kablam! Checking deflate v0.7.4 Oct 27 05:19:53.129 INFO kablam! Checking clap v2.20.5 Oct 27 05:19:53.129 INFO kablam! Checking num-rational v0.1.35 Oct 27 05:19:53.129 INFO kablam! Checking rayon v0.6.0 Oct 27 05:19:55.633 INFO kablam! Checking x11-dl v2.2.1 Oct 27 05:19:56.712 INFO kablam! Compiling syn v0.8.7 Oct 27 05:19:58.561 INFO kablam! Checking png v0.6.2 Oct 27 05:20:00.833 INFO kablam! Checking jpeg-decoder v0.1.11 Oct 27 05:20:03.034 INFO kablam! Compiling derive-new v0.4.0 Oct 27 05:20:03.731 INFO kablam! Checking image v0.12.3 Oct 27 05:20:10.313 INFO kablam! Checking raytracer v0.1.0 (/source) Oct 27 05:20:11.531 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 05:20:11.532 INFO kablam! --> src/vec3.rs:260:15 Oct 27 05:20:11.532 INFO kablam! | Oct 27 05:20:11.533 INFO kablam! 260 | Vec3::new((v1.y * v2.z - v1.z * v2.y), Oct 27 05:20:11.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:20:11.534 INFO kablam! | Oct 27 05:20:11.539 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 05:20:11.539 INFO kablam! Oct 27 05:20:11.540 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 05:20:11.541 INFO kablam! --> src/vec3.rs:261:15 Oct 27 05:20:11.541 INFO kablam! | Oct 27 05:20:11.542 INFO kablam! 261 | (-(v1.x * v2.z - v1.z * v2.x)), Oct 27 05:20:11.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:20:11.543 INFO kablam! Oct 27 05:20:11.543 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 05:20:11.544 INFO kablam! --> src/vec3.rs:262:15 Oct 27 05:20:11.545 INFO kablam! | Oct 27 05:20:11.545 INFO kablam! 262 | (v1.x * v2.y - v1.y * v2.x)) Oct 27 05:20:11.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:20:11.545 INFO kablam! Oct 27 05:20:11.545 INFO kablam! warning: unused macro definition Oct 27 05:20:11.545 INFO kablam! --> src/lib.rs:56:1 Oct 27 05:20:11.545 INFO kablam! | Oct 27 05:20:11.545 INFO kablam! 56 | / macro_rules! perrln { Oct 27 05:20:11.545 INFO kablam! 57 | | ($($arg:tt)*) => ({ Oct 27 05:20:11.546 INFO kablam! 58 | | use std::io::{Write, stderr}; Oct 27 05:20:11.546 INFO kablam! 59 | | writeln!(&mut stderr(), $($arg)*).ok(); Oct 27 05:20:11.546 INFO kablam! 60 | | }) Oct 27 05:20:11.546 INFO kablam! 61 | | } Oct 27 05:20:11.546 INFO kablam! | |_^ Oct 27 05:20:11.546 INFO kablam! | Oct 27 05:20:11.546 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 27 05:20:11.546 INFO kablam! Oct 27 05:20:11.695 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 05:20:11.695 INFO kablam! --> src/vec3.rs:260:15 Oct 27 05:20:11.696 INFO kablam! | Oct 27 05:20:11.696 INFO kablam! 260 | Vec3::new((v1.y * v2.z - v1.z * v2.y), Oct 27 05:20:11.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:20:11.698 INFO kablam! | Oct 27 05:20:11.698 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 05:20:11.699 INFO kablam! Oct 27 05:20:11.699 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 05:20:11.700 INFO kablam! --> src/vec3.rs:261:15 Oct 27 05:20:11.700 INFO kablam! | Oct 27 05:20:11.701 INFO kablam! 261 | (-(v1.x * v2.z - v1.z * v2.x)), Oct 27 05:20:11.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:20:11.702 INFO kablam! Oct 27 05:20:11.703 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 05:20:11.703 INFO kablam! --> src/vec3.rs:262:15 Oct 27 05:20:11.704 INFO kablam! | Oct 27 05:20:11.704 INFO kablam! 262 | (v1.x * v2.y - v1.y * v2.x)) Oct 27 05:20:11.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 05:20:11.705 INFO kablam! Oct 27 05:20:11.713 INFO kablam! warning: unused macro definition Oct 27 05:20:11.713 INFO kablam! --> src/lib.rs:56:1 Oct 27 05:20:11.714 INFO kablam! | Oct 27 05:20:11.714 INFO kablam! 56 | / macro_rules! perrln { Oct 27 05:20:11.715 INFO kablam! 57 | | ($($arg:tt)*) => ({ Oct 27 05:20:11.715 INFO kablam! 58 | | use std::io::{Write, stderr}; Oct 27 05:20:11.716 INFO kablam! 59 | | writeln!(&mut stderr(), $($arg)*).ok(); Oct 27 05:20:11.717 INFO kablam! 60 | | }) Oct 27 05:20:11.717 INFO kablam! 61 | | } Oct 27 05:20:11.718 INFO kablam! | |_^ Oct 27 05:20:11.718 INFO kablam! | Oct 27 05:20:11.719 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 27 05:20:11.719 INFO kablam! Oct 27 05:20:12.371 INFO kablam! warning: struct is never constructed: `DummyNode` Oct 27 05:20:12.371 INFO kablam! --> src/bvh.rs:34:1 Oct 27 05:20:12.371 INFO kablam! | Oct 27 05:20:12.372 INFO kablam! 34 | struct DummyNode { Oct 27 05:20:12.372 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 05:20:12.372 INFO kablam! | Oct 27 05:20:12.372 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:20:12.372 INFO kablam! Oct 27 05:20:13.255 INFO kablam! warning: struct is never constructed: `DummyNode` Oct 27 05:20:13.255 INFO kablam! --> src/bvh.rs:34:1 Oct 27 05:20:13.255 INFO kablam! | Oct 27 05:20:13.255 INFO kablam! 34 | struct DummyNode { Oct 27 05:20:13.255 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 05:20:13.255 INFO kablam! | Oct 27 05:20:13.255 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:20:13.255 INFO kablam! Oct 27 05:20:15.945 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.01s Oct 27 05:20:15.955 INFO kablam! su: No module specific data is present Oct 27 05:20:16.945 INFO running `"docker" "rm" "-f" "e5228c817eb18648ea6e26094884ae184a6ec4116d07893be02dbf0514d0fb31"` Oct 27 05:20:17.243 INFO blam! e5228c817eb18648ea6e26094884ae184a6ec4116d07893be02dbf0514d0fb31