Oct 27 11:02:25.330 INFO checking Kwarf/Allie-2017 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 11:02:25.331 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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:02:26.127 INFO blam! bdc512852dd6bd524a0ca3f4fb1b049d355e6cbd2e79a2df85f56ca3a37c3214 Oct 27 11:02:26.133 INFO running `"docker" "start" "-a" "bdc512852dd6bd524a0ca3f4fb1b049d355e6cbd2e79a2df85f56ca3a37c3214"` Oct 27 11:02:27.995 INFO kablam! usermod: no changes Oct 27 11:02:28.107 INFO kablam! Checking itertools v0.5.9 Oct 27 11:02:28.108 INFO kablam! Checking pathfinding v0.1.10 Oct 27 11:02:31.123 INFO kablam! Checking allie v1.2.0 (/source) Oct 27 11:02:33.355 INFO kablam! warning: unused import: `Instant` Oct 27 11:02:33.355 INFO kablam! --> src/main.rs:15:27 Oct 27 11:02:33.355 INFO kablam! | Oct 27 11:02:33.355 INFO kablam! 15 | use std::time::{Duration, Instant}; Oct 27 11:02:33.355 INFO kablam! | ^^^^^^^ Oct 27 11:02:33.355 INFO kablam! | Oct 27 11:02:33.355 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:02:33.355 INFO kablam! Oct 27 11:02:33.547 INFO kablam! warning: unused import: `Instant` Oct 27 11:02:33.547 INFO kablam! --> src/main.rs:15:27 Oct 27 11:02:33.547 INFO kablam! | Oct 27 11:02:33.547 INFO kablam! 15 | use std::time::{Duration, Instant}; Oct 27 11:02:33.547 INFO kablam! | ^^^^^^^ Oct 27 11:02:33.547 INFO kablam! | Oct 27 11:02:33.547 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:02:33.547 INFO kablam! Oct 27 11:02:34.411 INFO kablam! warning: method is never used: `new` Oct 27 11:02:34.411 INFO kablam! --> src/ai/strategies/killer.rs:13:5 Oct 27 11:02:34.411 INFO kablam! | Oct 27 11:02:34.411 INFO kablam! 13 | pub fn new() -> Killer { Oct 27 11:02:34.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:02:34.411 INFO kablam! | Oct 27 11:02:34.411 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:02:34.411 INFO kablam! Oct 27 11:02:34.411 INFO kablam! warning: method is never used: `is_enemy_nearby` Oct 27 11:02:34.411 INFO kablam! --> src/ai/strategies/pick_pellets.rs:21:5 Oct 27 11:02:34.411 INFO kablam! | Oct 27 11:02:34.411 INFO kablam! 21 | fn is_enemy_nearby(&self, bot: &Bot, state: &GameState) -> bool { Oct 27 11:02:34.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:02:34.411 INFO kablam! Oct 27 11:02:34.411 INFO kablam! warning: method is never used: `neighbours` Oct 27 11:02:34.411 INFO kablam! --> src/game/mod.rs:56:5 Oct 27 11:02:34.411 INFO kablam! | Oct 27 11:02:34.411 INFO kablam! 56 | pub fn neighbours(&self, position: &Position) -> Vec<(Direction, TileType)> { Oct 27 11:02:34.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:02:34.411 INFO kablam! Oct 27 11:02:34.411 INFO kablam! warning: method is never used: `pellets` Oct 27 11:02:34.411 INFO kablam! --> src/game/mod.rs:71:5 Oct 27 11:02:34.411 INFO kablam! | Oct 27 11:02:34.411 INFO kablam! 71 | pub fn pellets(&self) -> HashSet { Oct 27 11:02:34.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:02:34.411 INFO kablam! Oct 27 11:02:34.411 INFO kablam! warning: method is never used: `walkable_positions` Oct 27 11:02:34.411 INFO kablam! --> src/game/mod.rs:207:5 Oct 27 11:02:34.411 INFO kablam! | Oct 27 11:02:34.411 INFO kablam! 207 | pub fn walkable_positions(&self) -> &HashSet { Oct 27 11:02:34.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:02:34.411 INFO kablam! Oct 27 11:02:34.411 INFO kablam! warning: method is never used: `closest_turning_points` Oct 27 11:02:34.411 INFO kablam! --> src/game/mod.rs:211:5 Oct 27 11:02:34.411 INFO kablam! | Oct 27 11:02:34.411 INFO kablam! 211 | pub fn closest_turning_points(&self, limits: &T, position: &Position) -> HashSet { Oct 27 11:02:34.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:02:34.411 INFO kablam! Oct 27 11:02:34.411 INFO kablam! warning: method is never used: `dead_ends` Oct 27 11:02:34.411 INFO kablam! --> src/game/mod.rs:232:5 Oct 27 11:02:34.411 INFO kablam! | Oct 27 11:02:34.411 INFO kablam! 232 | pub fn dead_ends(&self) -> &HashSet { Oct 27 11:02:34.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:02:34.411 INFO kablam! Oct 27 11:02:34.411 INFO kablam! warning: function is never used: `duration_in_ms` Oct 27 11:02:34.411 INFO kablam! --> src/main.rs:111:1 Oct 27 11:02:34.411 INFO kablam! | Oct 27 11:02:34.411 INFO kablam! 111 | fn duration_in_ms(duration: &Duration) -> f32 { Oct 27 11:02:34.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:02:34.411 INFO kablam! Oct 27 11:02:34.891 INFO kablam! warning: method is never used: `new` Oct 27 11:02:34.891 INFO kablam! --> src/ai/strategies/killer.rs:13:5 Oct 27 11:02:34.891 INFO kablam! | Oct 27 11:02:34.891 INFO kablam! 13 | pub fn new() -> Killer { Oct 27 11:02:34.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:02:34.891 INFO kablam! | Oct 27 11:02:34.891 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:02:34.891 INFO kablam! Oct 27 11:02:34.891 INFO kablam! warning: method is never used: `is_enemy_nearby` Oct 27 11:02:34.891 INFO kablam! --> src/ai/strategies/pick_pellets.rs:21:5 Oct 27 11:02:34.891 INFO kablam! | Oct 27 11:02:34.891 INFO kablam! 21 | fn is_enemy_nearby(&self, bot: &Bot, state: &GameState) -> bool { Oct 27 11:02:34.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:02:34.891 INFO kablam! Oct 27 11:02:34.891 INFO kablam! warning: method is never used: `neighbours` Oct 27 11:02:34.891 INFO kablam! --> src/game/mod.rs:56:5 Oct 27 11:02:34.891 INFO kablam! | Oct 27 11:02:34.891 INFO kablam! 56 | pub fn neighbours(&self, position: &Position) -> Vec<(Direction, TileType)> { Oct 27 11:02:34.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:02:34.891 INFO kablam! Oct 27 11:02:34.891 INFO kablam! warning: method is never used: `walkable_positions` Oct 27 11:02:34.891 INFO kablam! --> src/game/mod.rs:207:5 Oct 27 11:02:34.891 INFO kablam! | Oct 27 11:02:34.891 INFO kablam! 207 | pub fn walkable_positions(&self) -> &HashSet { Oct 27 11:02:34.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:02:34.891 INFO kablam! Oct 27 11:02:34.891 INFO kablam! warning: method is never used: `closest_turning_points` Oct 27 11:02:34.891 INFO kablam! --> src/game/mod.rs:211:5 Oct 27 11:02:34.891 INFO kablam! | Oct 27 11:02:34.891 INFO kablam! 211 | pub fn closest_turning_points(&self, limits: &T, position: &Position) -> HashSet { Oct 27 11:02:34.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:02:34.891 INFO kablam! Oct 27 11:02:34.987 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.00s Oct 27 11:02:34.995 INFO kablam! su: No module specific data is present Oct 27 11:02:36.068 INFO running `"docker" "rm" "-f" "bdc512852dd6bd524a0ca3f4fb1b049d355e6cbd2e79a2df85f56ca3a37c3214"` Oct 27 11:02:36.351 INFO blam! bdc512852dd6bd524a0ca3f4fb1b049d355e6cbd2e79a2df85f56ca3a37c3214