Oct 15 09:26:40.650 INFO testing Kwarf/Allie-2017 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 09:26:40.650 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:41.052 INFO blam! 1b42d2077414599fae52039cc291d737866149147e4512e2cf7e9fbb61af34ca Oct 15 09:26:41.057 INFO running `"docker" "start" "-a" "1b42d2077414599fae52039cc291d737866149147e4512e2cf7e9fbb61af34ca"` Oct 15 09:26:42.507 INFO kablam! usermod: no changes Oct 15 09:26:42.675 INFO kablam! Compiling itertools v0.5.9 Oct 15 09:26:42.675 INFO kablam! Compiling pathfinding v0.1.10 Oct 15 09:26:42.691 INFO kablam! Compiling serde_json v0.9.9 Oct 15 09:26:49.011 INFO kablam! Compiling allie v1.2.0 (/source) Oct 15 09:26:50.331 INFO kablam! warning: unused import: `Instant` Oct 15 09:26:50.331 INFO kablam! --> src/main.rs:15:27 Oct 15 09:26:50.331 INFO kablam! | Oct 15 09:26:50.331 INFO kablam! 15 | use std::time::{Duration, Instant}; Oct 15 09:26:50.331 INFO kablam! | ^^^^^^^ Oct 15 09:26:50.331 INFO kablam! | Oct 15 09:26:50.331 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:26:50.331 INFO kablam! Oct 15 09:26:51.051 INFO kablam! warning: method is never used: `new` Oct 15 09:26:51.051 INFO kablam! --> src/ai/strategies/killer.rs:13:5 Oct 15 09:26:51.051 INFO kablam! | Oct 15 09:26:51.051 INFO kablam! 13 | pub fn new() -> Killer { Oct 15 09:26:51.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:26:51.051 INFO kablam! | Oct 15 09:26:51.051 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:26:51.051 INFO kablam! Oct 15 09:26:51.051 INFO kablam! warning: method is never used: `is_enemy_nearby` Oct 15 09:26:51.051 INFO kablam! --> src/ai/strategies/pick_pellets.rs:21:5 Oct 15 09:26:51.051 INFO kablam! | Oct 15 09:26:51.051 INFO kablam! 21 | fn is_enemy_nearby(&self, bot: &Bot, state: &GameState) -> bool { Oct 15 09:26:51.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:26:51.051 INFO kablam! Oct 15 09:26:51.051 INFO kablam! warning: method is never used: `neighbours` Oct 15 09:26:51.051 INFO kablam! --> src/game/mod.rs:56:5 Oct 15 09:26:51.051 INFO kablam! | Oct 15 09:26:51.051 INFO kablam! 56 | pub fn neighbours(&self, position: &Position) -> Vec<(Direction, TileType)> { Oct 15 09:26:51.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:26:51.051 INFO kablam! Oct 15 09:26:51.051 INFO kablam! warning: method is never used: `pellets` Oct 15 09:26:51.051 INFO kablam! --> src/game/mod.rs:71:5 Oct 15 09:26:51.051 INFO kablam! | Oct 15 09:26:51.051 INFO kablam! 71 | pub fn pellets(&self) -> HashSet { Oct 15 09:26:51.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:26:51.051 INFO kablam! Oct 15 09:26:51.051 INFO kablam! warning: method is never used: `walkable_positions` Oct 15 09:26:51.051 INFO kablam! --> src/game/mod.rs:207:5 Oct 15 09:26:51.051 INFO kablam! | Oct 15 09:26:51.051 INFO kablam! 207 | pub fn walkable_positions(&self) -> &HashSet { Oct 15 09:26:51.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:26:51.051 INFO kablam! Oct 15 09:26:51.051 INFO kablam! warning: method is never used: `closest_turning_points` Oct 15 09:26:51.051 INFO kablam! --> src/game/mod.rs:211:5 Oct 15 09:26:51.051 INFO kablam! | Oct 15 09:26:51.051 INFO kablam! 211 | pub fn closest_turning_points(&self, limits: &T, position: &Position) -> HashSet { Oct 15 09:26:51.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:26:51.051 INFO kablam! Oct 15 09:26:51.051 INFO kablam! warning: method is never used: `dead_ends` Oct 15 09:26:51.051 INFO kablam! --> src/game/mod.rs:232:5 Oct 15 09:26:51.051 INFO kablam! | Oct 15 09:26:51.051 INFO kablam! 232 | pub fn dead_ends(&self) -> &HashSet { Oct 15 09:26:51.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:26:51.052 INFO kablam! Oct 15 09:26:51.052 INFO kablam! warning: function is never used: `duration_in_ms` Oct 15 09:26:51.052 INFO kablam! --> src/main.rs:111:1 Oct 15 09:26:51.052 INFO kablam! | Oct 15 09:26:51.052 INFO kablam! 111 | fn duration_in_ms(duration: &Duration) -> f32 { Oct 15 09:26:51.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:26:51.052 INFO kablam! Oct 15 09:26:56.663 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.13s Oct 15 09:26:56.667 INFO kablam! su: No module specific data is present Oct 15 09:26:57.826 INFO running `"docker" "rm" "-f" "1b42d2077414599fae52039cc291d737866149147e4512e2cf7e9fbb61af34ca"` Oct 15 09:26:58.109 INFO blam! 1b42d2077414599fae52039cc291d737866149147e4512e2cf7e9fbb61af34ca Oct 15 09:26:58.123 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:26:58.567 INFO blam! 6b541715733ef606e849a61e7321c417e4a5e028ea176d7f9fce2aff2d10e262 Oct 15 09:26:58.571 INFO running `"docker" "start" "-a" "6b541715733ef606e849a61e7321c417e4a5e028ea176d7f9fce2aff2d10e262"` Oct 15 09:26:59.668 INFO kablam! usermod: no changes Oct 15 09:26:59.771 INFO kablam! Compiling allie v1.2.0 (/source) Oct 15 09:27:01.011 INFO kablam! warning: unused import: `Instant` Oct 15 09:27:01.011 INFO kablam! --> src/main.rs:15:27 Oct 15 09:27:01.011 INFO kablam! | Oct 15 09:27:01.011 INFO kablam! 15 | use std::time::{Duration, Instant}; Oct 15 09:27:01.011 INFO kablam! | ^^^^^^^ Oct 15 09:27:01.011 INFO kablam! | Oct 15 09:27:01.023 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:27:01.023 INFO kablam! Oct 15 09:27:01.883 INFO kablam! warning: method is never used: `new` Oct 15 09:27:01.883 INFO kablam! --> src/ai/strategies/killer.rs:13:5 Oct 15 09:27:01.883 INFO kablam! | Oct 15 09:27:01.883 INFO kablam! 13 | pub fn new() -> Killer { Oct 15 09:27:01.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:27:01.883 INFO kablam! | Oct 15 09:27:01.883 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:27:01.883 INFO kablam! Oct 15 09:27:01.883 INFO kablam! warning: method is never used: `is_enemy_nearby` Oct 15 09:27:01.883 INFO kablam! --> src/ai/strategies/pick_pellets.rs:21:5 Oct 15 09:27:01.883 INFO kablam! | Oct 15 09:27:01.883 INFO kablam! 21 | fn is_enemy_nearby(&self, bot: &Bot, state: &GameState) -> bool { Oct 15 09:27:01.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:27:01.883 INFO kablam! Oct 15 09:27:01.883 INFO kablam! warning: method is never used: `neighbours` Oct 15 09:27:01.883 INFO kablam! --> src/game/mod.rs:56:5 Oct 15 09:27:01.883 INFO kablam! | Oct 15 09:27:01.883 INFO kablam! 56 | pub fn neighbours(&self, position: &Position) -> Vec<(Direction, TileType)> { Oct 15 09:27:01.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:27:01.883 INFO kablam! Oct 15 09:27:01.883 INFO kablam! warning: method is never used: `walkable_positions` Oct 15 09:27:01.883 INFO kablam! --> src/game/mod.rs:207:5 Oct 15 09:27:01.883 INFO kablam! | Oct 15 09:27:01.883 INFO kablam! 207 | pub fn walkable_positions(&self) -> &HashSet { Oct 15 09:27:01.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:27:01.883 INFO kablam! Oct 15 09:27:01.883 INFO kablam! warning: method is never used: `closest_turning_points` Oct 15 09:27:01.883 INFO kablam! --> src/game/mod.rs:211:5 Oct 15 09:27:01.883 INFO kablam! | Oct 15 09:27:01.883 INFO kablam! 211 | pub fn closest_turning_points(&self, limits: &T, position: &Position) -> HashSet { Oct 15 09:27:01.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:27:01.883 INFO kablam! Oct 15 09:27:06.945 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.24s Oct 15 09:27:06.951 INFO kablam! su: No module specific data is present Oct 15 09:27:08.103 INFO running `"docker" "rm" "-f" "6b541715733ef606e849a61e7321c417e4a5e028ea176d7f9fce2aff2d10e262"` Oct 15 09:27:08.447 INFO blam! 6b541715733ef606e849a61e7321c417e4a5e028ea176d7f9fce2aff2d10e262 Oct 15 09:27:08.455 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:08.800 INFO blam! 8b095773f65aad2255bc697dbf9fe096c309732560ad4cea8eb19fa6a135fc04 Oct 15 09:27:08.803 INFO running `"docker" "start" "-a" "8b095773f65aad2255bc697dbf9fe096c309732560ad4cea8eb19fa6a135fc04"` Oct 15 09:27:11.754 INFO kablam! usermod: no changes Oct 15 09:27:11.884 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 15 09:27:11.886 INFO kablam! Running /target/debug/deps/allie-c8a19351539195cf Oct 15 09:27:11.888 INFO blam! Oct 15 09:27:11.888 INFO blam! running 23 tests Oct 15 09:27:11.889 INFO blam! test common::tests::can_calculate_manhattan_distance ... ok Oct 15 09:27:11.899 INFO blam! test common::tests::can_get_adjacent_positions ... ok Oct 15 09:27:11.903 INFO blam! test ai::pathfinder::tests::ensure_can_walk_wrapping ... ok Oct 15 09:27:11.903 INFO blam! test game::tests::can_find_pellet ... ok Oct 15 09:27:11.927 INFO blam! test game::tests::can_find_simple_three_way_intersections ... ok Oct 15 09:27:11.928 INFO blam! test game::tests::can_find_simple_turn ... ok Oct 15 09:27:11.967 INFO blam! test game::tests::should_not_find_corners_in_straight_paths ... ok Oct 15 09:27:11.967 INFO blam! test game::tests::can_find_simple_x_intersections ... ok Oct 15 09:27:11.967 INFO blam! test game::tests::should_have_optimal_tile_enum_size ... ok Oct 15 09:27:11.967 INFO blam! test game::tests::should_be_able_to_determine_walkable_tiles ... ok Oct 15 09:27:11.968 INFO blam! test ai::pathfinder::tests::bfs_path_graph_should_return_same_path_as_library ... ok Oct 15 09:27:11.968 INFO blam! test ai::strategies::avoidance::tests::can_avoid_multiple_at_once ... ok Oct 15 09:27:11.969 INFO blam! test game::tests::can_find_dead_end_exit ... ok Oct 15 09:27:11.983 INFO blam! test protocol::message_type::tests::can_convert_endofround_type ... ok Oct 15 09:27:11.987 INFO blam! test game::tests::tunnels_are_not_turning_points ... ok Oct 15 09:27:11.988 INFO blam! test protocol::message_type::tests::can_convert_welcome_type ... ok Oct 15 09:27:11.995 INFO blam! test protocol::json::tests::can_deserialize_stateupdate ... ok Oct 15 09:27:11.995 INFO blam! test protocol::message_type::tests::can_convert_startofround_type ... ok Oct 15 09:27:11.998 INFO blam! test protocol::message_type::tests::can_convert_stateupdate_type ... ok Oct 15 09:27:12.000 INFO blam! test tests::can_convert_duration_to_ms ... ok Oct 15 09:27:12.007 INFO blam! test protocol::message_type::tests::can_convert_dead_type ... ok Oct 15 09:27:12.007 INFO blam! test protocol::json::tests::can_deserialize_welcome ... ok Oct 15 09:27:12.043 INFO blam! test game::tests::can_classify_dead_ends ... ok Oct 15 09:27:12.043 INFO blam! Oct 15 09:27:12.043 INFO blam! test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:27:12.043 INFO blam! Oct 15 09:27:12.045 INFO kablam! su: No module specific data is present Oct 15 09:27:13.329 INFO running `"docker" "rm" "-f" "8b095773f65aad2255bc697dbf9fe096c309732560ad4cea8eb19fa6a135fc04"` Oct 15 09:27:13.659 INFO blam! 8b095773f65aad2255bc697dbf9fe096c309732560ad4cea8eb19fa6a135fc04