[INFO] cloning repository https://github.com/itzkaushik/JP
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/itzkaushik/JP" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fitzkaushik%2FJP", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fitzkaushik%2FJP'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c2c1ceccd49ce3be8d97944ae26a23375b4ff1b6
[INFO] checking itzkaushik/JP against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fitzkaushik%2FJP" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/itzkaushik/JP
[INFO] finished tweaking git repo https://github.com/itzkaushik/JP
[INFO] tweaked toml for git repo https://github.com/itzkaushik/JP written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/itzkaushik/JP on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/itzkaushik/JP already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pyrrhic-rs v0.2.0
[INFO] [stderr]   Downloaded polyglot-book-rs v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f540fdb912b3d2213cea6c872d6c4a3c5298ff0b6ce694092e338c3d65983d91
[INFO] running `Command { std: "docker" "start" "f540fdb912b3d2213cea6c872d6c4a3c5298ff0b6ce694092e338c3d65983d91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f540fdb912b3d2213cea6c872d6c4a3c5298ff0b6ce694092e338c3d65983d91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f540fdb912b3d2213cea6c872d6c4a3c5298ff0b6ce694092e338c3d65983d91" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f540fdb912b3d2213cea6c872d6c4a3c5298ff0b6ce694092e338c3d65983d91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f540fdb912b3d2213cea6c872d6c4a3c5298ff0b6ce694092e338c3d65983d91" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking polyglot-book-rs v0.1.0
[INFO] [stderr]     Checking memmap2 v0.9.11
[INFO] [stderr]     Checking pyrrhic-rs v0.2.0
[INFO] [stderr]     Checking chessEngine v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `mate_in`
[INFO] [stdout]   --> src/search.rs:26:74
[INFO] [stdout]    |
[INFO] [stdout] 26 | use crate::eval::{self, DRAW_SCORE, INFINITY, MATE_VALUE, is_mate_score, mate_in, mated_in};
[INFO] [stdout]    |                                                                          ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]     --> src/search.rs:1211:24
[INFO] [stdout]      |
[INFO] [stdout] 1211 |                     if (wdl == WdlProbeResult::Draw
[INFO] [stdout]      |                        ^
[INFO] [stdout] 1212 |                         || wdl == WdlProbeResult::CursedWin
[INFO] [stdout] 1213 |                         || wdl == WdlProbeResult::BlessedLoss)
[INFO] [stdout]      |                                                              ^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1211 ~                     if wdl == WdlProbeResult::Draw
[INFO] [stdout] 1212 |                         || wdl == WdlProbeResult::CursedWin
[INFO] [stdout] 1213 ~                         || wdl == WdlProbeResult::BlessedLoss
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `is_mate_score`
[INFO] [stdout]    --> src/tt.rs:243:31
[INFO] [stdout]     |
[INFO] [stdout] 243 | use crate::eval::{MATE_VALUE, is_mate_score};
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Color`
[INFO] [stdout]   --> src/uci.rs:22:20
[INFO] [stdout]    |
[INFO] [stdout] 22 | use crate::types::{Color, Move, Piece, Square};
[INFO] [stdout]    |                    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `mate_in`
[INFO] [stdout]   --> src/search.rs:26:74
[INFO] [stdout]    |
[INFO] [stdout] 26 | use crate::eval::{self, DRAW_SCORE, INFINITY, MATE_VALUE, is_mate_score, mate_in, mated_in};
[INFO] [stdout]    |                                                                          ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]     --> src/search.rs:1211:24
[INFO] [stdout]      |
[INFO] [stdout] 1211 |                     if (wdl == WdlProbeResult::Draw
[INFO] [stdout]      |                        ^
[INFO] [stdout] 1212 |                         || wdl == WdlProbeResult::CursedWin
[INFO] [stdout] 1213 |                         || wdl == WdlProbeResult::BlessedLoss)
[INFO] [stdout]      |                                                              ^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1211 ~                     if wdl == WdlProbeResult::Draw
[INFO] [stdout] 1212 |                         || wdl == WdlProbeResult::CursedWin
[INFO] [stdout] 1213 ~                         || wdl == WdlProbeResult::BlessedLoss
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `is_mate_score`
[INFO] [stdout]    --> src/tt.rs:243:31
[INFO] [stdout]     |
[INFO] [stdout] 243 | use crate::eval::{MATE_VALUE, is_mate_score};
[INFO] [stdout]     |                               ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Color`
[INFO] [stdout]   --> src/uci.rs:22:20
[INFO] [stdout]    |
[INFO] [stdout] 22 | use crate::types::{Color, Move, Piece, Square};
[INFO] [stdout]    |                    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `our`
[INFO] [stdout]   --> src/movegen.rs:70:13
[INFO] [stdout]    |
[INFO] [stdout] 70 |         let our = self.by_color[us.index()];
[INFO] [stdout]    |             ^^^ help: if this is intentional, prefix it with an underscore: `_our`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `our`
[INFO] [stdout]   --> src/movegen.rs:70:13
[INFO] [stdout]    |
[INFO] [stdout] 70 |         let our = self.by_color[us.index()];
[INFO] [stdout]    |             ^^^ help: if this is intentional, prefix it with an underscore: `_our`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `halfmove`
[INFO] [stdout]     --> src/search.rs:1175:17
[INFO] [stdout]      |
[INFO] [stdout] 1175 |             let halfmove = board.halfmove_clock as u32;
[INFO] [stdout]      |                 ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_halfmove`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Bitboard` is never used
[INFO] [stdout]   --> src/bits.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub type Bitboard = u64;
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FILE_A` is never used
[INFO] [stdout]   --> src/bits.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const FILE_A: Bitboard = 0x0101_0101_0101_0101;
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FILE_H` is never used
[INFO] [stdout]   --> src/bits.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub const FILE_H: Bitboard = 0x8080_8080_8080_8080;
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RANK_1` is never used
[INFO] [stdout]   --> src/bits.rs:18:11
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub const RANK_1: Bitboard = 0x0000_0000_0000_00FF;
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RANK_2` is never used
[INFO] [stdout]   --> src/bits.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const RANK_2: Bitboard = 0x0000_0000_0000_FF00;
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RANK_7` is never used
[INFO] [stdout]   --> src/bits.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub const RANK_7: Bitboard = 0x00FF_0000_0000_0000;
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RANK_8` is never used
[INFO] [stdout]   --> src/bits.rs:21:11
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub const RANK_8: Bitboard = 0xFF00_0000_0000_0000;
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `LIGHT_SQUARES` is never used
[INFO] [stdout]   --> src/bits.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub const LIGHT_SQUARES: Bitboard = 0x55AA_55AA_55AA_55AA;
[INFO] [stdout]    |           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DARK_SQUARES` is never used
[INFO] [stdout]   --> src/bits.rs:23:11
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub const DARK_SQUARES: Bitboard = 0xAA55_AA55_AA55_AA55;
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `popcount` is never used
[INFO] [stdout]   --> src/bits.rs:28:8
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub fn popcount(bb: Bitboard) -> u32 {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `lsb` is never used
[INFO] [stdout]   --> src/bits.rs:35:8
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub fn lsb(bb: Bitboard) -> Bitboard {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `lsb_index` is never used
[INFO] [stdout]   --> src/bits.rs:42:8
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub fn lsb_index(bb: Bitboard) -> u32 {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `pop_lsb` is never used
[INFO] [stdout]   --> src/bits.rs:49:8
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub fn pop_lsb(bb: &mut Bitboard) -> u32 {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `msb_index` is never used
[INFO] [stdout]   --> src/bits.rs:58:8
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub fn msb_index(bb: Bitboard) -> u32 {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `set_bit` is never used
[INFO] [stdout]   --> src/bits.rs:65:8
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub fn set_bit(bb: Bitboard, sq: u32) -> Bitboard {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `clear_bit` is never used
[INFO] [stdout]   --> src/bits.rs:69:8
[INFO] [stdout]    |
[INFO] [stdout] 69 | pub fn clear_bit(bb: Bitboard, sq: u32) -> Bitboard {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `toggle_bit` is never used
[INFO] [stdout]   --> src/bits.rs:73:8
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub fn toggle_bit(bb: Bitboard, sq: u32) -> Bitboard {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `sq` is never used
[INFO] [stdout]   --> src/bits.rs:80:8
[INFO] [stdout]    |
[INFO] [stdout] 80 | pub fn sq(rank: u32, file: u32) -> u32 {
[INFO] [stdout]    |        ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rank_of` is never used
[INFO] [stdout]   --> src/bits.rs:84:8
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub fn rank_of(square: u32) -> u32 {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `file_of` is never used
[INFO] [stdout]   --> src/bits.rs:88:8
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub fn file_of(square: u32) -> u32 {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `print_bb` is never used
[INFO] [stdout]   --> src/bits.rs:97:8
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub fn print_bb(bb: Bitboard) {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `make_null_move` is never used
[INFO] [stdout]    --> src/board.rs:515:12
[INFO] [stdout]     |
[INFO] [stdout] 319 | impl Board {
[INFO] [stdout]     | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 515 |     pub fn make_null_move(&self) -> Board {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `STARTPOS_FEN` is never used
[INFO] [stdout]    --> src/board.rs:527:11
[INFO] [stdout]     |
[INFO] [stdout] 527 | pub const STARTPOS_FEN: &str = "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1";
[INFO] [stdout]     |           ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `mate_in` is never used
[INFO] [stdout]   --> src/eval.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn mate_in(ply: usize) -> i32 {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `evaluate_from_scratch` is never used
[INFO] [stdout]    --> src/nnue.rs:688:8
[INFO] [stdout]     |
[INFO] [stdout] 688 | pub fn evaluate_from_scratch(board: &crate::board::Board) -> i32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `see_ge` is never used
[INFO] [stdout]    --> src/search.rs:234:4
[INFO] [stdout]     |
[INFO] [stdout] 234 | fn see_ge(board: &Board, mv: Move, threshold: i32) -> bool {
[INFO] [stdout]     |    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `halfmove`
[INFO] [stdout]     --> src/search.rs:1175:17
[INFO] [stdout]      |
[INFO] [stdout] 1175 |             let halfmove = board.halfmove_clock as u32;
[INFO] [stdout]      |                 ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_halfmove`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/types.rs:22:15
[INFO] [stdout]     |
[INFO] [stdout]  20 | impl BitBoard {
[INFO] [stdout]     | ------------- associated items in this implementation
[INFO] [stdout]  21 |     pub const EMPTY: BitBoard = BitBoard(0);
[INFO] [stdout]  22 |     pub const ALL: BitBoard = BitBoard(u64::MAX);
[INFO] [stdout]     |               ^^^
[INFO] [stdout] ...
[INFO] [stdout]  26 |     pub const FILE_B: BitBoard = BitBoard(0x0202_0202_0202_0202);
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]  27 |     pub const FILE_C: BitBoard = BitBoard(0x0404_0404_0404_0404);
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]  28 |     pub const FILE_D: BitBoard = BitBoard(0x0808_0808_0808_0808);
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]  29 |     pub const FILE_E: BitBoard = BitBoard(0x1010_1010_1010_1010);
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]  30 |     pub const FILE_F: BitBoard = BitBoard(0x2020_2020_2020_2020);
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]  31 |     pub const FILE_G: BitBoard = BitBoard(0x4040_4040_4040_4040);
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  37 |     pub const RANK_3: BitBoard = BitBoard(0x0000_0000_00FF_0000);
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]  38 |     pub const RANK_4: BitBoard = BitBoard(0x0000_0000_FF00_0000);
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]  39 |     pub const RANK_5: BitBoard = BitBoard(0x0000_00FF_0000_0000);
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout]  40 |     pub const RANK_6: BitBoard = BitBoard(0x0000_FF00_0000_0000);
[INFO] [stdout]     |               ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  78 |     pub const fn has(self, sq: Square) -> bool {
[INFO] [stdout]     |                  ^^^
[INFO] [stdout] ...
[INFO] [stdout]  84 |     pub const fn set(self, sq: Square) -> BitBoard {
[INFO] [stdout]     |                  ^^^
[INFO] [stdout] ...
[INFO] [stdout]  90 |     pub const fn clear(self, sq: Square) -> BitBoard {
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  96 |     pub const fn toggle(self, sq: Square) -> BitBoard {
[INFO] [stdout]     |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 |     pub const fn is_single(self) -> bool {
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RANK_2` is never used
[INFO] [stdout]   --> src/bits.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const RANK_2: Bitboard = 0x0000_0000_0000_FF00;
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `RANK_7` is never used
[INFO] [stdout]   --> src/bits.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub const RANK_7: Bitboard = 0x00FF_0000_0000_0000;
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `print_bb` is never used
[INFO] [stdout]   --> src/bits.rs:97:8
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub fn print_bb(bb: Bitboard) {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `make_null_move` is never used
[INFO] [stdout]    --> src/board.rs:515:12
[INFO] [stdout]     |
[INFO] [stdout] 319 | impl Board {
[INFO] [stdout]     | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 515 |     pub fn make_null_move(&self) -> Board {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `STARTPOS_FEN` is never used
[INFO] [stdout]    --> src/board.rs:527:11
[INFO] [stdout]     |
[INFO] [stdout] 527 | pub const STARTPOS_FEN: &str = "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1";
[INFO] [stdout]     |           ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `mate_in` is never used
[INFO] [stdout]   --> src/eval.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn mate_in(ply: usize) -> i32 {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `evaluate_from_scratch` is never used
[INFO] [stdout]    --> src/nnue.rs:688:8
[INFO] [stdout]     |
[INFO] [stdout] 688 | pub fn evaluate_from_scratch(board: &crate::board::Board) -> i32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `see_ge` is never used
[INFO] [stdout]    --> src/search.rs:234:4
[INFO] [stdout]     |
[INFO] [stdout] 234 | fn see_ge(board: &Board, mv: Move, threshold: i32) -> bool {
[INFO] [stdout]     |    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]   --> src/types.rs:26:15
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl BitBoard {
[INFO] [stdout]    | ------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub const FILE_B: BitBoard = BitBoard(0x0202_0202_0202_0202);
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 27 |     pub const FILE_C: BitBoard = BitBoard(0x0404_0404_0404_0404);
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 28 |     pub const FILE_D: BitBoard = BitBoard(0x0808_0808_0808_0808);
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 29 |     pub const FILE_E: BitBoard = BitBoard(0x1010_1010_1010_1010);
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 30 |     pub const FILE_F: BitBoard = BitBoard(0x2020_2020_2020_2020);
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 31 |     pub const FILE_G: BitBoard = BitBoard(0x4040_4040_4040_4040);
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub const RANK_3: BitBoard = BitBoard(0x0000_0000_00FF_0000);
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 38 |     pub const RANK_4: BitBoard = BitBoard(0x0000_0000_FF00_0000);
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 39 |     pub const RANK_5: BitBoard = BitBoard(0x0000_00FF_0000_0000);
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] 40 |     pub const RANK_6: BitBoard = BitBoard(0x0000_FF00_0000_0000);
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 96 |     pub const fn toggle(self, sq: Square) -> BitBoard {
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
[INFO] running `Command { std: "docker" "inspect" "f540fdb912b3d2213cea6c872d6c4a3c5298ff0b6ce694092e338c3d65983d91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f540fdb912b3d2213cea6c872d6c4a3c5298ff0b6ce694092e338c3d65983d91", kill_on_drop: false }`
[INFO] [stdout] f540fdb912b3d2213cea6c872d6c4a3c5298ff0b6ce694092e338c3d65983d91
