Oct 12 13:21:19.457 INFO checking solarsail/learnopengl-gfxrs against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 13:21:19.459 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 13:21:19.990 INFO blam! 11c23944f3073fb28c9b222f9ec6e3f5d00976d705bda058ce3a80e8c7eaee89 Oct 12 13:21:20.001 INFO running `"docker" "start" "-a" "11c23944f3073fb28c9b222f9ec6e3f5d00976d705bda058ce3a80e8c7eaee89"` Oct 12 13:21:21.692 INFO kablam! usermod: no changes Oct 12 13:21:22.020 INFO kablam! Compiling libc v0.2.29 Oct 12 13:21:22.028 INFO kablam! Checking spin_sleep v0.3.1 Oct 12 13:21:22.028 INFO kablam! Compiling serde_json v0.9.10 Oct 12 13:21:22.028 INFO kablam! Checking shared_library v0.1.7 Oct 12 13:21:22.028 INFO kablam! Checking atty v0.2.3 Oct 12 13:21:22.036 INFO kablam! Compiling wayland-scanner v0.9.9 Oct 12 13:21:22.036 INFO kablam! Checking tempfile v2.1.6 Oct 12 13:21:22.036 INFO kablam! Checking cgmath v0.15.0 Oct 12 13:21:23.701 INFO kablam! Checking textwrap v0.8.0 Oct 12 13:21:24.526 INFO kablam! Compiling glutin v0.9.2 Oct 12 13:21:24.546 INFO kablam! Checking x11-dl v2.15.0 Oct 12 13:21:25.105 INFO kablam! Checking osmesa-sys v0.1.2 Oct 12 13:21:26.022 INFO kablam! Compiling structopt-derive v0.1.1 Oct 12 13:21:27.196 INFO kablam! Checking gfx_core v0.7.1 Oct 12 13:21:34.527 INFO kablam! Checking png v0.9.0 Oct 12 13:21:34.674 INFO kablam! Checking fs2 v0.2.5 Oct 12 13:21:43.818 INFO kablam! Checking clap v2.26.2 Oct 12 13:21:43.893 INFO kablam! Compiling rand v0.3.16 Oct 12 13:21:43.956 INFO kablam! Compiling wayland-client v0.9.9 Oct 12 13:21:44.008 INFO kablam! Checking memmap v0.4.0 Oct 12 13:21:46.785 INFO kablam! Checking image v0.15.0 Oct 12 13:21:58.918 INFO kablam! Compiling phf_generator v0.7.21 Oct 12 13:22:00.931 INFO kablam! Compiling phf_codegen v0.7.21 Oct 12 13:22:03.031 INFO kablam! Compiling target_build_utils v0.3.1 Oct 12 13:22:19.020 INFO kablam! Checking structopt v0.1.1 Oct 12 13:22:27.752 INFO kablam! Compiling libloading v0.3.4 Oct 12 13:22:30.809 INFO kablam! Checking dlib v0.3.1 Oct 12 13:22:31.266 INFO kablam! Checking wayland-sys v0.9.9 Oct 12 13:22:34.728 INFO kablam! Checking wayland-window v0.6.1 Oct 12 13:22:34.728 INFO kablam! Checking wayland-kbd v0.9.1 Oct 12 13:22:36.737 INFO kablam! Checking winit v0.7.5 Oct 12 13:22:47.774 INFO kablam! Checking gfx_device_gl v0.14.2 Oct 12 13:22:47.774 INFO kablam! Checking gfx v0.16.1 Oct 12 13:22:50.370 INFO kablam! Checking gfx_window_glutin v0.17.0 Oct 12 13:22:55.808 INFO kablam! Checking learnopengl-gfxrs v0.1.0 (/source) Oct 12 13:23:10.328 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 13:23:10.328 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:96:35 Oct 12 13:23:10.328 INFO kablam! | Oct 12 13:23:10.328 INFO kablam! 96 | render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) Oct 12 13:23:10.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 13:23:10.328 INFO kablam! | Oct 12 13:23:10.328 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 13:23:10.328 INFO kablam! Oct 12 13:23:10.348 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 13:23:10.348 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:96:57 Oct 12 13:23:10.348 INFO kablam! | Oct 12 13:23:10.348 INFO kablam! 96 | render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) Oct 12 13:23:10.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 13:23:10.348 INFO kablam! Oct 12 13:23:23.244 INFO kablam! warning: variable `current_fps` is assigned to, but never used Oct 12 13:23:23.244 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:138:13 Oct 12 13:23:23.244 INFO kablam! | Oct 12 13:23:23.244 INFO kablam! 138 | let mut current_fps = None; Oct 12 13:23:23.244 INFO kablam! | ^^^^^^^^^^^ Oct 12 13:23:23.244 INFO kablam! | Oct 12 13:23:23.244 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 13:23:23.244 INFO kablam! = note: consider using `_current_fps` instead Oct 12 13:23:23.248 INFO kablam! Oct 12 13:23:23.248 INFO kablam! warning: value assigned to `current_fps` is never read Oct 12 13:23:23.248 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:164:13 Oct 12 13:23:23.248 INFO kablam! | Oct 12 13:23:23.248 INFO kablam! 164 | current_fps = Some(fps); Oct 12 13:23:23.248 INFO kablam! | ^^^^^^^^^^^ Oct 12 13:23:23.248 INFO kablam! | Oct 12 13:23:23.248 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 13:23:23.248 INFO kablam! Oct 12 13:23:24.377 INFO kablam! warning: method is never used: `projection_matrix` Oct 12 13:23:24.377 INFO kablam! --> src/02-lighting/206-multiple-lights/system/camera.rs:55:5 Oct 12 13:23:24.377 INFO kablam! | Oct 12 13:23:24.377 INFO kablam! 55 | pub fn projection_matrix(&self) -> Matrix4 { Oct 12 13:23:24.377 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 13:23:24.377 INFO kablam! | Oct 12 13:23:24.377 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 13:23:24.377 INFO kablam! Oct 12 13:23:24.380 INFO kablam! warning: method is never used: `view_matrix` Oct 12 13:23:24.380 INFO kablam! --> src/02-lighting/206-multiple-lights/system/camera.rs:59:5 Oct 12 13:23:24.380 INFO kablam! | Oct 12 13:23:24.380 INFO kablam! 59 | pub fn view_matrix(&self) -> Matrix4 { Oct 12 13:23:24.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 13:23:24.380 INFO kablam! Oct 12 13:23:24.380 INFO kablam! warning: field is never used: `spot` Oct 12 13:23:24.380 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:45:5 Oct 12 13:23:24.380 INFO kablam! | Oct 12 13:23:24.380 INFO kablam! 45 | spot: Option, Oct 12 13:23:24.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 13:23:24.380 INFO kablam! Oct 12 13:23:28.021 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 13:23:28.021 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:96:35 Oct 12 13:23:28.021 INFO kablam! | Oct 12 13:23:28.021 INFO kablam! 96 | render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) Oct 12 13:23:28.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 13:23:28.021 INFO kablam! | Oct 12 13:23:28.021 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 13:23:28.021 INFO kablam! Oct 12 13:23:28.021 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 13:23:28.021 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:96:57 Oct 12 13:23:28.021 INFO kablam! | Oct 12 13:23:28.021 INFO kablam! 96 | render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) Oct 12 13:23:28.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 13:23:28.021 INFO kablam! Oct 12 13:23:35.431 INFO kablam! warning: variable `current_fps` is assigned to, but never used Oct 12 13:23:35.432 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:138:13 Oct 12 13:23:35.432 INFO kablam! | Oct 12 13:23:35.433 INFO kablam! 138 | let mut current_fps = None; Oct 12 13:23:35.434 INFO kablam! | ^^^^^^^^^^^ Oct 12 13:23:35.434 INFO kablam! | Oct 12 13:23:35.435 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 13:23:35.435 INFO kablam! = note: consider using `_current_fps` instead Oct 12 13:23:35.436 INFO kablam! Oct 12 13:23:35.436 INFO kablam! warning: value assigned to `current_fps` is never read Oct 12 13:23:35.437 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:164:13 Oct 12 13:23:35.438 INFO kablam! | Oct 12 13:23:35.438 INFO kablam! 164 | current_fps = Some(fps); Oct 12 13:23:35.439 INFO kablam! | ^^^^^^^^^^^ Oct 12 13:23:35.440 INFO kablam! | Oct 12 13:23:35.440 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 13:23:35.440 INFO kablam! Oct 12 13:23:35.680 INFO kablam! warning: method is never used: `projection_matrix` Oct 12 13:23:35.681 INFO kablam! --> src/02-lighting/206-multiple-lights/system/camera.rs:55:5 Oct 12 13:23:35.681 INFO kablam! | Oct 12 13:23:35.681 INFO kablam! 55 | pub fn projection_matrix(&self) -> Matrix4 { Oct 12 13:23:35.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 13:23:35.681 INFO kablam! | Oct 12 13:23:35.681 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 13:23:35.681 INFO kablam! Oct 12 13:23:35.681 INFO kablam! warning: method is never used: `view_matrix` Oct 12 13:23:35.681 INFO kablam! --> src/02-lighting/206-multiple-lights/system/camera.rs:59:5 Oct 12 13:23:35.681 INFO kablam! | Oct 12 13:23:35.681 INFO kablam! 59 | pub fn view_matrix(&self) -> Matrix4 { Oct 12 13:23:35.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 13:23:35.681 INFO kablam! Oct 12 13:23:35.681 INFO kablam! warning: field is never used: `spot` Oct 12 13:23:35.681 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:45:5 Oct 12 13:23:35.681 INFO kablam! | Oct 12 13:23:35.681 INFO kablam! 45 | spot: Option, Oct 12 13:23:35.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 13:23:35.681 INFO kablam! Oct 12 13:23:35.756 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 14s Oct 12 13:23:35.785 INFO kablam! su: No module specific data is present Oct 12 13:23:37.347 INFO running `"docker" "rm" "-f" "11c23944f3073fb28c9b222f9ec6e3f5d00976d705bda058ce3a80e8c7eaee89"` Oct 12 13:23:37.692 INFO blam! 11c23944f3073fb28c9b222f9ec6e3f5d00976d705bda058ce3a80e8c7eaee89