Oct 27 11:21:08.119 INFO checking Jeffersyno/aisolver against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 11:21:08.120 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 27 11:21:08.464 INFO blam! fbc2a30bbe8a01103cdf8466a65c21d261a7fcc9a7d75edd64904d8fd50e3448 Oct 27 11:21:08.469 INFO running `"docker" "start" "-a" "fbc2a30bbe8a01103cdf8466a65c21d261a7fcc9a7d75edd64904d8fd50e3448"` Oct 27 11:21:10.387 INFO kablam! usermod: no changes Oct 27 11:21:10.579 INFO kablam! Checking rand v0.3.17 Oct 27 11:21:10.579 INFO kablam! Checking nix v0.5.1 Oct 27 11:21:13.219 INFO kablam! Checking nalgebra v0.13.1 Oct 27 11:21:16.227 INFO kablam! Checking rustyline v1.0.0 Oct 27 11:21:46.260 INFO kablam! Checking aiclient v0.1.0 (/source) Oct 27 11:21:48.607 INFO kablam! warning: function is never used: `name` Oct 27 11:21:48.607 INFO kablam! --> src/defs/dir.rs:13:1 Oct 27 11:21:48.607 INFO kablam! | Oct 27 11:21:48.607 INFO kablam! 13 | pub fn name(dir: Dir) -> &'static str { Oct 27 11:21:48.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:21:48.607 INFO kablam! | Oct 27 11:21:48.607 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:21:48.607 INFO kablam! Oct 27 11:21:48.607 INFO kablam! warning: constant item is never used: `NULL_POS` Oct 27 11:21:48.607 INFO kablam! --> src/defs/pos.rs:4:1 Oct 27 11:21:48.607 INFO kablam! | Oct 27 11:21:48.607 INFO kablam! 4 | pub const NULL_POS: Pos = Pos { row: -1, col: -1 }; Oct 27 11:21:48.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:21:48.607 INFO kablam! Oct 27 11:21:48.607 INFO kablam! warning: method is never used: `manhattan` Oct 27 11:21:48.607 INFO kablam! --> src/defs/pos.rs:17:5 Oct 27 11:21:48.607 INFO kablam! | Oct 27 11:21:48.607 INFO kablam! 17 | pub fn manhattan(self) -> i8 { Oct 27 11:21:48.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:21:48.607 INFO kablam! Oct 27 11:21:48.607 INFO kablam! warning: method is never used: `iter` Oct 27 11:21:48.607 INFO kablam! --> src/defs/grid.rs:33:5 Oct 27 11:21:48.607 INFO kablam! | Oct 27 11:21:48.607 INFO kablam! 33 | pub fn iter<'a>(&'a self) -> Iter<'a, T> { self.data.iter() } Oct 27 11:21:48.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:21:48.607 INFO kablam! Oct 27 11:21:48.607 INFO kablam! warning: method is never used: `linear_index_of_pos` Oct 27 11:21:48.607 INFO kablam! --> src/defs/grid.rs:45:5 Oct 27 11:21:48.607 INFO kablam! | Oct 27 11:21:48.607 INFO kablam! 45 | pub fn linear_index_of_pos(&self, pos: Pos) -> usize { Oct 27 11:21:48.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:21:48.607 INFO kablam! Oct 27 11:21:48.887 INFO kablam! warning: unused import: `super::*` Oct 27 11:21:48.887 INFO kablam! --> src/level/level.rs:99:9 Oct 27 11:21:48.887 INFO kablam! | Oct 27 11:21:48.887 INFO kablam! 99 | use super::*; Oct 27 11:21:48.887 INFO kablam! | ^^^^^^^^ Oct 27 11:21:48.887 INFO kablam! | Oct 27 11:21:48.887 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:21:48.887 INFO kablam! Oct 27 11:21:49.403 INFO kablam! warning: function is never used: `name` Oct 27 11:21:49.403 INFO kablam! --> src/defs/dir.rs:13:1 Oct 27 11:21:49.403 INFO kablam! | Oct 27 11:21:49.403 INFO kablam! 13 | pub fn name(dir: Dir) -> &'static str { Oct 27 11:21:49.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:21:49.403 INFO kablam! | Oct 27 11:21:49.405 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:21:49.405 INFO kablam! Oct 27 11:21:49.405 INFO kablam! warning: constant item is never used: `NULL_POS` Oct 27 11:21:49.405 INFO kablam! --> src/defs/pos.rs:4:1 Oct 27 11:21:49.405 INFO kablam! | Oct 27 11:21:49.405 INFO kablam! 4 | pub const NULL_POS: Pos = Pos { row: -1, col: -1 }; Oct 27 11:21:49.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:21:49.405 INFO kablam! Oct 27 11:21:49.405 INFO kablam! warning: method is never used: `iter` Oct 27 11:21:49.405 INFO kablam! --> src/defs/grid.rs:33:5 Oct 27 11:21:49.405 INFO kablam! | Oct 27 11:21:49.405 INFO kablam! 33 | pub fn iter<'a>(&'a self) -> Iter<'a, T> { self.data.iter() } Oct 27 11:21:49.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:21:49.405 INFO kablam! Oct 27 11:21:49.405 INFO kablam! warning: method is never used: `linear_index_of_pos` Oct 27 11:21:49.405 INFO kablam! --> src/defs/grid.rs:45:5 Oct 27 11:21:49.405 INFO kablam! | Oct 27 11:21:49.405 INFO kablam! 45 | pub fn linear_index_of_pos(&self, pos: Pos) -> usize { Oct 27 11:21:49.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:21:49.405 INFO kablam! Oct 27 11:21:49.486 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 39.08s Oct 27 11:21:49.486 INFO kablam! su: No module specific data is present Oct 27 11:21:50.515 INFO running `"docker" "rm" "-f" "fbc2a30bbe8a01103cdf8466a65c21d261a7fcc9a7d75edd64904d8fd50e3448"` Oct 27 11:21:50.766 INFO blam! fbc2a30bbe8a01103cdf8466a65c21d261a7fcc9a7d75edd64904d8fd50e3448