Oct 21 21:42:22.767 INFO checking DomParfitt/gamdev against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:42:22.767 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 21:42:23.253 INFO blam! 99b462f65899b01a293c37971ca492e4092abbd5618b8202dee176fe7012d991 Oct 21 21:42:23.255 INFO running `"docker" "start" "-a" "99b462f65899b01a293c37971ca492e4092abbd5618b8202dee176fe7012d991"` Oct 21 21:42:24.877 INFO kablam! usermod: no changes Oct 21 21:42:25.243 INFO kablam! Compiling gl_generator v0.5.5 Oct 21 21:42:25.244 INFO kablam! Checking png v0.9.0 Oct 21 21:42:25.256 INFO kablam! Checking gfx_core v0.7.2 Oct 21 21:42:25.313 INFO kablam! Compiling gfx_gl v0.4.0 Oct 21 21:42:25.314 INFO kablam! Compiling gl v0.6.5 Oct 21 21:42:25.353 INFO kablam! Checking pistoncore-input v0.19.0 Oct 21 21:42:25.356 INFO kablam! Checking wayland-window v0.7.0 Oct 21 21:42:33.352 INFO kablam! Checking winit v0.7.6 Oct 21 21:42:33.401 INFO kablam! Checking image v0.15.0 Oct 21 21:42:39.444 INFO kablam! Compiling glutin v0.9.2 Oct 21 21:42:49.004 INFO kablam! Checking pistoncore-window v0.28.0 Oct 21 21:42:57.781 INFO kablam! Checking pistoncore-event_loop v0.33.0 Oct 21 21:43:01.953 INFO kablam! Checking piston v0.33.0 Oct 21 21:43:10.269 INFO kablam! Checking pistoncore-glutin_window v0.39.1 Oct 21 21:43:25.662 INFO kablam! Checking gfx v0.16.3 Oct 21 21:43:25.663 INFO kablam! Checking gfx_device_gl v0.14.6 Oct 21 21:43:32.439 INFO kablam! Checking piston-gfx_texture v0.26.0 Oct 21 21:43:35.277 INFO kablam! Checking piston2d-gfx_graphics v0.43.0 Oct 21 21:43:39.428 INFO kablam! Checking piston_window v0.70.0 Oct 21 21:43:43.297 INFO kablam! Checking game v0.1.0 (/source) Oct 21 21:43:48.616 INFO kablam! warning: unused import: `core::GameEntity` Oct 21 21:43:48.616 INFO kablam! --> src/core/player.rs:4:5 Oct 21 21:43:48.616 INFO kablam! | Oct 21 21:43:48.616 INFO kablam! 4 | use core::GameEntity; Oct 21 21:43:48.616 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 21:43:48.616 INFO kablam! | Oct 21 21:43:48.616 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:43:48.616 INFO kablam! Oct 21 21:43:48.616 INFO kablam! warning: unused import: `core::GameObject` Oct 21 21:43:48.616 INFO kablam! --> src/core/player.rs:5:5 Oct 21 21:43:48.616 INFO kablam! | Oct 21 21:43:48.616 INFO kablam! 5 | use core::GameObject; Oct 21 21:43:48.616 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 21:43:48.616 INFO kablam! Oct 21 21:43:48.616 INFO kablam! warning: unused import: `core::GameObject` Oct 21 21:43:48.616 INFO kablam! --> src/core/enemy.rs:3:5 Oct 21 21:43:48.616 INFO kablam! | Oct 21 21:43:48.616 INFO kablam! 3 | use core::GameObject; Oct 21 21:43:48.617 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 21:43:48.617 INFO kablam! Oct 21 21:43:48.753 INFO kablam! warning: unused variable: `other` Oct 21 21:43:48.753 INFO kablam! --> src/core/enemy.rs:96:46 Oct 21 21:43:48.754 INFO kablam! | Oct 21 21:43:48.754 INFO kablam! 96 | fn check_collision(&self, other: C) -> bool { Oct 21 21:43:48.754 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 21 21:43:48.754 INFO kablam! | Oct 21 21:43:48.755 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:43:48.755 INFO kablam! Oct 21 21:43:48.755 INFO kablam! warning: unused variable: `other` Oct 21 21:43:48.755 INFO kablam! --> src/core/enemy.rs:102:46 Oct 21 21:43:48.756 INFO kablam! | Oct 21 21:43:48.756 INFO kablam! 102 | fn check_collision(&self, other: C) -> bool { Oct 21 21:43:48.756 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 21 21:43:48.757 INFO kablam! Oct 21 21:43:48.757 INFO kablam! warning: unused variable: `context` Oct 21 21:43:48.757 INFO kablam! --> src/core/obstacle.rs:32:22 Oct 21 21:43:48.757 INFO kablam! | Oct 21 21:43:48.758 INFO kablam! 32 | fn render(&self, context: Context, graphics: &mut G2d) { Oct 21 21:43:48.758 INFO kablam! | ^^^^^^^ help: consider using `_context` instead Oct 21 21:43:48.758 INFO kablam! Oct 21 21:43:48.758 INFO kablam! warning: unused variable: `graphics` Oct 21 21:43:48.759 INFO kablam! --> src/core/obstacle.rs:32:40 Oct 21 21:43:48.759 INFO kablam! | Oct 21 21:43:48.759 INFO kablam! 32 | fn render(&self, context: Context, graphics: &mut G2d) { Oct 21 21:43:48.760 INFO kablam! | ^^^^^^^^ help: consider using `_graphics` instead Oct 21 21:43:48.760 INFO kablam! Oct 21 21:43:48.760 INFO kablam! warning: unused variable: `other` Oct 21 21:43:48.760 INFO kablam! --> src/core/obstacle.rs:38:46 Oct 21 21:43:48.761 INFO kablam! | Oct 21 21:43:48.761 INFO kablam! 38 | fn check_collision(&self, other: C) -> bool { Oct 21 21:43:48.761 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 21 21:43:48.761 INFO kablam! Oct 21 21:43:48.762 INFO kablam! warning: unused variable: `other` Oct 21 21:43:48.762 INFO kablam! --> src/core/obstacle.rs:44:46 Oct 21 21:43:48.762 INFO kablam! | Oct 21 21:43:48.762 INFO kablam! 44 | fn check_collision(&self, other: C) -> bool { Oct 21 21:43:48.763 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 21 21:43:48.763 INFO kablam! Oct 21 21:43:49.928 INFO kablam! warning: unused import: `core::GameEntity` Oct 21 21:43:49.928 INFO kablam! --> src/core/player.rs:4:5 Oct 21 21:43:49.928 INFO kablam! | Oct 21 21:43:49.928 INFO kablam! 4 | use core::GameEntity; Oct 21 21:43:49.928 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 21:43:49.928 INFO kablam! | Oct 21 21:43:49.928 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:43:49.928 INFO kablam! Oct 21 21:43:49.928 INFO kablam! warning: unused import: `core::GameObject` Oct 21 21:43:49.928 INFO kablam! --> src/core/player.rs:5:5 Oct 21 21:43:49.928 INFO kablam! | Oct 21 21:43:49.928 INFO kablam! 5 | use core::GameObject; Oct 21 21:43:49.928 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 21:43:49.928 INFO kablam! Oct 21 21:43:49.928 INFO kablam! warning: unused import: `core::GameObject` Oct 21 21:43:49.928 INFO kablam! --> src/core/enemy.rs:3:5 Oct 21 21:43:49.928 INFO kablam! | Oct 21 21:43:49.928 INFO kablam! 3 | use core::GameObject; Oct 21 21:43:49.928 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 21:43:49.928 INFO kablam! Oct 21 21:43:50.274 INFO kablam! warning: unused variable: `other` Oct 21 21:43:50.274 INFO kablam! --> src/core/enemy.rs:96:46 Oct 21 21:43:50.274 INFO kablam! | Oct 21 21:43:50.274 INFO kablam! 96 | fn check_collision(&self, other: C) -> bool { Oct 21 21:43:50.274 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 21 21:43:50.274 INFO kablam! | Oct 21 21:43:50.274 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:43:50.274 INFO kablam! Oct 21 21:43:50.274 INFO kablam! warning: unused variable: `other` Oct 21 21:43:50.274 INFO kablam! --> src/core/enemy.rs:102:46 Oct 21 21:43:50.274 INFO kablam! | Oct 21 21:43:50.274 INFO kablam! 102 | fn check_collision(&self, other: C) -> bool { Oct 21 21:43:50.274 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 21 21:43:50.274 INFO kablam! Oct 21 21:43:50.277 INFO kablam! warning: unused variable: `context` Oct 21 21:43:50.277 INFO kablam! --> src/core/obstacle.rs:32:22 Oct 21 21:43:50.277 INFO kablam! | Oct 21 21:43:50.277 INFO kablam! 32 | fn render(&self, context: Context, graphics: &mut G2d) { Oct 21 21:43:50.277 INFO kablam! | ^^^^^^^ help: consider using `_context` instead Oct 21 21:43:50.278 INFO kablam! Oct 21 21:43:50.279 INFO kablam! warning: unused variable: `graphics` Oct 21 21:43:50.279 INFO kablam! --> src/core/obstacle.rs:32:40 Oct 21 21:43:50.279 INFO kablam! | Oct 21 21:43:50.279 INFO kablam! 32 | fn render(&self, context: Context, graphics: &mut G2d) { Oct 21 21:43:50.279 INFO kablam! | ^^^^^^^^ help: consider using `_graphics` instead Oct 21 21:43:50.279 INFO kablam! Oct 21 21:43:50.279 INFO kablam! warning: unused variable: `other` Oct 21 21:43:50.279 INFO kablam! --> src/core/obstacle.rs:38:46 Oct 21 21:43:50.279 INFO kablam! | Oct 21 21:43:50.279 INFO kablam! 38 | fn check_collision(&self, other: C) -> bool { Oct 21 21:43:50.279 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 21 21:43:50.279 INFO kablam! Oct 21 21:43:50.288 INFO kablam! warning: unused variable: `other` Oct 21 21:43:50.288 INFO kablam! --> src/core/obstacle.rs:44:46 Oct 21 21:43:50.288 INFO kablam! | Oct 21 21:43:50.288 INFO kablam! 44 | fn check_collision(&self, other: C) -> bool { Oct 21 21:43:50.288 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 21 21:43:50.288 INFO kablam! Oct 21 21:43:55.213 INFO kablam! warning: unused import: `core::enemy::Enemy` Oct 21 21:43:55.213 INFO kablam! --> src/main.rs:4:5 Oct 21 21:43:55.220 INFO kablam! | Oct 21 21:43:55.220 INFO kablam! 4 | use core::enemy::Enemy; Oct 21 21:43:55.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 21:43:55.220 INFO kablam! | Oct 21 21:43:55.220 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:43:55.220 INFO kablam! Oct 21 21:43:55.220 INFO kablam! warning: unused import: `core::player::Player` Oct 21 21:43:55.220 INFO kablam! --> src/main.rs:5:5 Oct 21 21:43:55.220 INFO kablam! | Oct 21 21:43:55.220 INFO kablam! 5 | use core::player::Player; Oct 21 21:43:55.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 21:43:55.220 INFO kablam! Oct 21 21:43:55.220 INFO kablam! warning: unused import: `core::GameEntity` Oct 21 21:43:55.220 INFO kablam! --> src/core/player.rs:4:5 Oct 21 21:43:55.220 INFO kablam! | Oct 21 21:43:55.220 INFO kablam! 4 | use core::GameEntity; Oct 21 21:43:55.220 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 21:43:55.220 INFO kablam! Oct 21 21:43:55.220 INFO kablam! warning: unused import: `core::GameObject` Oct 21 21:43:55.220 INFO kablam! --> src/core/player.rs:5:5 Oct 21 21:43:55.220 INFO kablam! | Oct 21 21:43:55.220 INFO kablam! 5 | use core::GameObject; Oct 21 21:43:55.220 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 21:43:55.220 INFO kablam! Oct 21 21:43:55.220 INFO kablam! warning: unused import: `core::GameObject` Oct 21 21:43:55.220 INFO kablam! --> src/core/enemy.rs:3:5 Oct 21 21:43:55.220 INFO kablam! | Oct 21 21:43:55.220 INFO kablam! 3 | use core::GameObject; Oct 21 21:43:55.220 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 21:43:55.220 INFO kablam! Oct 21 21:43:55.370 INFO kablam! warning: unused variable: `other` Oct 21 21:43:55.370 INFO kablam! --> src/core/enemy.rs:96:46 Oct 21 21:43:55.371 INFO kablam! | Oct 21 21:43:55.371 INFO kablam! 96 | fn check_collision(&self, other: C) -> bool { Oct 21 21:43:55.371 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 21 21:43:55.371 INFO kablam! | Oct 21 21:43:55.371 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:43:55.371 INFO kablam! Oct 21 21:43:55.371 INFO kablam! warning: unused variable: `other` Oct 21 21:43:55.371 INFO kablam! --> src/core/enemy.rs:102:46 Oct 21 21:43:55.371 INFO kablam! | Oct 21 21:43:55.371 INFO kablam! 102 | fn check_collision(&self, other: C) -> bool { Oct 21 21:43:55.371 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 21 21:43:55.371 INFO kablam! Oct 21 21:43:55.371 INFO kablam! warning: unused variable: `context` Oct 21 21:43:55.371 INFO kablam! --> src/core/obstacle.rs:32:22 Oct 21 21:43:55.371 INFO kablam! | Oct 21 21:43:55.372 INFO kablam! 32 | fn render(&self, context: Context, graphics: &mut G2d) { Oct 21 21:43:55.372 INFO kablam! | ^^^^^^^ help: consider using `_context` instead Oct 21 21:43:55.372 INFO kablam! Oct 21 21:43:55.372 INFO kablam! warning: unused variable: `graphics` Oct 21 21:43:55.372 INFO kablam! --> src/core/obstacle.rs:32:40 Oct 21 21:43:55.372 INFO kablam! | Oct 21 21:43:55.372 INFO kablam! 32 | fn render(&self, context: Context, graphics: &mut G2d) { Oct 21 21:43:55.372 INFO kablam! | ^^^^^^^^ help: consider using `_graphics` instead Oct 21 21:43:55.372 INFO kablam! Oct 21 21:43:55.372 INFO kablam! warning: unused variable: `other` Oct 21 21:43:55.372 INFO kablam! --> src/core/obstacle.rs:38:46 Oct 21 21:43:55.372 INFO kablam! | Oct 21 21:43:55.372 INFO kablam! 38 | fn check_collision(&self, other: C) -> bool { Oct 21 21:43:55.372 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 21 21:43:55.372 INFO kablam! Oct 21 21:43:55.372 INFO kablam! warning: unused variable: `other` Oct 21 21:43:55.372 INFO kablam! --> src/core/obstacle.rs:44:46 Oct 21 21:43:55.372 INFO kablam! | Oct 21 21:43:55.372 INFO kablam! 44 | fn check_collision(&self, other: C) -> bool { Oct 21 21:43:55.372 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 21 21:43:55.372 INFO kablam! Oct 21 21:43:55.724 INFO kablam! warning: unused import: `core::enemy::Enemy` Oct 21 21:43:55.724 INFO kablam! --> src/main.rs:4:5 Oct 21 21:43:55.724 INFO kablam! | Oct 21 21:43:55.724 INFO kablam! 4 | use core::enemy::Enemy; Oct 21 21:43:55.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 21:43:55.724 INFO kablam! | Oct 21 21:43:55.724 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:43:55.724 INFO kablam! Oct 21 21:43:55.724 INFO kablam! warning: unused import: `core::player::Player` Oct 21 21:43:55.724 INFO kablam! --> src/main.rs:5:5 Oct 21 21:43:55.724 INFO kablam! | Oct 21 21:43:55.724 INFO kablam! 5 | use core::player::Player; Oct 21 21:43:55.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 21:43:55.724 INFO kablam! Oct 21 21:43:55.724 INFO kablam! warning: unused import: `core::GameEntity` Oct 21 21:43:55.724 INFO kablam! --> src/core/player.rs:4:5 Oct 21 21:43:55.724 INFO kablam! | Oct 21 21:43:55.724 INFO kablam! 4 | use core::GameEntity; Oct 21 21:43:55.724 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 21:43:55.724 INFO kablam! Oct 21 21:43:55.724 INFO kablam! warning: unused import: `core::GameObject` Oct 21 21:43:55.724 INFO kablam! --> src/core/player.rs:5:5 Oct 21 21:43:55.724 INFO kablam! | Oct 21 21:43:55.724 INFO kablam! 5 | use core::GameObject; Oct 21 21:43:55.724 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 21:43:55.724 INFO kablam! Oct 21 21:43:55.724 INFO kablam! warning: unused import: `core::GameObject` Oct 21 21:43:55.724 INFO kablam! --> src/core/enemy.rs:3:5 Oct 21 21:43:55.724 INFO kablam! | Oct 21 21:43:55.724 INFO kablam! 3 | use core::GameObject; Oct 21 21:43:55.724 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 21:43:55.724 INFO kablam! Oct 21 21:43:55.836 INFO kablam! warning: unused variable: `other` Oct 21 21:43:55.837 INFO kablam! --> src/core/enemy.rs:96:46 Oct 21 21:43:55.837 INFO kablam! | Oct 21 21:43:55.837 INFO kablam! 96 | fn check_collision(&self, other: C) -> bool { Oct 21 21:43:55.837 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 21 21:43:55.837 INFO kablam! | Oct 21 21:43:55.838 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:43:55.838 INFO kablam! Oct 21 21:43:55.838 INFO kablam! warning: unused variable: `other` Oct 21 21:43:55.838 INFO kablam! --> src/core/enemy.rs:102:46 Oct 21 21:43:55.838 INFO kablam! | Oct 21 21:43:55.839 INFO kablam! 102 | fn check_collision(&self, other: C) -> bool { Oct 21 21:43:55.839 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 21 21:43:55.839 INFO kablam! Oct 21 21:43:55.839 INFO kablam! warning: unused variable: `context` Oct 21 21:43:55.839 INFO kablam! --> src/core/obstacle.rs:32:22 Oct 21 21:43:55.839 INFO kablam! | Oct 21 21:43:55.839 INFO kablam! 32 | fn render(&self, context: Context, graphics: &mut G2d) { Oct 21 21:43:55.839 INFO kablam! | ^^^^^^^ help: consider using `_context` instead Oct 21 21:43:55.839 INFO kablam! Oct 21 21:43:55.839 INFO kablam! warning: unused variable: `graphics` Oct 21 21:43:55.839 INFO kablam! --> src/core/obstacle.rs:32:40 Oct 21 21:43:55.839 INFO kablam! | Oct 21 21:43:55.839 INFO kablam! 32 | fn render(&self, context: Context, graphics: &mut G2d) { Oct 21 21:43:55.839 INFO kablam! | ^^^^^^^^ help: consider using `_graphics` instead Oct 21 21:43:55.839 INFO kablam! Oct 21 21:43:55.839 INFO kablam! warning: unused variable: `other` Oct 21 21:43:55.839 INFO kablam! --> src/core/obstacle.rs:38:46 Oct 21 21:43:55.839 INFO kablam! | Oct 21 21:43:55.839 INFO kablam! 38 | fn check_collision(&self, other: C) -> bool { Oct 21 21:43:55.839 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 21 21:43:55.839 INFO kablam! Oct 21 21:43:55.839 INFO kablam! warning: unused variable: `other` Oct 21 21:43:55.839 INFO kablam! --> src/core/obstacle.rs:44:46 Oct 21 21:43:55.839 INFO kablam! | Oct 21 21:43:55.839 INFO kablam! 44 | fn check_collision(&self, other: C) -> bool { Oct 21 21:43:55.839 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 21 21:43:55.839 INFO kablam! Oct 21 21:43:55.886 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 30s Oct 21 21:43:55.902 INFO kablam! su: No module specific data is present Oct 21 21:43:56.214 INFO running `"docker" "rm" "-f" "99b462f65899b01a293c37971ca492e4092abbd5618b8202dee176fe7012d991"` Oct 21 21:43:56.354 INFO blam! 99b462f65899b01a293c37971ca492e4092abbd5618b8202dee176fe7012d991