Oct 26 23:14:39.816 INFO checking overengineering/rustassonne against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 23:14:39.816 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 26 23:14:40.037 INFO blam! 23790f5c6654850812aad08e4ae8d80d46f7b6cef00b0098066e0b4e7b50986d Oct 26 23:14:40.043 INFO running `"docker" "start" "-a" "23790f5c6654850812aad08e4ae8d80d46f7b6cef00b0098066e0b4e7b50986d"` Oct 26 23:14:40.575 INFO kablam! usermod: no changes Oct 26 23:14:40.597 INFO kablam! Checking rustassonne v0.1.0 (/source) Oct 26 23:14:40.881 INFO kablam! warning: unused import: `::*` Oct 26 23:14:40.881 INFO kablam! --> src/models/mod.rs:7:5 Oct 26 23:14:40.881 INFO kablam! | Oct 26 23:14:40.881 INFO kablam! 7 | use ::*; Oct 26 23:14:40.881 INFO kablam! | ^^^ Oct 26 23:14:40.881 INFO kablam! | Oct 26 23:14:40.881 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 23:14:40.881 INFO kablam! Oct 26 23:14:40.881 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 26 23:14:40.881 INFO kablam! --> src/rules.rs:1:5 Oct 26 23:14:40.881 INFO kablam! | Oct 26 23:14:40.882 INFO kablam! 1 | use std::collections::HashMap; Oct 26 23:14:40.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:14:40.882 INFO kablam! Oct 26 23:14:40.905 INFO kablam! warning: unused import: `::*` Oct 26 23:14:40.905 INFO kablam! --> src/models/mod.rs:7:5 Oct 26 23:14:40.905 INFO kablam! | Oct 26 23:14:40.906 INFO kablam! 7 | use ::*; Oct 26 23:14:40.906 INFO kablam! | ^^^ Oct 26 23:14:40.906 INFO kablam! | Oct 26 23:14:40.906 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 23:14:40.906 INFO kablam! Oct 26 23:14:40.991 INFO kablam! warning: unused variable: `tile` Oct 26 23:14:40.991 INFO kablam! --> src/rules.rs:9:31 Oct 26 23:14:40.991 INFO kablam! | Oct 26 23:14:40.991 INFO kablam! 9 | pub fn check(board: &TileMap, tile: &Tile, coordinate: &Coordinate, orientation: &Orientation) -> Result<(), Vec> { Oct 26 23:14:40.991 INFO kablam! | ^^^^ help: consider using `_tile` instead Oct 26 23:14:40.991 INFO kablam! | Oct 26 23:14:40.991 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 23:14:40.991 INFO kablam! Oct 26 23:14:40.991 INFO kablam! warning: unused variable: `orientation` Oct 26 23:14:40.992 INFO kablam! --> src/rules.rs:9:69 Oct 26 23:14:40.992 INFO kablam! | Oct 26 23:14:40.992 INFO kablam! 9 | pub fn check(board: &TileMap, tile: &Tile, coordinate: &Coordinate, orientation: &Orientation) -> Result<(), Vec> { Oct 26 23:14:40.992 INFO kablam! | ^^^^^^^^^^^ help: consider using `_orientation` instead Oct 26 23:14:40.992 INFO kablam! Oct 26 23:14:41.015 INFO kablam! warning: variant is never constructed: `City` Oct 26 23:14:41.015 INFO kablam! --> src/models/feature.rs:8:5 Oct 26 23:14:41.015 INFO kablam! | Oct 26 23:14:41.016 INFO kablam! 8 | / City { Oct 26 23:14:41.016 INFO kablam! 9 | | badge: bool, Oct 26 23:14:41.016 INFO kablam! 10 | | connections: HashSet, Oct 26 23:14:41.016 INFO kablam! 11 | | }, Oct 26 23:14:41.016 INFO kablam! | |_____^ Oct 26 23:14:41.016 INFO kablam! | Oct 26 23:14:41.016 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 23:14:41.016 INFO kablam! Oct 26 23:14:41.016 INFO kablam! warning: variant is never constructed: `Field` Oct 26 23:14:41.016 INFO kablam! --> src/models/feature.rs:12:5 Oct 26 23:14:41.016 INFO kablam! | Oct 26 23:14:41.016 INFO kablam! 12 | Field { connections: HashSet }, Oct 26 23:14:41.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:14:41.016 INFO kablam! Oct 26 23:14:41.016 INFO kablam! warning: variant is never constructed: `Monastery` Oct 26 23:14:41.016 INFO kablam! --> src/models/feature.rs:13:5 Oct 26 23:14:41.016 INFO kablam! | Oct 26 23:14:41.016 INFO kablam! 13 | Monastery, Oct 26 23:14:41.016 INFO kablam! | ^^^^^^^^^ Oct 26 23:14:41.016 INFO kablam! Oct 26 23:14:41.017 INFO kablam! warning: variant is never constructed: `Road` Oct 26 23:14:41.017 INFO kablam! --> src/models/feature.rs:14:5 Oct 26 23:14:41.017 INFO kablam! | Oct 26 23:14:41.017 INFO kablam! 14 | Road { connections: HashSet }, Oct 26 23:14:41.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:14:41.017 INFO kablam! Oct 26 23:14:41.017 INFO kablam! warning: method is never used: `new` Oct 26 23:14:41.017 INFO kablam! --> src/models/tile.rs:10:5 Oct 26 23:14:41.017 INFO kablam! | Oct 26 23:14:41.017 INFO kablam! 10 | pub fn new() -> Self{ Oct 26 23:14:41.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 23:14:41.017 INFO kablam! Oct 26 23:14:41.017 INFO kablam! warning: variant is never constructed: `Up` Oct 26 23:14:41.017 INFO kablam! --> src/models/orientation.rs:3:5 Oct 26 23:14:41.017 INFO kablam! | Oct 26 23:14:41.017 INFO kablam! 3 | Up, Oct 26 23:14:41.017 INFO kablam! | ^^ Oct 26 23:14:41.017 INFO kablam! Oct 26 23:14:41.017 INFO kablam! warning: variant is never constructed: `Right` Oct 26 23:14:41.017 INFO kablam! --> src/models/orientation.rs:4:5 Oct 26 23:14:41.017 INFO kablam! | Oct 26 23:14:41.017 INFO kablam! 4 | Right, Oct 26 23:14:41.018 INFO kablam! | ^^^^^ Oct 26 23:14:41.018 INFO kablam! Oct 26 23:14:41.018 INFO kablam! warning: variant is never constructed: `Down` Oct 26 23:14:41.018 INFO kablam! --> src/models/orientation.rs:5:5 Oct 26 23:14:41.018 INFO kablam! | Oct 26 23:14:41.018 INFO kablam! 5 | Down, Oct 26 23:14:41.018 INFO kablam! | ^^^^ Oct 26 23:14:41.018 INFO kablam! Oct 26 23:14:41.018 INFO kablam! warning: variant is never constructed: `Left` Oct 26 23:14:41.018 INFO kablam! --> src/models/orientation.rs:6:5 Oct 26 23:14:41.018 INFO kablam! | Oct 26 23:14:41.018 INFO kablam! 6 | Left, Oct 26 23:14:41.018 INFO kablam! | ^^^^ Oct 26 23:14:41.018 INFO kablam! Oct 26 23:14:41.018 INFO kablam! warning: type alias is never used: `Result` Oct 26 23:14:41.018 INFO kablam! --> src/engine.rs:12:1 Oct 26 23:14:41.018 INFO kablam! | Oct 26 23:14:41.018 INFO kablam! 12 | type Result = ::std::result::Result>; Oct 26 23:14:41.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:14:41.018 INFO kablam! Oct 26 23:14:41.019 INFO kablam! warning: method is never used: `new` Oct 26 23:14:41.019 INFO kablam! --> src/engine.rs:22:5 Oct 26 23:14:41.019 INFO kablam! | Oct 26 23:14:41.019 INFO kablam! 22 | pub fn new() -> Self { Oct 26 23:14:41.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 23:14:41.019 INFO kablam! Oct 26 23:14:41.019 INFO kablam! warning: method is never used: `get_tiles` Oct 26 23:14:41.019 INFO kablam! --> src/engine.rs:31:5 Oct 26 23:14:41.019 INFO kablam! | Oct 26 23:14:41.019 INFO kablam! 31 | pub fn get_tiles(&self) -> &TileMap { Oct 26 23:14:41.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:14:41.019 INFO kablam! Oct 26 23:14:41.019 INFO kablam! warning: method is never used: `place_next` Oct 26 23:14:41.019 INFO kablam! --> src/engine.rs:35:5 Oct 26 23:14:41.019 INFO kablam! | Oct 26 23:14:41.019 INFO kablam! 35 | / pub fn place_next>(&self, Oct 26 23:14:41.019 INFO kablam! 36 | | coordinate: T, Oct 26 23:14:41.019 INFO kablam! 37 | | orientation: Orientation) Oct 26 23:14:41.019 INFO kablam! 38 | | -> Result { Oct 26 23:14:41.019 INFO kablam! ... | Oct 26 23:14:41.019 INFO kablam! 41 | | self.place(next_tile, coordinate, orientation) Oct 26 23:14:41.019 INFO kablam! 42 | | } Oct 26 23:14:41.020 INFO kablam! | |_____^ Oct 26 23:14:41.020 INFO kablam! Oct 26 23:14:41.020 INFO kablam! warning: method is never used: `place` Oct 26 23:14:41.020 INFO kablam! --> src/engine.rs:44:5 Oct 26 23:14:41.020 INFO kablam! | Oct 26 23:14:41.020 INFO kablam! 44 | / fn place>(&self, Oct 26 23:14:41.020 INFO kablam! 45 | | tile: Tile, Oct 26 23:14:41.020 INFO kablam! 46 | | coordinate: T, Oct 26 23:14:41.020 INFO kablam! 47 | | orientation: Orientation) Oct 26 23:14:41.020 INFO kablam! ... | Oct 26 23:14:41.020 INFO kablam! 61 | | Ok(new_engine) Oct 26 23:14:41.020 INFO kablam! 62 | | } Oct 26 23:14:41.020 INFO kablam! | |_____^ Oct 26 23:14:41.020 INFO kablam! Oct 26 23:14:41.020 INFO kablam! warning: variant is never constructed: `NotAdjacent` Oct 26 23:14:41.020 INFO kablam! --> src/placement_error.rs:3:5 Oct 26 23:14:41.020 INFO kablam! | Oct 26 23:14:41.020 INFO kablam! 3 | NotAdjacent, Oct 26 23:14:41.020 INFO kablam! | ^^^^^^^^^^^ Oct 26 23:14:41.020 INFO kablam! Oct 26 23:14:41.020 INFO kablam! warning: variant is never constructed: `TileAlreadyAtCoordinate` Oct 26 23:14:41.020 INFO kablam! --> src/placement_error.rs:4:5 Oct 26 23:14:41.021 INFO kablam! | Oct 26 23:14:41.021 INFO kablam! 4 | TileAlreadyAtCoordinate, Oct 26 23:14:41.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:14:41.021 INFO kablam! Oct 26 23:14:41.021 INFO kablam! warning: function is never used: `check` Oct 26 23:14:41.021 INFO kablam! --> src/rules.rs:9:1 Oct 26 23:14:41.021 INFO kablam! | Oct 26 23:14:41.021 INFO kablam! 9 | pub fn check(board: &TileMap, tile: &Tile, coordinate: &Coordinate, orientation: &Orientation) -> Result<(), Vec> { Oct 26 23:14:41.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:14:41.021 INFO kablam! Oct 26 23:14:41.021 INFO kablam! warning: function is never used: `check_tile_already_at_coordinate` Oct 26 23:14:41.021 INFO kablam! --> src/rules.rs:26:1 Oct 26 23:14:41.021 INFO kablam! | Oct 26 23:14:41.021 INFO kablam! 26 | / fn check_tile_already_at_coordinate(board: &TileMap, Oct 26 23:14:41.021 INFO kablam! 27 | | coordinate: &Coordinate) Oct 26 23:14:41.021 INFO kablam! 28 | | -> Option { Oct 26 23:14:41.021 INFO kablam! 29 | | if board.contains_key(&coordinate) { Oct 26 23:14:41.021 INFO kablam! ... | Oct 26 23:14:41.021 INFO kablam! 33 | | None Oct 26 23:14:41.021 INFO kablam! 34 | | } Oct 26 23:14:41.021 INFO kablam! | |_^ Oct 26 23:14:41.021 INFO kablam! Oct 26 23:14:41.022 INFO kablam! warning: function is never used: `check_not_adjecent` Oct 26 23:14:41.022 INFO kablam! --> src/rules.rs:36:1 Oct 26 23:14:41.022 INFO kablam! | Oct 26 23:14:41.022 INFO kablam! 36 | fn check_not_adjecent(board: &TileMap, coordinate: &Coordinate) -> Option { Oct 26 23:14:41.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:14:41.022 INFO kablam! Oct 26 23:14:41.061 INFO kablam! warning: unused variable: `tile` Oct 26 23:14:41.061 INFO kablam! --> src/rules.rs:9:31 Oct 26 23:14:41.061 INFO kablam! | Oct 26 23:14:41.061 INFO kablam! 9 | pub fn check(board: &TileMap, tile: &Tile, coordinate: &Coordinate, orientation: &Orientation) -> Result<(), Vec> { Oct 26 23:14:41.061 INFO kablam! | ^^^^ help: consider using `_tile` instead Oct 26 23:14:41.061 INFO kablam! | Oct 26 23:14:41.061 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 23:14:41.061 INFO kablam! Oct 26 23:14:41.061 INFO kablam! warning: unused variable: `orientation` Oct 26 23:14:41.061 INFO kablam! --> src/rules.rs:9:69 Oct 26 23:14:41.061 INFO kablam! | Oct 26 23:14:41.061 INFO kablam! 9 | pub fn check(board: &TileMap, tile: &Tile, coordinate: &Coordinate, orientation: &Orientation) -> Result<(), Vec> { Oct 26 23:14:41.061 INFO kablam! | ^^^^^^^^^^^ help: consider using `_orientation` instead Oct 26 23:14:41.061 INFO kablam! Oct 26 23:14:41.100 INFO kablam! warning: variant is never constructed: `City` Oct 26 23:14:41.100 INFO kablam! --> src/models/feature.rs:8:5 Oct 26 23:14:41.100 INFO kablam! | Oct 26 23:14:41.100 INFO kablam! 8 | / City { Oct 26 23:14:41.101 INFO kablam! 9 | | badge: bool, Oct 26 23:14:41.101 INFO kablam! 10 | | connections: HashSet, Oct 26 23:14:41.101 INFO kablam! 11 | | }, Oct 26 23:14:41.101 INFO kablam! | |_____^ Oct 26 23:14:41.101 INFO kablam! | Oct 26 23:14:41.101 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 23:14:41.101 INFO kablam! Oct 26 23:14:41.101 INFO kablam! warning: variant is never constructed: `Field` Oct 26 23:14:41.101 INFO kablam! --> src/models/feature.rs:12:5 Oct 26 23:14:41.101 INFO kablam! | Oct 26 23:14:41.101 INFO kablam! 12 | Field { connections: HashSet }, Oct 26 23:14:41.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:14:41.101 INFO kablam! Oct 26 23:14:41.101 INFO kablam! warning: variant is never constructed: `Monastery` Oct 26 23:14:41.101 INFO kablam! --> src/models/feature.rs:13:5 Oct 26 23:14:41.101 INFO kablam! | Oct 26 23:14:41.101 INFO kablam! 13 | Monastery, Oct 26 23:14:41.101 INFO kablam! | ^^^^^^^^^ Oct 26 23:14:41.101 INFO kablam! Oct 26 23:14:41.101 INFO kablam! warning: variant is never constructed: `Road` Oct 26 23:14:41.101 INFO kablam! --> src/models/feature.rs:14:5 Oct 26 23:14:41.101 INFO kablam! | Oct 26 23:14:41.101 INFO kablam! 14 | Road { connections: HashSet }, Oct 26 23:14:41.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:14:41.101 INFO kablam! Oct 26 23:14:41.101 INFO kablam! warning: variant is never constructed: `Right` Oct 26 23:14:41.101 INFO kablam! --> src/models/orientation.rs:4:5 Oct 26 23:14:41.101 INFO kablam! | Oct 26 23:14:41.101 INFO kablam! 4 | Right, Oct 26 23:14:41.101 INFO kablam! | ^^^^^ Oct 26 23:14:41.101 INFO kablam! Oct 26 23:14:41.101 INFO kablam! warning: variant is never constructed: `Down` Oct 26 23:14:41.101 INFO kablam! --> src/models/orientation.rs:5:5 Oct 26 23:14:41.101 INFO kablam! | Oct 26 23:14:41.101 INFO kablam! 5 | Down, Oct 26 23:14:41.101 INFO kablam! | ^^^^ Oct 26 23:14:41.101 INFO kablam! Oct 26 23:14:41.101 INFO kablam! warning: variant is never constructed: `Left` Oct 26 23:14:41.101 INFO kablam! --> src/models/orientation.rs:6:5 Oct 26 23:14:41.101 INFO kablam! | Oct 26 23:14:41.101 INFO kablam! 6 | Left, Oct 26 23:14:41.101 INFO kablam! | ^^^^ Oct 26 23:14:41.101 INFO kablam! Oct 26 23:14:41.123 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.53s Oct 26 23:14:41.124 INFO kablam! su: No module specific data is present Oct 26 23:14:41.448 INFO running `"docker" "rm" "-f" "23790f5c6654850812aad08e4ae8d80d46f7b6cef00b0098066e0b4e7b50986d"` Oct 26 23:14:41.677 INFO blam! 23790f5c6654850812aad08e4ae8d80d46f7b6cef00b0098066e0b4e7b50986d