Oct 26 19:13:07.934 INFO checking tomc1998/rust-2d-game-engine against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 19:13:07.936 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 19:13:08.487 INFO blam! a6409e2039c03a561edb8795fa73e11fb9ec0d71c3d23a8dfb812a0136d42f86 Oct 26 19:13:08.490 INFO running `"docker" "start" "-a" "a6409e2039c03a561edb8795fa73e11fb9ec0d71c3d23a8dfb812a0136d42f86"` Oct 26 19:13:09.790 INFO kablam! usermod: no changes Oct 26 19:13:09.991 INFO kablam! Compiling libc v0.2.18 Oct 26 19:13:09.991 INFO kablam! Compiling phf_shared v0.7.20 Oct 26 19:13:10.003 INFO kablam! Compiling serde v0.8.19 Oct 26 19:13:10.007 INFO kablam! Compiling gcc v0.3.40 Oct 26 19:13:10.007 INFO kablam! Checking rustc-demangle v0.1.3 Oct 26 19:13:10.007 INFO kablam! Compiling xml-rs v0.3.5 Oct 26 19:13:11.951 INFO kablam! Compiling phf v0.7.20 Oct 26 19:13:14.083 INFO kablam! Checking rand v0.3.15 Oct 26 19:13:14.083 INFO kablam! Checking fs2 v0.2.5 Oct 26 19:13:14.084 INFO kablam! Checking shared_library v0.1.5 Oct 26 19:13:14.103 INFO kablam! Checking x11-dl v2.11.0 Oct 26 19:13:16.129 INFO kablam! Checking memmap v0.2.3 Oct 26 19:13:18.076 INFO kablam! Checking osmesa-sys v0.1.2 Oct 26 19:13:21.892 INFO kablam! Compiling backtrace-sys v0.1.5 Oct 26 19:13:27.092 INFO kablam! Checking tempfile v2.1.4 Oct 26 19:13:27.827 INFO kablam! Compiling wayland-scanner v0.5.11 Oct 26 19:13:28.451 INFO kablam! Compiling gl_generator v0.5.2 Oct 26 19:13:28.552 INFO kablam! Compiling phf_generator v0.7.20 Oct 26 19:13:29.729 INFO kablam! Checking backtrace v0.2.3 Oct 26 19:13:30.305 INFO kablam! Compiling phf_codegen v0.7.20 Oct 26 19:13:32.216 INFO kablam! Compiling target_build_utils v0.1.2 Oct 26 19:13:37.740 INFO kablam! Compiling wayland-client v0.5.12 Oct 26 19:13:40.093 INFO kablam! Compiling glutin v0.6.2 Oct 26 19:13:40.094 INFO kablam! Compiling glium v0.15.0 Oct 26 19:13:50.732 INFO kablam! Compiling serde_json v0.8.4 Oct 26 19:14:07.291 INFO kablam! Compiling libloading v0.3.1 Oct 26 19:14:11.065 INFO kablam! Checking dlib v0.3.1 Oct 26 19:14:11.371 INFO kablam! Checking wayland-sys v0.5.11 Oct 26 19:14:14.443 INFO kablam! Checking wayland-kbd v0.3.6 Oct 26 19:14:14.443 INFO kablam! Checking wayland-window v0.2.3 Oct 26 19:14:32.365 INFO kablam! Checking game_engine_1 v0.1.0 (/source) Oct 26 19:14:33.063 INFO kablam! warning: unused import: `std::marker::Copy` Oct 26 19:14:33.064 INFO kablam! --> src/engine/entity/mod.rs:7:5 Oct 26 19:14:33.065 INFO kablam! | Oct 26 19:14:33.065 INFO kablam! 7 | use std::marker::Copy; Oct 26 19:14:33.066 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 26 19:14:33.067 INFO kablam! | Oct 26 19:14:33.068 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 19:14:33.068 INFO kablam! Oct 26 19:14:33.195 INFO kablam! warning: unused variable: `engine` Oct 26 19:14:33.196 INFO kablam! --> src/engine/renderer/mod.rs:18:17 Oct 26 19:14:33.197 INFO kablam! | Oct 26 19:14:33.197 INFO kablam! 18 | pub fn render(engine: engine::Engine) { Oct 26 19:14:33.197 INFO kablam! | ^^^^^^ help: consider using `_engine` instead Oct 26 19:14:33.198 INFO kablam! warning: unused import: `std::marker::Copy` Oct 26 19:14:33.198 INFO kablam! --> src/engine/entity/mod.rs:7:5 Oct 26 19:14:33.198 INFO kablam! | Oct 26 19:14:33.198 INFO kablam! 7 | use std::marker::Copy; Oct 26 19:14:33.198 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 26 19:14:33.198 INFO kablam! | Oct 26 19:14:33.199 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 19:14:33.199 INFO kablam! Oct 26 19:14:33.199 INFO kablam! | Oct 26 19:14:33.199 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 19:14:33.199 INFO kablam! Oct 26 19:14:33.199 INFO kablam! warning: unused variable: `engine` Oct 26 19:14:33.199 INFO kablam! --> src/screen/main_menu/mod.rs:33:20 Oct 26 19:14:33.199 INFO kablam! | Oct 26 19:14:33.200 INFO kablam! 33 | fn update(&self, engine: &mut engine::Engine) { Oct 26 19:14:33.200 INFO kablam! | ^^^^^^ help: consider using `_engine` instead Oct 26 19:14:33.200 INFO kablam! Oct 26 19:14:33.200 INFO kablam! warning: unused variable: `engine` Oct 26 19:14:33.200 INFO kablam! --> src/screen/main_menu/mod.rs:35:21 Oct 26 19:14:33.200 INFO kablam! | Oct 26 19:14:33.200 INFO kablam! 35 | fn on_hide(&self, engine: &mut engine::Engine) { Oct 26 19:14:33.200 INFO kablam! | ^^^^^^ help: consider using `_engine` instead Oct 26 19:14:33.200 INFO kablam! Oct 26 19:14:33.210 INFO kablam! warning: method is never used: `render` Oct 26 19:14:33.210 INFO kablam! --> src/engine/renderer/mod.rs:18:3 Oct 26 19:14:33.210 INFO kablam! | Oct 26 19:14:33.210 INFO kablam! 18 | pub fn render(engine: engine::Engine) { Oct 26 19:14:33.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:14:33.215 INFO kablam! | Oct 26 19:14:33.215 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 19:14:33.215 INFO kablam! Oct 26 19:14:33.216 INFO kablam! warning: struct is never constructed: `SpriteAnimation` Oct 26 19:14:33.216 INFO kablam! --> src/engine/resource/animation.rs:3:1 Oct 26 19:14:33.216 INFO kablam! | Oct 26 19:14:33.216 INFO kablam! 3 | pub struct SpriteAnimation { Oct 26 19:14:33.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:14:33.216 INFO kablam! Oct 26 19:14:33.217 INFO kablam! warning: field is never used: `r` Oct 26 19:14:33.217 INFO kablam! --> src/engine/common/color.rs:2:3 Oct 26 19:14:33.217 INFO kablam! | Oct 26 19:14:33.217 INFO kablam! 2 | r: f32, Oct 26 19:14:33.217 INFO kablam! | ^^^^^^ Oct 26 19:14:33.217 INFO kablam! Oct 26 19:14:33.217 INFO kablam! warning: field is never used: `g` Oct 26 19:14:33.217 INFO kablam! --> src/engine/common/color.rs:3:3 Oct 26 19:14:33.217 INFO kablam! | Oct 26 19:14:33.217 INFO kablam! 3 | g: f32, Oct 26 19:14:33.217 INFO kablam! | ^^^^^^ Oct 26 19:14:33.217 INFO kablam! Oct 26 19:14:33.219 INFO kablam! warning: field is never used: `b` Oct 26 19:14:33.219 INFO kablam! --> src/engine/common/color.rs:4:3 Oct 26 19:14:33.219 INFO kablam! | Oct 26 19:14:33.219 INFO kablam! 4 | b: f32, Oct 26 19:14:33.219 INFO kablam! | ^^^^^^ Oct 26 19:14:33.219 INFO kablam! Oct 26 19:14:33.219 INFO kablam! warning: struct is never constructed: `RGBAf32` Oct 26 19:14:33.219 INFO kablam! --> src/engine/common/color.rs:17:1 Oct 26 19:14:33.219 INFO kablam! | Oct 26 19:14:33.219 INFO kablam! 17 | pub struct RGBAf32 { Oct 26 19:14:33.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 26 19:14:33.219 INFO kablam! Oct 26 19:14:33.219 INFO kablam! warning: method is never used: `add_component_animation_position` Oct 26 19:14:33.219 INFO kablam! --> src/engine/mod.rs:45:3 Oct 26 19:14:33.219 INFO kablam! | Oct 26 19:14:33.219 INFO kablam! 45 | pub fn add_component_animation_position(&mut self, c: core::ComponentAnimation) { Oct 26 19:14:33.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:14:33.219 INFO kablam! Oct 26 19:14:33.219 INFO kablam! warning: method is never used: `get_curr_state` Oct 26 19:14:33.219 INFO kablam! --> src/engine/mod.rs:56:3 Oct 26 19:14:33.219 INFO kablam! | Oct 26 19:14:33.219 INFO kablam! 56 | pub fn get_curr_state(&self) -> &state::State { Oct 26 19:14:33.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:14:33.219 INFO kablam! Oct 26 19:14:33.219 INFO kablam! warning: method is never used: `push_screen` Oct 26 19:14:33.219 INFO kablam! --> src/engine/mod.rs:74:3 Oct 26 19:14:33.219 INFO kablam! | Oct 26 19:14:33.219 INFO kablam! 74 | pub fn push_screen(&mut self, screen: &'a screen::Screen) { Oct 26 19:14:33.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:14:33.219 INFO kablam! Oct 26 19:14:33.219 INFO kablam! warning: method is never used: `pop_screen` Oct 26 19:14:33.220 INFO kablam! --> src/engine/mod.rs:80:3 Oct 26 19:14:33.220 INFO kablam! | Oct 26 19:14:33.224 INFO kablam! 80 | pub fn pop_screen(&mut self) -> Option<&'a screen::Screen> { Oct 26 19:14:33.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:14:33.224 INFO kablam! Oct 26 19:14:33.224 INFO kablam! warning: method is never used: `pop_state` Oct 26 19:14:33.224 INFO kablam! --> src/engine/mod.rs:97:3 Oct 26 19:14:33.224 INFO kablam! | Oct 26 19:14:33.224 INFO kablam! 97 | pub fn pop_state(&mut self) -> Option { Oct 26 19:14:33.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:14:33.224 INFO kablam! Oct 26 19:14:33.345 INFO kablam! warning: unused variable: `engine` Oct 26 19:14:33.345 INFO kablam! --> src/engine/renderer/mod.rs:18:17 Oct 26 19:14:33.345 INFO kablam! | Oct 26 19:14:33.345 INFO kablam! 18 | pub fn render(engine: engine::Engine) { Oct 26 19:14:33.345 INFO kablam! | ^^^^^^ help: consider using `_engine` instead Oct 26 19:14:33.345 INFO kablam! | Oct 26 19:14:33.345 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 19:14:33.345 INFO kablam! Oct 26 19:14:33.345 INFO kablam! warning: unused variable: `engine` Oct 26 19:14:33.345 INFO kablam! --> src/screen/main_menu/mod.rs:33:20 Oct 26 19:14:33.346 INFO kablam! | Oct 26 19:14:33.346 INFO kablam! 33 | fn update(&self, engine: &mut engine::Engine) { Oct 26 19:14:33.346 INFO kablam! | ^^^^^^ help: consider using `_engine` instead Oct 26 19:14:33.346 INFO kablam! Oct 26 19:14:33.346 INFO kablam! warning: unused variable: `engine` Oct 26 19:14:33.346 INFO kablam! --> src/screen/main_menu/mod.rs:35:21 Oct 26 19:14:33.346 INFO kablam! | Oct 26 19:14:33.346 INFO kablam! 35 | fn on_hide(&self, engine: &mut engine::Engine) { Oct 26 19:14:33.346 INFO kablam! | ^^^^^^ help: consider using `_engine` instead Oct 26 19:14:33.346 INFO kablam! Oct 26 19:14:33.362 INFO kablam! warning: method is never used: `render` Oct 26 19:14:33.362 INFO kablam! --> src/engine/renderer/mod.rs:18:3 Oct 26 19:14:33.362 INFO kablam! | Oct 26 19:14:33.362 INFO kablam! 18 | pub fn render(engine: engine::Engine) { Oct 26 19:14:33.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:14:33.362 INFO kablam! | Oct 26 19:14:33.362 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 19:14:33.362 INFO kablam! Oct 26 19:14:33.362 INFO kablam! warning: struct is never constructed: `SpriteAnimation` Oct 26 19:14:33.362 INFO kablam! --> src/engine/resource/animation.rs:3:1 Oct 26 19:14:33.362 INFO kablam! | Oct 26 19:14:33.362 INFO kablam! 3 | pub struct SpriteAnimation { Oct 26 19:14:33.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:14:33.362 INFO kablam! Oct 26 19:14:33.362 INFO kablam! warning: field is never used: `r` Oct 26 19:14:33.362 INFO kablam! --> src/engine/common/color.rs:2:3 Oct 26 19:14:33.362 INFO kablam! | Oct 26 19:14:33.362 INFO kablam! 2 | r: f32, Oct 26 19:14:33.362 INFO kablam! | ^^^^^^ Oct 26 19:14:33.362 INFO kablam! Oct 26 19:14:33.362 INFO kablam! warning: field is never used: `g` Oct 26 19:14:33.362 INFO kablam! --> src/engine/common/color.rs:3:3 Oct 26 19:14:33.362 INFO kablam! | Oct 26 19:14:33.362 INFO kablam! 3 | g: f32, Oct 26 19:14:33.362 INFO kablam! | ^^^^^^ Oct 26 19:14:33.362 INFO kablam! Oct 26 19:14:33.362 INFO kablam! warning: field is never used: `b` Oct 26 19:14:33.362 INFO kablam! --> src/engine/common/color.rs:4:3 Oct 26 19:14:33.362 INFO kablam! | Oct 26 19:14:33.362 INFO kablam! 4 | b: f32, Oct 26 19:14:33.362 INFO kablam! | ^^^^^^ Oct 26 19:14:33.362 INFO kablam! Oct 26 19:14:33.363 INFO kablam! warning: struct is never constructed: `RGBAf32` Oct 26 19:14:33.363 INFO kablam! --> src/engine/common/color.rs:17:1 Oct 26 19:14:33.363 INFO kablam! | Oct 26 19:14:33.363 INFO kablam! 17 | pub struct RGBAf32 { Oct 26 19:14:33.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 26 19:14:33.363 INFO kablam! Oct 26 19:14:33.363 INFO kablam! warning: method is never used: `add_component_animation_position` Oct 26 19:14:33.363 INFO kablam! --> src/engine/mod.rs:45:3 Oct 26 19:14:33.363 INFO kablam! | Oct 26 19:14:33.364 INFO kablam! 45 | pub fn add_component_animation_position(&mut self, c: core::ComponentAnimation) { Oct 26 19:14:33.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:14:33.364 INFO kablam! Oct 26 19:14:33.364 INFO kablam! warning: method is never used: `get_curr_state` Oct 26 19:14:33.364 INFO kablam! --> src/engine/mod.rs:56:3 Oct 26 19:14:33.364 INFO kablam! | Oct 26 19:14:33.364 INFO kablam! 56 | pub fn get_curr_state(&self) -> &state::State { Oct 26 19:14:33.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:14:33.365 INFO kablam! Oct 26 19:14:33.365 INFO kablam! warning: method is never used: `push_screen` Oct 26 19:14:33.365 INFO kablam! --> src/engine/mod.rs:74:3 Oct 26 19:14:33.366 INFO kablam! | Oct 26 19:14:33.366 INFO kablam! 74 | pub fn push_screen(&mut self, screen: &'a screen::Screen) { Oct 26 19:14:33.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:14:33.366 INFO kablam! Oct 26 19:14:33.367 INFO kablam! warning: method is never used: `pop_screen` Oct 26 19:14:33.367 INFO kablam! --> src/engine/mod.rs:80:3 Oct 26 19:14:33.367 INFO kablam! | Oct 26 19:14:33.368 INFO kablam! 80 | pub fn pop_screen(&mut self) -> Option<&'a screen::Screen> { Oct 26 19:14:33.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:14:33.368 INFO kablam! Oct 26 19:14:33.368 INFO kablam! warning: method is never used: `pop_state` Oct 26 19:14:33.369 INFO kablam! --> src/engine/mod.rs:97:3 Oct 26 19:14:33.369 INFO kablam! | Oct 26 19:14:33.369 INFO kablam! 97 | pub fn pop_state(&mut self) -> Option { Oct 26 19:14:33.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:14:33.369 INFO kablam! Oct 26 19:14:33.449 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 23s Oct 26 19:14:33.475 INFO kablam! su: No module specific data is present Oct 26 19:14:35.173 INFO running `"docker" "rm" "-f" "a6409e2039c03a561edb8795fa73e11fb9ec0d71c3d23a8dfb812a0136d42f86"` Oct 26 19:14:35.497 INFO blam! a6409e2039c03a561edb8795fa73e11fb9ec0d71c3d23a8dfb812a0136d42f86