Oct 10 17:06:34.211 INFO testing overengineering/rustassonne against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:06:34.211 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:06:34.213 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:06:34.728 INFO blam! 0ae557d2816748ef9494c7c3d18adc39a4ba1989c7aa1c2e8d48dcc4354380f0 Oct 10 17:06:34.740 INFO running `"docker" "start" "-a" "0ae557d2816748ef9494c7c3d18adc39a4ba1989c7aa1c2e8d48dcc4354380f0"` Oct 10 17:06:35.502 INFO kablam! usermod: no changes Oct 10 17:06:35.528 INFO kablam! Compiling rustassonne v0.1.0 (/source) Oct 10 17:06:35.916 INFO kablam! warning: unused import: `::*` Oct 10 17:06:35.916 INFO kablam! --> src/models/mod.rs:7:5 Oct 10 17:06:35.916 INFO kablam! | Oct 10 17:06:35.916 INFO kablam! 7 | use ::*; Oct 10 17:06:35.916 INFO kablam! | ^^^ Oct 10 17:06:35.916 INFO kablam! | Oct 10 17:06:35.916 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:06:35.916 INFO kablam! Oct 10 17:06:35.916 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 10 17:06:35.916 INFO kablam! --> src/rules.rs:1:5 Oct 10 17:06:35.916 INFO kablam! | Oct 10 17:06:35.916 INFO kablam! 1 | use std::collections::HashMap; Oct 10 17:06:35.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:06:35.916 INFO kablam! Oct 10 17:06:36.019 INFO kablam! warning: unused variable: `tile` Oct 10 17:06:36.019 INFO kablam! --> src/rules.rs:9:31 Oct 10 17:06:36.019 INFO kablam! | Oct 10 17:06:36.019 INFO kablam! 9 | pub fn check(board: &TileMap, tile: &Tile, coordinate: &Coordinate, orientation: &Orientation) -> Result<(), Vec> { Oct 10 17:06:36.019 INFO kablam! | ^^^^ help: consider using `_tile` instead Oct 10 17:06:36.019 INFO kablam! | Oct 10 17:06:36.019 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:06:36.019 INFO kablam! Oct 10 17:06:36.019 INFO kablam! warning: unused variable: `orientation` Oct 10 17:06:36.019 INFO kablam! --> src/rules.rs:9:69 Oct 10 17:06:36.019 INFO kablam! | Oct 10 17:06:36.019 INFO kablam! 9 | pub fn check(board: &TileMap, tile: &Tile, coordinate: &Coordinate, orientation: &Orientation) -> Result<(), Vec> { Oct 10 17:06:36.019 INFO kablam! | ^^^^^^^^^^^ help: consider using `_orientation` instead Oct 10 17:06:36.019 INFO kablam! Oct 10 17:06:36.044 INFO kablam! warning: variant is never constructed: `City` Oct 10 17:06:36.044 INFO kablam! --> src/models/feature.rs:8:5 Oct 10 17:06:36.044 INFO kablam! | Oct 10 17:06:36.044 INFO kablam! 8 | / City { Oct 10 17:06:36.044 INFO kablam! 9 | | badge: bool, Oct 10 17:06:36.044 INFO kablam! 10 | | connections: HashSet, Oct 10 17:06:36.044 INFO kablam! 11 | | }, Oct 10 17:06:36.044 INFO kablam! | |_____^ Oct 10 17:06:36.044 INFO kablam! | Oct 10 17:06:36.044 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:06:36.044 INFO kablam! Oct 10 17:06:36.044 INFO kablam! warning: variant is never constructed: `Field` Oct 10 17:06:36.044 INFO kablam! --> src/models/feature.rs:12:5 Oct 10 17:06:36.044 INFO kablam! | Oct 10 17:06:36.044 INFO kablam! 12 | Field { connections: HashSet }, Oct 10 17:06:36.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:06:36.044 INFO kablam! Oct 10 17:06:36.044 INFO kablam! warning: variant is never constructed: `Monastery` Oct 10 17:06:36.044 INFO kablam! --> src/models/feature.rs:13:5 Oct 10 17:06:36.044 INFO kablam! | Oct 10 17:06:36.044 INFO kablam! 13 | Monastery, Oct 10 17:06:36.044 INFO kablam! | ^^^^^^^^^ Oct 10 17:06:36.044 INFO kablam! Oct 10 17:06:36.044 INFO kablam! warning: variant is never constructed: `Road` Oct 10 17:06:36.044 INFO kablam! --> src/models/feature.rs:14:5 Oct 10 17:06:36.044 INFO kablam! | Oct 10 17:06:36.044 INFO kablam! 14 | Road { connections: HashSet }, Oct 10 17:06:36.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:06:36.044 INFO kablam! Oct 10 17:06:36.044 INFO kablam! warning: method is never used: `new` Oct 10 17:06:36.044 INFO kablam! --> src/models/tile.rs:10:5 Oct 10 17:06:36.044 INFO kablam! | Oct 10 17:06:36.044 INFO kablam! 10 | pub fn new() -> Self{ Oct 10 17:06:36.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 17:06:36.044 INFO kablam! Oct 10 17:06:36.044 INFO kablam! warning: variant is never constructed: `Up` Oct 10 17:06:36.044 INFO kablam! --> src/models/orientation.rs:3:5 Oct 10 17:06:36.044 INFO kablam! | Oct 10 17:06:36.044 INFO kablam! 3 | Up, Oct 10 17:06:36.045 INFO kablam! | ^^ Oct 10 17:06:36.045 INFO kablam! Oct 10 17:06:36.045 INFO kablam! warning: variant is never constructed: `Right` Oct 10 17:06:36.045 INFO kablam! --> src/models/orientation.rs:4:5 Oct 10 17:06:36.045 INFO kablam! | Oct 10 17:06:36.045 INFO kablam! 4 | Right, Oct 10 17:06:36.045 INFO kablam! | ^^^^^ Oct 10 17:06:36.045 INFO kablam! Oct 10 17:06:36.045 INFO kablam! warning: variant is never constructed: `Down` Oct 10 17:06:36.045 INFO kablam! --> src/models/orientation.rs:5:5 Oct 10 17:06:36.045 INFO kablam! | Oct 10 17:06:36.045 INFO kablam! 5 | Down, Oct 10 17:06:36.045 INFO kablam! | ^^^^ Oct 10 17:06:36.045 INFO kablam! Oct 10 17:06:36.045 INFO kablam! warning: variant is never constructed: `Left` Oct 10 17:06:36.045 INFO kablam! --> src/models/orientation.rs:6:5 Oct 10 17:06:36.045 INFO kablam! | Oct 10 17:06:36.045 INFO kablam! 6 | Left, Oct 10 17:06:36.045 INFO kablam! | ^^^^ Oct 10 17:06:36.045 INFO kablam! Oct 10 17:06:36.045 INFO kablam! warning: type alias is never used: `Result` Oct 10 17:06:36.045 INFO kablam! --> src/engine.rs:12:1 Oct 10 17:06:36.045 INFO kablam! | Oct 10 17:06:36.045 INFO kablam! 12 | type Result = ::std::result::Result>; Oct 10 17:06:36.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:06:36.045 INFO kablam! Oct 10 17:06:36.045 INFO kablam! warning: method is never used: `new` Oct 10 17:06:36.045 INFO kablam! --> src/engine.rs:22:5 Oct 10 17:06:36.045 INFO kablam! | Oct 10 17:06:36.045 INFO kablam! 22 | pub fn new() -> Self { Oct 10 17:06:36.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 17:06:36.045 INFO kablam! Oct 10 17:06:36.045 INFO kablam! warning: method is never used: `get_tiles` Oct 10 17:06:36.045 INFO kablam! --> src/engine.rs:31:5 Oct 10 17:06:36.045 INFO kablam! | Oct 10 17:06:36.045 INFO kablam! 31 | pub fn get_tiles(&self) -> &TileMap { Oct 10 17:06:36.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:06:36.045 INFO kablam! Oct 10 17:06:36.045 INFO kablam! warning: method is never used: `place_next` Oct 10 17:06:36.045 INFO kablam! --> src/engine.rs:35:5 Oct 10 17:06:36.045 INFO kablam! | Oct 10 17:06:36.045 INFO kablam! 35 | / pub fn place_next>(&self, Oct 10 17:06:36.045 INFO kablam! 36 | | coordinate: T, Oct 10 17:06:36.045 INFO kablam! 37 | | orientation: Orientation) Oct 10 17:06:36.045 INFO kablam! 38 | | -> Result { Oct 10 17:06:36.045 INFO kablam! ... | Oct 10 17:06:36.045 INFO kablam! 41 | | self.place(next_tile, coordinate, orientation) Oct 10 17:06:36.045 INFO kablam! 42 | | } Oct 10 17:06:36.045 INFO kablam! | |_____^ Oct 10 17:06:36.045 INFO kablam! Oct 10 17:06:36.045 INFO kablam! warning: method is never used: `place` Oct 10 17:06:36.045 INFO kablam! --> src/engine.rs:44:5 Oct 10 17:06:36.045 INFO kablam! | Oct 10 17:06:36.045 INFO kablam! 44 | / fn place>(&self, Oct 10 17:06:36.045 INFO kablam! 45 | | tile: Tile, Oct 10 17:06:36.045 INFO kablam! 46 | | coordinate: T, Oct 10 17:06:36.045 INFO kablam! 47 | | orientation: Orientation) Oct 10 17:06:36.045 INFO kablam! ... | Oct 10 17:06:36.045 INFO kablam! 61 | | Ok(new_engine) Oct 10 17:06:36.045 INFO kablam! 62 | | } Oct 10 17:06:36.045 INFO kablam! | |_____^ Oct 10 17:06:36.045 INFO kablam! Oct 10 17:06:36.045 INFO kablam! warning: variant is never constructed: `NotAdjacent` Oct 10 17:06:36.045 INFO kablam! --> src/placement_error.rs:3:5 Oct 10 17:06:36.045 INFO kablam! | Oct 10 17:06:36.045 INFO kablam! 3 | NotAdjacent, Oct 10 17:06:36.045 INFO kablam! | ^^^^^^^^^^^ Oct 10 17:06:36.045 INFO kablam! Oct 10 17:06:36.045 INFO kablam! warning: variant is never constructed: `TileAlreadyAtCoordinate` Oct 10 17:06:36.045 INFO kablam! --> src/placement_error.rs:4:5 Oct 10 17:06:36.045 INFO kablam! | Oct 10 17:06:36.045 INFO kablam! 4 | TileAlreadyAtCoordinate, Oct 10 17:06:36.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:06:36.046 INFO kablam! Oct 10 17:06:36.046 INFO kablam! warning: function is never used: `check` Oct 10 17:06:36.046 INFO kablam! --> src/rules.rs:9:1 Oct 10 17:06:36.046 INFO kablam! | Oct 10 17:06:36.046 INFO kablam! 9 | pub fn check(board: &TileMap, tile: &Tile, coordinate: &Coordinate, orientation: &Orientation) -> Result<(), Vec> { Oct 10 17:06:36.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:06:36.046 INFO kablam! Oct 10 17:06:36.046 INFO kablam! warning: function is never used: `check_tile_already_at_coordinate` Oct 10 17:06:36.046 INFO kablam! --> src/rules.rs:26:1 Oct 10 17:06:36.046 INFO kablam! | Oct 10 17:06:36.046 INFO kablam! 26 | / fn check_tile_already_at_coordinate(board: &TileMap, Oct 10 17:06:36.046 INFO kablam! 27 | | coordinate: &Coordinate) Oct 10 17:06:36.046 INFO kablam! 28 | | -> Option { Oct 10 17:06:36.046 INFO kablam! 29 | | if board.contains_key(&coordinate) { Oct 10 17:06:36.046 INFO kablam! ... | Oct 10 17:06:36.046 INFO kablam! 33 | | None Oct 10 17:06:36.046 INFO kablam! 34 | | } Oct 10 17:06:36.046 INFO kablam! | |_^ Oct 10 17:06:36.046 INFO kablam! Oct 10 17:06:36.046 INFO kablam! warning: function is never used: `check_not_adjecent` Oct 10 17:06:36.046 INFO kablam! --> src/rules.rs:36:1 Oct 10 17:06:36.046 INFO kablam! | Oct 10 17:06:36.046 INFO kablam! 36 | fn check_not_adjecent(board: &TileMap, coordinate: &Coordinate) -> Option { Oct 10 17:06:36.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:06:36.046 INFO kablam! Oct 10 17:06:36.391 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.87s Oct 10 17:06:36.393 INFO kablam! su: No module specific data is present Oct 10 17:06:36.712 INFO running `"docker" "rm" "-f" "0ae557d2816748ef9494c7c3d18adc39a4ba1989c7aa1c2e8d48dcc4354380f0"` Oct 10 17:06:36.828 INFO blam! 0ae557d2816748ef9494c7c3d18adc39a4ba1989c7aa1c2e8d48dcc4354380f0 Oct 10 17:06:36.830 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 17:06:36.831 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:06:37.059 INFO blam! c3bfd3249fe2d015642f748764a04e0be364cbe527fd23b1d35e688d17743d99 Oct 10 17:06:37.093 INFO running `"docker" "start" "-a" "c3bfd3249fe2d015642f748764a04e0be364cbe527fd23b1d35e688d17743d99"` Oct 10 17:06:37.491 INFO kablam! usermod: no changes Oct 10 17:06:37.510 INFO kablam! Compiling rustassonne v0.1.0 (/source) Oct 10 17:06:37.992 INFO kablam! warning: unused import: `::*` Oct 10 17:06:37.992 INFO kablam! --> src/models/mod.rs:7:5 Oct 10 17:06:37.992 INFO kablam! | Oct 10 17:06:37.992 INFO kablam! 7 | use ::*; Oct 10 17:06:37.992 INFO kablam! | ^^^ Oct 10 17:06:37.992 INFO kablam! | Oct 10 17:06:37.992 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:06:37.992 INFO kablam! Oct 10 17:06:38.095 INFO kablam! warning: unused variable: `tile` Oct 10 17:06:38.096 INFO kablam! --> src/rules.rs:9:31 Oct 10 17:06:38.096 INFO kablam! | Oct 10 17:06:38.096 INFO kablam! 9 | pub fn check(board: &TileMap, tile: &Tile, coordinate: &Coordinate, orientation: &Orientation) -> Result<(), Vec> { Oct 10 17:06:38.096 INFO kablam! | ^^^^ help: consider using `_tile` instead Oct 10 17:06:38.096 INFO kablam! | Oct 10 17:06:38.096 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:06:38.096 INFO kablam! Oct 10 17:06:38.096 INFO kablam! warning: unused variable: `orientation` Oct 10 17:06:38.096 INFO kablam! --> src/rules.rs:9:69 Oct 10 17:06:38.096 INFO kablam! | Oct 10 17:06:38.096 INFO kablam! 9 | pub fn check(board: &TileMap, tile: &Tile, coordinate: &Coordinate, orientation: &Orientation) -> Result<(), Vec> { Oct 10 17:06:38.096 INFO kablam! | ^^^^^^^^^^^ help: consider using `_orientation` instead Oct 10 17:06:38.096 INFO kablam! Oct 10 17:06:38.128 INFO kablam! warning: variant is never constructed: `City` Oct 10 17:06:38.128 INFO kablam! --> src/models/feature.rs:8:5 Oct 10 17:06:38.128 INFO kablam! | Oct 10 17:06:38.128 INFO kablam! 8 | / City { Oct 10 17:06:38.128 INFO kablam! 9 | | badge: bool, Oct 10 17:06:38.128 INFO kablam! 10 | | connections: HashSet, Oct 10 17:06:38.128 INFO kablam! 11 | | }, Oct 10 17:06:38.128 INFO kablam! | |_____^ Oct 10 17:06:38.128 INFO kablam! | Oct 10 17:06:38.128 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:06:38.128 INFO kablam! Oct 10 17:06:38.128 INFO kablam! warning: variant is never constructed: `Field` Oct 10 17:06:38.128 INFO kablam! --> src/models/feature.rs:12:5 Oct 10 17:06:38.128 INFO kablam! | Oct 10 17:06:38.128 INFO kablam! 12 | Field { connections: HashSet }, Oct 10 17:06:38.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:06:38.128 INFO kablam! Oct 10 17:06:38.128 INFO kablam! warning: variant is never constructed: `Monastery` Oct 10 17:06:38.128 INFO kablam! --> src/models/feature.rs:13:5 Oct 10 17:06:38.128 INFO kablam! | Oct 10 17:06:38.128 INFO kablam! 13 | Monastery, Oct 10 17:06:38.128 INFO kablam! | ^^^^^^^^^ Oct 10 17:06:38.128 INFO kablam! Oct 10 17:06:38.128 INFO kablam! warning: variant is never constructed: `Road` Oct 10 17:06:38.128 INFO kablam! --> src/models/feature.rs:14:5 Oct 10 17:06:38.128 INFO kablam! | Oct 10 17:06:38.128 INFO kablam! 14 | Road { connections: HashSet }, Oct 10 17:06:38.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:06:38.128 INFO kablam! Oct 10 17:06:38.128 INFO kablam! warning: variant is never constructed: `Right` Oct 10 17:06:38.128 INFO kablam! --> src/models/orientation.rs:4:5 Oct 10 17:06:38.128 INFO kablam! | Oct 10 17:06:38.128 INFO kablam! 4 | Right, Oct 10 17:06:38.128 INFO kablam! | ^^^^^ Oct 10 17:06:38.128 INFO kablam! Oct 10 17:06:38.128 INFO kablam! warning: variant is never constructed: `Down` Oct 10 17:06:38.128 INFO kablam! --> src/models/orientation.rs:5:5 Oct 10 17:06:38.128 INFO kablam! | Oct 10 17:06:38.128 INFO kablam! 5 | Down, Oct 10 17:06:38.128 INFO kablam! | ^^^^ Oct 10 17:06:38.128 INFO kablam! Oct 10 17:06:38.128 INFO kablam! warning: variant is never constructed: `Left` Oct 10 17:06:38.128 INFO kablam! --> src/models/orientation.rs:6:5 Oct 10 17:06:38.128 INFO kablam! | Oct 10 17:06:38.128 INFO kablam! 6 | Left, Oct 10 17:06:38.128 INFO kablam! | ^^^^ Oct 10 17:06:38.128 INFO kablam! Oct 10 17:06:38.988 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.48s Oct 10 17:06:38.990 INFO kablam! su: No module specific data is present Oct 10 17:06:39.265 INFO running `"docker" "rm" "-f" "c3bfd3249fe2d015642f748764a04e0be364cbe527fd23b1d35e688d17743d99"` Oct 10 17:06:39.374 INFO blam! c3bfd3249fe2d015642f748764a04e0be364cbe527fd23b1d35e688d17743d99 Oct 10 17:06:39.377 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 17:06:39.383 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:06:39.573 INFO blam! 6e4a6bbea32acc9a3ea36a17b55bb8cfa292dc7269c30eff7b99f1075201a4da Oct 10 17:06:39.577 INFO running `"docker" "start" "-a" "6e4a6bbea32acc9a3ea36a17b55bb8cfa292dc7269c30eff7b99f1075201a4da"` Oct 10 17:06:40.348 INFO kablam! usermod: no changes Oct 10 17:06:40.387 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 17:06:40.387 INFO kablam! Running /target/debug/deps/rustassonne-c7f1d980df2eb10b Oct 10 17:06:40.396 INFO blam! Oct 10 17:06:40.396 INFO blam! running 11 tests Oct 10 17:06:40.432 INFO blam! test engine::test::test_cannot_place_on_center ... ok Oct 10 17:06:40.432 INFO blam! test engine::test::test_can_place_next_tile ... ok Oct 10 17:06:40.432 INFO blam! test engine::test::test_coord_exists_in_tiles_after_place_next ... ok Oct 10 17:06:40.432 INFO blam! test rules::test::test_rule_cannot_place_tiles_in_same_location ... ok Oct 10 17:06:40.432 INFO blam! test engine::test::test_new_only_has_single_tile ... ok Oct 10 17:06:40.432 INFO blam! test engine::test::test_placing_not_adjectent_returns_error ... ok Oct 10 17:06:40.432 INFO blam! test engine::test::test_new_has_center_tile ... ok Oct 10 17:06:40.432 INFO blam! test engine::test::test_tile_exists_in_tiles_after_place ... ok Oct 10 17:06:40.432 INFO blam! test rules::test::test_rule_can_place_next_to_tile ... ok Oct 10 17:06:40.432 INFO blam! test engine::test::test_can_place_tile ... ok Oct 10 17:06:40.432 INFO blam! test rules::test::test_rule_cannot_place_with_a_gap ... ok Oct 10 17:06:40.435 INFO blam! Oct 10 17:06:40.435 INFO blam! test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:06:40.435 INFO blam! Oct 10 17:06:40.440 INFO kablam! su: No module specific data is present Oct 10 17:06:41.802 INFO running `"docker" "rm" "-f" "6e4a6bbea32acc9a3ea36a17b55bb8cfa292dc7269c30eff7b99f1075201a4da"` Oct 10 17:06:41.980 INFO blam! 6e4a6bbea32acc9a3ea36a17b55bb8cfa292dc7269c30eff7b99f1075201a4da