Oct 26 20:33:45.583 INFO checking solarsail/learnopengl-gfxrs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 20:33:45.583 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 26 20:33:45.979 INFO blam! e4dde4ae1f1d789ba9f52dbe4a8722fc858e54b23448bd728b5271ae7fdb7688 Oct 26 20:33:45.985 INFO running `"docker" "start" "-a" "e4dde4ae1f1d789ba9f52dbe4a8722fc858e54b23448bd728b5271ae7fdb7688"` Oct 26 20:33:47.367 INFO kablam! usermod: no changes Oct 26 20:33:47.703 INFO kablam! Compiling libc v0.2.29 Oct 26 20:33:47.703 INFO kablam! Checking spin_sleep v0.3.1 Oct 26 20:33:47.707 INFO kablam! Checking shared_library v0.1.7 Oct 26 20:33:47.707 INFO kablam! Checking atty v0.2.3 Oct 26 20:33:47.707 INFO kablam! Compiling itertools v0.5.10 Oct 26 20:33:47.707 INFO kablam! Checking tempfile v2.1.6 Oct 26 20:33:47.707 INFO kablam! Checking cgmath v0.15.0 Oct 26 20:33:47.707 INFO kablam! Checking textwrap v0.8.0 Oct 26 20:33:48.763 INFO kablam! Checking rayon-core v1.2.1 Oct 26 20:33:48.867 INFO kablam! Checking x11-dl v2.15.0 Oct 26 20:33:49.069 INFO kablam! Compiling structopt-derive v0.1.1 Oct 26 20:33:49.701 INFO kablam! Checking png v0.9.0 Oct 26 20:33:49.785 INFO kablam! Checking fs2 v0.2.5 Oct 26 20:33:51.869 INFO kablam! Checking osmesa-sys v0.1.2 Oct 26 20:33:54.251 INFO kablam! Checking clap v2.26.2 Oct 26 20:33:54.301 INFO kablam! Checking memmap v0.4.0 Oct 26 20:33:54.855 INFO kablam! Compiling rand v0.3.16 Oct 26 20:33:56.523 INFO kablam! Checking rayon v0.8.2 Oct 26 20:34:03.207 INFO kablam! Compiling derivative v1.0.0 Oct 26 20:34:09.040 INFO kablam! Compiling phf_generator v0.7.21 Oct 26 20:34:10.748 INFO kablam! Compiling phf_codegen v0.7.21 Oct 26 20:34:12.304 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 26 20:34:12.932 INFO kablam! Compiling target_build_utils v0.3.1 Oct 26 20:34:20.104 INFO kablam! Checking image v0.15.0 Oct 26 20:34:30.949 INFO kablam! Checking gfx_core v0.7.1 Oct 26 20:34:33.585 INFO kablam! Checking structopt v0.1.1 Oct 26 20:34:44.855 INFO kablam! Compiling libloading v0.3.4 Oct 26 20:34:48.303 INFO kablam! Checking dlib v0.3.1 Oct 26 20:34:48.779 INFO kablam! Checking wayland-sys v0.9.9 Oct 26 20:34:49.367 INFO kablam! Checking wayland-client v0.9.9 Oct 26 20:34:52.020 INFO kablam! Checking wayland-window v0.6.1 Oct 26 20:34:52.022 INFO kablam! Checking wayland-kbd v0.9.1 Oct 26 20:34:53.656 INFO kablam! Checking winit v0.7.5 Oct 26 20:34:56.816 INFO kablam! Checking glutin v0.9.2 Oct 26 20:35:12.816 INFO kablam! Checking gfx_device_gl v0.14.2 Oct 26 20:35:12.817 INFO kablam! Checking gfx v0.16.1 Oct 26 20:35:15.781 INFO kablam! Checking gfx_window_glutin v0.17.0 Oct 26 20:35:20.957 INFO kablam! Checking learnopengl-gfxrs v0.1.0 (/source) Oct 26 20:35:46.443 INFO kablam! warning: unnecessary parentheses around function argument Oct 26 20:35:46.444 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:96:35 Oct 26 20:35:46.445 INFO kablam! | Oct 26 20:35:46.445 INFO kablam! 96 | render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) Oct 26 20:35:46.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 20:35:46.461 INFO kablam! | Oct 26 20:35:46.462 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 26 20:35:46.463 INFO kablam! Oct 26 20:35:46.464 INFO kablam! warning: unnecessary parentheses around function argument Oct 26 20:35:46.464 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:96:57 Oct 26 20:35:46.465 INFO kablam! | Oct 26 20:35:46.466 INFO kablam! 96 | render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) Oct 26 20:35:46.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 20:35:46.467 INFO kablam! Oct 26 20:35:49.051 INFO kablam! warning: unnecessary parentheses around function argument Oct 26 20:35:49.052 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:96:35 Oct 26 20:35:49.052 INFO kablam! | Oct 26 20:35:49.052 INFO kablam! 96 | render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) Oct 26 20:35:49.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 20:35:49.053 INFO kablam! | Oct 26 20:35:49.053 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 26 20:35:49.053 INFO kablam! Oct 26 20:35:49.054 INFO kablam! warning: unnecessary parentheses around function argument Oct 26 20:35:49.054 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:96:57 Oct 26 20:35:49.054 INFO kablam! | Oct 26 20:35:49.054 INFO kablam! 96 | render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) Oct 26 20:35:49.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 20:35:49.054 INFO kablam! Oct 26 20:35:52.211 INFO kablam! warning: variable `current_fps` is assigned to, but never used Oct 26 20:35:52.212 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:138:13 Oct 26 20:35:52.212 INFO kablam! | Oct 26 20:35:52.213 INFO kablam! 138 | let mut current_fps = None; Oct 26 20:35:52.214 INFO kablam! | ^^^^^^^^^^^ Oct 26 20:35:52.214 INFO kablam! | Oct 26 20:35:52.215 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:35:52.215 INFO kablam! = note: consider using `_current_fps` instead Oct 26 20:35:52.216 INFO kablam! Oct 26 20:35:52.217 INFO kablam! warning: value assigned to `current_fps` is never read Oct 26 20:35:52.217 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:164:13 Oct 26 20:35:52.218 INFO kablam! | Oct 26 20:35:52.218 INFO kablam! 164 | current_fps = Some(fps); Oct 26 20:35:52.218 INFO kablam! | ^^^^^^^^^^^ Oct 26 20:35:52.218 INFO kablam! | Oct 26 20:35:52.219 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 20:35:52.219 INFO kablam! Oct 26 20:35:52.642 INFO kablam! warning: method is never used: `projection_matrix` Oct 26 20:35:52.643 INFO kablam! --> src/02-lighting/206-multiple-lights/system/camera.rs:55:5 Oct 26 20:35:52.643 INFO kablam! | Oct 26 20:35:52.643 INFO kablam! 55 | pub fn projection_matrix(&self) -> Matrix4 { Oct 26 20:35:52.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:35:52.643 INFO kablam! | Oct 26 20:35:52.643 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 20:35:52.643 INFO kablam! Oct 26 20:35:52.643 INFO kablam! warning: method is never used: `view_matrix` Oct 26 20:35:52.643 INFO kablam! --> src/02-lighting/206-multiple-lights/system/camera.rs:59:5 Oct 26 20:35:52.643 INFO kablam! | Oct 26 20:35:52.643 INFO kablam! 59 | pub fn view_matrix(&self) -> Matrix4 { Oct 26 20:35:52.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:35:52.643 INFO kablam! Oct 26 20:35:52.643 INFO kablam! warning: field is never used: `spot` Oct 26 20:35:52.643 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:45:5 Oct 26 20:35:52.643 INFO kablam! | Oct 26 20:35:52.643 INFO kablam! 45 | spot: Option, Oct 26 20:35:52.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 26 20:35:52.646 INFO kablam! Oct 26 20:35:53.042 INFO kablam! warning: variable `current_fps` is assigned to, but never used Oct 26 20:35:53.042 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:138:13 Oct 26 20:35:53.043 INFO kablam! | Oct 26 20:35:53.043 INFO kablam! 138 | let mut current_fps = None; Oct 26 20:35:53.043 INFO kablam! | ^^^^^^^^^^^ Oct 26 20:35:53.043 INFO kablam! | Oct 26 20:35:53.043 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:35:53.043 INFO kablam! = note: consider using `_current_fps` instead Oct 26 20:35:53.043 INFO kablam! Oct 26 20:35:53.043 INFO kablam! warning: value assigned to `current_fps` is never read Oct 26 20:35:53.043 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:164:13 Oct 26 20:35:53.043 INFO kablam! | Oct 26 20:35:53.043 INFO kablam! 164 | current_fps = Some(fps); Oct 26 20:35:53.043 INFO kablam! | ^^^^^^^^^^^ Oct 26 20:35:53.043 INFO kablam! | Oct 26 20:35:53.043 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 20:35:53.043 INFO kablam! Oct 26 20:35:53.274 INFO kablam! warning: method is never used: `projection_matrix` Oct 26 20:35:53.275 INFO kablam! --> src/02-lighting/206-multiple-lights/system/camera.rs:55:5 Oct 26 20:35:53.275 INFO kablam! | Oct 26 20:35:53.276 INFO kablam! 55 | pub fn projection_matrix(&self) -> Matrix4 { Oct 26 20:35:53.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:35:53.277 INFO kablam! | Oct 26 20:35:53.278 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 20:35:53.278 INFO kablam! Oct 26 20:35:53.279 INFO kablam! warning: method is never used: `view_matrix` Oct 26 20:35:53.280 INFO kablam! --> src/02-lighting/206-multiple-lights/system/camera.rs:59:5 Oct 26 20:35:53.280 INFO kablam! | Oct 26 20:35:53.281 INFO kablam! 59 | pub fn view_matrix(&self) -> Matrix4 { Oct 26 20:35:53.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:35:53.282 INFO kablam! Oct 26 20:35:53.282 INFO kablam! warning: field is never used: `spot` Oct 26 20:35:53.283 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:45:5 Oct 26 20:35:53.283 INFO kablam! | Oct 26 20:35:53.283 INFO kablam! 45 | spot: Option, Oct 26 20:35:53.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 26 20:35:53.283 INFO kablam! Oct 26 20:35:53.358 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 05s Oct 26 20:35:53.399 INFO kablam! su: No module specific data is present Oct 26 20:35:55.245 INFO running `"docker" "rm" "-f" "e4dde4ae1f1d789ba9f52dbe4a8722fc858e54b23448bd728b5271ae7fdb7688"` Oct 26 20:35:55.599 INFO blam! e4dde4ae1f1d789ba9f52dbe4a8722fc858e54b23448bd728b5271ae7fdb7688