[INFO] cloning repository https://github.com/EricGlover/chess_engine [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EricGlover/chess_engine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEricGlover%2Fchess_engine", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEricGlover%2Fchess_engine'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0dfd242a404885e3d34bebf2b9e488cdaf68cd95 [INFO] testing EricGlover/chess_engine against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEricGlover%2Fchess_engine" "/workspace/builds/worker-22/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-22/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/EricGlover/chess_engine on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/EricGlover/chess_engine [INFO] finished tweaking git repo https://github.com/EricGlover/chess_engine [INFO] tweaked toml for git repo https://github.com/EricGlover/chess_engine written to /workspace/builds/worker-22/source/Cargo.toml [INFO] crate git repo https://github.com/EricGlover/chess_engine already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded dialoguer v0.8.0 [INFO] [stderr] Downloaded string_morph v0.1.0 [INFO] [stderr] Downloaded matrix_display v1.0.0 [INFO] [stderr] Downloaded unicode_types v0.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8e1c73530e5ae7195e3888964c19f562751eb9294bdb82bec4f5dbbd67800184 [INFO] running `Command { std: "docker" "start" "-a" "8e1c73530e5ae7195e3888964c19f562751eb9294bdb82bec4f5dbbd67800184", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8e1c73530e5ae7195e3888964c19f562751eb9294bdb82bec4f5dbbd67800184", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e1c73530e5ae7195e3888964c19f562751eb9294bdb82bec4f5dbbd67800184", kill_on_drop: false }` [INFO] [stdout] 8e1c73530e5ae7195e3888964c19f562751eb9294bdb82bec4f5dbbd67800184 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f508120d70008f79ea736f3551ed8f9e85412b0e77cd277b14c9ade72e7320e2 [INFO] running `Command { std: "docker" "start" "-a" "f508120d70008f79ea736f3551ed8f9e85412b0e77cd277b14c9ade72e7320e2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.90 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling regex-syntax v0.6.23 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling string_morph v0.1.0 [INFO] [stderr] Compiling number_prefix v0.3.0 [INFO] [stderr] Compiling zeroize v1.2.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling unicode_types v0.2.0 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling terminal_size v0.1.16 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling regex v1.4.5 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling console v0.14.1 [INFO] [stderr] Compiling indicatif v0.15.0 [INFO] [stderr] Compiling dialoguer v0.8.0 [INFO] [stderr] Compiling matrix_display v1.0.0 [INFO] [stderr] Compiling chess_engine v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0583]: file not found for module `ai` [INFO] [stdout] --> src/lib.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | pub mod ai; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `ai`, create file "src/ai.rs" or "src/ai/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `board_trait` [INFO] [stdout] --> src/board.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | mod board_trait; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `board_trait`, create file "src/board/board_trait.rs" or "src/board/board_trait/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `castling_rights` [INFO] [stdout] --> src/board.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | mod castling_rights; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `castling_rights`, create file "src/board/castling_rights.rs" or "src/board/castling_rights/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `color` [INFO] [stdout] --> src/board.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mod color; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `color`, create file "src/board/color.rs" or "src/board/color/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `coordinate` [INFO] [stdout] --> src/board.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | mod coordinate; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `coordinate`, create file "src/board/coordinate.rs" or "src/board/coordinate/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `iterators` [INFO] [stdout] --> src/board.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | mod iterators; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `iterators`, create file "src/board/iterators.rs" or "src/board/iterators/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `piece` [INFO] [stdout] --> src/board.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | mod piece; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `piece`, create file "src/board/piece.rs" or "src/board/piece/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `piece_type` [INFO] [stdout] --> src/board.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | mod piece_type; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `piece_type`, create file "src/board/piece_type.rs" or "src/board/piece_type/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `square` [INFO] [stdout] --> src/board.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | mod square; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `square`, create file "src/board/square.rs" or "src/board/square/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `board_trait::BoardTrait` [INFO] [stdout] --> src/board.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub use board_trait::BoardTrait; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no `BoardTrait` in `board::board_trait` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `castling_rights::CastlingRights` [INFO] [stdout] --> src/board.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | pub use castling_rights::CastlingRights; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `CastlingRights` in `board::castling_rights` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `color::Color` [INFO] [stdout] --> src/board.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | pub use color::Color; [INFO] [stdout] | ^^^^^^^^^^^^ no `Color` in `board::color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `piece::Piece` [INFO] [stdout] --> src/board.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub use piece::Piece; [INFO] [stdout] | ^^^^^^^^^^^^ no `Piece` in `board::piece` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `piece_type::PieceType` [INFO] [stdout] --> src/board.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub use piece_type::PieceType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no `PieceType` in `board::piece_type` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `square::Square` [INFO] [stdout] --> src/board.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub use square::Square; [INFO] [stdout] | ^^^^^^^^^^^^^^ no `Square` in `board::square` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::ai::evaluator` [INFO] [stdout] --> src/game.rs:2:16 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::ai::evaluator::evaluate; [INFO] [stdout] | ^^^^^^^^^ could not find `evaluator` in `ai` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::board::Coordinate` [INFO] [stdout] --> src/chess_notation/pgn.rs:1:39 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::board::{BoardTrait, Color, Coordinate, PieceType}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `Coordinate` in `board` [INFO] [stdout] | help: a similar name exists in the module (notice the capitalization): `coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::board::Coordinate` [INFO] [stdout] --> src/hash.rs:1:39 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::board::{BoardTrait, Color, Coordinate, PieceType}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `Coordinate` in `board` [INFO] [stdout] | help: a similar name exists in the module (notice the capitalization): `coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::board::Coordinate` [INFO] [stdout] --> src/move_generator/path.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::board::Coordinate; [INFO] [stdout] | ^^^^^^^^^^^^^^---------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module (notice the capitalization): `coordinate` [INFO] [stdout] | no `Coordinate` in `board` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SquareIterator` [INFO] [stdout] --> src/board.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | SquareIterator::new(&self.squares) [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `SquareIterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RankIterator` [INFO] [stdout] --> src/board.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | RankIterator::new((y - 1) as usize, &self.squares) [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `RankIterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FilesIterator` [INFO] [stdout] --> src/board.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | FilesIterator::new(&self.squares) [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `FilesIterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SquareIterator` [INFO] [stdout] --> src/board.rs:405:9 [INFO] [stdout] | [INFO] [stdout] 405 | SquareIterator::new(&self.squares) [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `SquareIterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:417:29 [INFO] [stdout] | [INFO] [stdout] 417 | Square::new(Coordinate::new(1, 1), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:418:29 [INFO] [stdout] | [INFO] [stdout] 418 | Square::new(Coordinate::new(2, 1), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:419:29 [INFO] [stdout] | [INFO] [stdout] 419 | Square::new(Coordinate::new(3, 1), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:420:29 [INFO] [stdout] | [INFO] [stdout] 420 | Square::new(Coordinate::new(4, 1), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:421:29 [INFO] [stdout] | [INFO] [stdout] 421 | Square::new(Coordinate::new(5, 1), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:422:29 [INFO] [stdout] | [INFO] [stdout] 422 | Square::new(Coordinate::new(6, 1), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:423:29 [INFO] [stdout] | [INFO] [stdout] 423 | Square::new(Coordinate::new(7, 1), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:424:29 [INFO] [stdout] | [INFO] [stdout] 424 | Square::new(Coordinate::new(8, 1), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:427:29 [INFO] [stdout] | [INFO] [stdout] 427 | Square::new(Coordinate::new(1, 2), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:428:29 [INFO] [stdout] | [INFO] [stdout] 428 | Square::new(Coordinate::new(2, 2), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:429:29 [INFO] [stdout] | [INFO] [stdout] 429 | Square::new(Coordinate::new(3, 2), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:430:29 [INFO] [stdout] | [INFO] [stdout] 430 | Square::new(Coordinate::new(4, 2), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:431:29 [INFO] [stdout] | [INFO] [stdout] 431 | Square::new(Coordinate::new(5, 2), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:432:29 [INFO] [stdout] | [INFO] [stdout] 432 | Square::new(Coordinate::new(6, 2), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:433:29 [INFO] [stdout] | [INFO] [stdout] 433 | Square::new(Coordinate::new(7, 2), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:434:29 [INFO] [stdout] | [INFO] [stdout] 434 | Square::new(Coordinate::new(8, 2), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:437:29 [INFO] [stdout] | [INFO] [stdout] 437 | Square::new(Coordinate::new(1, 3), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:438:29 [INFO] [stdout] | [INFO] [stdout] 438 | Square::new(Coordinate::new(2, 3), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:439:29 [INFO] [stdout] | [INFO] [stdout] 439 | Square::new(Coordinate::new(3, 3), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:440:29 [INFO] [stdout] | [INFO] [stdout] 440 | Square::new(Coordinate::new(4, 3), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:441:29 [INFO] [stdout] | [INFO] [stdout] 441 | Square::new(Coordinate::new(5, 3), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:442:29 [INFO] [stdout] | [INFO] [stdout] 442 | Square::new(Coordinate::new(6, 3), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:443:29 [INFO] [stdout] | [INFO] [stdout] 443 | Square::new(Coordinate::new(7, 3), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:444:29 [INFO] [stdout] | [INFO] [stdout] 444 | Square::new(Coordinate::new(8, 3), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:447:29 [INFO] [stdout] | [INFO] [stdout] 447 | Square::new(Coordinate::new(1, 4), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:448:29 [INFO] [stdout] | [INFO] [stdout] 448 | Square::new(Coordinate::new(2, 4), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:449:29 [INFO] [stdout] | [INFO] [stdout] 449 | Square::new(Coordinate::new(3, 4), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:450:29 [INFO] [stdout] | [INFO] [stdout] 450 | Square::new(Coordinate::new(4, 4), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:451:29 [INFO] [stdout] | [INFO] [stdout] 451 | Square::new(Coordinate::new(5, 4), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:452:29 [INFO] [stdout] | [INFO] [stdout] 452 | Square::new(Coordinate::new(6, 4), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:453:29 [INFO] [stdout] | [INFO] [stdout] 453 | Square::new(Coordinate::new(7, 4), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:454:29 [INFO] [stdout] | [INFO] [stdout] 454 | Square::new(Coordinate::new(8, 4), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:457:29 [INFO] [stdout] | [INFO] [stdout] 457 | Square::new(Coordinate::new(1, 5), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:458:29 [INFO] [stdout] | [INFO] [stdout] 458 | Square::new(Coordinate::new(2, 5), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:459:29 [INFO] [stdout] | [INFO] [stdout] 459 | Square::new(Coordinate::new(3, 5), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:460:29 [INFO] [stdout] | [INFO] [stdout] 460 | Square::new(Coordinate::new(4, 5), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:461:29 [INFO] [stdout] | [INFO] [stdout] 461 | Square::new(Coordinate::new(5, 5), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:462:29 [INFO] [stdout] | [INFO] [stdout] 462 | Square::new(Coordinate::new(6, 5), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:463:29 [INFO] [stdout] | [INFO] [stdout] 463 | Square::new(Coordinate::new(7, 5), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:464:29 [INFO] [stdout] | [INFO] [stdout] 464 | Square::new(Coordinate::new(8, 5), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:467:29 [INFO] [stdout] | [INFO] [stdout] 467 | Square::new(Coordinate::new(1, 6), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:468:29 [INFO] [stdout] | [INFO] [stdout] 468 | Square::new(Coordinate::new(2, 6), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:469:29 [INFO] [stdout] | [INFO] [stdout] 469 | Square::new(Coordinate::new(3, 6), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:470:29 [INFO] [stdout] | [INFO] [stdout] 470 | Square::new(Coordinate::new(4, 6), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:471:29 [INFO] [stdout] | [INFO] [stdout] 471 | Square::new(Coordinate::new(5, 6), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:472:29 [INFO] [stdout] | [INFO] [stdout] 472 | Square::new(Coordinate::new(6, 6), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:473:29 [INFO] [stdout] | [INFO] [stdout] 473 | Square::new(Coordinate::new(7, 6), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:474:29 [INFO] [stdout] | [INFO] [stdout] 474 | Square::new(Coordinate::new(8, 6), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:477:29 [INFO] [stdout] | [INFO] [stdout] 477 | Square::new(Coordinate::new(1, 7), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:478:29 [INFO] [stdout] | [INFO] [stdout] 478 | Square::new(Coordinate::new(2, 7), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:479:29 [INFO] [stdout] | [INFO] [stdout] 479 | Square::new(Coordinate::new(3, 7), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:480:29 [INFO] [stdout] | [INFO] [stdout] 480 | Square::new(Coordinate::new(4, 7), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:481:29 [INFO] [stdout] | [INFO] [stdout] 481 | Square::new(Coordinate::new(5, 7), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:482:29 [INFO] [stdout] | [INFO] [stdout] 482 | Square::new(Coordinate::new(6, 7), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:483:29 [INFO] [stdout] | [INFO] [stdout] 483 | Square::new(Coordinate::new(7, 7), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:484:29 [INFO] [stdout] | [INFO] [stdout] 484 | Square::new(Coordinate::new(8, 7), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:487:29 [INFO] [stdout] | [INFO] [stdout] 487 | Square::new(Coordinate::new(1, 8), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:488:29 [INFO] [stdout] | [INFO] [stdout] 488 | Square::new(Coordinate::new(2, 8), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:489:29 [INFO] [stdout] | [INFO] [stdout] 489 | Square::new(Coordinate::new(3, 8), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:490:29 [INFO] [stdout] | [INFO] [stdout] 490 | Square::new(Coordinate::new(4, 8), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:491:29 [INFO] [stdout] | [INFO] [stdout] 491 | Square::new(Coordinate::new(5, 8), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:492:29 [INFO] [stdout] | [INFO] [stdout] 492 | Square::new(Coordinate::new(6, 8), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:493:29 [INFO] [stdout] | [INFO] [stdout] 493 | Square::new(Coordinate::new(7, 8), None, Color::White), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:494:29 [INFO] [stdout] | [INFO] [stdout] 494 | Square::new(Coordinate::new(8, 8), None, Color::Black), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:499:34 [INFO] [stdout] | [INFO] [stdout] 499 | let s = self.get_square(&Coordinate::new(1, 1)).clone(); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:509:47 [INFO] [stdout] | [INFO] [stdout] 509 | clone_square(self.get_square(&Coordinate::new(1, 1)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:510:47 [INFO] [stdout] | [INFO] [stdout] 510 | clone_square(self.get_square(&Coordinate::new(2, 1)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:511:47 [INFO] [stdout] | [INFO] [stdout] 511 | clone_square(self.get_square(&Coordinate::new(3, 1)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:512:47 [INFO] [stdout] | [INFO] [stdout] 512 | clone_square(self.get_square(&Coordinate::new(4, 1)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:513:47 [INFO] [stdout] | [INFO] [stdout] 513 | clone_square(self.get_square(&Coordinate::new(5, 1)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:514:47 [INFO] [stdout] | [INFO] [stdout] 514 | clone_square(self.get_square(&Coordinate::new(6, 1)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:515:47 [INFO] [stdout] | [INFO] [stdout] 515 | clone_square(self.get_square(&Coordinate::new(7, 1)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:516:47 [INFO] [stdout] | [INFO] [stdout] 516 | clone_square(self.get_square(&Coordinate::new(8, 1)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:519:47 [INFO] [stdout] | [INFO] [stdout] 519 | clone_square(self.get_square(&Coordinate::new(1, 2)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:520:47 [INFO] [stdout] | [INFO] [stdout] 520 | clone_square(self.get_square(&Coordinate::new(2, 2)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:521:47 [INFO] [stdout] | [INFO] [stdout] 521 | clone_square(self.get_square(&Coordinate::new(3, 2)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:522:47 [INFO] [stdout] | [INFO] [stdout] 522 | clone_square(self.get_square(&Coordinate::new(4, 2)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:523:47 [INFO] [stdout] | [INFO] [stdout] 523 | clone_square(self.get_square(&Coordinate::new(5, 2)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:524:47 [INFO] [stdout] | [INFO] [stdout] 524 | clone_square(self.get_square(&Coordinate::new(6, 2)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:525:47 [INFO] [stdout] | [INFO] [stdout] 525 | clone_square(self.get_square(&Coordinate::new(7, 2)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:526:47 [INFO] [stdout] | [INFO] [stdout] 526 | clone_square(self.get_square(&Coordinate::new(8, 2)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:529:47 [INFO] [stdout] | [INFO] [stdout] 529 | clone_square(self.get_square(&Coordinate::new(1, 3)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:530:47 [INFO] [stdout] | [INFO] [stdout] 530 | clone_square(self.get_square(&Coordinate::new(2, 3)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:531:47 [INFO] [stdout] | [INFO] [stdout] 531 | clone_square(self.get_square(&Coordinate::new(3, 3)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:532:47 [INFO] [stdout] | [INFO] [stdout] 532 | clone_square(self.get_square(&Coordinate::new(4, 3)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:533:47 [INFO] [stdout] | [INFO] [stdout] 533 | clone_square(self.get_square(&Coordinate::new(5, 3)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:534:47 [INFO] [stdout] | [INFO] [stdout] 534 | clone_square(self.get_square(&Coordinate::new(6, 3)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:535:47 [INFO] [stdout] | [INFO] [stdout] 535 | clone_square(self.get_square(&Coordinate::new(7, 3)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:536:47 [INFO] [stdout] | [INFO] [stdout] 536 | clone_square(self.get_square(&Coordinate::new(8, 3)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:539:47 [INFO] [stdout] | [INFO] [stdout] 539 | clone_square(self.get_square(&Coordinate::new(1, 4)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:540:47 [INFO] [stdout] | [INFO] [stdout] 540 | clone_square(self.get_square(&Coordinate::new(2, 4)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:541:47 [INFO] [stdout] | [INFO] [stdout] 541 | clone_square(self.get_square(&Coordinate::new(3, 4)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:542:47 [INFO] [stdout] | [INFO] [stdout] 542 | clone_square(self.get_square(&Coordinate::new(4, 4)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:543:47 [INFO] [stdout] | [INFO] [stdout] 543 | clone_square(self.get_square(&Coordinate::new(5, 4)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:544:47 [INFO] [stdout] | [INFO] [stdout] 544 | clone_square(self.get_square(&Coordinate::new(6, 4)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:545:47 [INFO] [stdout] | [INFO] [stdout] 545 | clone_square(self.get_square(&Coordinate::new(7, 4)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:546:47 [INFO] [stdout] | [INFO] [stdout] 546 | clone_square(self.get_square(&Coordinate::new(8, 4)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:549:47 [INFO] [stdout] | [INFO] [stdout] 549 | clone_square(self.get_square(&Coordinate::new(1, 5)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:550:47 [INFO] [stdout] | [INFO] [stdout] 550 | clone_square(self.get_square(&Coordinate::new(2, 5)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:551:47 [INFO] [stdout] | [INFO] [stdout] 551 | clone_square(self.get_square(&Coordinate::new(3, 5)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:552:47 [INFO] [stdout] | [INFO] [stdout] 552 | clone_square(self.get_square(&Coordinate::new(4, 5)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:553:47 [INFO] [stdout] | [INFO] [stdout] 553 | clone_square(self.get_square(&Coordinate::new(5, 5)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:554:47 [INFO] [stdout] | [INFO] [stdout] 554 | clone_square(self.get_square(&Coordinate::new(6, 5)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:555:47 [INFO] [stdout] | [INFO] [stdout] 555 | clone_square(self.get_square(&Coordinate::new(7, 5)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:556:47 [INFO] [stdout] | [INFO] [stdout] 556 | clone_square(self.get_square(&Coordinate::new(8, 5)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:559:47 [INFO] [stdout] | [INFO] [stdout] 559 | clone_square(self.get_square(&Coordinate::new(1, 6)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:560:47 [INFO] [stdout] | [INFO] [stdout] 560 | clone_square(self.get_square(&Coordinate::new(2, 6)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:561:47 [INFO] [stdout] | [INFO] [stdout] 561 | clone_square(self.get_square(&Coordinate::new(3, 6)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:562:47 [INFO] [stdout] | [INFO] [stdout] 562 | clone_square(self.get_square(&Coordinate::new(4, 6)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:563:47 [INFO] [stdout] | [INFO] [stdout] 563 | clone_square(self.get_square(&Coordinate::new(5, 6)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:564:47 [INFO] [stdout] | [INFO] [stdout] 564 | clone_square(self.get_square(&Coordinate::new(6, 6)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:565:47 [INFO] [stdout] | [INFO] [stdout] 565 | clone_square(self.get_square(&Coordinate::new(7, 6)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:566:47 [INFO] [stdout] | [INFO] [stdout] 566 | clone_square(self.get_square(&Coordinate::new(8, 6)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:569:47 [INFO] [stdout] | [INFO] [stdout] 569 | clone_square(self.get_square(&Coordinate::new(1, 7)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:570:47 [INFO] [stdout] | [INFO] [stdout] 570 | clone_square(self.get_square(&Coordinate::new(2, 7)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:571:47 [INFO] [stdout] | [INFO] [stdout] 571 | clone_square(self.get_square(&Coordinate::new(3, 7)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:572:47 [INFO] [stdout] | [INFO] [stdout] 572 | clone_square(self.get_square(&Coordinate::new(4, 7)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:573:47 [INFO] [stdout] | [INFO] [stdout] 573 | clone_square(self.get_square(&Coordinate::new(5, 7)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:574:47 [INFO] [stdout] | [INFO] [stdout] 574 | clone_square(self.get_square(&Coordinate::new(6, 7)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:575:47 [INFO] [stdout] | [INFO] [stdout] 575 | clone_square(self.get_square(&Coordinate::new(7, 7)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:576:47 [INFO] [stdout] | [INFO] [stdout] 576 | clone_square(self.get_square(&Coordinate::new(8, 7)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:579:47 [INFO] [stdout] | [INFO] [stdout] 579 | clone_square(self.get_square(&Coordinate::new(1, 8)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:580:47 [INFO] [stdout] | [INFO] [stdout] 580 | clone_square(self.get_square(&Coordinate::new(2, 8)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:581:47 [INFO] [stdout] | [INFO] [stdout] 581 | clone_square(self.get_square(&Coordinate::new(3, 8)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:582:47 [INFO] [stdout] | [INFO] [stdout] 582 | clone_square(self.get_square(&Coordinate::new(4, 8)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:583:47 [INFO] [stdout] | [INFO] [stdout] 583 | clone_square(self.get_square(&Coordinate::new(5, 8)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:584:47 [INFO] [stdout] | [INFO] [stdout] 584 | clone_square(self.get_square(&Coordinate::new(6, 8)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:585:47 [INFO] [stdout] | [INFO] [stdout] 585 | clone_square(self.get_square(&Coordinate::new(7, 8)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/board.rs:586:47 [INFO] [stdout] | [INFO] [stdout] 586 | clone_square(self.get_square(&Coordinate::new(8, 8)).clone()), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/chess_notation/fen_reader.rs:146:30 [INFO] [stdout] | [INFO] [stdout] 146 | let coordinate = Coordinate::new(x, y); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/chess_notation/fen_reader.rs:178:14 [INFO] [stdout] | [INFO] [stdout] 178 | Some(Coordinate::from(parts[3])) [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/chess_notation.rs:145:14 [INFO] [stdout] | [INFO] [stdout] 145 | let to = Coordinate::from(s.as_str()); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ai` in `ai` [INFO] [stdout] --> src/game.rs:39:26 [INFO] [stdout] | [INFO] [stdout] 39 | let mut ai = ai::ai::new(Color::Black); [INFO] [stdout] | ^^ could not find `ai` in `ai` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `ai` in `ai` [INFO] [stdout] --> src/game.rs:41:27 [INFO] [stdout] | [INFO] [stdout] 41 | let mut ai2 = ai::ai::new(Color::White); [INFO] [stdout] | ^^ could not find `ai` in `ai` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `evaluator` in `ai` [INFO] [stdout] --> src/game.rs:169:28 [INFO] [stdout] | [INFO] [stdout] 169 | let eval = ai::evaluator::evaluate(&self.board, None, None); [INFO] [stdout] | ^^^^^^^^^ could not find `evaluator` in `ai` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `evaluator` in `ai` [INFO] [stdout] --> src/game.rs:185:28 [INFO] [stdout] | [INFO] [stdout] 185 | let eval = ai::evaluator::evaluate(&self.board, None, None); [INFO] [stdout] | ^^^^^^^^^ could not find `evaluator` in `ai` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/move_generator/chess_move.rs:138:28 [INFO] [stdout] | [INFO] [stdout] 138 | let from = Coordinate::new(5, y); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/move_generator/chess_move.rs:139:26 [INFO] [stdout] | [INFO] [stdout] 139 | let to = Coordinate::new(7, y); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/move_generator/chess_move.rs:143:28 [INFO] [stdout] | [INFO] [stdout] 143 | let from = Coordinate::new(8, y); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/move_generator/chess_move.rs:144:26 [INFO] [stdout] | [INFO] [stdout] 144 | let to = Coordinate::new(6, y); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/move_generator/chess_move.rs:157:28 [INFO] [stdout] | [INFO] [stdout] 157 | let from = Coordinate::new(5, y); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/move_generator/chess_move.rs:158:26 [INFO] [stdout] | [INFO] [stdout] 158 | let to = Coordinate::new(3, y); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/move_generator/chess_move.rs:162:28 [INFO] [stdout] | [INFO] [stdout] 162 | let from = Coordinate::new(1, y); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Coordinate` [INFO] [stdout] --> src/move_generator/chess_move.rs:163:26 [INFO] [stdout] | [INFO] [stdout] 163 | let to = Coordinate::new(4, y); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Coordinate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/board.rs:30:31 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct Board { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 30 | en_passant_target: Option, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/board.rs:30:31 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct Board { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 30 | en_passant_target: Option, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/board.rs:51:43 [INFO] [stdout] | [INFO] [stdout] 36 | impl BoardTrait for Board { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 51 | fn en_passant_target(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SquareIterator` in this scope [INFO] [stdout] --> src/board.rs:80:31 [INFO] [stdout] | [INFO] [stdout] 80 | fn squares_list(&self) -> SquareIterator { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RankIterator` in this scope [INFO] [stdout] --> src/board.rs:84:34 [INFO] [stdout] | [INFO] [stdout] 84 | fn get_rank(&self, y: u8) -> RankIterator { [INFO] [stdout] | ^^^^^^^^^^^^ help: a trait with a similar name exists: `IntoIterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FilesIterator` in this scope [INFO] [stdout] --> src/board.rs:94:28 [INFO] [stdout] | [INFO] [stdout] 94 | fn get_files(&self) -> FilesIterator { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/board.rs:258:54 [INFO] [stdout] | [INFO] [stdout] 258 | fn place_piece(&mut self, mut piece: Piece, at: &Coordinate) { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/board.rs:269:30 [INFO] [stdout] | [INFO] [stdout] 269 | fn has_piece(&self, at: &Coordinate) -> bool { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/board.rs:275:33 [INFO] [stdout] | [INFO] [stdout] 275 | fn get_piece_at(&self, at: &Coordinate) -> Option<&Piece> { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/board.rs:341:35 [INFO] [stdout] | [INFO] [stdout] 334 | impl Board { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 341 | en_passant_target: Option, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/board.rs:373:35 [INFO] [stdout] | [INFO] [stdout] 373 | fn move_piece(&mut self, at: &Coordinate, to: &Coordinate) { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/board.rs:373:52 [INFO] [stdout] | [INFO] [stdout] 373 | fn move_piece(&mut self, at: &Coordinate, to: &Coordinate) { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/board.rs:381:40 [INFO] [stdout] | [INFO] [stdout] 381 | fn remove_piece_at(&mut self, at: &Coordinate) -> Option { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SquareIterator` in this scope [INFO] [stdout] --> src/board.rs:404:36 [INFO] [stdout] | [INFO] [stdout] 404 | fn squares_list_iter(&self) -> SquareIterator { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/board.rs:408:31 [INFO] [stdout] | [INFO] [stdout] 408 | fn get_square(&self, at: &Coordinate) -> &Square { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/board.rs:411:39 [INFO] [stdout] | [INFO] [stdout] 411 | fn get_square_mut(&mut self, at: &Coordinate) -> &mut Square { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/chess_notation.rs:131:40 [INFO] [stdout] | [INFO] [stdout] 131 | fn read_move(str: &str) -> (PieceType, Coordinate) { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ai` in module `ai` [INFO] [stdout] --> src/game.rs:31:13 [INFO] [stdout] | [INFO] [stdout] 31 | ai: ai::ai, [INFO] [stdout] | ^^ not found in `ai` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ai` in module `ai` [INFO] [stdout] --> src/game.rs:32:14 [INFO] [stdout] | [INFO] [stdout] 32 | ai2: ai::ai, [INFO] [stdout] | ^^ not found in `ai` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/chess_move.rs:7:20 [INFO] [stdout] | [INFO] [stdout] 7 | rook_from: Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/chess_move.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | rook_to: Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/chess_move.rs:7:20 [INFO] [stdout] | [INFO] [stdout] 4 | pub enum MoveType { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 7 | rook_from: Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/chess_move.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 4 | pub enum MoveType { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 8 | rook_to: Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/chess_move.rs:7:20 [INFO] [stdout] | [INFO] [stdout] 4 | pub enum MoveType { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 7 | rook_from: Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/chess_move.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 4 | pub enum MoveType { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 8 | rook_to: Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/chess_move.rs:19:15 [INFO] [stdout] | [INFO] [stdout] 19 | pub from: Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/chess_move.rs:20:13 [INFO] [stdout] | [INFO] [stdout] 20 | pub to: Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/chess_move.rs:19:15 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct Move { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 18 | pub piece: PieceType, [INFO] [stdout] 19 | pub from: Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/chess_move.rs:20:13 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct Move { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 20 | pub to: Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/chess_move.rs:19:15 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct Move { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 18 | pub piece: PieceType, [INFO] [stdout] 19 | pub from: Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/chess_move.rs:20:13 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct Move { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 20 | pub to: Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/chess_move.rs:42:15 [INFO] [stdout] | [INFO] [stdout] 42 | from: Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/chess_move.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | to: Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/chess_move.rs:85:20 [INFO] [stdout] | [INFO] [stdout] 85 | rook_from: Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/chess_move.rs:86:18 [INFO] [stdout] | [INFO] [stdout] 86 | rook_to: Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/chess_move.rs:87:15 [INFO] [stdout] | [INFO] [stdout] 87 | from: Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/chess_move.rs:88:13 [INFO] [stdout] | [INFO] [stdout] 88 | to: Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/chess_move.rs:134:11 [INFO] [stdout] | [INFO] [stdout] 134 | ) -> (Coordinate, Coordinate) { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/chess_move.rs:134:23 [INFO] [stdout] | [INFO] [stdout] 134 | ) -> (Coordinate, Coordinate) { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/chess_move.rs:153:11 [INFO] [stdout] | [INFO] [stdout] 153 | ) -> (Coordinate, Coordinate) { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/chess_move.rs:153:23 [INFO] [stdout] | [INFO] [stdout] 153 | ) -> (Coordinate, Coordinate) { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/pseudo_legal_move_generator.rs:139:12 [INFO] [stdout] | [INFO] [stdout] 139 | from: &Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/pseudo_legal_move_generator.rs:140:10 [INFO] [stdout] | [INFO] [stdout] 140 | to: &Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/pseudo_legal_move_generator.rs:162:12 [INFO] [stdout] | [INFO] [stdout] 162 | from: &Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/pseudo_legal_move_generator.rs:177:33 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn make_moves(path: Vec, board: &dyn BoardTrait, piece: &Piece) -> Vec { [INFO] [stdout] | - ^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `HIGH_Y` in this scope [INFO] [stdout] --> src/move_generator/pseudo_legal_move_generator.rs:322:54 [INFO] [stdout] | [INFO] [stdout] 322 | if (piece.color == Color::White && to.y() == HIGH_Y) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LOW_Y` in this scope [INFO] [stdout] --> src/move_generator/pseudo_legal_move_generator.rs:323:58 [INFO] [stdout] | [INFO] [stdout] 323 | || (piece.color == Color::Black && to.y() == LOW_Y) [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/pseudo_legal_move_generator.rs:369:20 [INFO] [stdout] | [INFO] [stdout] 369 | from: &Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/pseudo_legal_move_generator.rs:370:18 [INFO] [stdout] | [INFO] [stdout] 370 | at: &Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/pseudo_legal_move_generator.rs:398:19 [INFO] [stdout] | [INFO] [stdout] 397 | pub fn make_vector_moves( [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 398 | path: Vec, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/pseudo_legal_move_generator.rs:466:49 [INFO] [stdout] | [INFO] [stdout] 466 | fn square_is_empty(board: &dyn BoardTrait, at: &Coordinate) -> bool { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/pseudo_legal_move_generator.rs:471:54 [INFO] [stdout] | [INFO] [stdout] 471 | fn square_occupiable_by(board: &dyn BoardTrait, at: &Coordinate, color: Color) -> bool { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/pseudo_legal_move_generator.rs:478:49 [INFO] [stdout] | [INFO] [stdout] 478 | fn has_enemy_piece(board: &dyn BoardTrait, at: &Coordinate, own_color: Color) -> bool { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator/pseudo_legal_move_generator.rs:487:20 [INFO] [stdout] | [INFO] [stdout] 487 | fn is_on_board(c: &Coordinate) -> bool { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LOW_X` in this scope [INFO] [stdout] --> src/move_generator/pseudo_legal_move_generator.rs:488:14 [INFO] [stdout] | [INFO] [stdout] 488 | c.x() >= LOW_X && c.x() <= HIGH_X && c.y() >= LOW_Y && c.y() <= HIGH_Y [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `HIGH_X` in this scope [INFO] [stdout] --> src/move_generator/pseudo_legal_move_generator.rs:488:32 [INFO] [stdout] | [INFO] [stdout] 488 | c.x() >= LOW_X && c.x() <= HIGH_X && c.y() >= LOW_Y && c.y() <= HIGH_Y [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LOW_Y` in this scope [INFO] [stdout] --> src/move_generator/pseudo_legal_move_generator.rs:488:51 [INFO] [stdout] | [INFO] [stdout] 488 | c.x() >= LOW_X && c.x() <= HIGH_X && c.y() >= LOW_Y && c.y() <= HIGH_Y [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `HIGH_Y` in this scope [INFO] [stdout] --> src/move_generator/pseudo_legal_move_generator.rs:488:69 [INFO] [stdout] | [INFO] [stdout] 488 | c.x() >= LOW_X && c.x() <= HIGH_X && c.y() >= LOW_Y && c.y() <= HIGH_Y [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator.rs:338:15 [INFO] [stdout] | [INFO] [stdout] 338 | pub from: Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator.rs:339:13 [INFO] [stdout] | [INFO] [stdout] 339 | pub to: Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator.rs:338:15 [INFO] [stdout] | [INFO] [stdout] 336 | pub struct MoveLog { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 337 | pub piece_type: PieceType, [INFO] [stdout] 338 | pub from: Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator.rs:339:13 [INFO] [stdout] | [INFO] [stdout] 336 | pub struct MoveLog { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 339 | pub to: Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator.rs:338:15 [INFO] [stdout] | [INFO] [stdout] 336 | pub struct MoveLog { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 337 | pub piece_type: PieceType, [INFO] [stdout] 338 | pub from: Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator.rs:339:13 [INFO] [stdout] | [INFO] [stdout] 336 | pub struct MoveLog { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 339 | pub to: Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator.rs:385:26 [INFO] [stdout] | [INFO] [stdout] 381 | struct Pin<'a> { [INFO] [stdout] | - help: you might be missing a type parameter: `, Coordinate` [INFO] [stdout] ... [INFO] [stdout] 385 | pub can_move_to: Vec, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Coordinate` in this scope [INFO] [stdout] --> src/move_generator.rs:393:25 [INFO] [stdout] | [INFO] [stdout] 393 | attack_coordinate: &Coordinate, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::board_console_printer::print_board` [INFO] [stdout] --> src/board.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::board_console_printer::print_board; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::chess_notation::fen_reader` [INFO] [stdout] --> src/board.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::chess_notation::fen_reader; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `gen_pseudo_legal_moves` [INFO] [stdout] --> src/board.rs:12:29 [INFO] [stdout] | [INFO] [stdout] 12 | use crate::move_generator::{gen_pseudo_legal_moves, Move, MoveType}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fmt` [INFO] [stdout] --> src/board.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | use std::fmt; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fmt::Formatter` [INFO] [stdout] --> src/board.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | use std::fmt::Formatter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::slice::Iter` [INFO] [stdout] --> src/board.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | use std::slice::Iter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::board_console_printer` [INFO] [stdout] --> src/chess_notation/fen_reader.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::board_console_printer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::board_console_printer::print_board` [INFO] [stdout] --> src/chess_notation/fen_reader.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::board_console_printer::print_board; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::path::Prefix::Verbatim` [INFO] [stdout] --> src/chess_notation/fen_reader.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::path::Prefix::Verbatim; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::chess_notation::fen_reader` [INFO] [stdout] --> src/chess_notation/pgn.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::chess_notation::fen_reader; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::chess_notation::fen_reader::make_board` [INFO] [stdout] --> src/chess_notation/pgn.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::chess_notation::fen_reader::make_board; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `MoveType`, `Move`, `gen_legal_moves` [INFO] [stdout] --> src/chess_notation/pgn.rs:5:29 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::move_generator::{gen_legal_moves, Move, MoveType}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ ^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::chess_notation` [INFO] [stdout] --> src/game.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::chess_notation; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `DateTime` [INFO] [stdout] --> src/game.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | use chrono::{DateTime, Local}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rand::prelude::ThreadRng` [INFO] [stdout] --> src/hash.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use rand::prelude::ThreadRng; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/hash.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | let max = (u64::pow(2, 64) - 1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 11 - let max = (u64::pow(2, 64) - 1); [INFO] [stdout] 11 + let max = u64::pow(2, 64) - 1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> src/hash.rs:12:29 [INFO] [stdout] | [INFO] [stdout] 12 | let num = rng.gen_range((0..max)); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 12 - let num = rng.gen_range((0..max)); [INFO] [stdout] 12 + let num = rng.gen_range(0..max); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> src/hash.rs:42:40 [INFO] [stdout] | [INFO] [stdout] 42 | let mut gen = || rng.gen_range((0..u64::MAX)); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 42 - let mut gen = || rng.gen_range((0..u64::MAX)); [INFO] [stdout] 42 + let mut gen = || rng.gen_range(0..u64::MAX); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/hash.rs:229:9 [INFO] [stdout] | [INFO] [stdout] 229 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::chess_notation::fen_reader` [INFO] [stdout] --> src/hash.rs:230:9 [INFO] [stdout] | [INFO] [stdout] 230 | use crate::chess_notation::fen_reader; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::chess_notation::fen_reader::make_board` [INFO] [stdout] --> src/move_generator/pseudo_legal_move_generator.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::chess_notation::fen_reader::make_board; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 233 previous errors; 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433, E0583. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `chess_engine` due to 234 previous errors; 21 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "f508120d70008f79ea736f3551ed8f9e85412b0e77cd277b14c9ade72e7320e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f508120d70008f79ea736f3551ed8f9e85412b0e77cd277b14c9ade72e7320e2", kill_on_drop: false }` [INFO] [stdout] f508120d70008f79ea736f3551ed8f9e85412b0e77cd277b14c9ade72e7320e2