Oct 13 04:39:10.989 INFO testing overengineering/rustassonne against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 04:39:10.989 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 04:39:11.359 INFO blam! 95c04ef876254b5dff00e5e9022cbd8fa7fe13b291e10954397e17906e4bbec6 Oct 13 04:39:11.367 INFO running `"docker" "start" "-a" "95c04ef876254b5dff00e5e9022cbd8fa7fe13b291e10954397e17906e4bbec6"` Oct 13 04:39:12.479 INFO kablam! usermod: no changes Oct 13 04:39:12.531 INFO kablam! Compiling rustassonne v0.1.0 (/source) Oct 13 04:39:12.935 INFO kablam! warning: unused import: `::*` Oct 13 04:39:12.935 INFO kablam! --> src/models/mod.rs:7:5 Oct 13 04:39:12.935 INFO kablam! | Oct 13 04:39:12.935 INFO kablam! 7 | use ::*; Oct 13 04:39:12.935 INFO kablam! | ^^^ Oct 13 04:39:12.935 INFO kablam! | Oct 13 04:39:12.935 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:39:12.935 INFO kablam! Oct 13 04:39:12.935 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 13 04:39:12.935 INFO kablam! --> src/rules.rs:1:5 Oct 13 04:39:12.935 INFO kablam! | Oct 13 04:39:12.935 INFO kablam! 1 | use std::collections::HashMap; Oct 13 04:39:12.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:39:12.935 INFO kablam! Oct 13 04:39:13.035 INFO kablam! warning: unused variable: `tile` Oct 13 04:39:13.035 INFO kablam! --> src/rules.rs:9:31 Oct 13 04:39:13.035 INFO kablam! | Oct 13 04:39:13.035 INFO kablam! 9 | pub fn check(board: &TileMap, tile: &Tile, coordinate: &Coordinate, orientation: &Orientation) -> Result<(), Vec> { Oct 13 04:39:13.035 INFO kablam! | ^^^^ help: consider using `_tile` instead Oct 13 04:39:13.035 INFO kablam! | Oct 13 04:39:13.035 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:39:13.035 INFO kablam! Oct 13 04:39:13.035 INFO kablam! warning: unused variable: `orientation` Oct 13 04:39:13.036 INFO kablam! --> src/rules.rs:9:69 Oct 13 04:39:13.036 INFO kablam! | Oct 13 04:39:13.036 INFO kablam! 9 | pub fn check(board: &TileMap, tile: &Tile, coordinate: &Coordinate, orientation: &Orientation) -> Result<(), Vec> { Oct 13 04:39:13.036 INFO kablam! | ^^^^^^^^^^^ help: consider using `_orientation` instead Oct 13 04:39:13.036 INFO kablam! Oct 13 04:39:13.060 INFO kablam! warning: variant is never constructed: `City` Oct 13 04:39:13.060 INFO kablam! --> src/models/feature.rs:8:5 Oct 13 04:39:13.061 INFO kablam! | Oct 13 04:39:13.061 INFO kablam! 8 | / City { Oct 13 04:39:13.061 INFO kablam! 9 | | badge: bool, Oct 13 04:39:13.061 INFO kablam! 10 | | connections: HashSet, Oct 13 04:39:13.062 INFO kablam! 11 | | }, Oct 13 04:39:13.062 INFO kablam! | |_____^ Oct 13 04:39:13.062 INFO kablam! | Oct 13 04:39:13.062 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:39:13.063 INFO kablam! Oct 13 04:39:13.064 INFO kablam! warning: variant is never constructed: `Field` Oct 13 04:39:13.065 INFO kablam! --> src/models/feature.rs:12:5 Oct 13 04:39:13.065 INFO kablam! | Oct 13 04:39:13.065 INFO kablam! 12 | Field { connections: HashSet }, Oct 13 04:39:13.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:39:13.065 INFO kablam! Oct 13 04:39:13.065 INFO kablam! warning: variant is never constructed: `Monastery` Oct 13 04:39:13.065 INFO kablam! --> src/models/feature.rs:13:5 Oct 13 04:39:13.065 INFO kablam! | Oct 13 04:39:13.065 INFO kablam! 13 | Monastery, Oct 13 04:39:13.065 INFO kablam! | ^^^^^^^^^ Oct 13 04:39:13.066 INFO kablam! Oct 13 04:39:13.066 INFO kablam! warning: variant is never constructed: `Road` Oct 13 04:39:13.066 INFO kablam! --> src/models/feature.rs:14:5 Oct 13 04:39:13.066 INFO kablam! | Oct 13 04:39:13.066 INFO kablam! 14 | Road { connections: HashSet }, Oct 13 04:39:13.066 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:39:13.066 INFO kablam! Oct 13 04:39:13.066 INFO kablam! warning: method is never used: `new` Oct 13 04:39:13.066 INFO kablam! --> src/models/tile.rs:10:5 Oct 13 04:39:13.066 INFO kablam! | Oct 13 04:39:13.066 INFO kablam! 10 | pub fn new() -> Self{ Oct 13 04:39:13.066 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 04:39:13.066 INFO kablam! Oct 13 04:39:13.066 INFO kablam! warning: variant is never constructed: `Up` Oct 13 04:39:13.066 INFO kablam! --> src/models/orientation.rs:3:5 Oct 13 04:39:13.066 INFO kablam! | Oct 13 04:39:13.066 INFO kablam! 3 | Up, Oct 13 04:39:13.066 INFO kablam! | ^^ Oct 13 04:39:13.066 INFO kablam! Oct 13 04:39:13.066 INFO kablam! warning: variant is never constructed: `Right` Oct 13 04:39:13.066 INFO kablam! --> src/models/orientation.rs:4:5 Oct 13 04:39:13.066 INFO kablam! | Oct 13 04:39:13.066 INFO kablam! 4 | Right, Oct 13 04:39:13.067 INFO kablam! | ^^^^^ Oct 13 04:39:13.067 INFO kablam! Oct 13 04:39:13.067 INFO kablam! warning: variant is never constructed: `Down` Oct 13 04:39:13.067 INFO kablam! --> src/models/orientation.rs:5:5 Oct 13 04:39:13.067 INFO kablam! | Oct 13 04:39:13.067 INFO kablam! 5 | Down, Oct 13 04:39:13.067 INFO kablam! | ^^^^ Oct 13 04:39:13.067 INFO kablam! Oct 13 04:39:13.067 INFO kablam! warning: variant is never constructed: `Left` Oct 13 04:39:13.067 INFO kablam! --> src/models/orientation.rs:6:5 Oct 13 04:39:13.067 INFO kablam! | Oct 13 04:39:13.067 INFO kablam! 6 | Left, Oct 13 04:39:13.068 INFO kablam! | ^^^^ Oct 13 04:39:13.068 INFO kablam! Oct 13 04:39:13.068 INFO kablam! warning: type alias is never used: `Result` Oct 13 04:39:13.068 INFO kablam! --> src/engine.rs:12:1 Oct 13 04:39:13.068 INFO kablam! | Oct 13 04:39:13.068 INFO kablam! 12 | type Result = ::std::result::Result>; Oct 13 04:39:13.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:39:13.068 INFO kablam! Oct 13 04:39:13.068 INFO kablam! warning: method is never used: `new` Oct 13 04:39:13.068 INFO kablam! --> src/engine.rs:22:5 Oct 13 04:39:13.068 INFO kablam! | Oct 13 04:39:13.068 INFO kablam! 22 | pub fn new() -> Self { Oct 13 04:39:13.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 04:39:13.068 INFO kablam! Oct 13 04:39:13.068 INFO kablam! warning: method is never used: `get_tiles` Oct 13 04:39:13.068 INFO kablam! --> src/engine.rs:31:5 Oct 13 04:39:13.068 INFO kablam! | Oct 13 04:39:13.068 INFO kablam! 31 | pub fn get_tiles(&self) -> &TileMap { Oct 13 04:39:13.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:39:13.068 INFO kablam! Oct 13 04:39:13.068 INFO kablam! warning: method is never used: `place_next` Oct 13 04:39:13.068 INFO kablam! --> src/engine.rs:35:5 Oct 13 04:39:13.068 INFO kablam! | Oct 13 04:39:13.068 INFO kablam! 35 | / pub fn place_next>(&self, Oct 13 04:39:13.069 INFO kablam! 36 | | coordinate: T, Oct 13 04:39:13.069 INFO kablam! 37 | | orientation: Orientation) Oct 13 04:39:13.069 INFO kablam! 38 | | -> Result { Oct 13 04:39:13.069 INFO kablam! ... | Oct 13 04:39:13.069 INFO kablam! 41 | | self.place(next_tile, coordinate, orientation) Oct 13 04:39:13.069 INFO kablam! 42 | | } Oct 13 04:39:13.069 INFO kablam! | |_____^ Oct 13 04:39:13.069 INFO kablam! Oct 13 04:39:13.069 INFO kablam! warning: method is never used: `place` Oct 13 04:39:13.069 INFO kablam! --> src/engine.rs:44:5 Oct 13 04:39:13.069 INFO kablam! | Oct 13 04:39:13.069 INFO kablam! 44 | / fn place>(&self, Oct 13 04:39:13.069 INFO kablam! 45 | | tile: Tile, Oct 13 04:39:13.069 INFO kablam! 46 | | coordinate: T, Oct 13 04:39:13.069 INFO kablam! 47 | | orientation: Orientation) Oct 13 04:39:13.069 INFO kablam! ... | Oct 13 04:39:13.069 INFO kablam! 61 | | Ok(new_engine) Oct 13 04:39:13.069 INFO kablam! 62 | | } Oct 13 04:39:13.069 INFO kablam! | |_____^ Oct 13 04:39:13.069 INFO kablam! Oct 13 04:39:13.069 INFO kablam! warning: variant is never constructed: `NotAdjacent` Oct 13 04:39:13.069 INFO kablam! --> src/placement_error.rs:3:5 Oct 13 04:39:13.069 INFO kablam! | Oct 13 04:39:13.069 INFO kablam! 3 | NotAdjacent, Oct 13 04:39:13.070 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:39:13.070 INFO kablam! Oct 13 04:39:13.070 INFO kablam! warning: variant is never constructed: `TileAlreadyAtCoordinate` Oct 13 04:39:13.070 INFO kablam! --> src/placement_error.rs:4:5 Oct 13 04:39:13.070 INFO kablam! | Oct 13 04:39:13.070 INFO kablam! 4 | TileAlreadyAtCoordinate, Oct 13 04:39:13.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:39:13.070 INFO kablam! Oct 13 04:39:13.070 INFO kablam! warning: function is never used: `check` Oct 13 04:39:13.070 INFO kablam! --> src/rules.rs:9:1 Oct 13 04:39:13.070 INFO kablam! | Oct 13 04:39:13.070 INFO kablam! 9 | pub fn check(board: &TileMap, tile: &Tile, coordinate: &Coordinate, orientation: &Orientation) -> Result<(), Vec> { Oct 13 04:39:13.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:39:13.070 INFO kablam! Oct 13 04:39:13.070 INFO kablam! warning: function is never used: `check_tile_already_at_coordinate` Oct 13 04:39:13.070 INFO kablam! --> src/rules.rs:26:1 Oct 13 04:39:13.070 INFO kablam! | Oct 13 04:39:13.070 INFO kablam! 26 | / fn check_tile_already_at_coordinate(board: &TileMap, Oct 13 04:39:13.070 INFO kablam! 27 | | coordinate: &Coordinate) Oct 13 04:39:13.070 INFO kablam! 28 | | -> Option { Oct 13 04:39:13.070 INFO kablam! 29 | | if board.contains_key(&coordinate) { Oct 13 04:39:13.070 INFO kablam! ... | Oct 13 04:39:13.070 INFO kablam! 33 | | None Oct 13 04:39:13.071 INFO kablam! 34 | | } Oct 13 04:39:13.071 INFO kablam! | |_^ Oct 13 04:39:13.071 INFO kablam! Oct 13 04:39:13.071 INFO kablam! warning: function is never used: `check_not_adjecent` Oct 13 04:39:13.071 INFO kablam! --> src/rules.rs:36:1 Oct 13 04:39:13.071 INFO kablam! | Oct 13 04:39:13.071 INFO kablam! 36 | fn check_not_adjecent(board: &TileMap, coordinate: &Coordinate) -> Option { Oct 13 04:39:13.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:39:13.071 INFO kablam! Oct 13 04:39:13.479 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.97s Oct 13 04:39:13.479 INFO kablam! su: No module specific data is present Oct 13 04:39:14.046 INFO running `"docker" "rm" "-f" "95c04ef876254b5dff00e5e9022cbd8fa7fe13b291e10954397e17906e4bbec6"` Oct 13 04:39:14.255 INFO blam! 95c04ef876254b5dff00e5e9022cbd8fa7fe13b291e10954397e17906e4bbec6 Oct 13 04:39:14.255 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 04:39:14.639 INFO blam! f4c0c3219fb05b383ca27d0c87d66f98d12c726244e282762f395ae55f59b8b3 Oct 13 04:39:14.641 INFO running `"docker" "start" "-a" "f4c0c3219fb05b383ca27d0c87d66f98d12c726244e282762f395ae55f59b8b3"` Oct 13 04:39:16.383 INFO kablam! usermod: no changes Oct 13 04:39:16.495 INFO kablam! Compiling rustassonne v0.1.0 (/source) Oct 13 04:39:16.947 INFO kablam! warning: unused import: `::*` Oct 13 04:39:16.947 INFO kablam! --> src/models/mod.rs:7:5 Oct 13 04:39:16.947 INFO kablam! | Oct 13 04:39:16.947 INFO kablam! 7 | use ::*; Oct 13 04:39:16.947 INFO kablam! | ^^^ Oct 13 04:39:16.947 INFO kablam! | Oct 13 04:39:16.947 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:39:16.947 INFO kablam! Oct 13 04:39:17.107 INFO kablam! warning: unused variable: `tile` Oct 13 04:39:17.107 INFO kablam! --> src/rules.rs:9:31 Oct 13 04:39:17.107 INFO kablam! | Oct 13 04:39:17.107 INFO kablam! 9 | pub fn check(board: &TileMap, tile: &Tile, coordinate: &Coordinate, orientation: &Orientation) -> Result<(), Vec> { Oct 13 04:39:17.107 INFO kablam! | ^^^^ help: consider using `_tile` instead Oct 13 04:39:17.107 INFO kablam! | Oct 13 04:39:17.107 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:39:17.107 INFO kablam! Oct 13 04:39:17.107 INFO kablam! warning: unused variable: `orientation` Oct 13 04:39:17.107 INFO kablam! --> src/rules.rs:9:69 Oct 13 04:39:17.107 INFO kablam! | Oct 13 04:39:17.107 INFO kablam! 9 | pub fn check(board: &TileMap, tile: &Tile, coordinate: &Coordinate, orientation: &Orientation) -> Result<(), Vec> { Oct 13 04:39:17.107 INFO kablam! | ^^^^^^^^^^^ help: consider using `_orientation` instead Oct 13 04:39:17.107 INFO kablam! Oct 13 04:39:17.159 INFO kablam! warning: variant is never constructed: `City` Oct 13 04:39:17.159 INFO kablam! --> src/models/feature.rs:8:5 Oct 13 04:39:17.159 INFO kablam! | Oct 13 04:39:17.159 INFO kablam! 8 | / City { Oct 13 04:39:17.159 INFO kablam! 9 | | badge: bool, Oct 13 04:39:17.159 INFO kablam! 10 | | connections: HashSet, Oct 13 04:39:17.159 INFO kablam! 11 | | }, Oct 13 04:39:17.159 INFO kablam! | |_____^ Oct 13 04:39:17.159 INFO kablam! | Oct 13 04:39:17.159 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:39:17.159 INFO kablam! Oct 13 04:39:17.159 INFO kablam! warning: variant is never constructed: `Field` Oct 13 04:39:17.159 INFO kablam! --> src/models/feature.rs:12:5 Oct 13 04:39:17.159 INFO kablam! | Oct 13 04:39:17.159 INFO kablam! 12 | Field { connections: HashSet }, Oct 13 04:39:17.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:39:17.159 INFO kablam! Oct 13 04:39:17.159 INFO kablam! warning: variant is never constructed: `Monastery` Oct 13 04:39:17.159 INFO kablam! --> src/models/feature.rs:13:5 Oct 13 04:39:17.159 INFO kablam! | Oct 13 04:39:17.159 INFO kablam! 13 | Monastery, Oct 13 04:39:17.159 INFO kablam! | ^^^^^^^^^ Oct 13 04:39:17.159 INFO kablam! Oct 13 04:39:17.159 INFO kablam! warning: variant is never constructed: `Road` Oct 13 04:39:17.159 INFO kablam! --> src/models/feature.rs:14:5 Oct 13 04:39:17.159 INFO kablam! | Oct 13 04:39:17.159 INFO kablam! 14 | Road { connections: HashSet }, Oct 13 04:39:17.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:39:17.159 INFO kablam! Oct 13 04:39:17.159 INFO kablam! warning: variant is never constructed: `Right` Oct 13 04:39:17.159 INFO kablam! --> src/models/orientation.rs:4:5 Oct 13 04:39:17.159 INFO kablam! | Oct 13 04:39:17.159 INFO kablam! 4 | Right, Oct 13 04:39:17.159 INFO kablam! | ^^^^^ Oct 13 04:39:17.159 INFO kablam! Oct 13 04:39:17.159 INFO kablam! warning: variant is never constructed: `Down` Oct 13 04:39:17.159 INFO kablam! --> src/models/orientation.rs:5:5 Oct 13 04:39:17.159 INFO kablam! | Oct 13 04:39:17.159 INFO kablam! 5 | Down, Oct 13 04:39:17.159 INFO kablam! | ^^^^ Oct 13 04:39:17.159 INFO kablam! Oct 13 04:39:17.159 INFO kablam! warning: variant is never constructed: `Left` Oct 13 04:39:17.159 INFO kablam! --> src/models/orientation.rs:6:5 Oct 13 04:39:17.159 INFO kablam! | Oct 13 04:39:17.159 INFO kablam! 6 | Left, Oct 13 04:39:17.159 INFO kablam! | ^^^^ Oct 13 04:39:17.159 INFO kablam! Oct 13 04:39:18.655 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.23s Oct 13 04:39:18.658 INFO kablam! su: No module specific data is present Oct 13 04:39:19.784 INFO running `"docker" "rm" "-f" "f4c0c3219fb05b383ca27d0c87d66f98d12c726244e282762f395ae55f59b8b3"` Oct 13 04:39:20.139 INFO blam! f4c0c3219fb05b383ca27d0c87d66f98d12c726244e282762f395ae55f59b8b3 Oct 13 04:39:20.147 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 04:39:20.553 INFO blam! e2071795fa08ad96746e5fa2e285ec941369d712efefed6533b43e61e65ccca8 Oct 13 04:39:20.559 INFO running `"docker" "start" "-a" "e2071795fa08ad96746e5fa2e285ec941369d712efefed6533b43e61e65ccca8"` Oct 13 04:39:22.065 INFO kablam! usermod: no changes Oct 13 04:39:22.155 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 13 04:39:22.157 INFO blam! Oct 13 04:39:22.157 INFO blam! running 11 tests Oct 13 04:39:22.157 INFO kablam! Running /target/debug/deps/rustassonne-c7f1d980df2eb10b Oct 13 04:39:22.163 INFO blam! test engine::test::test_new_only_has_single_tile ... ok Oct 13 04:39:22.163 INFO blam! test engine::test::test_placing_not_adjectent_returns_error ... ok Oct 13 04:39:22.163 INFO blam! test engine::test::test_new_has_center_tile ... ok Oct 13 04:39:22.163 INFO blam! test engine::test::test_can_place_next_tile ... ok Oct 13 04:39:22.163 INFO blam! test engine::test::test_coord_exists_in_tiles_after_place_next ... ok Oct 13 04:39:22.163 INFO blam! test engine::test::test_cannot_place_on_center ... ok Oct 13 04:39:22.163 INFO blam! test engine::test::test_tile_exists_in_tiles_after_place ... ok Oct 13 04:39:22.163 INFO blam! test rules::test::test_rule_can_place_next_to_tile ... ok Oct 13 04:39:22.175 INFO blam! test engine::test::test_can_place_tile ... ok Oct 13 04:39:22.175 INFO blam! test rules::test::test_rule_cannot_place_tiles_in_same_location ... ok Oct 13 04:39:22.175 INFO blam! test rules::test::test_rule_cannot_place_with_a_gap ... ok Oct 13 04:39:22.175 INFO blam! Oct 13 04:39:22.175 INFO blam! test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:39:22.175 INFO blam! Oct 13 04:39:22.175 INFO kablam! su: No module specific data is present Oct 13 04:39:23.335 INFO running `"docker" "rm" "-f" "e2071795fa08ad96746e5fa2e285ec941369d712efefed6533b43e61e65ccca8"` Oct 13 04:39:23.607 INFO blam! e2071795fa08ad96746e5fa2e285ec941369d712efefed6533b43e61e65ccca8