Oct 31 20:46:48.227 INFO checking solarsail/learnopengl-gfxrs against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 20:46:48.228 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-7/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 31 20:46:48.708 INFO blam! 384597813e19db44427379132a716313da9d04080d1d82e2515e1a98b2fb18c6 Oct 31 20:46:48.720 INFO running `"docker" "start" "-a" "384597813e19db44427379132a716313da9d04080d1d82e2515e1a98b2fb18c6"` Oct 31 20:46:50.381 INFO kablam! usermod: no changes Oct 31 20:46:50.840 INFO kablam! Compiling libc v0.2.29 Oct 31 20:46:50.858 INFO kablam! Compiling either v1.1.0 Oct 31 20:46:50.874 INFO kablam! Checking spin_sleep v0.3.1 Oct 31 20:46:50.876 INFO kablam! Checking shared_library v0.1.7 Oct 31 20:46:50.877 INFO kablam! Checking term_size v0.3.0 Oct 31 20:46:50.879 INFO kablam! Checking atty v0.2.3 Oct 31 20:46:50.880 INFO kablam! Compiling x11-dl v2.15.0 Oct 31 20:46:50.882 INFO kablam! Checking deflate v0.7.16 Oct 31 20:46:52.664 INFO kablam! Checking tempfile v2.1.6 Oct 31 20:46:52.676 INFO kablam! Checking cgmath v0.15.0 Oct 31 20:46:52.796 INFO kablam! Checking rayon-core v1.2.1 Oct 31 20:46:53.220 INFO kablam! Checking textwrap v0.8.0 Oct 31 20:46:53.273 INFO kablam! Checking osmesa-sys v0.1.2 Oct 31 20:46:54.592 INFO kablam! Compiling structopt-derive v0.1.1 Oct 31 20:46:55.255 INFO kablam! Compiling itertools v0.5.10 Oct 31 20:46:55.760 INFO kablam! Checking fs2 v0.2.5 Oct 31 20:46:56.421 INFO kablam! Checking clap v2.26.2 Oct 31 20:46:57.670 INFO kablam! Checking rayon v0.8.2 Oct 31 20:46:57.701 INFO kablam! Checking png v0.9.0 Oct 31 20:46:59.097 INFO kablam! Checking memmap v0.4.0 Oct 31 20:47:01.617 INFO kablam! Compiling rand v0.3.16 Oct 31 20:47:11.060 INFO kablam! Compiling derivative v1.0.0 Oct 31 20:47:16.352 INFO kablam! Compiling phf_generator v0.7.21 Oct 31 20:47:18.037 INFO kablam! Compiling phf_codegen v0.7.21 Oct 31 20:47:18.654 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 31 20:47:20.222 INFO kablam! Compiling target_build_utils v0.3.1 Oct 31 20:47:27.221 INFO kablam! Checking image v0.15.0 Oct 31 20:47:40.015 INFO kablam! Checking gfx_core v0.7.1 Oct 31 20:47:41.453 INFO kablam! Checking structopt v0.1.1 Oct 31 20:47:53.488 INFO kablam! Compiling libloading v0.3.4 Oct 31 20:47:56.977 INFO kablam! Checking dlib v0.3.1 Oct 31 20:47:57.537 INFO kablam! Checking wayland-sys v0.9.9 Oct 31 20:47:58.192 INFO kablam! Checking wayland-client v0.9.9 Oct 31 20:48:00.556 INFO kablam! Checking wayland-window v0.6.1 Oct 31 20:48:00.556 INFO kablam! Checking wayland-kbd v0.9.1 Oct 31 20:48:02.484 INFO kablam! Checking winit v0.7.5 Oct 31 20:48:05.704 INFO kablam! Checking glutin v0.9.2 Oct 31 20:48:21.518 INFO kablam! Checking gfx_device_gl v0.14.2 Oct 31 20:48:21.519 INFO kablam! Checking gfx v0.16.1 Oct 31 20:48:24.493 INFO kablam! Checking gfx_window_glutin v0.17.0 Oct 31 20:48:30.221 INFO kablam! Checking learnopengl-gfxrs v0.1.0 (/source) Oct 31 20:48:35.812 INFO kablam! warning: unnecessary parentheses around function argument Oct 31 20:48:35.812 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:96:35 Oct 31 20:48:35.812 INFO kablam! | Oct 31 20:48:35.812 INFO kablam! 96 | render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) Oct 31 20:48:35.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 20:48:35.812 INFO kablam! | Oct 31 20:48:35.812 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 31 20:48:35.812 INFO kablam! Oct 31 20:48:35.812 INFO kablam! warning: unnecessary parentheses around function argument Oct 31 20:48:35.812 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:96:57 Oct 31 20:48:35.812 INFO kablam! | Oct 31 20:48:35.812 INFO kablam! 96 | render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) Oct 31 20:48:35.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 20:48:35.812 INFO kablam! Oct 31 20:48:48.097 INFO kablam! warning: variable `current_fps` is assigned to, but never used Oct 31 20:48:48.097 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:138:13 Oct 31 20:48:48.097 INFO kablam! | Oct 31 20:48:48.097 INFO kablam! 138 | let mut current_fps = None; Oct 31 20:48:48.098 INFO kablam! | ^^^^^^^^^^^ Oct 31 20:48:48.098 INFO kablam! | Oct 31 20:48:48.098 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 20:48:48.099 INFO kablam! = note: consider using `_current_fps` instead Oct 31 20:48:48.099 INFO kablam! Oct 31 20:48:48.099 INFO kablam! warning: value assigned to `current_fps` is never read Oct 31 20:48:48.100 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:164:13 Oct 31 20:48:48.100 INFO kablam! | Oct 31 20:48:48.100 INFO kablam! 164 | current_fps = Some(fps); Oct 31 20:48:48.100 INFO kablam! | ^^^^^^^^^^^ Oct 31 20:48:48.101 INFO kablam! | Oct 31 20:48:48.101 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 31 20:48:48.101 INFO kablam! Oct 31 20:48:49.396 INFO kablam! warning: method is never used: `projection_matrix` Oct 31 20:48:49.396 INFO kablam! --> src/02-lighting/206-multiple-lights/system/camera.rs:55:5 Oct 31 20:48:49.396 INFO kablam! | Oct 31 20:48:49.396 INFO kablam! 55 | pub fn projection_matrix(&self) -> Matrix4 { Oct 31 20:48:49.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:48:49.396 INFO kablam! | Oct 31 20:48:49.416 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 20:48:49.416 INFO kablam! Oct 31 20:48:49.416 INFO kablam! warning: method is never used: `view_matrix` Oct 31 20:48:49.416 INFO kablam! --> src/02-lighting/206-multiple-lights/system/camera.rs:59:5 Oct 31 20:48:49.416 INFO kablam! | Oct 31 20:48:49.416 INFO kablam! 59 | pub fn view_matrix(&self) -> Matrix4 { Oct 31 20:48:49.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:48:49.416 INFO kablam! Oct 31 20:48:49.416 INFO kablam! warning: field is never used: `spot` Oct 31 20:48:49.416 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:45:5 Oct 31 20:48:49.416 INFO kablam! | Oct 31 20:48:49.416 INFO kablam! 45 | spot: Option, Oct 31 20:48:49.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 20:48:49.416 INFO kablam! Oct 31 20:48:55.621 INFO kablam! warning: unnecessary parentheses around function argument Oct 31 20:48:55.621 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:96:35 Oct 31 20:48:55.621 INFO kablam! | Oct 31 20:48:55.622 INFO kablam! 96 | render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) Oct 31 20:48:55.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 20:48:55.665 INFO kablam! | Oct 31 20:48:55.665 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 31 20:48:55.665 INFO kablam! Oct 31 20:48:55.666 INFO kablam! warning: unnecessary parentheses around function argument Oct 31 20:48:55.666 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:96:57 Oct 31 20:48:55.666 INFO kablam! | Oct 31 20:48:55.667 INFO kablam! 96 | render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) Oct 31 20:48:55.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 20:48:55.667 INFO kablam! Oct 31 20:49:06.212 INFO kablam! warning: variable `current_fps` is assigned to, but never used Oct 31 20:49:06.212 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:138:13 Oct 31 20:49:06.212 INFO kablam! | Oct 31 20:49:06.212 INFO kablam! 138 | let mut current_fps = None; Oct 31 20:49:06.212 INFO kablam! | ^^^^^^^^^^^ Oct 31 20:49:06.212 INFO kablam! | Oct 31 20:49:06.212 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 20:49:06.212 INFO kablam! = note: consider using `_current_fps` instead Oct 31 20:49:06.212 INFO kablam! Oct 31 20:49:06.212 INFO kablam! warning: value assigned to `current_fps` is never read Oct 31 20:49:06.212 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:164:13 Oct 31 20:49:06.212 INFO kablam! | Oct 31 20:49:06.212 INFO kablam! 164 | current_fps = Some(fps); Oct 31 20:49:06.212 INFO kablam! | ^^^^^^^^^^^ Oct 31 20:49:06.212 INFO kablam! | Oct 31 20:49:06.212 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 31 20:49:06.212 INFO kablam! Oct 31 20:49:06.908 INFO kablam! warning: method is never used: `projection_matrix` Oct 31 20:49:06.908 INFO kablam! --> src/02-lighting/206-multiple-lights/system/camera.rs:55:5 Oct 31 20:49:06.908 INFO kablam! | Oct 31 20:49:06.908 INFO kablam! 55 | pub fn projection_matrix(&self) -> Matrix4 { Oct 31 20:49:06.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:49:06.908 INFO kablam! | Oct 31 20:49:06.908 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 20:49:06.908 INFO kablam! Oct 31 20:49:06.908 INFO kablam! warning: method is never used: `view_matrix` Oct 31 20:49:06.908 INFO kablam! --> src/02-lighting/206-multiple-lights/system/camera.rs:59:5 Oct 31 20:49:06.908 INFO kablam! | Oct 31 20:49:06.908 INFO kablam! 59 | pub fn view_matrix(&self) -> Matrix4 { Oct 31 20:49:06.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 20:49:06.908 INFO kablam! Oct 31 20:49:06.908 INFO kablam! warning: field is never used: `spot` Oct 31 20:49:06.908 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:45:5 Oct 31 20:49:06.908 INFO kablam! | Oct 31 20:49:06.908 INFO kablam! 45 | spot: Option, Oct 31 20:49:06.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 20:49:06.908 INFO kablam! Oct 31 20:49:08.391 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 17s Oct 31 20:49:08.444 INFO kablam! su: No module specific data is present Oct 31 20:49:09.581 INFO running `"docker" "rm" "-f" "384597813e19db44427379132a716313da9d04080d1d82e2515e1a98b2fb18c6"` Oct 31 20:49:09.948 INFO blam! 384597813e19db44427379132a716313da9d04080d1d82e2515e1a98b2fb18c6