Oct 12 19:55:31.064 INFO checking jdferreira/following-thebennybox-tutorial against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 19:55:31.064 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 19:55:31.265 INFO blam! 71fe0cbb6b23b7b975c635ee286ed618738a3ce3906722ecc139b501dfced489 Oct 12 19:55:31.270 INFO running `"docker" "start" "-a" "71fe0cbb6b23b7b975c635ee286ed618738a3ce3906722ecc139b501dfced489"` Oct 12 19:55:31.784 INFO kablam! usermod: no changes Oct 12 19:55:31.996 INFO kablam! Compiling libc v0.2.31 Oct 12 19:55:32.004 INFO kablam! Compiling x11-dl v2.15.0 Oct 12 19:55:32.004 INFO kablam! Checking shared_library v0.1.7 Oct 12 19:55:32.004 INFO kablam! Checking tempfile v2.2.0 Oct 12 19:55:32.004 INFO kablam! Checking cgmath v0.15.0 Oct 12 19:55:32.004 INFO kablam! Compiling glium v0.17.1 Oct 12 19:55:32.004 INFO kablam! Checking backtrace-sys v0.1.14 Oct 12 19:55:32.012 INFO kablam! Checking fs2 v0.2.5 Oct 12 19:55:33.448 INFO kablam! Checking backtrace v0.3.3 Oct 12 19:55:34.259 INFO kablam! Checking memmap v0.4.0 Oct 12 19:55:35.210 INFO kablam! Checking osmesa-sys v0.1.2 Oct 12 19:55:37.742 INFO kablam! Compiling rand v0.3.16 Oct 12 19:55:41.748 INFO kablam! Compiling phf_generator v0.7.21 Oct 12 19:55:43.844 INFO kablam! Compiling phf_codegen v0.7.21 Oct 12 19:55:44.900 INFO kablam! Compiling target_build_utils v0.3.1 Oct 12 19:55:59.068 INFO kablam! Compiling libloading v0.3.4 Oct 12 19:56:02.349 INFO kablam! Checking dlib v0.3.1 Oct 12 19:56:02.781 INFO kablam! Checking wayland-sys v0.9.10 Oct 12 19:56:03.401 INFO kablam! Checking wayland-client v0.9.10 Oct 12 19:56:05.353 INFO kablam! Checking wayland-protocols v0.9.10 Oct 12 19:56:05.353 INFO kablam! Checking wayland-kbd v0.9.1 Oct 12 19:56:08.249 INFO kablam! Checking wayland-window v0.7.0 Oct 12 19:56:09.075 INFO kablam! Checking winit v0.7.6 Oct 12 19:56:11.050 INFO kablam! Checking glutin v0.9.2 Oct 12 19:56:26.896 INFO kablam! Checking following-thebennybox-tutorial v0.1.0 (/source) Oct 12 19:56:28.613 INFO kablam! warning: method is never used: `key_is_down` Oct 12 19:56:28.613 INFO kablam! --> src/engine/input.rs:110:5 Oct 12 19:56:28.613 INFO kablam! | Oct 12 19:56:28.614 INFO kablam! 110 | pub fn key_is_down(&self, keycode: VirtualKeyCode) -> bool { Oct 12 19:56:28.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:56:28.614 INFO kablam! | Oct 12 19:56:28.615 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:56:28.615 INFO kablam! Oct 12 19:56:28.615 INFO kablam! warning: method is never used: `mouse_is_down` Oct 12 19:56:28.615 INFO kablam! --> src/engine/input.rs:122:5 Oct 12 19:56:28.616 INFO kablam! | Oct 12 19:56:28.616 INFO kablam! 122 | pub fn mouse_is_down(&self, button: MouseButton) -> bool { Oct 12 19:56:28.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:56:28.617 INFO kablam! Oct 12 19:56:28.765 INFO kablam! warning: method is never used: `key_is_down` Oct 12 19:56:28.765 INFO kablam! --> src/engine/input.rs:110:5 Oct 12 19:56:28.765 INFO kablam! | Oct 12 19:56:28.766 INFO kablam! 110 | pub fn key_is_down(&self, keycode: VirtualKeyCode) -> bool { Oct 12 19:56:28.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:56:28.766 INFO kablam! | Oct 12 19:56:28.767 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:56:28.767 INFO kablam! Oct 12 19:56:28.767 INFO kablam! warning: method is never used: `mouse_is_down` Oct 12 19:56:28.767 INFO kablam! --> src/engine/input.rs:122:5 Oct 12 19:56:28.768 INFO kablam! | Oct 12 19:56:28.768 INFO kablam! 122 | pub fn mouse_is_down(&self, button: MouseButton) -> bool { Oct 12 19:56:28.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:56:28.769 INFO kablam! Oct 12 19:56:28.796 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 56.98s Oct 12 19:56:28.816 INFO kablam! su: No module specific data is present Oct 12 19:56:29.421 INFO running `"docker" "rm" "-f" "71fe0cbb6b23b7b975c635ee286ed618738a3ce3906722ecc139b501dfced489"` Oct 12 19:56:29.784 INFO blam! 71fe0cbb6b23b7b975c635ee286ed618738a3ce3906722ecc139b501dfced489