Oct 26 17:46:37.899 INFO checking xeals/stratagem against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 17:46:37.899 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 17:46:38.279 INFO blam! 83ef68d977c5c1b502111accf6f1e66d18f7c3026f791a1a9eb95cc179498900 Oct 26 17:46:38.286 INFO running `"docker" "start" "-a" "83ef68d977c5c1b502111accf6f1e66d18f7c3026f791a1a9eb95cc179498900"` Oct 26 17:46:39.431 INFO kablam! usermod: no changes Oct 26 17:46:39.523 INFO kablam! Checking termion v1.5.1 Oct 26 17:46:39.526 INFO kablam! Checking rand v0.4.1 Oct 26 17:46:39.535 INFO kablam! Checking backtrace-sys v0.1.16 Oct 26 17:46:39.895 INFO kablam! Checking backtrace v0.3.5 Oct 26 17:46:40.575 INFO kablam! Checking failure v0.1.1 Oct 26 17:46:41.940 INFO kablam! Checking stratagem v0.1.0 (/source) Oct 26 17:46:42.317 INFO kablam! warning: unused import: `Write` Oct 26 17:46:42.317 INFO kablam! --> src/main.rs:11:21 Oct 26 17:46:42.317 INFO kablam! | Oct 26 17:46:42.317 INFO kablam! 11 | use std::io::{self, Write}; Oct 26 17:46:42.317 INFO kablam! | ^^^^^ Oct 26 17:46:42.317 INFO kablam! | Oct 26 17:46:42.317 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 17:46:42.317 INFO kablam! Oct 26 17:46:42.356 INFO kablam! warning: unused import: `Write` Oct 26 17:46:42.356 INFO kablam! --> src/main.rs:11:21 Oct 26 17:46:42.356 INFO kablam! | Oct 26 17:46:42.356 INFO kablam! 11 | use std::io::{self, Write}; Oct 26 17:46:42.356 INFO kablam! | ^^^^^ Oct 26 17:46:42.356 INFO kablam! | Oct 26 17:46:42.356 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 17:46:42.356 INFO kablam! Oct 26 17:46:42.739 INFO kablam! warning: unused variable: `stderr` Oct 26 17:46:42.739 INFO kablam! --> src/main.rs:27:13 Oct 26 17:46:42.739 INFO kablam! | Oct 26 17:46:42.740 INFO kablam! 27 | let mut stderr = stderr.lock(); Oct 26 17:46:42.741 INFO kablam! | ^^^^^^ help: consider using `_stderr` instead Oct 26 17:46:42.741 INFO kablam! | Oct 26 17:46:42.742 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 17:46:42.742 INFO kablam! Oct 26 17:46:42.744 INFO kablam! warning: unused variable: `text` Oct 26 17:46:42.745 INFO kablam! --> src/game.rs:340:25 Oct 26 17:46:42.745 INFO kablam! | Oct 26 17:46:42.746 INFO kablam! 340 | fn popup(&mut self, text: &str) -> error::Result<()> { Oct 26 17:46:42.746 INFO kablam! | ^^^^ help: consider using `_text` instead Oct 26 17:46:42.747 INFO kablam! Oct 26 17:46:42.759 INFO kablam! warning: variable does not need to be mutable Oct 26 17:46:42.760 INFO kablam! --> src/main.rs:23:9 Oct 26 17:46:42.760 INFO kablam! | Oct 26 17:46:42.761 INFO kablam! 23 | let mut stdout = stdout.lock(); Oct 26 17:46:42.761 INFO kablam! | ----^^^^^^ Oct 26 17:46:42.762 INFO kablam! | | Oct 26 17:46:42.762 INFO kablam! | help: remove this `mut` Oct 26 17:46:42.763 INFO kablam! | Oct 26 17:46:42.764 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 17:46:42.764 INFO kablam! Oct 26 17:46:42.765 INFO kablam! warning: variable does not need to be mutable Oct 26 17:46:42.765 INFO kablam! --> src/main.rs:27:9 Oct 26 17:46:42.766 INFO kablam! | Oct 26 17:46:42.767 INFO kablam! 27 | let mut stderr = stderr.lock(); Oct 26 17:46:42.767 INFO kablam! | ----^^^^^^ Oct 26 17:46:42.768 INFO kablam! | | Oct 26 17:46:42.768 INFO kablam! | help: remove this `mut` Oct 26 17:46:42.779 INFO kablam! Oct 26 17:46:42.863 INFO kablam! warning: unused variable: `stderr` Oct 26 17:46:42.864 INFO kablam! --> src/main.rs:27:13 Oct 26 17:46:42.864 INFO kablam! | Oct 26 17:46:42.865 INFO kablam! 27 | let mut stderr = stderr.lock(); Oct 26 17:46:42.865 INFO kablam! | ^^^^^^ help: consider using `_stderr` instead Oct 26 17:46:42.866 INFO kablam! | Oct 26 17:46:42.867 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 17:46:42.867 INFO kablam! Oct 26 17:46:42.868 INFO kablam! warning: unused variable: `text` Oct 26 17:46:42.868 INFO kablam! --> src/game.rs:340:25 Oct 26 17:46:42.869 INFO kablam! | Oct 26 17:46:42.869 INFO kablam! 340 | fn popup(&mut self, text: &str) -> error::Result<()> { Oct 26 17:46:42.870 INFO kablam! | ^^^^ help: consider using `_text` instead Oct 26 17:46:42.870 INFO kablam! Oct 26 17:46:42.871 INFO kablam! warning: variable does not need to be mutable Oct 26 17:46:42.871 INFO kablam! --> src/main.rs:23:9 Oct 26 17:46:42.872 INFO kablam! | Oct 26 17:46:42.872 INFO kablam! 23 | let mut stdout = stdout.lock(); Oct 26 17:46:42.873 INFO kablam! | ----^^^^^^ Oct 26 17:46:42.873 INFO kablam! | | Oct 26 17:46:42.874 INFO kablam! | help: remove this `mut` Oct 26 17:46:42.875 INFO kablam! | Oct 26 17:46:42.875 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 17:46:42.876 INFO kablam! Oct 26 17:46:42.876 INFO kablam! warning: variable does not need to be mutable Oct 26 17:46:42.876 INFO kablam! --> src/main.rs:27:9 Oct 26 17:46:42.876 INFO kablam! | Oct 26 17:46:42.876 INFO kablam! 27 | let mut stderr = stderr.lock(); Oct 26 17:46:42.876 INFO kablam! | ----^^^^^^ Oct 26 17:46:42.876 INFO kablam! | | Oct 26 17:46:42.879 INFO kablam! | help: remove this `mut` Oct 26 17:46:42.879 INFO kablam! Oct 26 17:46:43.023 INFO kablam! warning: method is never used: `from` Oct 26 17:46:43.023 INFO kablam! --> src/board.rs:25:5 Oct 26 17:46:43.023 INFO kablam! | Oct 26 17:46:43.023 INFO kablam! 25 | fn from(s: &str) -> Option { Oct 26 17:46:43.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:46:43.023 INFO kablam! | Oct 26 17:46:43.023 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 17:46:43.023 INFO kablam! Oct 26 17:46:43.023 INFO kablam! warning: function is never used: `create_side` Oct 26 17:46:43.023 INFO kablam! --> src/board.rs:409:1 Oct 26 17:46:43.023 INFO kablam! | Oct 26 17:46:43.023 INFO kablam! 409 | fn create_side(colour: Colour) -> [[Tile; 10]; 4] { Oct 26 17:46:43.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:46:43.023 INFO kablam! Oct 26 17:46:43.023 INFO kablam! warning: constant item is never used: `DEFAULT_BLUE_SIDE` Oct 26 17:46:43.023 INFO kablam! --> src/board.rs:416:1 Oct 26 17:46:43.027 INFO kablam! | Oct 26 17:46:43.027 INFO kablam! 416 | / const DEFAULT_BLUE_SIDE: [[Tile; 10]; 4] = Oct 26 17:46:43.027 INFO kablam! 417 | | [[Tile::Piece(Piece::Miner, Colour::Blue), Oct 26 17:46:43.028 INFO kablam! 418 | | Tile::Piece(Piece::Captain, Colour::Blue), Oct 26 17:46:43.029 INFO kablam! 419 | | Tile::Piece(Piece::Scout, Colour::Blue), Oct 26 17:46:43.029 INFO kablam! ... | Oct 26 17:46:43.030 INFO kablam! 458 | | Tile::Piece(Piece::Colonel, Colour::Blue), Oct 26 17:46:43.031 INFO kablam! 459 | | Tile::Piece(Piece::Sergeant, Colour::Blue)]]; Oct 26 17:46:43.031 INFO kablam! | |_____________________________________________________^ Oct 26 17:46:43.031 INFO kablam! Oct 26 17:46:43.031 INFO kablam! warning: enum is never used: `GameResult` Oct 26 17:46:43.031 INFO kablam! --> src/game.rs:14:1 Oct 26 17:46:43.031 INFO kablam! | Oct 26 17:46:43.031 INFO kablam! 14 | enum GameResult { Oct 26 17:46:43.031 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 17:46:43.031 INFO kablam! Oct 26 17:46:43.031 INFO kablam! warning: method is never used: `popup` Oct 26 17:46:43.031 INFO kablam! --> src/game.rs:340:5 Oct 26 17:46:43.031 INFO kablam! | Oct 26 17:46:43.031 INFO kablam! 340 | fn popup(&mut self, text: &str) -> error::Result<()> { Oct 26 17:46:43.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:46:43.031 INFO kablam! Oct 26 17:46:43.031 INFO kablam! warning: method is never used: `check_game_end` Oct 26 17:46:43.031 INFO kablam! --> src/game.rs:344:5 Oct 26 17:46:43.031 INFO kablam! | Oct 26 17:46:43.031 INFO kablam! 344 | fn check_game_end(&mut self) -> GameResult { Oct 26 17:46:43.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:46:43.039 INFO kablam! Oct 26 17:46:43.072 INFO kablam! warning: method is never used: `from` Oct 26 17:46:43.072 INFO kablam! --> src/board.rs:25:5 Oct 26 17:46:43.072 INFO kablam! | Oct 26 17:46:43.072 INFO kablam! 25 | fn from(s: &str) -> Option { Oct 26 17:46:43.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:46:43.077 INFO kablam! | Oct 26 17:46:43.078 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 17:46:43.078 INFO kablam! Oct 26 17:46:43.079 INFO kablam! warning: function is never used: `create_side` Oct 26 17:46:43.079 INFO kablam! --> src/board.rs:409:1 Oct 26 17:46:43.079 INFO kablam! | Oct 26 17:46:43.079 INFO kablam! 409 | fn create_side(colour: Colour) -> [[Tile; 10]; 4] { Oct 26 17:46:43.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:46:43.079 INFO kablam! Oct 26 17:46:43.079 INFO kablam! warning: constant item is never used: `DEFAULT_BLUE_SIDE` Oct 26 17:46:43.080 INFO kablam! --> src/board.rs:416:1 Oct 26 17:46:43.080 INFO kablam! | Oct 26 17:46:43.080 INFO kablam! 416 | / const DEFAULT_BLUE_SIDE: [[Tile; 10]; 4] = Oct 26 17:46:43.080 INFO kablam! 417 | | [[Tile::Piece(Piece::Miner, Colour::Blue), Oct 26 17:46:43.080 INFO kablam! 418 | | Tile::Piece(Piece::Captain, Colour::Blue), Oct 26 17:46:43.080 INFO kablam! 419 | | Tile::Piece(Piece::Scout, Colour::Blue), Oct 26 17:46:43.080 INFO kablam! ... | Oct 26 17:46:43.080 INFO kablam! 458 | | Tile::Piece(Piece::Colonel, Colour::Blue), Oct 26 17:46:43.080 INFO kablam! 459 | | Tile::Piece(Piece::Sergeant, Colour::Blue)]]; Oct 26 17:46:43.080 INFO kablam! | |_____________________________________________________^ Oct 26 17:46:43.080 INFO kablam! Oct 26 17:46:43.080 INFO kablam! warning: enum is never used: `GameResult` Oct 26 17:46:43.081 INFO kablam! --> src/game.rs:14:1 Oct 26 17:46:43.081 INFO kablam! | Oct 26 17:46:43.081 INFO kablam! 14 | enum GameResult { Oct 26 17:46:43.081 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 17:46:43.081 INFO kablam! Oct 26 17:46:43.082 INFO kablam! warning: method is never used: `popup` Oct 26 17:46:43.082 INFO kablam! --> src/game.rs:340:5 Oct 26 17:46:43.082 INFO kablam! | Oct 26 17:46:43.082 INFO kablam! 340 | fn popup(&mut self, text: &str) -> error::Result<()> { Oct 26 17:46:43.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:46:43.082 INFO kablam! Oct 26 17:46:43.083 INFO kablam! warning: method is never used: `check_game_end` Oct 26 17:46:43.083 INFO kablam! --> src/game.rs:344:5 Oct 26 17:46:43.083 INFO kablam! | Oct 26 17:46:43.083 INFO kablam! 344 | fn check_game_end(&mut self) -> GameResult { Oct 26 17:46:43.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:46:43.083 INFO kablam! Oct 26 17:46:43.163 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.70s Oct 26 17:46:43.171 INFO kablam! su: No module specific data is present Oct 26 17:46:44.666 INFO running `"docker" "rm" "-f" "83ef68d977c5c1b502111accf6f1e66d18f7c3026f791a1a9eb95cc179498900"` Oct 26 17:46:44.991 INFO blam! 83ef68d977c5c1b502111accf6f1e66d18f7c3026f791a1a9eb95cc179498900