Oct 15 09:26:39.963 INFO testing Kwarf/Allie-2017 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 09:26:39.963 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 09:26:40.430 INFO blam! a8061e3fb550e7b365e5933d2865e46503b62ea07bea297c6e5e87a9336d332b Oct 15 09:26:40.441 INFO running `"docker" "start" "-a" "a8061e3fb550e7b365e5933d2865e46503b62ea07bea297c6e5e87a9336d332b"` Oct 15 09:26:41.629 INFO kablam! usermod: no changes Oct 15 09:26:41.771 INFO kablam! Compiling bitflags v0.8.0 Oct 15 09:26:41.787 INFO kablam! Compiling itertools v0.5.9 Oct 15 09:26:41.787 INFO kablam! Compiling pathfinding v0.1.10 Oct 15 09:26:42.027 INFO kablam! Compiling clap v2.21.1 Oct 15 09:27:04.831 INFO kablam! Compiling allie v1.2.0 (/source) Oct 15 09:27:05.975 INFO kablam! warning: unused import: `Instant` Oct 15 09:27:05.975 INFO kablam! --> src/main.rs:15:27 Oct 15 09:27:05.975 INFO kablam! | Oct 15 09:27:05.975 INFO kablam! 15 | use std::time::{Duration, Instant}; Oct 15 09:27:05.975 INFO kablam! | ^^^^^^^ Oct 15 09:27:05.975 INFO kablam! | Oct 15 09:27:05.975 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:27:05.975 INFO kablam! Oct 15 09:27:06.767 INFO kablam! warning: method is never used: `new` Oct 15 09:27:06.767 INFO kablam! --> src/ai/strategies/killer.rs:13:5 Oct 15 09:27:06.767 INFO kablam! | Oct 15 09:27:06.767 INFO kablam! 13 | pub fn new() -> Killer { Oct 15 09:27:06.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:27:06.767 INFO kablam! | Oct 15 09:27:06.767 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:27:06.767 INFO kablam! Oct 15 09:27:06.767 INFO kablam! warning: method is never used: `is_enemy_nearby` Oct 15 09:27:06.767 INFO kablam! --> src/ai/strategies/pick_pellets.rs:21:5 Oct 15 09:27:06.767 INFO kablam! | Oct 15 09:27:06.767 INFO kablam! 21 | fn is_enemy_nearby(&self, bot: &Bot, state: &GameState) -> bool { Oct 15 09:27:06.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:27:06.767 INFO kablam! Oct 15 09:27:06.767 INFO kablam! warning: method is never used: `neighbours` Oct 15 09:27:06.767 INFO kablam! --> src/game/mod.rs:56:5 Oct 15 09:27:06.767 INFO kablam! | Oct 15 09:27:06.767 INFO kablam! 56 | pub fn neighbours(&self, position: &Position) -> Vec<(Direction, TileType)> { Oct 15 09:27:06.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:27:06.767 INFO kablam! Oct 15 09:27:06.767 INFO kablam! warning: method is never used: `pellets` Oct 15 09:27:06.767 INFO kablam! --> src/game/mod.rs:71:5 Oct 15 09:27:06.767 INFO kablam! | Oct 15 09:27:06.767 INFO kablam! 71 | pub fn pellets(&self) -> HashSet { Oct 15 09:27:06.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:27:06.767 INFO kablam! Oct 15 09:27:06.767 INFO kablam! warning: method is never used: `walkable_positions` Oct 15 09:27:06.767 INFO kablam! --> src/game/mod.rs:207:5 Oct 15 09:27:06.767 INFO kablam! | Oct 15 09:27:06.767 INFO kablam! 207 | pub fn walkable_positions(&self) -> &HashSet { Oct 15 09:27:06.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:27:06.767 INFO kablam! Oct 15 09:27:06.767 INFO kablam! warning: method is never used: `closest_turning_points` Oct 15 09:27:06.767 INFO kablam! --> src/game/mod.rs:211:5 Oct 15 09:27:06.767 INFO kablam! | Oct 15 09:27:06.767 INFO kablam! 211 | pub fn closest_turning_points(&self, limits: &T, position: &Position) -> HashSet { Oct 15 09:27:06.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:27:06.767 INFO kablam! Oct 15 09:27:06.767 INFO kablam! warning: method is never used: `dead_ends` Oct 15 09:27:06.767 INFO kablam! --> src/game/mod.rs:232:5 Oct 15 09:27:06.767 INFO kablam! | Oct 15 09:27:06.767 INFO kablam! 232 | pub fn dead_ends(&self) -> &HashSet { Oct 15 09:27:06.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:27:06.767 INFO kablam! Oct 15 09:27:06.768 INFO kablam! warning: function is never used: `duration_in_ms` Oct 15 09:27:06.768 INFO kablam! --> src/main.rs:111:1 Oct 15 09:27:06.768 INFO kablam! | Oct 15 09:27:06.768 INFO kablam! 111 | fn duration_in_ms(duration: &Duration) -> f32 { Oct 15 09:27:06.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:27:06.768 INFO kablam! Oct 15 09:27:12.131 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.47s Oct 15 09:27:12.139 INFO kablam! su: No module specific data is present Oct 15 09:27:13.347 INFO running `"docker" "rm" "-f" "a8061e3fb550e7b365e5933d2865e46503b62ea07bea297c6e5e87a9336d332b"` Oct 15 09:27:13.627 INFO blam! a8061e3fb550e7b365e5933d2865e46503b62ea07bea297c6e5e87a9336d332b Oct 15 09:27:13.640 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 15 09:27:14.193 INFO blam! 8fe9b9c02729b86695ebd50f81836591593c7f704d7f1090e46afe5b57dca835 Oct 15 09:27:14.194 INFO running `"docker" "start" "-a" "8fe9b9c02729b86695ebd50f81836591593c7f704d7f1090e46afe5b57dca835"` Oct 15 09:27:16.675 INFO kablam! usermod: no changes Oct 15 09:27:16.779 INFO kablam! Compiling allie v1.2.0 (/source) Oct 15 09:27:18.130 INFO kablam! warning: unused import: `Instant` Oct 15 09:27:18.130 INFO kablam! --> src/main.rs:15:27 Oct 15 09:27:18.130 INFO kablam! | Oct 15 09:27:18.130 INFO kablam! 15 | use std::time::{Duration, Instant}; Oct 15 09:27:18.130 INFO kablam! | ^^^^^^^ Oct 15 09:27:18.130 INFO kablam! | Oct 15 09:27:18.130 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:27:18.151 INFO kablam! Oct 15 09:27:19.066 INFO kablam! warning: method is never used: `new` Oct 15 09:27:19.066 INFO kablam! --> src/ai/strategies/killer.rs:13:5 Oct 15 09:27:19.066 INFO kablam! | Oct 15 09:27:19.066 INFO kablam! 13 | pub fn new() -> Killer { Oct 15 09:27:19.066 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:27:19.066 INFO kablam! | Oct 15 09:27:19.066 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:27:19.066 INFO kablam! Oct 15 09:27:19.068 INFO kablam! warning: method is never used: `is_enemy_nearby` Oct 15 09:27:19.068 INFO kablam! --> src/ai/strategies/pick_pellets.rs:21:5 Oct 15 09:27:19.068 INFO kablam! | Oct 15 09:27:19.068 INFO kablam! 21 | fn is_enemy_nearby(&self, bot: &Bot, state: &GameState) -> bool { Oct 15 09:27:19.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:27:19.068 INFO kablam! Oct 15 09:27:19.068 INFO kablam! warning: method is never used: `neighbours` Oct 15 09:27:19.068 INFO kablam! --> src/game/mod.rs:56:5 Oct 15 09:27:19.068 INFO kablam! | Oct 15 09:27:19.068 INFO kablam! 56 | pub fn neighbours(&self, position: &Position) -> Vec<(Direction, TileType)> { Oct 15 09:27:19.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:27:19.068 INFO kablam! Oct 15 09:27:19.068 INFO kablam! warning: method is never used: `walkable_positions` Oct 15 09:27:19.068 INFO kablam! --> src/game/mod.rs:207:5 Oct 15 09:27:19.068 INFO kablam! | Oct 15 09:27:19.068 INFO kablam! 207 | pub fn walkable_positions(&self) -> &HashSet { Oct 15 09:27:19.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:27:19.068 INFO kablam! Oct 15 09:27:19.068 INFO kablam! warning: method is never used: `closest_turning_points` Oct 15 09:27:19.068 INFO kablam! --> src/game/mod.rs:211:5 Oct 15 09:27:19.068 INFO kablam! | Oct 15 09:27:19.068 INFO kablam! 211 | pub fn closest_turning_points(&self, limits: &T, position: &Position) -> HashSet { Oct 15 09:27:19.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:27:19.068 INFO kablam! Oct 15 09:27:23.632 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.91s Oct 15 09:27:23.639 INFO kablam! su: No module specific data is present Oct 15 09:27:24.868 INFO running `"docker" "rm" "-f" "8fe9b9c02729b86695ebd50f81836591593c7f704d7f1090e46afe5b57dca835"` Oct 15 09:27:25.151 INFO blam! 8fe9b9c02729b86695ebd50f81836591593c7f704d7f1090e46afe5b57dca835 Oct 15 09:27:25.159 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 15 09:27:25.663 INFO blam! 051ed2c1ec291a4449d471f709960f1a51da5206d36c45ef8209de5c01b7b472 Oct 15 09:27:25.683 INFO running `"docker" "start" "-a" "051ed2c1ec291a4449d471f709960f1a51da5206d36c45ef8209de5c01b7b472"` Oct 15 09:27:27.054 INFO kablam! usermod: no changes Oct 15 09:27:27.159 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 15 09:27:27.179 INFO kablam! Running /target/debug/deps/allie-bc9a34fe4adea15f Oct 15 09:27:27.179 INFO blam! Oct 15 09:27:27.179 INFO blam! running 23 tests Oct 15 09:27:27.182 INFO blam! test game::tests::can_find_pellet ... ok Oct 15 09:27:27.195 INFO blam! test common::tests::can_calculate_manhattan_distance ... ok Oct 15 09:27:27.215 INFO blam! test common::tests::can_get_adjacent_positions ... ok Oct 15 09:27:27.215 INFO blam! test ai::pathfinder::tests::bfs_path_graph_should_return_same_path_as_library ... ok Oct 15 09:27:27.219 INFO blam! test ai::pathfinder::tests::ensure_can_walk_wrapping ... ok Oct 15 09:27:27.223 INFO blam! test game::tests::can_find_simple_three_way_intersections ... ok Oct 15 09:27:27.223 INFO blam! test game::tests::can_find_dead_end_exit ... ok Oct 15 09:27:27.223 INFO blam! test game::tests::can_find_simple_turn ... ok Oct 15 09:27:27.227 INFO blam! test game::tests::can_find_simple_x_intersections ... ok Oct 15 09:27:27.227 INFO blam! test game::tests::should_be_able_to_determine_walkable_tiles ... ok Oct 15 09:27:27.227 INFO blam! test game::tests::tunnels_are_not_turning_points ... ok Oct 15 09:27:27.227 INFO blam! test protocol::json::tests::can_deserialize_stateupdate ... ok Oct 15 09:27:27.227 INFO blam! test protocol::message_type::tests::can_convert_startofround_type ... ok Oct 15 09:27:27.227 INFO blam! test protocol::message_type::tests::can_convert_stateupdate_type ... ok Oct 15 09:27:27.227 INFO blam! test protocol::message_type::tests::can_convert_welcome_type ... ok Oct 15 09:27:27.227 INFO blam! test tests::can_convert_duration_to_ms ... ok Oct 15 09:27:27.235 INFO blam! test protocol::message_type::tests::can_convert_endofround_type ... ok Oct 15 09:27:27.235 INFO blam! test protocol::message_type::tests::can_convert_dead_type ... ok Oct 15 09:27:27.235 INFO blam! test game::tests::should_not_find_corners_in_straight_paths ... ok Oct 15 09:27:27.235 INFO blam! test game::tests::should_have_optimal_tile_enum_size ... ok Oct 15 09:27:27.235 INFO blam! test protocol::json::tests::can_deserialize_welcome ... ok Oct 15 09:27:27.259 INFO blam! test ai::strategies::avoidance::tests::can_avoid_multiple_at_once ... ok Oct 15 09:27:27.311 INFO blam! test game::tests::can_classify_dead_ends ... ok Oct 15 09:27:27.311 INFO blam! Oct 15 09:27:27.311 INFO blam! test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:27:27.311 INFO blam! Oct 15 09:27:27.323 INFO kablam! su: No module specific data is present Oct 15 09:27:28.099 INFO running `"docker" "rm" "-f" "051ed2c1ec291a4449d471f709960f1a51da5206d36c45ef8209de5c01b7b472"` Oct 15 09:27:28.344 INFO blam! 051ed2c1ec291a4449d471f709960f1a51da5206d36c45ef8209de5c01b7b472