Oct 27 04:04:47.692 INFO checking guiqulaxi/life-game-rust against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 04:04:47.693 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 27 04:04:48.111 INFO blam! acc75d02f09d393cf19a5d1c9820e6d2f4bdb18c9fd45cf480c46b49da7dd4db Oct 27 04:04:48.118 INFO running `"docker" "start" "-a" "acc75d02f09d393cf19a5d1c9820e6d2f4bdb18c9fd45cf480c46b49da7dd4db"` Oct 27 04:04:48.739 INFO kablam! usermod: no changes Oct 27 04:04:49.079 INFO kablam! Checking shared_library v0.1.5 Oct 27 04:04:49.079 INFO kablam! Checking enum_primitive v0.1.1 Oct 27 04:04:49.087 INFO kablam! Compiling phf_generator v0.7.21 Oct 27 04:04:49.091 INFO kablam! Checking rayon-core v1.2.1 Oct 27 04:04:49.095 INFO kablam! Checking num-rational v0.1.38 Oct 27 04:04:49.095 INFO kablam! Checking gfx_core v0.7.1 Oct 27 04:04:49.095 INFO kablam! Checking x11-dl v2.14.0 Oct 27 04:04:49.096 INFO kablam! Checking png v0.7.0 Oct 27 04:04:50.805 INFO kablam! Checking fs2 v0.2.5 Oct 27 04:04:52.131 INFO kablam! Checking tempfile v2.1.5 Oct 27 04:04:52.843 INFO kablam! Checking osmesa-sys v0.1.2 Oct 27 04:04:53.193 INFO kablam! Compiling phf_codegen v0.7.21 Oct 27 04:04:53.339 INFO kablam! Checking memmap v0.4.0 Oct 27 04:04:54.571 INFO kablam! Checking rayon v0.8.1 Oct 27 04:04:54.991 INFO kablam! Compiling target_build_utils v0.3.1 Oct 27 04:05:00.958 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 27 04:05:03.247 INFO kablam! Checking image v0.13.0 Oct 27 04:05:14.019 INFO kablam! Compiling libloading v0.3.4 Oct 27 04:05:16.295 INFO kablam! Checking dlib v0.3.1 Oct 27 04:05:16.737 INFO kablam! Checking wayland-sys v0.8.7 Oct 27 04:05:17.597 INFO kablam! Checking wayland-client v0.8.7 Oct 27 04:05:20.388 INFO kablam! Checking wayland-kbd v0.8.0 Oct 27 04:05:20.388 INFO kablam! Checking wayland-window v0.5.0 Oct 27 04:05:22.148 INFO kablam! Checking winit v0.6.4 Oct 27 04:05:24.845 INFO kablam! Checking glutin v0.8.1 Oct 27 04:05:27.206 INFO kablam! Checking pistoncore-glutin_window v0.37.0 Oct 27 04:05:33.611 INFO kablam! Checking gfx v0.16.0 Oct 27 04:05:33.612 INFO kablam! Checking gfx_device_gl v0.14.1 Oct 27 04:05:40.767 INFO kablam! Checking piston-gfx_texture v0.24.0 Oct 27 04:05:42.863 INFO kablam! Checking piston2d-gfx_graphics v0.40.0 Oct 27 04:05:46.591 INFO kablam! Checking piston_window v0.66.0 Oct 27 04:05:49.236 INFO kablam! Checking life_game v0.1.0 (/source) Oct 27 04:05:52.711 INFO kablam! warning: unused variable: `arg` Oct 27 04:05:52.711 INFO kablam! --> src/main.rs:37:23 Oct 27 04:05:52.712 INFO kablam! | Oct 27 04:05:52.712 INFO kablam! 37 | event.update(|arg| { Oct 27 04:05:52.712 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 27 04:05:52.713 INFO kablam! | Oct 27 04:05:52.713 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 04:05:52.713 INFO kablam! Oct 27 04:05:52.714 INFO kablam! warning: unused variable: `key` Oct 27 04:05:52.714 INFO kablam! --> src/main.rs:26:38 Oct 27 04:05:52.714 INFO kablam! | Oct 27 04:05:52.715 INFO kablam! 26 | if let Some(Button::Keyboard(key)) = event.press_args() { Oct 27 04:05:52.715 INFO kablam! | ^^^ help: consider using `_key` instead Oct 27 04:05:52.715 INFO kablam! Oct 27 04:05:52.716 INFO kablam! warning: unused variable: `delta_time` Oct 27 04:05:52.716 INFO kablam! --> src/game.rs:74:31 Oct 27 04:05:52.716 INFO kablam! | Oct 27 04:05:52.716 INFO kablam! 74 | pub fn update(&mut self, delta_time: f64) { Oct 27 04:05:52.717 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 27 04:05:52.717 INFO kablam! Oct 27 04:05:52.727 INFO kablam! warning: function is never used: `draw_rectange` Oct 27 04:05:52.727 INFO kablam! --> src/drawing.rs:24:1 Oct 27 04:05:52.727 INFO kablam! | Oct 27 04:05:52.727 INFO kablam! 24 | pub fn draw_rectange(color: Color, start_x: i32, start_y: i32, width: i32, height: i32, con: &Context, g: &mut G2d) { Oct 27 04:05:52.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:05:52.727 INFO kablam! | Oct 27 04:05:52.727 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 04:05:52.727 INFO kablam! Oct 27 04:05:52.727 INFO kablam! warning: method is never used: `update` Oct 27 04:05:52.727 INFO kablam! --> src/game.rs:74:6 Oct 27 04:05:52.727 INFO kablam! | Oct 27 04:05:52.727 INFO kablam! 74 | pub fn update(&mut self, delta_time: f64) { Oct 27 04:05:52.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:05:52.727 INFO kablam! Oct 27 04:05:53.163 INFO kablam! warning: unused variable: `arg` Oct 27 04:05:53.163 INFO kablam! --> src/main.rs:37:23 Oct 27 04:05:53.163 INFO kablam! | Oct 27 04:05:53.163 INFO kablam! 37 | event.update(|arg| { Oct 27 04:05:53.163 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 27 04:05:53.163 INFO kablam! | Oct 27 04:05:53.163 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 04:05:53.163 INFO kablam! Oct 27 04:05:53.163 INFO kablam! warning: unused variable: `key` Oct 27 04:05:53.163 INFO kablam! --> src/main.rs:26:38 Oct 27 04:05:53.163 INFO kablam! | Oct 27 04:05:53.163 INFO kablam! 26 | if let Some(Button::Keyboard(key)) = event.press_args() { Oct 27 04:05:53.163 INFO kablam! | ^^^ help: consider using `_key` instead Oct 27 04:05:53.163 INFO kablam! Oct 27 04:05:53.163 INFO kablam! warning: unused variable: `delta_time` Oct 27 04:05:53.163 INFO kablam! --> src/game.rs:74:31 Oct 27 04:05:53.163 INFO kablam! | Oct 27 04:05:53.163 INFO kablam! 74 | pub fn update(&mut self, delta_time: f64) { Oct 27 04:05:53.163 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 27 04:05:53.163 INFO kablam! Oct 27 04:05:53.167 INFO kablam! warning: function is never used: `draw_rectange` Oct 27 04:05:53.167 INFO kablam! --> src/drawing.rs:24:1 Oct 27 04:05:53.167 INFO kablam! | Oct 27 04:05:53.167 INFO kablam! 24 | pub fn draw_rectange(color: Color, start_x: i32, start_y: i32, width: i32, height: i32, con: &Context, g: &mut G2d) { Oct 27 04:05:53.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:05:53.167 INFO kablam! | Oct 27 04:05:53.167 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 04:05:53.167 INFO kablam! Oct 27 04:05:53.167 INFO kablam! warning: method is never used: `update` Oct 27 04:05:53.167 INFO kablam! --> src/game.rs:74:6 Oct 27 04:05:53.167 INFO kablam! | Oct 27 04:05:53.167 INFO kablam! 74 | pub fn update(&mut self, delta_time: f64) { Oct 27 04:05:53.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:05:53.167 INFO kablam! Oct 27 04:05:53.229 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 04s Oct 27 04:05:53.270 INFO kablam! su: No module specific data is present Oct 27 04:05:53.977 INFO running `"docker" "rm" "-f" "acc75d02f09d393cf19a5d1c9820e6d2f4bdb18c9fd45cf480c46b49da7dd4db"` Oct 27 04:05:54.244 INFO blam! acc75d02f09d393cf19a5d1c9820e6d2f4bdb18c9fd45cf480c46b49da7dd4db