Oct 26 17:46:38.550 INFO checking xeals/stratagem against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 17:46:38.552 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 17:46:39.027 INFO blam! 9e968b304248ec2c881f23e3a469407741645598ff39a5886aa8c5971e508148 Oct 26 17:46:39.029 INFO running `"docker" "start" "-a" "9e968b304248ec2c881f23e3a469407741645598ff39a5886aa8c5971e508148"` Oct 26 17:46:40.073 INFO kablam! usermod: no changes Oct 26 17:46:40.179 INFO kablam! Compiling cc v1.0.3 Oct 26 17:46:40.187 INFO kablam! Checking libc v0.2.35 Oct 26 17:46:40.187 INFO kablam! Checking rustc-demangle v0.1.5 Oct 26 17:46:42.257 INFO kablam! Checking termion v1.5.1 Oct 26 17:46:42.259 INFO kablam! Checking rand v0.4.1 Oct 26 17:46:44.878 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 26 17:46:57.895 INFO kablam! Checking backtrace v0.3.5 Oct 26 17:46:58.319 INFO kablam! Checking failure v0.1.1 Oct 26 17:46:58.751 INFO kablam! Checking stratagem v0.1.0 (/source) Oct 26 17:46:59.013 INFO kablam! warning: unused import: `Write` Oct 26 17:46:59.014 INFO kablam! --> src/main.rs:11:21 Oct 26 17:46:59.014 INFO kablam! | Oct 26 17:46:59.014 INFO kablam! 11 | use std::io::{self, Write}; Oct 26 17:46:59.014 INFO kablam! | ^^^^^ Oct 26 17:46:59.014 INFO kablam! | Oct 26 17:46:59.014 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 17:46:59.014 INFO kablam! Oct 26 17:46:59.088 INFO kablam! warning: unused import: `Write` Oct 26 17:46:59.088 INFO kablam! --> src/main.rs:11:21 Oct 26 17:46:59.088 INFO kablam! | Oct 26 17:46:59.088 INFO kablam! 11 | use std::io::{self, Write}; Oct 26 17:46:59.088 INFO kablam! | ^^^^^ Oct 26 17:46:59.088 INFO kablam! | Oct 26 17:46:59.088 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 17:46:59.088 INFO kablam! Oct 26 17:46:59.387 INFO kablam! warning: unused variable: `stderr` Oct 26 17:46:59.387 INFO kablam! --> src/main.rs:27:13 Oct 26 17:46:59.387 INFO kablam! | Oct 26 17:46:59.387 INFO kablam! 27 | let mut stderr = stderr.lock(); Oct 26 17:46:59.387 INFO kablam! | ^^^^^^ help: consider using `_stderr` instead Oct 26 17:46:59.387 INFO kablam! | Oct 26 17:46:59.387 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 17:46:59.389 INFO kablam! Oct 26 17:46:59.389 INFO kablam! warning: unused variable: `text` Oct 26 17:46:59.389 INFO kablam! --> src/game.rs:340:25 Oct 26 17:46:59.389 INFO kablam! | Oct 26 17:46:59.389 INFO kablam! 340 | fn popup(&mut self, text: &str) -> error::Result<()> { Oct 26 17:46:59.389 INFO kablam! | ^^^^ help: consider using `_text` instead Oct 26 17:46:59.389 INFO kablam! Oct 26 17:46:59.394 INFO kablam! warning: variable does not need to be mutable Oct 26 17:46:59.394 INFO kablam! --> src/main.rs:23:9 Oct 26 17:46:59.394 INFO kablam! | Oct 26 17:46:59.394 INFO kablam! 23 | let mut stdout = stdout.lock(); Oct 26 17:46:59.394 INFO kablam! | ----^^^^^^ Oct 26 17:46:59.394 INFO kablam! | | Oct 26 17:46:59.394 INFO kablam! | help: remove this `mut` Oct 26 17:46:59.394 INFO kablam! | Oct 26 17:46:59.394 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 17:46:59.394 INFO kablam! Oct 26 17:46:59.394 INFO kablam! warning: variable does not need to be mutable Oct 26 17:46:59.394 INFO kablam! --> src/main.rs:27:9 Oct 26 17:46:59.395 INFO kablam! | Oct 26 17:46:59.395 INFO kablam! 27 | let mut stderr = stderr.lock(); Oct 26 17:46:59.395 INFO kablam! | ----^^^^^^ Oct 26 17:46:59.395 INFO kablam! | | Oct 26 17:46:59.395 INFO kablam! | help: remove this `mut` Oct 26 17:46:59.395 INFO kablam! Oct 26 17:46:59.496 INFO kablam! warning: method is never used: `from` Oct 26 17:46:59.496 INFO kablam! --> src/board.rs:25:5 Oct 26 17:46:59.497 INFO kablam! | Oct 26 17:46:59.497 INFO kablam! 25 | fn from(s: &str) -> Option { Oct 26 17:46:59.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:46:59.498 INFO kablam! | Oct 26 17:46:59.498 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 17:46:59.498 INFO kablam! Oct 26 17:46:59.499 INFO kablam! warning: function is never used: `create_side` Oct 26 17:46:59.499 INFO kablam! --> src/board.rs:409:1 Oct 26 17:46:59.499 INFO kablam! | Oct 26 17:46:59.499 INFO kablam! 409 | fn create_side(colour: Colour) -> [[Tile; 10]; 4] { Oct 26 17:46:59.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:46:59.500 INFO kablam! Oct 26 17:46:59.500 INFO kablam! warning: constant item is never used: `DEFAULT_BLUE_SIDE` Oct 26 17:46:59.501 INFO kablam! --> src/board.rs:416:1 Oct 26 17:46:59.501 INFO kablam! | Oct 26 17:46:59.501 INFO kablam! 416 | / const DEFAULT_BLUE_SIDE: [[Tile; 10]; 4] = Oct 26 17:46:59.501 INFO kablam! 417 | | [[Tile::Piece(Piece::Miner, Colour::Blue), Oct 26 17:46:59.501 INFO kablam! 418 | | Tile::Piece(Piece::Captain, Colour::Blue), Oct 26 17:46:59.502 INFO kablam! 419 | | Tile::Piece(Piece::Scout, Colour::Blue), Oct 26 17:46:59.502 INFO kablam! ... | Oct 26 17:46:59.502 INFO kablam! 458 | | Tile::Piece(Piece::Colonel, Colour::Blue), Oct 26 17:46:59.502 INFO kablam! 459 | | Tile::Piece(Piece::Sergeant, Colour::Blue)]]; Oct 26 17:46:59.503 INFO kablam! | |_____________________________________________________^ Oct 26 17:46:59.503 INFO kablam! Oct 26 17:46:59.503 INFO kablam! warning: enum is never used: `GameResult` Oct 26 17:46:59.504 INFO kablam! --> src/game.rs:14:1 Oct 26 17:46:59.504 INFO kablam! | Oct 26 17:46:59.504 INFO kablam! 14 | enum GameResult { Oct 26 17:46:59.504 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 17:46:59.504 INFO kablam! Oct 26 17:46:59.505 INFO kablam! warning: method is never used: `popup` Oct 26 17:46:59.505 INFO kablam! --> src/game.rs:340:5 Oct 26 17:46:59.505 INFO kablam! | Oct 26 17:46:59.506 INFO kablam! 340 | fn popup(&mut self, text: &str) -> error::Result<()> { Oct 26 17:46:59.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:46:59.506 INFO kablam! Oct 26 17:46:59.506 INFO kablam! warning: method is never used: `check_game_end` Oct 26 17:46:59.507 INFO kablam! --> src/game.rs:344:5 Oct 26 17:46:59.507 INFO kablam! | Oct 26 17:46:59.507 INFO kablam! 344 | fn check_game_end(&mut self) -> GameResult { Oct 26 17:46:59.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:46:59.507 INFO kablam! Oct 26 17:46:59.617 INFO kablam! warning: unused variable: `stderr` Oct 26 17:46:59.617 INFO kablam! --> src/main.rs:27:13 Oct 26 17:46:59.617 INFO kablam! | Oct 26 17:46:59.618 INFO kablam! 27 | let mut stderr = stderr.lock(); Oct 26 17:46:59.618 INFO kablam! | ^^^^^^ help: consider using `_stderr` instead Oct 26 17:46:59.618 INFO kablam! | Oct 26 17:46:59.618 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 17:46:59.619 INFO kablam! Oct 26 17:46:59.619 INFO kablam! warning: unused variable: `text` Oct 26 17:46:59.619 INFO kablam! --> src/game.rs:340:25 Oct 26 17:46:59.619 INFO kablam! | Oct 26 17:46:59.620 INFO kablam! 340 | fn popup(&mut self, text: &str) -> error::Result<()> { Oct 26 17:46:59.620 INFO kablam! | ^^^^ help: consider using `_text` instead Oct 26 17:46:59.620 INFO kablam! Oct 26 17:46:59.621 INFO kablam! warning: variable does not need to be mutable Oct 26 17:46:59.621 INFO kablam! --> src/main.rs:23:9 Oct 26 17:46:59.622 INFO kablam! | Oct 26 17:46:59.622 INFO kablam! 23 | let mut stdout = stdout.lock(); Oct 26 17:46:59.622 INFO kablam! | ----^^^^^^ Oct 26 17:46:59.622 INFO kablam! | | Oct 26 17:46:59.623 INFO kablam! | help: remove this `mut` Oct 26 17:46:59.623 INFO kablam! | Oct 26 17:46:59.623 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 17:46:59.623 INFO kablam! Oct 26 17:46:59.624 INFO kablam! warning: variable does not need to be mutable Oct 26 17:46:59.624 INFO kablam! --> src/main.rs:27:9 Oct 26 17:46:59.624 INFO kablam! | Oct 26 17:46:59.625 INFO kablam! 27 | let mut stderr = stderr.lock(); Oct 26 17:46:59.625 INFO kablam! | ----^^^^^^ Oct 26 17:46:59.625 INFO kablam! | | Oct 26 17:46:59.625 INFO kablam! | help: remove this `mut` Oct 26 17:46:59.626 INFO kablam! Oct 26 17:46:59.734 INFO kablam! warning: method is never used: `from` Oct 26 17:46:59.735 INFO kablam! --> src/board.rs:25:5 Oct 26 17:46:59.735 INFO kablam! | Oct 26 17:46:59.735 INFO kablam! 25 | fn from(s: &str) -> Option { Oct 26 17:46:59.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:46:59.736 INFO kablam! | Oct 26 17:46:59.736 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 17:46:59.737 INFO kablam! Oct 26 17:46:59.737 INFO kablam! warning: function is never used: `create_side` Oct 26 17:46:59.737 INFO kablam! --> src/board.rs:409:1 Oct 26 17:46:59.737 INFO kablam! | Oct 26 17:46:59.738 INFO kablam! 409 | fn create_side(colour: Colour) -> [[Tile; 10]; 4] { Oct 26 17:46:59.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:46:59.738 INFO kablam! Oct 26 17:46:59.739 INFO kablam! warning: constant item is never used: `DEFAULT_BLUE_SIDE` Oct 26 17:46:59.739 INFO kablam! --> src/board.rs:416:1 Oct 26 17:46:59.739 INFO kablam! | Oct 26 17:46:59.739 INFO kablam! 416 | / const DEFAULT_BLUE_SIDE: [[Tile; 10]; 4] = Oct 26 17:46:59.740 INFO kablam! 417 | | [[Tile::Piece(Piece::Miner, Colour::Blue), Oct 26 17:46:59.740 INFO kablam! 418 | | Tile::Piece(Piece::Captain, Colour::Blue), Oct 26 17:46:59.740 INFO kablam! 419 | | Tile::Piece(Piece::Scout, Colour::Blue), Oct 26 17:46:59.741 INFO kablam! ... | Oct 26 17:46:59.741 INFO kablam! 458 | | Tile::Piece(Piece::Colonel, Colour::Blue), Oct 26 17:46:59.741 INFO kablam! 459 | | Tile::Piece(Piece::Sergeant, Colour::Blue)]]; Oct 26 17:46:59.741 INFO kablam! | |_____________________________________________________^ Oct 26 17:46:59.742 INFO kablam! Oct 26 17:46:59.742 INFO kablam! warning: enum is never used: `GameResult` Oct 26 17:46:59.742 INFO kablam! --> src/game.rs:14:1 Oct 26 17:46:59.743 INFO kablam! | Oct 26 17:46:59.743 INFO kablam! 14 | enum GameResult { Oct 26 17:46:59.743 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 17:46:59.743 INFO kablam! Oct 26 17:46:59.744 INFO kablam! warning: method is never used: `popup` Oct 26 17:46:59.744 INFO kablam! --> src/game.rs:340:5 Oct 26 17:46:59.744 INFO kablam! | Oct 26 17:46:59.745 INFO kablam! 340 | fn popup(&mut self, text: &str) -> error::Result<()> { Oct 26 17:46:59.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:46:59.745 INFO kablam! Oct 26 17:46:59.745 INFO kablam! warning: method is never used: `check_game_end` Oct 26 17:46:59.745 INFO kablam! --> src/game.rs:344:5 Oct 26 17:46:59.745 INFO kablam! | Oct 26 17:46:59.745 INFO kablam! 344 | fn check_game_end(&mut self) -> GameResult { Oct 26 17:46:59.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:46:59.745 INFO kablam! Oct 26 17:46:59.800 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.70s Oct 26 17:46:59.804 INFO kablam! su: No module specific data is present Oct 26 17:47:01.261 INFO running `"docker" "rm" "-f" "9e968b304248ec2c881f23e3a469407741645598ff39a5886aa8c5971e508148"` Oct 26 17:47:01.646 INFO blam! 9e968b304248ec2c881f23e3a469407741645598ff39a5886aa8c5971e508148