Oct 26 20:33:39.126 INFO checking solarsail/gfxrs-playground against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 20:33:39.127 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 26 20:33:39.624 INFO blam! a1cf1c317d87107d1aca5092f31f336e58bea817b3c809fcc0625e3273c48818 Oct 26 20:33:39.631 INFO running `"docker" "start" "-a" "a1cf1c317d87107d1aca5092f31f336e58bea817b3c809fcc0625e3273c48818"` Oct 26 20:33:41.391 INFO kablam! usermod: no changes Oct 26 20:33:41.677 INFO kablam! Compiling libc v0.2.30 Oct 26 20:33:41.678 INFO kablam! Compiling itoa v0.3.3 Oct 26 20:33:41.687 INFO kablam! Checking spin_sleep v0.3.1 Oct 26 20:33:41.687 INFO kablam! Compiling x11-dl v2.15.0 Oct 26 20:33:41.687 INFO kablam! Checking shared_library v0.1.7 Oct 26 20:33:41.687 INFO kablam! Checking deflate v0.7.16 Oct 26 20:33:41.687 INFO kablam! Compiling wayland-scanner v0.9.9 Oct 26 20:33:41.687 INFO kablam! Checking tempfile v2.1.6 Oct 26 20:33:43.600 INFO kablam! Checking cgmath v0.15.0 Oct 26 20:33:43.755 INFO kablam! Checking textwrap v0.7.0 Oct 26 20:33:44.259 INFO kablam! Compiling glutin v0.9.2 Oct 26 20:33:44.547 INFO kablam! Checking osmesa-sys v0.1.2 Oct 26 20:33:45.687 INFO kablam! Compiling structopt-derive v0.1.0 Oct 26 20:33:45.907 INFO kablam! Checking gfx_core v0.7.2 Oct 26 20:33:46.297 INFO kablam! Checking fs2 v0.2.5 Oct 26 20:33:46.483 INFO kablam! Compiling serde_json v0.9.10 Oct 26 20:33:47.723 INFO kablam! Checking clap v2.26.0 Oct 26 20:33:48.446 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 26 20:33:48.927 INFO kablam! Checking png v0.9.0 Oct 26 20:33:59.931 INFO kablam! Checking memmap v0.4.0 Oct 26 20:33:59.959 INFO kablam! Compiling wayland-client v0.9.9 Oct 26 20:34:01.515 INFO kablam! Compiling wayland-protocols v0.9.9 Oct 26 20:34:02.675 INFO kablam! Compiling rand v0.3.16 Oct 26 20:34:18.667 INFO kablam! Checking image v0.15.0 Oct 26 20:34:20.779 INFO kablam! Compiling phf_generator v0.7.21 Oct 26 20:34:22.996 INFO kablam! Compiling phf_codegen v0.7.21 Oct 26 20:34:25.383 INFO kablam! Compiling target_build_utils v0.3.1 Oct 26 20:34:34.164 INFO kablam! Checking structopt v0.1.0 Oct 26 20:34:51.039 INFO kablam! Compiling libloading v0.3.4 Oct 26 20:34:54.503 INFO kablam! Checking dlib v0.3.1 Oct 26 20:34:54.963 INFO kablam! Checking wayland-sys v0.9.9 Oct 26 20:34:58.699 INFO kablam! Checking wayland-kbd v0.9.1 Oct 26 20:35:02.838 INFO kablam! Checking wayland-window v0.7.0 Oct 26 20:35:03.769 INFO kablam! Checking winit v0.7.6 Oct 26 20:35:13.410 INFO kablam! Checking gfx_device_gl v0.14.3 Oct 26 20:35:13.419 INFO kablam! Checking gfx v0.16.1 Oct 26 20:35:16.343 INFO kablam! Checking gfx_window_glutin v0.17.0 Oct 26 20:35:21.179 INFO kablam! Checking light-casters v0.1.0 (/source) Oct 26 20:35:22.691 INFO kablam! warning: unnecessary parentheses around function argument Oct 26 20:35:22.691 INFO kablam! --> src/main.rs:85:35 Oct 26 20:35:22.692 INFO kablam! | Oct 26 20:35:22.692 INFO kablam! 85 | render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) Oct 26 20:35:22.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 20:35:22.693 INFO kablam! | Oct 26 20:35:22.693 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 26 20:35:22.693 INFO kablam! Oct 26 20:35:22.693 INFO kablam! warning: unnecessary parentheses around function argument Oct 26 20:35:22.693 INFO kablam! --> src/main.rs:85:57 Oct 26 20:35:22.694 INFO kablam! | Oct 26 20:35:22.694 INFO kablam! 85 | render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) Oct 26 20:35:22.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 20:35:22.694 INFO kablam! Oct 26 20:35:23.035 INFO kablam! warning: unnecessary parentheses around function argument Oct 26 20:35:23.035 INFO kablam! --> src/main.rs:85:35 Oct 26 20:35:23.035 INFO kablam! | Oct 26 20:35:23.035 INFO kablam! 85 | render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) Oct 26 20:35:23.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 20:35:23.035 INFO kablam! | Oct 26 20:35:23.035 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 26 20:35:23.035 INFO kablam! Oct 26 20:35:23.035 INFO kablam! warning: unnecessary parentheses around function argument Oct 26 20:35:23.035 INFO kablam! --> src/main.rs:85:57 Oct 26 20:35:23.035 INFO kablam! | Oct 26 20:35:23.035 INFO kablam! 85 | render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) Oct 26 20:35:23.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 20:35:23.035 INFO kablam! Oct 26 20:35:24.579 INFO kablam! warning: variable `current_fps` is assigned to, but never used Oct 26 20:35:24.580 INFO kablam! --> src/main.rs:127:13 Oct 26 20:35:24.580 INFO kablam! | Oct 26 20:35:24.580 INFO kablam! 127 | let mut current_fps = None; Oct 26 20:35:24.581 INFO kablam! | ^^^^^^^^^^^ Oct 26 20:35:24.581 INFO kablam! | Oct 26 20:35:24.581 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:35:24.581 INFO kablam! = note: consider using `_current_fps` instead Oct 26 20:35:24.582 INFO kablam! Oct 26 20:35:24.582 INFO kablam! warning: value assigned to `current_fps` is never read Oct 26 20:35:24.582 INFO kablam! --> src/main.rs:148:13 Oct 26 20:35:24.583 INFO kablam! | Oct 26 20:35:24.583 INFO kablam! 148 | current_fps = Some(fps); Oct 26 20:35:24.583 INFO kablam! | ^^^^^^^^^^^ Oct 26 20:35:24.583 INFO kablam! | Oct 26 20:35:24.584 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 20:35:24.584 INFO kablam! Oct 26 20:35:24.811 INFO kablam! warning: method is never used: `projection_matrix` Oct 26 20:35:24.812 INFO kablam! --> src/system/camera.rs:36:5 Oct 26 20:35:24.812 INFO kablam! | Oct 26 20:35:24.812 INFO kablam! 36 | pub fn projection_matrix(&self) -> Matrix4 { Oct 26 20:35:24.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:35:24.813 INFO kablam! | Oct 26 20:35:24.813 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 20:35:24.813 INFO kablam! Oct 26 20:35:24.813 INFO kablam! warning: method is never used: `view_matrix` Oct 26 20:35:24.814 INFO kablam! --> src/system/camera.rs:40:5 Oct 26 20:35:24.814 INFO kablam! | Oct 26 20:35:24.814 INFO kablam! 40 | pub fn view_matrix(&self) -> Matrix4 { Oct 26 20:35:24.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:35:24.815 INFO kablam! Oct 26 20:35:24.815 INFO kablam! warning: field is never used: `spot` Oct 26 20:35:24.815 INFO kablam! --> src/main.rs:46:5 Oct 26 20:35:24.816 INFO kablam! | Oct 26 20:35:24.816 INFO kablam! 46 | spot: Option, Oct 26 20:35:24.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 26 20:35:24.816 INFO kablam! Oct 26 20:35:25.503 INFO kablam! warning: variable `current_fps` is assigned to, but never used Oct 26 20:35:25.503 INFO kablam! --> src/main.rs:127:13 Oct 26 20:35:25.503 INFO kablam! | Oct 26 20:35:25.503 INFO kablam! 127 | let mut current_fps = None; Oct 26 20:35:25.503 INFO kablam! | ^^^^^^^^^^^ Oct 26 20:35:25.503 INFO kablam! | Oct 26 20:35:25.503 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:35:25.503 INFO kablam! = note: consider using `_current_fps` instead Oct 26 20:35:25.503 INFO kablam! Oct 26 20:35:25.503 INFO kablam! warning: value assigned to `current_fps` is never read Oct 26 20:35:25.503 INFO kablam! --> src/main.rs:148:13 Oct 26 20:35:25.503 INFO kablam! | Oct 26 20:35:25.503 INFO kablam! 148 | current_fps = Some(fps); Oct 26 20:35:25.503 INFO kablam! | ^^^^^^^^^^^ Oct 26 20:35:25.503 INFO kablam! | Oct 26 20:35:25.503 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 20:35:25.503 INFO kablam! Oct 26 20:35:25.753 INFO kablam! warning: method is never used: `projection_matrix` Oct 26 20:35:25.754 INFO kablam! --> src/system/camera.rs:36:5 Oct 26 20:35:25.754 INFO kablam! | Oct 26 20:35:25.754 INFO kablam! 36 | pub fn projection_matrix(&self) -> Matrix4 { Oct 26 20:35:25.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:35:25.755 INFO kablam! | Oct 26 20:35:25.755 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 20:35:25.755 INFO kablam! Oct 26 20:35:25.756 INFO kablam! warning: method is never used: `view_matrix` Oct 26 20:35:25.756 INFO kablam! --> src/system/camera.rs:40:5 Oct 26 20:35:25.756 INFO kablam! | Oct 26 20:35:25.757 INFO kablam! 40 | pub fn view_matrix(&self) -> Matrix4 { Oct 26 20:35:25.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:35:25.757 INFO kablam! Oct 26 20:35:25.758 INFO kablam! warning: field is never used: `spot` Oct 26 20:35:25.758 INFO kablam! --> src/main.rs:46:5 Oct 26 20:35:25.758 INFO kablam! | Oct 26 20:35:25.758 INFO kablam! 46 | spot: Option, Oct 26 20:35:25.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 26 20:35:25.759 INFO kablam! Oct 26 20:35:25.849 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 44s Oct 26 20:35:25.859 INFO kablam! su: No module specific data is present Oct 26 20:35:26.512 INFO running `"docker" "rm" "-f" "a1cf1c317d87107d1aca5092f31f336e58bea817b3c809fcc0625e3273c48818"` Oct 26 20:35:26.668 INFO blam! a1cf1c317d87107d1aca5092f31f336e58bea817b3c809fcc0625e3273c48818