Oct 14 23:20:22.604 INFO testing dawee/rust-sokoban against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 23:20:22.604 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 23:20:23.141 INFO blam! 2c98f4a4e4427004e035c70c9238c3a6b614898db3ed16750e580e1d4179ddb3 Oct 14 23:20:23.143 INFO running `"docker" "start" "-a" "2c98f4a4e4427004e035c70c9238c3a6b614898db3ed16750e580e1d4179ddb3"` Oct 14 23:20:25.814 INFO kablam! usermod: no changes Oct 14 23:20:26.185 INFO kablam! Compiling num_cpus v1.7.0 Oct 14 23:20:26.185 INFO kablam! Compiling enum_primitive v0.1.1 Oct 14 23:20:26.192 INFO kablam! Compiling num-rational v0.1.40 Oct 14 23:20:26.193 INFO kablam! Compiling png v0.11.0 Oct 14 23:20:26.193 INFO kablam! Compiling piston2d-graphics v0.24.0 Oct 14 23:20:26.207 INFO kablam! Compiling fs2 v0.2.5 Oct 14 23:20:26.209 INFO kablam! Compiling serde_derive v1.0.23 Oct 14 23:20:26.210 INFO kablam! Compiling wayland-protocols v0.9.10 Oct 14 23:20:29.148 INFO kablam! Compiling memmap v0.4.0 Oct 14 23:20:33.780 INFO kablam! Compiling rayon-core v1.3.0 Oct 14 23:20:33.841 INFO kablam! Compiling wayland-kbd v0.9.1 Oct 14 23:20:43.097 INFO kablam! Compiling rayon v0.8.2 Oct 14 23:20:43.695 INFO kablam! Compiling wayland-window v0.8.0 Oct 14 23:20:46.171 INFO kablam! Compiling winit v0.8.3 Oct 14 23:20:53.824 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 14 23:20:54.272 INFO kablam! Compiling pistoncore-input v0.20.0 Oct 14 23:21:02.225 INFO kablam! Compiling glutin v0.10.1 Oct 14 23:21:02.512 INFO kablam! Compiling image v0.18.0 Oct 14 23:21:05.337 INFO kablam! Compiling pistoncore-window v0.30.0 Oct 14 23:21:09.059 INFO kablam! Compiling pistoncore-event_loop v0.35.0 Oct 14 23:21:09.059 INFO kablam! Compiling pistoncore-glutin_window v0.43.0 Oct 14 23:21:11.287 INFO kablam! Compiling piston v0.35.0 Oct 14 23:21:24.311 INFO kablam! Compiling piston2d-opengl_graphics v0.50.0 Oct 14 23:21:26.703 INFO kablam! Compiling rust-sokoban v0.1.0 (/source) Oct 14 23:21:28.919 INFO kablam! warning: unused import: `transform_pos` Oct 14 23:21:28.919 INFO kablam! --> src/sokoban/block.rs:7:42 Oct 14 23:21:28.919 INFO kablam! | Oct 14 23:21:28.919 INFO kablam! 7 | use graphics::math::{Matrix2d, identity, transform_pos}; Oct 14 23:21:28.919 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:21:28.919 INFO kablam! | Oct 14 23:21:28.919 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:21:28.919 INFO kablam! Oct 14 23:21:28.919 INFO kablam! warning: unused import: `transform_pos` Oct 14 23:21:28.919 INFO kablam! --> src/sokoban/character.rs:7:42 Oct 14 23:21:28.919 INFO kablam! | Oct 14 23:21:28.919 INFO kablam! 7 | use graphics::math::{Matrix2d, identity, transform_pos}; Oct 14 23:21:28.919 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:21:28.919 INFO kablam! Oct 14 23:21:28.919 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 23:21:28.919 INFO kablam! --> src/sokoban/level.rs:18:8 Oct 14 23:21:28.919 INFO kablam! | Oct 14 23:21:28.919 INFO kablam! 18 | if (*col == 16) { Oct 14 23:21:28.919 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 14 23:21:28.919 INFO kablam! | Oct 14 23:21:28.919 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 23:21:28.919 INFO kablam! Oct 14 23:21:28.919 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 23:21:28.919 INFO kablam! --> src/sokoban/level.rs:84:16 Oct 14 23:21:28.919 INFO kablam! | Oct 14 23:21:28.919 INFO kablam! 84 | if (cell == cell_type) { Oct 14 23:21:28.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 23:21:28.919 INFO kablam! Oct 14 23:21:29.147 INFO kablam! warning: unused variable: `rows` Oct 14 23:21:29.147 INFO kablam! --> src/sokoban/game.rs:24:14 Oct 14 23:21:29.147 INFO kablam! | Oct 14 23:21:29.147 INFO kablam! 24 | let (rows, cols) = (12, 16); Oct 14 23:21:29.147 INFO kablam! | ^^^^ help: consider using `_rows` instead Oct 14 23:21:29.147 INFO kablam! | Oct 14 23:21:29.147 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:21:29.147 INFO kablam! Oct 14 23:21:29.147 INFO kablam! warning: unused variable: `cols` Oct 14 23:21:29.147 INFO kablam! --> src/sokoban/game.rs:24:20 Oct 14 23:21:29.147 INFO kablam! | Oct 14 23:21:29.147 INFO kablam! 24 | let (rows, cols) = (12, 16); Oct 14 23:21:29.147 INFO kablam! | ^^^^ help: consider using `_cols` instead Oct 14 23:21:29.147 INFO kablam! Oct 14 23:21:29.147 INFO kablam! warning: unused variable: `cell` Oct 14 23:21:29.147 INFO kablam! --> src/sokoban/level.rs:103:30 Oct 14 23:21:29.147 INFO kablam! | Oct 14 23:21:29.147 INFO kablam! 103 | self.each(|row, col, cell| { Oct 14 23:21:29.147 INFO kablam! | ^^^^ help: consider using `_cell` instead Oct 14 23:21:29.147 INFO kablam! Oct 14 23:21:29.219 INFO kablam! warning: variable does not need to be mutable Oct 14 23:21:29.219 INFO kablam! --> src/sokoban/level.rs:90:40 Oct 14 23:21:29.219 INFO kablam! | Oct 14 23:21:29.219 INFO kablam! 90 | pub fn each_wall(&self, mut predicate: Predicate) where Predicate: FnMut(u32, u32) { Oct 14 23:21:29.219 INFO kablam! | ----^^^^^^^^^ Oct 14 23:21:29.219 INFO kablam! | | Oct 14 23:21:29.219 INFO kablam! | help: remove this `mut` Oct 14 23:21:29.219 INFO kablam! | Oct 14 23:21:29.219 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 23:21:29.219 INFO kablam! Oct 14 23:21:29.219 INFO kablam! warning: variable does not need to be mutable Oct 14 23:21:29.219 INFO kablam! --> src/sokoban/level.rs:94:41 Oct 14 23:21:29.219 INFO kablam! | Oct 14 23:21:29.219 INFO kablam! 94 | pub fn each_block(&self, mut predicate: Predicate) where Predicate: FnMut(u32, u32) { Oct 14 23:21:29.219 INFO kablam! | ----^^^^^^^^^ Oct 14 23:21:29.219 INFO kablam! | | Oct 14 23:21:29.219 INFO kablam! | help: remove this `mut` Oct 14 23:21:29.219 INFO kablam! Oct 14 23:21:29.219 INFO kablam! warning: variable does not need to be mutable Oct 14 23:21:29.219 INFO kablam! --> src/sokoban/level.rs:98:43 Oct 14 23:21:29.219 INFO kablam! | Oct 14 23:21:29.219 INFO kablam! 98 | pub fn each_diamond(&self, mut predicate: Predicate) where Predicate: FnMut(u32, u32) { Oct 14 23:21:29.219 INFO kablam! | ----^^^^^^^^^ Oct 14 23:21:29.219 INFO kablam! | | Oct 14 23:21:29.219 INFO kablam! | help: remove this `mut` Oct 14 23:21:29.219 INFO kablam! Oct 14 23:21:33.472 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 07s Oct 14 23:21:33.485 INFO kablam! su: No module specific data is present Oct 14 23:21:34.627 INFO running `"docker" "rm" "-f" "2c98f4a4e4427004e035c70c9238c3a6b614898db3ed16750e580e1d4179ddb3"` Oct 14 23:21:34.935 INFO blam! 2c98f4a4e4427004e035c70c9238c3a6b614898db3ed16750e580e1d4179ddb3 Oct 14 23:21:34.955 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 23:21:35.444 INFO blam! dc3f96599da520a11916045d9dd97c7622e1a20995ba02dd351a8e427fe9c56a Oct 14 23:21:35.447 INFO running `"docker" "start" "-a" "dc3f96599da520a11916045d9dd97c7622e1a20995ba02dd351a8e427fe9c56a"` Oct 14 23:21:36.723 INFO kablam! usermod: no changes Oct 14 23:21:37.048 INFO kablam! Compiling rust-sokoban v0.1.0 (/source) Oct 14 23:21:39.191 INFO kablam! warning: unused import: `transform_pos` Oct 14 23:21:39.191 INFO kablam! --> src/sokoban/block.rs:7:42 Oct 14 23:21:39.191 INFO kablam! | Oct 14 23:21:39.191 INFO kablam! 7 | use graphics::math::{Matrix2d, identity, transform_pos}; Oct 14 23:21:39.191 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:21:39.191 INFO kablam! | Oct 14 23:21:39.191 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:21:39.191 INFO kablam! Oct 14 23:21:39.191 INFO kablam! warning: unused import: `transform_pos` Oct 14 23:21:39.191 INFO kablam! --> src/sokoban/character.rs:7:42 Oct 14 23:21:39.191 INFO kablam! | Oct 14 23:21:39.191 INFO kablam! 7 | use graphics::math::{Matrix2d, identity, transform_pos}; Oct 14 23:21:39.191 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:21:39.191 INFO kablam! Oct 14 23:21:39.194 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 23:21:39.194 INFO kablam! --> src/sokoban/level.rs:18:8 Oct 14 23:21:39.194 INFO kablam! | Oct 14 23:21:39.194 INFO kablam! 18 | if (*col == 16) { Oct 14 23:21:39.194 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 14 23:21:39.194 INFO kablam! | Oct 14 23:21:39.194 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 23:21:39.194 INFO kablam! Oct 14 23:21:39.194 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 23:21:39.194 INFO kablam! --> src/sokoban/level.rs:84:16 Oct 14 23:21:39.194 INFO kablam! | Oct 14 23:21:39.194 INFO kablam! 84 | if (cell == cell_type) { Oct 14 23:21:39.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 23:21:39.194 INFO kablam! Oct 14 23:21:39.371 INFO kablam! warning: unused variable: `rows` Oct 14 23:21:39.371 INFO kablam! --> src/sokoban/game.rs:24:14 Oct 14 23:21:39.371 INFO kablam! | Oct 14 23:21:39.371 INFO kablam! 24 | let (rows, cols) = (12, 16); Oct 14 23:21:39.371 INFO kablam! | ^^^^ help: consider using `_rows` instead Oct 14 23:21:39.373 INFO kablam! | Oct 14 23:21:39.373 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:21:39.373 INFO kablam! Oct 14 23:21:39.373 INFO kablam! warning: unused variable: `cols` Oct 14 23:21:39.373 INFO kablam! --> src/sokoban/game.rs:24:20 Oct 14 23:21:39.373 INFO kablam! | Oct 14 23:21:39.373 INFO kablam! 24 | let (rows, cols) = (12, 16); Oct 14 23:21:39.373 INFO kablam! | ^^^^ help: consider using `_cols` instead Oct 14 23:21:39.373 INFO kablam! Oct 14 23:21:39.373 INFO kablam! warning: unused variable: `cell` Oct 14 23:21:39.373 INFO kablam! --> src/sokoban/level.rs:103:30 Oct 14 23:21:39.373 INFO kablam! | Oct 14 23:21:39.373 INFO kablam! 103 | self.each(|row, col, cell| { Oct 14 23:21:39.373 INFO kablam! | ^^^^ help: consider using `_cell` instead Oct 14 23:21:39.373 INFO kablam! Oct 14 23:21:39.439 INFO kablam! warning: variable does not need to be mutable Oct 14 23:21:39.439 INFO kablam! --> src/sokoban/level.rs:90:40 Oct 14 23:21:39.439 INFO kablam! | Oct 14 23:21:39.439 INFO kablam! 90 | pub fn each_wall(&self, mut predicate: Predicate) where Predicate: FnMut(u32, u32) { Oct 14 23:21:39.439 INFO kablam! | ----^^^^^^^^^ Oct 14 23:21:39.439 INFO kablam! | | Oct 14 23:21:39.439 INFO kablam! | help: remove this `mut` Oct 14 23:21:39.439 INFO kablam! | Oct 14 23:21:39.439 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 23:21:39.439 INFO kablam! Oct 14 23:21:39.439 INFO kablam! warning: variable does not need to be mutable Oct 14 23:21:39.439 INFO kablam! --> src/sokoban/level.rs:94:41 Oct 14 23:21:39.439 INFO kablam! | Oct 14 23:21:39.439 INFO kablam! 94 | pub fn each_block(&self, mut predicate: Predicate) where Predicate: FnMut(u32, u32) { Oct 14 23:21:39.439 INFO kablam! | ----^^^^^^^^^ Oct 14 23:21:39.439 INFO kablam! | | Oct 14 23:21:39.439 INFO kablam! | help: remove this `mut` Oct 14 23:21:39.439 INFO kablam! Oct 14 23:21:39.439 INFO kablam! warning: variable does not need to be mutable Oct 14 23:21:39.439 INFO kablam! --> src/sokoban/level.rs:98:43 Oct 14 23:21:39.439 INFO kablam! | Oct 14 23:21:39.439 INFO kablam! 98 | pub fn each_diamond(&self, mut predicate: Predicate) where Predicate: FnMut(u32, u32) { Oct 14 23:21:39.439 INFO kablam! | ----^^^^^^^^^ Oct 14 23:21:39.439 INFO kablam! | | Oct 14 23:21:39.439 INFO kablam! | help: remove this `mut` Oct 14 23:21:39.439 INFO kablam! Oct 14 23:21:39.969 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.23s Oct 14 23:21:39.975 INFO kablam! su: No module specific data is present Oct 14 23:21:40.643 INFO running `"docker" "rm" "-f" "dc3f96599da520a11916045d9dd97c7622e1a20995ba02dd351a8e427fe9c56a"` Oct 14 23:21:40.875 INFO blam! dc3f96599da520a11916045d9dd97c7622e1a20995ba02dd351a8e427fe9c56a Oct 14 23:21:40.912 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 14 23:21:41.325 INFO blam! ff6ddaf79d46f70ba7b4a9f911319064acb9a699834ed5351e590d976369d798 Oct 14 23:21:41.327 INFO running `"docker" "start" "-a" "ff6ddaf79d46f70ba7b4a9f911319064acb9a699834ed5351e590d976369d798"` Oct 14 23:21:42.549 INFO kablam! usermod: no changes Oct 14 23:21:42.775 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 14 23:21:42.795 INFO kablam! Running /target/debug/deps/rust_sokoban-1c26e2bbc149f110 Oct 14 23:21:42.799 INFO blam! Oct 14 23:21:42.799 INFO blam! running 0 tests Oct 14 23:21:42.799 INFO blam! Oct 14 23:21:42.799 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:21:42.799 INFO blam! Oct 14 23:21:42.802 INFO kablam! su: No module specific data is present Oct 14 23:21:43.512 INFO running `"docker" "rm" "-f" "ff6ddaf79d46f70ba7b4a9f911319064acb9a699834ed5351e590d976369d798"` Oct 14 23:21:43.580 INFO blam! ff6ddaf79d46f70ba7b4a9f911319064acb9a699834ed5351e590d976369d798