Oct 13 04:39:07.358 INFO testing overengineering/rustassonne against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 04:39:07.359 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13 04:39:07.591 INFO blam! c33d46831218387013c416fcd45f4486de3de166606260fb0e508ab227eaaf4b Oct 13 04:39:07.592 INFO running `"docker" "start" "-a" "c33d46831218387013c416fcd45f4486de3de166606260fb0e508ab227eaaf4b"` Oct 13 04:39:08.076 INFO kablam! usermod: no changes Oct 13 04:39:08.108 INFO kablam! Compiling rustassonne v0.1.0 (/source) Oct 13 04:39:08.325 INFO kablam! warning: unused import: `::*` Oct 13 04:39:08.325 INFO kablam! --> src/models/mod.rs:7:5 Oct 13 04:39:08.325 INFO kablam! | Oct 13 04:39:08.326 INFO kablam! 7 | use ::*; Oct 13 04:39:08.326 INFO kablam! | ^^^ Oct 13 04:39:08.326 INFO kablam! | Oct 13 04:39:08.326 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:39:08.326 INFO kablam! Oct 13 04:39:08.326 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 13 04:39:08.326 INFO kablam! --> src/rules.rs:1:5 Oct 13 04:39:08.326 INFO kablam! | Oct 13 04:39:08.326 INFO kablam! 1 | use std::collections::HashMap; Oct 13 04:39:08.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:39:08.326 INFO kablam! Oct 13 04:39:08.413 INFO kablam! warning: unused variable: `tile` Oct 13 04:39:08.414 INFO kablam! --> src/rules.rs:9:31 Oct 13 04:39:08.414 INFO kablam! | Oct 13 04:39:08.414 INFO kablam! 9 | pub fn check(board: &TileMap, tile: &Tile, coordinate: &Coordinate, orientation: &Orientation) -> Result<(), Vec> { Oct 13 04:39:08.414 INFO kablam! | ^^^^ help: consider using `_tile` instead Oct 13 04:39:08.414 INFO kablam! | Oct 13 04:39:08.414 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:39:08.414 INFO kablam! Oct 13 04:39:08.414 INFO kablam! warning: unused variable: `orientation` Oct 13 04:39:08.414 INFO kablam! --> src/rules.rs:9:69 Oct 13 04:39:08.414 INFO kablam! | Oct 13 04:39:08.414 INFO kablam! 9 | pub fn check(board: &TileMap, tile: &Tile, coordinate: &Coordinate, orientation: &Orientation) -> Result<(), Vec> { Oct 13 04:39:08.414 INFO kablam! | ^^^^^^^^^^^ help: consider using `_orientation` instead Oct 13 04:39:08.414 INFO kablam! Oct 13 04:39:08.428 INFO kablam! warning: variant is never constructed: `City` Oct 13 04:39:08.429 INFO kablam! --> src/models/feature.rs:8:5 Oct 13 04:39:08.429 INFO kablam! | Oct 13 04:39:08.429 INFO kablam! 8 | / City { Oct 13 04:39:08.429 INFO kablam! 9 | | badge: bool, Oct 13 04:39:08.429 INFO kablam! 10 | | connections: HashSet, Oct 13 04:39:08.429 INFO kablam! 11 | | }, Oct 13 04:39:08.429 INFO kablam! | |_____^ Oct 13 04:39:08.429 INFO kablam! | Oct 13 04:39:08.429 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:39:08.429 INFO kablam! Oct 13 04:39:08.429 INFO kablam! warning: variant is never constructed: `Field` Oct 13 04:39:08.429 INFO kablam! --> src/models/feature.rs:12:5 Oct 13 04:39:08.429 INFO kablam! | Oct 13 04:39:08.429 INFO kablam! 12 | Field { connections: HashSet }, Oct 13 04:39:08.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:39:08.429 INFO kablam! Oct 13 04:39:08.429 INFO kablam! warning: variant is never constructed: `Monastery` Oct 13 04:39:08.429 INFO kablam! --> src/models/feature.rs:13:5 Oct 13 04:39:08.429 INFO kablam! | Oct 13 04:39:08.429 INFO kablam! 13 | Monastery, Oct 13 04:39:08.429 INFO kablam! | ^^^^^^^^^ Oct 13 04:39:08.429 INFO kablam! Oct 13 04:39:08.429 INFO kablam! warning: variant is never constructed: `Road` Oct 13 04:39:08.429 INFO kablam! --> src/models/feature.rs:14:5 Oct 13 04:39:08.429 INFO kablam! | Oct 13 04:39:08.429 INFO kablam! 14 | Road { connections: HashSet }, Oct 13 04:39:08.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:39:08.429 INFO kablam! Oct 13 04:39:08.430 INFO kablam! warning: method is never used: `new` Oct 13 04:39:08.430 INFO kablam! --> src/models/tile.rs:10:5 Oct 13 04:39:08.430 INFO kablam! | Oct 13 04:39:08.430 INFO kablam! 10 | pub fn new() -> Self{ Oct 13 04:39:08.430 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 04:39:08.430 INFO kablam! Oct 13 04:39:08.430 INFO kablam! warning: variant is never constructed: `Up` Oct 13 04:39:08.430 INFO kablam! --> src/models/orientation.rs:3:5 Oct 13 04:39:08.430 INFO kablam! | Oct 13 04:39:08.431 INFO kablam! 3 | Up, Oct 13 04:39:08.431 INFO kablam! | ^^ Oct 13 04:39:08.431 INFO kablam! Oct 13 04:39:08.431 INFO kablam! warning: variant is never constructed: `Right` Oct 13 04:39:08.431 INFO kablam! --> src/models/orientation.rs:4:5 Oct 13 04:39:08.431 INFO kablam! | Oct 13 04:39:08.431 INFO kablam! 4 | Right, Oct 13 04:39:08.431 INFO kablam! | ^^^^^ Oct 13 04:39:08.431 INFO kablam! Oct 13 04:39:08.431 INFO kablam! warning: variant is never constructed: `Down` Oct 13 04:39:08.431 INFO kablam! --> src/models/orientation.rs:5:5 Oct 13 04:39:08.431 INFO kablam! | Oct 13 04:39:08.431 INFO kablam! 5 | Down, Oct 13 04:39:08.431 INFO kablam! | ^^^^ Oct 13 04:39:08.431 INFO kablam! Oct 13 04:39:08.431 INFO kablam! warning: variant is never constructed: `Left` Oct 13 04:39:08.431 INFO kablam! --> src/models/orientation.rs:6:5 Oct 13 04:39:08.431 INFO kablam! | Oct 13 04:39:08.431 INFO kablam! 6 | Left, Oct 13 04:39:08.431 INFO kablam! | ^^^^ Oct 13 04:39:08.431 INFO kablam! Oct 13 04:39:08.431 INFO kablam! warning: type alias is never used: `Result` Oct 13 04:39:08.431 INFO kablam! --> src/engine.rs:12:1 Oct 13 04:39:08.431 INFO kablam! | Oct 13 04:39:08.431 INFO kablam! 12 | type Result = ::std::result::Result>; Oct 13 04:39:08.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:39:08.431 INFO kablam! Oct 13 04:39:08.431 INFO kablam! warning: method is never used: `new` Oct 13 04:39:08.431 INFO kablam! --> src/engine.rs:22:5 Oct 13 04:39:08.431 INFO kablam! | Oct 13 04:39:08.431 INFO kablam! 22 | pub fn new() -> Self { Oct 13 04:39:08.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 04:39:08.431 INFO kablam! Oct 13 04:39:08.431 INFO kablam! warning: method is never used: `get_tiles` Oct 13 04:39:08.431 INFO kablam! --> src/engine.rs:31:5 Oct 13 04:39:08.431 INFO kablam! | Oct 13 04:39:08.431 INFO kablam! 31 | pub fn get_tiles(&self) -> &TileMap { Oct 13 04:39:08.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:39:08.431 INFO kablam! Oct 13 04:39:08.431 INFO kablam! warning: method is never used: `place_next` Oct 13 04:39:08.431 INFO kablam! --> src/engine.rs:35:5 Oct 13 04:39:08.431 INFO kablam! | Oct 13 04:39:08.431 INFO kablam! 35 | / pub fn place_next>(&self, Oct 13 04:39:08.431 INFO kablam! 36 | | coordinate: T, Oct 13 04:39:08.431 INFO kablam! 37 | | orientation: Orientation) Oct 13 04:39:08.431 INFO kablam! 38 | | -> Result { Oct 13 04:39:08.431 INFO kablam! ... | Oct 13 04:39:08.431 INFO kablam! 41 | | self.place(next_tile, coordinate, orientation) Oct 13 04:39:08.431 INFO kablam! 42 | | } Oct 13 04:39:08.431 INFO kablam! | |_____^ Oct 13 04:39:08.431 INFO kablam! Oct 13 04:39:08.431 INFO kablam! warning: method is never used: `place` Oct 13 04:39:08.431 INFO kablam! --> src/engine.rs:44:5 Oct 13 04:39:08.431 INFO kablam! | Oct 13 04:39:08.431 INFO kablam! 44 | / fn place>(&self, Oct 13 04:39:08.431 INFO kablam! 45 | | tile: Tile, Oct 13 04:39:08.431 INFO kablam! 46 | | coordinate: T, Oct 13 04:39:08.431 INFO kablam! 47 | | orientation: Orientation) Oct 13 04:39:08.431 INFO kablam! ... | Oct 13 04:39:08.431 INFO kablam! 61 | | Ok(new_engine) Oct 13 04:39:08.431 INFO kablam! 62 | | } Oct 13 04:39:08.431 INFO kablam! | |_____^ Oct 13 04:39:08.431 INFO kablam! Oct 13 04:39:08.431 INFO kablam! warning: variant is never constructed: `NotAdjacent` Oct 13 04:39:08.431 INFO kablam! --> src/placement_error.rs:3:5 Oct 13 04:39:08.431 INFO kablam! | Oct 13 04:39:08.431 INFO kablam! 3 | NotAdjacent, Oct 13 04:39:08.431 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:39:08.431 INFO kablam! Oct 13 04:39:08.431 INFO kablam! warning: variant is never constructed: `TileAlreadyAtCoordinate` Oct 13 04:39:08.431 INFO kablam! --> src/placement_error.rs:4:5 Oct 13 04:39:08.431 INFO kablam! | Oct 13 04:39:08.431 INFO kablam! 4 | TileAlreadyAtCoordinate, Oct 13 04:39:08.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:39:08.431 INFO kablam! Oct 13 04:39:08.431 INFO kablam! warning: function is never used: `check` Oct 13 04:39:08.431 INFO kablam! --> src/rules.rs:9:1 Oct 13 04:39:08.431 INFO kablam! | Oct 13 04:39:08.431 INFO kablam! 9 | pub fn check(board: &TileMap, tile: &Tile, coordinate: &Coordinate, orientation: &Orientation) -> Result<(), Vec> { Oct 13 04:39:08.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:39:08.431 INFO kablam! Oct 13 04:39:08.431 INFO kablam! warning: function is never used: `check_tile_already_at_coordinate` Oct 13 04:39:08.431 INFO kablam! --> src/rules.rs:26:1 Oct 13 04:39:08.431 INFO kablam! | Oct 13 04:39:08.431 INFO kablam! 26 | / fn check_tile_already_at_coordinate(board: &TileMap, Oct 13 04:39:08.431 INFO kablam! 27 | | coordinate: &Coordinate) Oct 13 04:39:08.431 INFO kablam! 28 | | -> Option { Oct 13 04:39:08.431 INFO kablam! 29 | | if board.contains_key(&coordinate) { Oct 13 04:39:08.432 INFO kablam! ... | Oct 13 04:39:08.432 INFO kablam! 33 | | None Oct 13 04:39:08.432 INFO kablam! 34 | | } Oct 13 04:39:08.432 INFO kablam! | |_^ Oct 13 04:39:08.432 INFO kablam! Oct 13 04:39:08.432 INFO kablam! warning: function is never used: `check_not_adjecent` Oct 13 04:39:08.432 INFO kablam! --> src/rules.rs:36:1 Oct 13 04:39:08.432 INFO kablam! | Oct 13 04:39:08.432 INFO kablam! 36 | fn check_not_adjecent(board: &TileMap, coordinate: &Coordinate) -> Option { Oct 13 04:39:08.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:39:08.432 INFO kablam! Oct 13 04:39:08.710 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.61s Oct 13 04:39:08.712 INFO kablam! su: No module specific data is present Oct 13 04:39:09.338 INFO running `"docker" "rm" "-f" "c33d46831218387013c416fcd45f4486de3de166606260fb0e508ab227eaaf4b"` Oct 13 04:39:09.587 INFO blam! c33d46831218387013c416fcd45f4486de3de166606260fb0e508ab227eaaf4b Oct 13 04:39:09.592 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13 04:39:10.023 INFO blam! d425667a8b9a0f227a4becec8b5934ae0f49e8bb6cbb8e74c16ae8fa03715b26 Oct 13 04:39:10.039 INFO running `"docker" "start" "-a" "d425667a8b9a0f227a4becec8b5934ae0f49e8bb6cbb8e74c16ae8fa03715b26"` Oct 13 04:39:11.180 INFO kablam! usermod: no changes Oct 13 04:39:11.231 INFO kablam! Compiling rustassonne v0.1.0 (/source) Oct 13 04:39:11.627 INFO kablam! warning: unused import: `::*` Oct 13 04:39:11.627 INFO kablam! --> src/models/mod.rs:7:5 Oct 13 04:39:11.627 INFO kablam! | Oct 13 04:39:11.627 INFO kablam! 7 | use ::*; Oct 13 04:39:11.627 INFO kablam! | ^^^ Oct 13 04:39:11.627 INFO kablam! | Oct 13 04:39:11.627 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:39:11.627 INFO kablam! Oct 13 04:39:11.779 INFO kablam! warning: unused variable: `tile` Oct 13 04:39:11.779 INFO kablam! --> src/rules.rs:9:31 Oct 13 04:39:11.779 INFO kablam! | Oct 13 04:39:11.779 INFO kablam! 9 | pub fn check(board: &TileMap, tile: &Tile, coordinate: &Coordinate, orientation: &Orientation) -> Result<(), Vec> { Oct 13 04:39:11.779 INFO kablam! | ^^^^ help: consider using `_tile` instead Oct 13 04:39:11.779 INFO kablam! | Oct 13 04:39:11.779 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:39:11.779 INFO kablam! Oct 13 04:39:11.779 INFO kablam! warning: unused variable: `orientation` Oct 13 04:39:11.779 INFO kablam! --> src/rules.rs:9:69 Oct 13 04:39:11.779 INFO kablam! | Oct 13 04:39:11.779 INFO kablam! 9 | pub fn check(board: &TileMap, tile: &Tile, coordinate: &Coordinate, orientation: &Orientation) -> Result<(), Vec> { Oct 13 04:39:11.779 INFO kablam! | ^^^^^^^^^^^ help: consider using `_orientation` instead Oct 13 04:39:11.779 INFO kablam! Oct 13 04:39:11.815 INFO kablam! warning: variant is never constructed: `City` Oct 13 04:39:11.815 INFO kablam! --> src/models/feature.rs:8:5 Oct 13 04:39:11.815 INFO kablam! | Oct 13 04:39:11.815 INFO kablam! 8 | / City { Oct 13 04:39:11.815 INFO kablam! 9 | | badge: bool, Oct 13 04:39:11.815 INFO kablam! 10 | | connections: HashSet, Oct 13 04:39:11.815 INFO kablam! 11 | | }, Oct 13 04:39:11.815 INFO kablam! | |_____^ Oct 13 04:39:11.815 INFO kablam! | Oct 13 04:39:11.815 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:39:11.815 INFO kablam! Oct 13 04:39:11.815 INFO kablam! warning: variant is never constructed: `Field` Oct 13 04:39:11.815 INFO kablam! --> src/models/feature.rs:12:5 Oct 13 04:39:11.815 INFO kablam! | Oct 13 04:39:11.815 INFO kablam! 12 | Field { connections: HashSet }, Oct 13 04:39:11.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:39:11.815 INFO kablam! Oct 13 04:39:11.815 INFO kablam! warning: variant is never constructed: `Monastery` Oct 13 04:39:11.815 INFO kablam! --> src/models/feature.rs:13:5 Oct 13 04:39:11.815 INFO kablam! | Oct 13 04:39:11.815 INFO kablam! 13 | Monastery, Oct 13 04:39:11.815 INFO kablam! | ^^^^^^^^^ Oct 13 04:39:11.815 INFO kablam! Oct 13 04:39:11.815 INFO kablam! warning: variant is never constructed: `Road` Oct 13 04:39:11.815 INFO kablam! --> src/models/feature.rs:14:5 Oct 13 04:39:11.815 INFO kablam! | Oct 13 04:39:11.815 INFO kablam! 14 | Road { connections: HashSet }, Oct 13 04:39:11.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:39:11.815 INFO kablam! Oct 13 04:39:11.815 INFO kablam! warning: variant is never constructed: `Right` Oct 13 04:39:11.815 INFO kablam! --> src/models/orientation.rs:4:5 Oct 13 04:39:11.815 INFO kablam! | Oct 13 04:39:11.815 INFO kablam! 4 | Right, Oct 13 04:39:11.815 INFO kablam! | ^^^^^ Oct 13 04:39:11.815 INFO kablam! Oct 13 04:39:11.815 INFO kablam! warning: variant is never constructed: `Down` Oct 13 04:39:11.815 INFO kablam! --> src/models/orientation.rs:5:5 Oct 13 04:39:11.815 INFO kablam! | Oct 13 04:39:11.815 INFO kablam! 5 | Down, Oct 13 04:39:11.816 INFO kablam! | ^^^^ Oct 13 04:39:11.816 INFO kablam! Oct 13 04:39:11.816 INFO kablam! warning: variant is never constructed: `Left` Oct 13 04:39:11.816 INFO kablam! --> src/models/orientation.rs:6:5 Oct 13 04:39:11.816 INFO kablam! | Oct 13 04:39:11.816 INFO kablam! 6 | Left, Oct 13 04:39:11.816 INFO kablam! | ^^^^ Oct 13 04:39:11.816 INFO kablam! Oct 13 04:39:13.103 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.89s Oct 13 04:39:13.107 INFO kablam! su: No module specific data is present Oct 13 04:39:13.983 INFO running `"docker" "rm" "-f" "d425667a8b9a0f227a4becec8b5934ae0f49e8bb6cbb8e74c16ae8fa03715b26"` Oct 13 04:39:14.271 INFO blam! d425667a8b9a0f227a4becec8b5934ae0f49e8bb6cbb8e74c16ae8fa03715b26 Oct 13 04:39:14.276 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13 04:39:14.727 INFO blam! 399668226ad4959627cbe4d0623ac404bb506d6e621969f8123f57c56e075078 Oct 13 04:39:14.731 INFO running `"docker" "start" "-a" "399668226ad4959627cbe4d0623ac404bb506d6e621969f8123f57c56e075078"` Oct 13 04:39:16.414 INFO kablam! usermod: no changes Oct 13 04:39:16.451 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 13 04:39:16.451 INFO kablam! Running /target/debug/deps/rustassonne-99824aecf462ebd5 Oct 13 04:39:16.451 INFO kablam! su: No module specific data is present Oct 13 04:39:16.451 INFO blam! Oct 13 04:39:16.451 INFO blam! running 11 tests Oct 13 04:39:16.451 INFO blam! test engine::test::test_cannot_place_on_center ... ok Oct 13 04:39:16.451 INFO blam! test engine::test::test_can_place_tile ... ok Oct 13 04:39:16.451 INFO blam! test engine::test::test_can_place_next_tile ... ok Oct 13 04:39:16.451 INFO blam! test engine::test::test_tile_exists_in_tiles_after_place ... ok Oct 13 04:39:16.451 INFO blam! test rules::test::test_rule_can_place_next_to_tile ... ok Oct 13 04:39:16.451 INFO blam! test rules::test::test_rule_cannot_place_tiles_in_same_location ... ok Oct 13 04:39:16.451 INFO blam! test engine::test::test_coord_exists_in_tiles_after_place_next ... ok Oct 13 04:39:16.451 INFO blam! test rules::test::test_rule_cannot_place_with_a_gap ... ok Oct 13 04:39:16.451 INFO blam! test engine::test::test_placing_not_adjectent_returns_error ... ok Oct 13 04:39:16.451 INFO blam! test engine::test::test_new_only_has_single_tile ... ok Oct 13 04:39:16.451 INFO blam! test engine::test::test_new_has_center_tile ... ok Oct 13 04:39:16.451 INFO blam! Oct 13 04:39:16.451 INFO blam! test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:39:16.451 INFO blam! Oct 13 04:39:17.699 INFO running `"docker" "rm" "-f" "399668226ad4959627cbe4d0623ac404bb506d6e621969f8123f57c56e075078"` Oct 13 04:39:17.999 INFO blam! 399668226ad4959627cbe4d0623ac404bb506d6e621969f8123f57c56e075078