Oct 21 20:09:14.395 INFO checking Wowo10/rust_piston_bomberman against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:09:14.395 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/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 21 20:09:14.781 INFO blam! 5c00123cb1905891955e48124c78c2eef37ecae735e7bc81405437499a6c0c8f Oct 21 20:09:14.784 INFO running `"docker" "start" "-a" "5c00123cb1905891955e48124c78c2eef37ecae735e7bc81405437499a6c0c8f"` Oct 21 20:09:16.144 INFO kablam! usermod: no changes Oct 21 20:09:16.508 INFO kablam! Compiling phf v0.7.22 Oct 21 20:09:16.508 INFO kablam! Checking rusttype v0.2.3 Oct 21 20:09:16.508 INFO kablam! Checking pistoncore-input v0.17.1 Oct 21 20:09:16.508 INFO kablam! Checking gfx_core v0.6.1 Oct 21 20:09:16.508 INFO kablam! Compiling gl_generator v0.6.1 Oct 21 20:09:16.508 INFO kablam! Compiling gl_generator v0.5.5 Oct 21 20:09:16.508 INFO kablam! Compiling target_build_utils v0.3.1 Oct 21 20:09:16.508 INFO kablam! Checking png v0.6.2 Oct 21 20:09:19.772 INFO kablam! Checking jpeg-decoder v0.1.15 Oct 21 20:09:29.188 INFO kablam! Compiling glutin v0.7.4 Oct 21 20:09:30.015 INFO kablam! Compiling gfx_gl v0.3.1 Oct 21 20:09:30.029 INFO kablam! Checking pistoncore-window v0.26.2 Oct 21 20:09:30.117 INFO kablam! Checking image v0.12.4 Oct 21 20:09:30.312 INFO kablam! Compiling gl v0.6.5 Oct 21 20:09:37.912 INFO kablam! Checking pistoncore-event_loop v0.31.4 Oct 21 20:09:41.443 INFO kablam! Checking piston v0.31.4 Oct 21 20:09:59.008 INFO kablam! Compiling libloading v0.3.4 Oct 21 20:10:05.852 INFO kablam! Checking dlib v0.3.1 Oct 21 20:10:06.796 INFO kablam! Checking wayland-sys v0.7.8 Oct 21 20:10:08.388 INFO kablam! Checking wayland-client v0.7.8 Oct 21 20:10:11.052 INFO kablam! Checking wayland-window v0.4.4 Oct 21 20:10:11.052 INFO kablam! Checking wayland-kbd v0.6.3 Oct 21 20:10:13.205 INFO kablam! Checking winit v0.5.11 Oct 21 20:10:17.940 INFO kablam! Checking pistoncore-glutin_window v0.35.1 Oct 21 20:10:21.909 INFO kablam! Checking gfx v0.14.1 Oct 21 20:10:21.912 INFO kablam! Checking gfx_device_gl v0.13.1 Oct 21 20:10:28.073 INFO kablam! Checking piston-gfx_texture v0.22.1 Oct 21 20:10:30.472 INFO kablam! Checking piston2d-gfx_graphics v0.38.0 Oct 21 20:10:34.307 INFO kablam! Checking piston_window v0.64.0 Oct 21 20:10:37.606 INFO kablam! Checking wowo_bomberman v0.0.9 (/source) Oct 21 20:10:41.572 INFO kablam! warning: method is never used: `reset` Oct 21 20:10:41.572 INFO kablam! --> src/app/timers.rs:14:5 Oct 21 20:10:41.572 INFO kablam! | Oct 21 20:10:41.572 INFO kablam! 14 | pub fn reset(&mut self) { Oct 21 20:10:41.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:10:41.572 INFO kablam! | Oct 21 20:10:41.572 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:10:41.572 INFO kablam! Oct 21 20:10:41.576 INFO kablam! warning: method is never used: `get_fire_range` Oct 21 20:10:41.576 INFO kablam! --> src/app/player/mod.rs:40:5 Oct 21 20:10:41.576 INFO kablam! | Oct 21 20:10:41.576 INFO kablam! 40 | pub fn get_fire_range(self) -> u8{ Oct 21 20:10:41.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:10:41.576 INFO kablam! Oct 21 20:10:41.576 INFO kablam! warning: method is never used: `create` Oct 21 20:10:41.576 INFO kablam! --> src/app/monster/mod.rs:10:5 Oct 21 20:10:41.576 INFO kablam! | Oct 21 20:10:41.576 INFO kablam! 10 | pub fn create(position: [u8; 2]) -> Self { Oct 21 20:10:41.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:10:41.576 INFO kablam! Oct 21 20:10:41.576 INFO kablam! warning: method is never used: `add_monster` Oct 21 20:10:41.576 INFO kablam! --> src/app/mod.rs:166:5 Oct 21 20:10:41.576 INFO kablam! | Oct 21 20:10:41.576 INFO kablam! 166 | fn add_monster(&mut self, monster_position: [u8; 2]) { Oct 21 20:10:41.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:10:41.576 INFO kablam! Oct 21 20:10:41.577 INFO kablam! warning: static variable `amount` should have an upper case name such as `AMOUNT` Oct 21 20:10:41.577 INFO kablam! --> src/configuration/mod.rs:1:1 Oct 21 20:10:41.577 INFO kablam! | Oct 21 20:10:41.577 INFO kablam! 1 | static mut amount: u8 = 0; Oct 21 20:10:41.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:10:41.577 INFO kablam! | Oct 21 20:10:41.577 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 21 20:10:41.577 INFO kablam! Oct 21 20:10:41.752 INFO kablam! warning: method is never used: `reset` Oct 21 20:10:41.752 INFO kablam! --> src/app/timers.rs:14:5 Oct 21 20:10:41.752 INFO kablam! | Oct 21 20:10:41.752 INFO kablam! 14 | pub fn reset(&mut self) { Oct 21 20:10:41.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:10:41.752 INFO kablam! | Oct 21 20:10:41.752 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:10:41.752 INFO kablam! Oct 21 20:10:41.752 INFO kablam! warning: method is never used: `get_fire_range` Oct 21 20:10:41.752 INFO kablam! --> src/app/player/mod.rs:40:5 Oct 21 20:10:41.752 INFO kablam! | Oct 21 20:10:41.752 INFO kablam! 40 | pub fn get_fire_range(self) -> u8{ Oct 21 20:10:41.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:10:41.752 INFO kablam! Oct 21 20:10:41.752 INFO kablam! warning: method is never used: `create` Oct 21 20:10:41.752 INFO kablam! --> src/app/monster/mod.rs:10:5 Oct 21 20:10:41.752 INFO kablam! | Oct 21 20:10:41.752 INFO kablam! 10 | pub fn create(position: [u8; 2]) -> Self { Oct 21 20:10:41.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:10:41.752 INFO kablam! Oct 21 20:10:41.752 INFO kablam! warning: method is never used: `add_monster` Oct 21 20:10:41.752 INFO kablam! --> src/app/mod.rs:166:5 Oct 21 20:10:41.752 INFO kablam! | Oct 21 20:10:41.752 INFO kablam! 166 | fn add_monster(&mut self, monster_position: [u8; 2]) { Oct 21 20:10:41.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:10:41.752 INFO kablam! Oct 21 20:10:41.752 INFO kablam! warning: static variable `amount` should have an upper case name such as `AMOUNT` Oct 21 20:10:41.752 INFO kablam! --> src/configuration/mod.rs:1:1 Oct 21 20:10:41.752 INFO kablam! | Oct 21 20:10:41.752 INFO kablam! 1 | static mut amount: u8 = 0; Oct 21 20:10:41.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:10:41.752 INFO kablam! | Oct 21 20:10:41.752 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 21 20:10:41.752 INFO kablam! Oct 21 20:10:41.804 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 25s Oct 21 20:10:41.824 INFO kablam! su: No module specific data is present Oct 21 20:10:42.254 INFO running `"docker" "rm" "-f" "5c00123cb1905891955e48124c78c2eef37ecae735e7bc81405437499a6c0c8f"` Oct 21 20:10:42.373 INFO blam! 5c00123cb1905891955e48124c78c2eef37ecae735e7bc81405437499a6c0c8f