Oct 27 11:21:07.364 INFO checking Jeffersyno/aisolver against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 11:21:07.364 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 27 11:21:07.755 INFO blam! 5a916397d54f0ac3242da29eb5277a2e4b07a9eee4cafd2e57f9e622d087bcf5 Oct 27 11:21:07.763 INFO running `"docker" "start" "-a" "5a916397d54f0ac3242da29eb5277a2e4b07a9eee4cafd2e57f9e622d087bcf5"` Oct 27 11:21:08.784 INFO kablam! usermod: no changes Oct 27 11:21:08.931 INFO kablam! Checking rand v0.3.17 Oct 27 11:21:10.975 INFO kablam! Checking nalgebra v0.13.1 Oct 27 11:21:40.640 INFO kablam! Checking aiclient v0.1.0 (/source) Oct 27 11:21:43.464 INFO kablam! warning: function is never used: `name` Oct 27 11:21:43.464 INFO kablam! --> src/defs/dir.rs:13:1 Oct 27 11:21:43.464 INFO kablam! | Oct 27 11:21:43.464 INFO kablam! 13 | pub fn name(dir: Dir) -> &'static str { Oct 27 11:21:43.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:21:43.464 INFO kablam! | Oct 27 11:21:43.464 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:21:43.464 INFO kablam! Oct 27 11:21:43.464 INFO kablam! warning: constant item is never used: `NULL_POS` Oct 27 11:21:43.464 INFO kablam! --> src/defs/pos.rs:4:1 Oct 27 11:21:43.464 INFO kablam! | Oct 27 11:21:43.464 INFO kablam! 4 | pub const NULL_POS: Pos = Pos { row: -1, col: -1 }; Oct 27 11:21:43.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:21:43.464 INFO kablam! Oct 27 11:21:43.464 INFO kablam! warning: method is never used: `manhattan` Oct 27 11:21:43.464 INFO kablam! --> src/defs/pos.rs:17:5 Oct 27 11:21:43.464 INFO kablam! | Oct 27 11:21:43.464 INFO kablam! 17 | pub fn manhattan(self) -> i8 { Oct 27 11:21:43.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:21:43.464 INFO kablam! Oct 27 11:21:43.464 INFO kablam! warning: method is never used: `iter` Oct 27 11:21:43.464 INFO kablam! --> src/defs/grid.rs:33:5 Oct 27 11:21:43.464 INFO kablam! | Oct 27 11:21:43.464 INFO kablam! 33 | pub fn iter<'a>(&'a self) -> Iter<'a, T> { self.data.iter() } Oct 27 11:21:43.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:21:43.464 INFO kablam! Oct 27 11:21:43.464 INFO kablam! warning: method is never used: `linear_index_of_pos` Oct 27 11:21:43.464 INFO kablam! --> src/defs/grid.rs:45:5 Oct 27 11:21:43.464 INFO kablam! | Oct 27 11:21:43.464 INFO kablam! 45 | pub fn linear_index_of_pos(&self, pos: Pos) -> usize { Oct 27 11:21:43.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:21:43.464 INFO kablam! Oct 27 11:21:43.647 INFO kablam! warning: unused import: `super::*` Oct 27 11:21:43.647 INFO kablam! --> src/level/level.rs:99:9 Oct 27 11:21:43.647 INFO kablam! | Oct 27 11:21:43.647 INFO kablam! 99 | use super::*; Oct 27 11:21:43.647 INFO kablam! | ^^^^^^^^ Oct 27 11:21:43.647 INFO kablam! | Oct 27 11:21:43.647 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:21:43.647 INFO kablam! Oct 27 11:21:44.199 INFO kablam! warning: function is never used: `name` Oct 27 11:21:44.200 INFO kablam! --> src/defs/dir.rs:13:1 Oct 27 11:21:44.200 INFO kablam! | Oct 27 11:21:44.200 INFO kablam! 13 | pub fn name(dir: Dir) -> &'static str { Oct 27 11:21:44.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:21:44.201 INFO kablam! | Oct 27 11:21:44.201 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:21:44.202 INFO kablam! Oct 27 11:21:44.202 INFO kablam! warning: constant item is never used: `NULL_POS` Oct 27 11:21:44.202 INFO kablam! --> src/defs/pos.rs:4:1 Oct 27 11:21:44.203 INFO kablam! | Oct 27 11:21:44.203 INFO kablam! 4 | pub const NULL_POS: Pos = Pos { row: -1, col: -1 }; Oct 27 11:21:44.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:21:44.204 INFO kablam! Oct 27 11:21:44.204 INFO kablam! warning: method is never used: `iter` Oct 27 11:21:44.204 INFO kablam! --> src/defs/grid.rs:33:5 Oct 27 11:21:44.204 INFO kablam! | Oct 27 11:21:44.205 INFO kablam! 33 | pub fn iter<'a>(&'a self) -> Iter<'a, T> { self.data.iter() } Oct 27 11:21:44.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:21:44.205 INFO kablam! Oct 27 11:21:44.205 INFO kablam! warning: method is never used: `linear_index_of_pos` Oct 27 11:21:44.206 INFO kablam! --> src/defs/grid.rs:45:5 Oct 27 11:21:44.206 INFO kablam! | Oct 27 11:21:44.210 INFO kablam! 45 | pub fn linear_index_of_pos(&self, pos: Pos) -> usize { Oct 27 11:21:44.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:21:44.210 INFO kablam! Oct 27 11:21:44.255 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.43s Oct 27 11:21:44.268 INFO kablam! su: No module specific data is present Oct 27 11:21:45.031 INFO running `"docker" "rm" "-f" "5a916397d54f0ac3242da29eb5277a2e4b07a9eee4cafd2e57f9e622d087bcf5"` Oct 27 11:21:45.303 INFO blam! 5a916397d54f0ac3242da29eb5277a2e4b07a9eee4cafd2e57f9e622d087bcf5