Oct 21 18:32:16.741 INFO checking dawee/rust-sokoban against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:32:16.742 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 18:32:17.197 INFO blam! 095564a93e39c0cf2299b538f260cdceb4d33448949a61c23f32a2862951315b Oct 21 18:32:17.216 INFO running `"docker" "start" "-a" "095564a93e39c0cf2299b538f260cdceb4d33448949a61c23f32a2862951315b"` Oct 21 18:32:18.488 INFO kablam! usermod: no changes Oct 21 18:32:18.872 INFO kablam! Checking serde v1.0.23 Oct 21 18:32:18.872 INFO kablam! Compiling rand v0.3.18 Oct 21 18:32:18.873 INFO kablam! Compiling x11-dl v2.17.0 Oct 21 18:32:18.873 INFO kablam! Checking shared_library v0.1.8 Oct 21 18:32:18.873 INFO kablam! Compiling gl_generator v0.6.1 Oct 21 18:32:18.873 INFO kablam! Compiling gl_generator v0.7.0 Oct 21 18:32:18.874 INFO kablam! Checking tempfile v2.2.0 Oct 21 18:32:18.874 INFO kablam! Checking fs2 v0.2.5 Oct 21 18:32:21.324 INFO kablam! Compiling serde_derive v1.0.23 Oct 21 18:32:21.556 INFO kablam! Checking osmesa-sys v0.1.2 Oct 21 18:32:21.612 INFO kablam! Checking memmap v0.4.0 Oct 21 18:32:25.256 INFO kablam! Compiling glutin v0.10.1 Oct 21 18:32:27.829 INFO kablam! Compiling phf_generator v0.7.21 Oct 21 18:32:28.192 INFO kablam! Compiling gl v0.7.0 Oct 21 18:32:30.824 INFO kablam! Compiling phf_codegen v0.7.21 Oct 21 18:32:32.754 INFO kablam! Compiling target_build_utils v0.3.1 Oct 21 18:32:40.053 INFO kablam! Checking pistoncore-input v0.20.0 Oct 21 18:32:44.761 INFO kablam! Checking pistoncore-window v0.30.0 Oct 21 18:32:46.101 INFO kablam! Checking pistoncore-event_loop v0.35.0 Oct 21 18:32:47.012 INFO kablam! Checking piston2d-opengl_graphics v0.50.0 Oct 21 18:32:47.720 INFO kablam! Checking piston v0.35.0 Oct 21 18:32:51.546 INFO kablam! Compiling libloading v0.3.4 Oct 21 18:32:54.012 INFO kablam! Checking dlib v0.3.1 Oct 21 18:32:54.387 INFO kablam! Checking wayland-sys v0.9.10 Oct 21 18:32:54.952 INFO kablam! Checking wayland-client v0.9.10 Oct 21 18:32:56.770 INFO kablam! Checking wayland-protocols v0.9.10 Oct 21 18:32:56.771 INFO kablam! Checking wayland-kbd v0.9.1 Oct 21 18:32:59.624 INFO kablam! Checking wayland-window v0.8.0 Oct 21 18:33:00.334 INFO kablam! Checking winit v0.8.3 Oct 21 18:33:03.852 INFO kablam! Checking pistoncore-glutin_window v0.43.0 Oct 21 18:33:05.368 INFO kablam! Checking rust-sokoban v0.1.0 (/source) Oct 21 18:33:07.749 INFO kablam! warning: unused import: `transform_pos` Oct 21 18:33:07.749 INFO kablam! --> src/sokoban/block.rs:7:42 Oct 21 18:33:07.749 INFO kablam! | Oct 21 18:33:07.749 INFO kablam! 7 | use graphics::math::{Matrix2d, identity, transform_pos}; Oct 21 18:33:07.749 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 18:33:07.749 INFO kablam! | Oct 21 18:33:07.749 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 18:33:07.749 INFO kablam! Oct 21 18:33:07.749 INFO kablam! warning: unused import: `transform_pos` Oct 21 18:33:07.749 INFO kablam! --> src/sokoban/character.rs:7:42 Oct 21 18:33:07.749 INFO kablam! | Oct 21 18:33:07.749 INFO kablam! 7 | use graphics::math::{Matrix2d, identity, transform_pos}; Oct 21 18:33:07.749 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 18:33:07.749 INFO kablam! Oct 21 18:33:07.749 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:33:07.749 INFO kablam! --> src/sokoban/level.rs:18:8 Oct 21 18:33:07.749 INFO kablam! | Oct 21 18:33:07.749 INFO kablam! 18 | if (*col == 16) { Oct 21 18:33:07.749 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:33:07.749 INFO kablam! | Oct 21 18:33:07.749 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 18:33:07.749 INFO kablam! Oct 21 18:33:07.750 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:33:07.750 INFO kablam! --> src/sokoban/level.rs:84:16 Oct 21 18:33:07.750 INFO kablam! | Oct 21 18:33:07.750 INFO kablam! 84 | if (cell == cell_type) { Oct 21 18:33:07.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:33:07.750 INFO kablam! Oct 21 18:33:07.780 INFO kablam! warning: unused import: `transform_pos` Oct 21 18:33:07.783 INFO kablam! --> src/sokoban/block.rs:7:42 Oct 21 18:33:07.783 INFO kablam! | Oct 21 18:33:07.783 INFO kablam! 7 | use graphics::math::{Matrix2d, identity, transform_pos}; Oct 21 18:33:07.783 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 18:33:07.783 INFO kablam! | Oct 21 18:33:07.783 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 18:33:07.783 INFO kablam! Oct 21 18:33:07.783 INFO kablam! warning: unused import: `transform_pos` Oct 21 18:33:07.783 INFO kablam! --> src/sokoban/character.rs:7:42 Oct 21 18:33:07.783 INFO kablam! | Oct 21 18:33:07.783 INFO kablam! 7 | use graphics::math::{Matrix2d, identity, transform_pos}; Oct 21 18:33:07.783 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 18:33:07.783 INFO kablam! Oct 21 18:33:07.783 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:33:07.783 INFO kablam! --> src/sokoban/level.rs:18:8 Oct 21 18:33:07.783 INFO kablam! | Oct 21 18:33:07.783 INFO kablam! 18 | if (*col == 16) { Oct 21 18:33:07.783 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:33:07.783 INFO kablam! | Oct 21 18:33:07.783 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 18:33:07.783 INFO kablam! Oct 21 18:33:07.783 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 18:33:07.783 INFO kablam! --> src/sokoban/level.rs:84:16 Oct 21 18:33:07.783 INFO kablam! | Oct 21 18:33:07.784 INFO kablam! 84 | if (cell == cell_type) { Oct 21 18:33:07.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 18:33:07.784 INFO kablam! Oct 21 18:33:07.900 INFO kablam! warning: unused variable: `rows` Oct 21 18:33:07.900 INFO kablam! --> src/sokoban/game.rs:24:14 Oct 21 18:33:07.900 INFO kablam! | Oct 21 18:33:07.900 INFO kablam! 24 | let (rows, cols) = (12, 16); Oct 21 18:33:07.900 INFO kablam! | ^^^^ help: consider using `_rows` instead Oct 21 18:33:07.900 INFO kablam! | Oct 21 18:33:07.900 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:33:07.900 INFO kablam! Oct 21 18:33:07.900 INFO kablam! warning: unused variable: `cols` Oct 21 18:33:07.900 INFO kablam! --> src/sokoban/game.rs:24:20 Oct 21 18:33:07.900 INFO kablam! | Oct 21 18:33:07.900 INFO kablam! 24 | let (rows, cols) = (12, 16); Oct 21 18:33:07.900 INFO kablam! | ^^^^ help: consider using `_cols` instead Oct 21 18:33:07.900 INFO kablam! Oct 21 18:33:07.901 INFO kablam! warning: unused variable: `cell` Oct 21 18:33:07.902 INFO kablam! --> src/sokoban/level.rs:103:30 Oct 21 18:33:07.902 INFO kablam! | Oct 21 18:33:07.902 INFO kablam! 103 | self.each(|row, col, cell| { Oct 21 18:33:07.902 INFO kablam! | ^^^^ help: consider using `_cell` instead Oct 21 18:33:07.902 INFO kablam! Oct 21 18:33:07.955 INFO kablam! warning: variable does not need to be mutable Oct 21 18:33:07.956 INFO kablam! --> src/sokoban/level.rs:90:40 Oct 21 18:33:07.956 INFO kablam! | Oct 21 18:33:07.956 INFO kablam! 90 | pub fn each_wall(&self, mut predicate: Predicate) where Predicate: FnMut(u32, u32) { Oct 21 18:33:07.956 INFO kablam! | ----^^^^^^^^^ Oct 21 18:33:07.956 INFO kablam! | | Oct 21 18:33:07.956 INFO kablam! | help: remove this `mut` Oct 21 18:33:07.956 INFO kablam! | Oct 21 18:33:07.956 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 18:33:07.957 INFO kablam! Oct 21 18:33:07.957 INFO kablam! warning: variable does not need to be mutable Oct 21 18:33:07.957 INFO kablam! --> src/sokoban/level.rs:94:41 Oct 21 18:33:07.957 INFO kablam! | Oct 21 18:33:07.957 INFO kablam! 94 | pub fn each_block(&self, mut predicate: Predicate) where Predicate: FnMut(u32, u32) { Oct 21 18:33:07.957 INFO kablam! | ----^^^^^^^^^ Oct 21 18:33:07.957 INFO kablam! | | Oct 21 18:33:07.957 INFO kablam! | help: remove this `mut` Oct 21 18:33:07.957 INFO kablam! Oct 21 18:33:07.957 INFO kablam! warning: variable does not need to be mutable Oct 21 18:33:07.957 INFO kablam! --> src/sokoban/level.rs:98:43 Oct 21 18:33:07.957 INFO kablam! | Oct 21 18:33:07.957 INFO kablam! 98 | pub fn each_diamond(&self, mut predicate: Predicate) where Predicate: FnMut(u32, u32) { Oct 21 18:33:07.957 INFO kablam! | ----^^^^^^^^^ Oct 21 18:33:07.957 INFO kablam! | | Oct 21 18:33:07.957 INFO kablam! | help: remove this `mut` Oct 21 18:33:07.957 INFO kablam! Oct 21 18:33:07.957 INFO kablam! warning: unused variable: `rows` Oct 21 18:33:07.957 INFO kablam! --> src/sokoban/game.rs:24:14 Oct 21 18:33:07.957 INFO kablam! | Oct 21 18:33:07.957 INFO kablam! 24 | let (rows, cols) = (12, 16); Oct 21 18:33:07.957 INFO kablam! | ^^^^ help: consider using `_rows` instead Oct 21 18:33:07.957 INFO kablam! | Oct 21 18:33:07.957 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 18:33:07.957 INFO kablam! Oct 21 18:33:07.957 INFO kablam! warning: unused variable: `cols` Oct 21 18:33:07.957 INFO kablam! --> src/sokoban/game.rs:24:20 Oct 21 18:33:07.957 INFO kablam! | Oct 21 18:33:07.957 INFO kablam! 24 | let (rows, cols) = (12, 16); Oct 21 18:33:07.957 INFO kablam! | ^^^^ help: consider using `_cols` instead Oct 21 18:33:07.957 INFO kablam! Oct 21 18:33:07.957 INFO kablam! warning: unused variable: `cell` Oct 21 18:33:07.957 INFO kablam! --> src/sokoban/level.rs:103:30 Oct 21 18:33:07.957 INFO kablam! | Oct 21 18:33:07.957 INFO kablam! 103 | self.each(|row, col, cell| { Oct 21 18:33:07.957 INFO kablam! | ^^^^ help: consider using `_cell` instead Oct 21 18:33:07.957 INFO kablam! Oct 21 18:33:08.012 INFO kablam! warning: variable does not need to be mutable Oct 21 18:33:08.012 INFO kablam! --> src/sokoban/level.rs:90:40 Oct 21 18:33:08.012 INFO kablam! | Oct 21 18:33:08.012 INFO kablam! 90 | pub fn each_wall(&self, mut predicate: Predicate) where Predicate: FnMut(u32, u32) { Oct 21 18:33:08.012 INFO kablam! | ----^^^^^^^^^ Oct 21 18:33:08.012 INFO kablam! | | Oct 21 18:33:08.012 INFO kablam! | help: remove this `mut` Oct 21 18:33:08.012 INFO kablam! | Oct 21 18:33:08.012 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 18:33:08.012 INFO kablam! Oct 21 18:33:08.012 INFO kablam! warning: variable does not need to be mutable Oct 21 18:33:08.012 INFO kablam! --> src/sokoban/level.rs:94:41 Oct 21 18:33:08.012 INFO kablam! | Oct 21 18:33:08.012 INFO kablam! 94 | pub fn each_block(&self, mut predicate: Predicate) where Predicate: FnMut(u32, u32) { Oct 21 18:33:08.012 INFO kablam! | ----^^^^^^^^^ Oct 21 18:33:08.012 INFO kablam! | | Oct 21 18:33:08.012 INFO kablam! | help: remove this `mut` Oct 21 18:33:08.012 INFO kablam! Oct 21 18:33:08.015 INFO kablam! warning: variable does not need to be mutable Oct 21 18:33:08.015 INFO kablam! --> src/sokoban/level.rs:98:43 Oct 21 18:33:08.015 INFO kablam! | Oct 21 18:33:08.015 INFO kablam! 98 | pub fn each_diamond(&self, mut predicate: Predicate) where Predicate: FnMut(u32, u32) { Oct 21 18:33:08.015 INFO kablam! | ----^^^^^^^^^ Oct 21 18:33:08.015 INFO kablam! | | Oct 21 18:33:08.015 INFO kablam! | help: remove this `mut` Oct 21 18:33:08.015 INFO kablam! Oct 21 18:33:08.036 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 49.52s Oct 21 18:33:08.048 INFO kablam! su: No module specific data is present Oct 21 18:33:08.289 INFO running `"docker" "rm" "-f" "095564a93e39c0cf2299b538f260cdceb4d33448949a61c23f32a2862951315b"` Oct 21 18:33:08.367 INFO blam! 095564a93e39c0cf2299b538f260cdceb4d33448949a61c23f32a2862951315b