[INFO] cloning repository https://github.com/nipzu/watson [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nipzu/watson" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnipzu%2Fwatson", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnipzu%2Fwatson'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1f82fe42caa920be659596f3fa5670c845caf16e [INFO] testing nipzu/watson against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnipzu%2Fwatson" "/workspace/builds/worker-17/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-17/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nipzu/watson on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nipzu/watson [INFO] finished tweaking git repo https://github.com/nipzu/watson [INFO] tweaked toml for git repo https://github.com/nipzu/watson written to /workspace/builds/worker-17/source/Cargo.toml [INFO] crate git repo https://github.com/nipzu/watson already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6abf28e408aed832fcffcc0668970558c4af6671cfff8d87e7f886b870cc8cd4 [INFO] running `Command { std: "docker" "start" "-a" "6abf28e408aed832fcffcc0668970558c4af6671cfff8d87e7f886b870cc8cd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6abf28e408aed832fcffcc0668970558c4af6671cfff8d87e7f886b870cc8cd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6abf28e408aed832fcffcc0668970558c4af6671cfff8d87e7f886b870cc8cd4", kill_on_drop: false }` [INFO] [stdout] 6abf28e408aed832fcffcc0668970558c4af6671cfff8d87e7f886b870cc8cd4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0ef5c8451d151d6c8248ea58fc2134aa99fa85486db6c2aef6f933e664d96160 [INFO] running `Command { std: "docker" "start" "-a" "0ef5c8451d151d6c8248ea58fc2134aa99fa85486db6c2aef6f933e664d96160", kill_on_drop: false }` [INFO] [stderr] Compiling watson v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `from_raw` [INFO] [stdout] --> src/evaluation.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn from_raw(value: i16) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_raw` [INFO] [stdout] --> src/evaluation.rs:38:18 [INFO] [stdout] | [INFO] [stdout] 38 | pub const fn to_raw(self) -> i16 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `HashTable` [INFO] [stdout] --> src/hashtable.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct HashTable { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EMPTY_TABLE_ENTRY` [INFO] [stdout] --> src/hashtable.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | const EMPTY_TABLE_ENTRY: u32 = (Evaluation::RESERVED_VALUE as u32) << 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/hashtable.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn new(order_buckets: u32, bucket_size: usize) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `clear` [INFO] [stdout] --> src/hashtable.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn clear(&mut self) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_eval` [INFO] [stdout] --> src/hashtable.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn get_eval(&self, hash: u64) -> Option { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `insert_eval` [INFO] [stdout] --> src/hashtable.rs:54:12 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn insert_eval(&self, hash: u64, eval: Evaluation) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Position` [INFO] [stdout] --> src/position.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Position { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `evaluation` [INFO] [stdout] --> src/position.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn evaluation(&self) -> Evaluation { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `hash` [INFO] [stdout] --> src/position.rs:22:18 [INFO] [stdout] | [INFO] [stdout] 22 | pub const fn hash(&self) -> u64 { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `make_move` [INFO] [stdout] --> src/position.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn make_move(&mut self, move_to_make: Move) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `unmake_move` [INFO] [stdout] --> src/position.rs:44:12 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn unmake_move(&mut self, move_to_unmake: Move) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_piece_color_occupancy_board` [INFO] [stdout] --> src/position.rs:56:8 [INFO] [stdout] | [INFO] [stdout] 56 | fn get_piece_color_occupancy_board(&mut self, piece: PieceType) -> &mut u64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `captured_piece` [INFO] [stdout] --> src/position.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | captured_piece: PieceType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Move` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:74:10 [INFO] [stdout] | [INFO] [stdout] 74 | #[derive(Clone, Copy, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `moved_piece` [INFO] [stdout] --> src/position.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | moved_piece: PieceType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Move` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:74:10 [INFO] [stdout] | [INFO] [stdout] 74 | #[derive(Clone, Copy, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `move_mask` [INFO] [stdout] --> src/position.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | move_mask: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Move` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:74:10 [INFO] [stdout] | [INFO] [stdout] 74 | #[derive(Clone, Copy, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `captured_mask` [INFO] [stdout] --> src/position.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | captured_mask: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Move` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:74:10 [INFO] [stdout] | [INFO] [stdout] 74 | #[derive(Clone, Copy, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `WhiteKing` [INFO] [stdout] --> src/position.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | WhiteKing = 0, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `WhiteQueen` [INFO] [stdout] --> src/position.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | WhiteQueen = 1, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `WhiteRook` [INFO] [stdout] --> src/position.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | WhiteRook = 2, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `WhiteBishop` [INFO] [stdout] --> src/position.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | WhiteBishop = 3, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `WhiteKnight` [INFO] [stdout] --> src/position.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | WhiteKnight = 4, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `WhitePawn` [INFO] [stdout] --> src/position.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | WhitePawn = 5, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BlackKing` [INFO] [stdout] --> src/position.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | BlackKing = 6, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BlackQueen` [INFO] [stdout] --> src/position.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | BlackQueen = 7, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BlackRook` [INFO] [stdout] --> src/position.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | BlackRook = 8, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BlackBishop` [INFO] [stdout] --> src/position.rs:93:5 [INFO] [stdout] | [INFO] [stdout] 93 | BlackBishop = 9, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BlackKnight` [INFO] [stdout] --> src/position.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | BlackKnight = 10, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BlackPawn` [INFO] [stdout] --> src/position.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | BlackPawn = 11, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.75s [INFO] running `Command { std: "docker" "inspect" "0ef5c8451d151d6c8248ea58fc2134aa99fa85486db6c2aef6f933e664d96160", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ef5c8451d151d6c8248ea58fc2134aa99fa85486db6c2aef6f933e664d96160", kill_on_drop: false }` [INFO] [stdout] 0ef5c8451d151d6c8248ea58fc2134aa99fa85486db6c2aef6f933e664d96160 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d31400a7f59637216de00c873e004fe305481f469b3c957493cfd268c2a10622 [INFO] running `Command { std: "docker" "start" "-a" "d31400a7f59637216de00c873e004fe305481f469b3c957493cfd268c2a10622", kill_on_drop: false }` [INFO] [stderr] Compiling watson v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `from_raw` [INFO] [stdout] --> src/evaluation.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn from_raw(value: i16) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_raw` [INFO] [stdout] --> src/evaluation.rs:38:18 [INFO] [stdout] | [INFO] [stdout] 38 | pub const fn to_raw(self) -> i16 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `HashTable` [INFO] [stdout] --> src/hashtable.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct HashTable { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EMPTY_TABLE_ENTRY` [INFO] [stdout] --> src/hashtable.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | const EMPTY_TABLE_ENTRY: u32 = (Evaluation::RESERVED_VALUE as u32) << 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/hashtable.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn new(order_buckets: u32, bucket_size: usize) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `clear` [INFO] [stdout] --> src/hashtable.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn clear(&mut self) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_eval` [INFO] [stdout] --> src/hashtable.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn get_eval(&self, hash: u64) -> Option { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `insert_eval` [INFO] [stdout] --> src/hashtable.rs:54:12 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn insert_eval(&self, hash: u64, eval: Evaluation) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Position` [INFO] [stdout] --> src/position.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Position { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `evaluation` [INFO] [stdout] --> src/position.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn evaluation(&self) -> Evaluation { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `hash` [INFO] [stdout] --> src/position.rs:22:18 [INFO] [stdout] | [INFO] [stdout] 22 | pub const fn hash(&self) -> u64 { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `make_move` [INFO] [stdout] --> src/position.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn make_move(&mut self, move_to_make: Move) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `unmake_move` [INFO] [stdout] --> src/position.rs:44:12 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn unmake_move(&mut self, move_to_unmake: Move) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_piece_color_occupancy_board` [INFO] [stdout] --> src/position.rs:56:8 [INFO] [stdout] | [INFO] [stdout] 56 | fn get_piece_color_occupancy_board(&mut self, piece: PieceType) -> &mut u64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `captured_piece` [INFO] [stdout] --> src/position.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | captured_piece: PieceType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Move` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:74:10 [INFO] [stdout] | [INFO] [stdout] 74 | #[derive(Clone, Copy, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `moved_piece` [INFO] [stdout] --> src/position.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | moved_piece: PieceType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Move` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:74:10 [INFO] [stdout] | [INFO] [stdout] 74 | #[derive(Clone, Copy, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `move_mask` [INFO] [stdout] --> src/position.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | move_mask: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Move` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:74:10 [INFO] [stdout] | [INFO] [stdout] 74 | #[derive(Clone, Copy, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `captured_mask` [INFO] [stdout] --> src/position.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | captured_mask: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Move` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:74:10 [INFO] [stdout] | [INFO] [stdout] 74 | #[derive(Clone, Copy, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `WhiteKing` [INFO] [stdout] --> src/position.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | WhiteKing = 0, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `WhiteQueen` [INFO] [stdout] --> src/position.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | WhiteQueen = 1, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `WhiteRook` [INFO] [stdout] --> src/position.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | WhiteRook = 2, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `WhiteBishop` [INFO] [stdout] --> src/position.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | WhiteBishop = 3, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `WhiteKnight` [INFO] [stdout] --> src/position.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | WhiteKnight = 4, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `WhitePawn` [INFO] [stdout] --> src/position.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | WhitePawn = 5, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BlackKing` [INFO] [stdout] --> src/position.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | BlackKing = 6, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BlackQueen` [INFO] [stdout] --> src/position.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | BlackQueen = 7, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BlackRook` [INFO] [stdout] --> src/position.rs:92:5 [INFO] [stdout] | [INFO] [stdout] 92 | BlackRook = 8, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BlackBishop` [INFO] [stdout] --> src/position.rs:93:5 [INFO] [stdout] | [INFO] [stdout] 93 | BlackBishop = 9, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BlackKnight` [INFO] [stdout] --> src/position.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | BlackKnight = 10, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BlackPawn` [INFO] [stdout] --> src/position.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | BlackPawn = 11, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/position.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.30s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/watson-0a4caaf0fc537534) [INFO] running `Command { std: "docker" "inspect" "d31400a7f59637216de00c873e004fe305481f469b3c957493cfd268c2a10622", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d31400a7f59637216de00c873e004fe305481f469b3c957493cfd268c2a10622", kill_on_drop: false }` [INFO] [stdout] d31400a7f59637216de00c873e004fe305481f469b3c957493cfd268c2a10622 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 709fc1166271879a0c45f2b6b2c897f8dc0e9465787744675450229d042ea1ac [INFO] running `Command { std: "docker" "start" "-a" "709fc1166271879a0c45f2b6b2c897f8dc0e9465787744675450229d042ea1ac", kill_on_drop: false }` [INFO] [stderr] warning: associated function is never used: `from_raw` [INFO] [stderr] --> src/evaluation.rs:31:12 [INFO] [stderr] | [INFO] [stderr] 31 | pub fn from_raw(value: i16) -> Self { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `to_raw` [INFO] [stderr] --> src/evaluation.rs:38:18 [INFO] [stderr] | [INFO] [stderr] 38 | pub const fn to_raw(self) -> i16 { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `HashTable` [INFO] [stderr] --> src/hashtable.rs:5:12 [INFO] [stderr] | [INFO] [stderr] 5 | pub struct HashTable { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `EMPTY_TABLE_ENTRY` [INFO] [stderr] --> src/hashtable.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | const EMPTY_TABLE_ENTRY: u32 = (Evaluation::RESERVED_VALUE as u32) << 16; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> src/hashtable.rs:15:12 [INFO] [stderr] | [INFO] [stderr] 15 | pub fn new(order_buckets: u32, bucket_size: usize) -> Self { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `clear` [INFO] [stderr] --> src/hashtable.rs:30:12 [INFO] [stderr] | [INFO] [stderr] 30 | pub fn clear(&mut self) { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get_eval` [INFO] [stderr] --> src/hashtable.rs:37:12 [INFO] [stderr] | [INFO] [stderr] 37 | pub fn get_eval(&self, hash: u64) -> Option { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `insert_eval` [INFO] [stderr] --> src/hashtable.rs:54:12 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn insert_eval(&self, hash: u64, eval: Evaluation) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Position` [INFO] [stderr] --> src/position.rs:5:12 [INFO] [stderr] | [INFO] [stderr] 5 | pub struct Position { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `evaluation` [INFO] [stderr] --> src/position.rs:16:12 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn evaluation(&self) -> Evaluation { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `hash` [INFO] [stderr] --> src/position.rs:22:18 [INFO] [stderr] | [INFO] [stderr] 22 | pub const fn hash(&self) -> u64 { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `make_move` [INFO] [stderr] --> src/position.rs:30:12 [INFO] [stderr] | [INFO] [stderr] 30 | pub fn make_move(&mut self, move_to_make: Move) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `unmake_move` [INFO] [stderr] --> src/position.rs:44:12 [INFO] [stderr] | [INFO] [stderr] 44 | pub fn unmake_move(&mut self, move_to_unmake: Move) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `get_piece_color_occupancy_board` [INFO] [stderr] --> src/position.rs:56:8 [INFO] [stderr] | [INFO] [stderr] 56 | fn get_piece_color_occupancy_board(&mut self, piece: PieceType) -> &mut u64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `captured_piece` [INFO] [stderr] --> src/position.rs:76:5 [INFO] [stderr] | [INFO] [stderr] 76 | captured_piece: PieceType, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Move` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/position.rs:74:10 [INFO] [stderr] | [INFO] [stderr] 74 | #[derive(Clone, Copy, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `moved_piece` [INFO] [stderr] --> src/position.rs:77:5 [INFO] [stderr] | [INFO] [stderr] 77 | moved_piece: PieceType, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Move` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/position.rs:74:10 [INFO] [stderr] | [INFO] [stderr] 74 | #[derive(Clone, Copy, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `move_mask` [INFO] [stderr] --> src/position.rs:78:5 [INFO] [stderr] | [INFO] [stderr] 78 | move_mask: u64, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Move` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/position.rs:74:10 [INFO] [stderr] | [INFO] [stderr] 74 | #[derive(Clone, Copy, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `captured_mask` [INFO] [stderr] --> src/position.rs:79:5 [INFO] [stderr] | [INFO] [stderr] 79 | captured_mask: u64, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Move` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/position.rs:74:10 [INFO] [stderr] | [INFO] [stderr] 74 | #[derive(Clone, Copy, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `WhiteKing` [INFO] [stderr] --> src/position.rs:84:5 [INFO] [stderr] | [INFO] [stderr] 84 | WhiteKing = 0, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/position.rs:82:10 [INFO] [stderr] | [INFO] [stderr] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `WhiteQueen` [INFO] [stderr] --> src/position.rs:85:5 [INFO] [stderr] | [INFO] [stderr] 85 | WhiteQueen = 1, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/position.rs:82:10 [INFO] [stderr] | [INFO] [stderr] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `WhiteRook` [INFO] [stderr] --> src/position.rs:86:5 [INFO] [stderr] | [INFO] [stderr] 86 | WhiteRook = 2, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/position.rs:82:10 [INFO] [stderr] | [INFO] [stderr] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `WhiteBishop` [INFO] [stderr] --> src/position.rs:87:5 [INFO] [stderr] | [INFO] [stderr] 87 | WhiteBishop = 3, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/position.rs:82:10 [INFO] [stderr] | [INFO] [stderr] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `WhiteKnight` [INFO] [stderr] --> src/position.rs:88:5 [INFO] [stderr] | [INFO] [stderr] 88 | WhiteKnight = 4, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/position.rs:82:10 [INFO] [stderr] | [INFO] [stderr] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `WhitePawn` [INFO] [stderr] --> src/position.rs:89:5 [INFO] [stderr] | [INFO] [stderr] 89 | WhitePawn = 5, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/position.rs:82:10 [INFO] [stderr] | [INFO] [stderr] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `BlackKing` [INFO] [stderr] --> src/position.rs:90:5 [INFO] [stderr] | [INFO] [stderr] 90 | BlackKing = 6, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/position.rs:82:10 [INFO] [stderr] | [INFO] [stderr] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `BlackQueen` [INFO] [stderr] --> src/position.rs:91:5 [INFO] [stderr] | [INFO] [stderr] 91 | BlackQueen = 7, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/position.rs:82:10 [INFO] [stderr] | [INFO] [stderr] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `BlackRook` [INFO] [stderr] --> src/position.rs:92:5 [INFO] [stderr] | [INFO] [stderr] 92 | BlackRook = 8, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/position.rs:82:10 [INFO] [stderr] | [INFO] [stderr] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `BlackBishop` [INFO] [stderr] --> src/position.rs:93:5 [INFO] [stderr] | [INFO] [stderr] 93 | BlackBishop = 9, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/position.rs:82:10 [INFO] [stderr] | [INFO] [stderr] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `BlackKnight` [INFO] [stderr] --> src/position.rs:94:5 [INFO] [stderr] | [INFO] [stderr] 94 | BlackKnight = 10, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/position.rs:82:10 [INFO] [stderr] | [INFO] [stderr] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `BlackPawn` [INFO] [stderr] --> src/position.rs:95:5 [INFO] [stderr] | [INFO] [stderr] 95 | BlackPawn = 11, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PieceType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/position.rs:82:10 [INFO] [stderr] | [INFO] [stderr] 82 | #[derive(Clone, Copy, PartialEq, Eq, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `watson` (bin "watson" test) generated 30 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/watson-0a4caaf0fc537534) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "709fc1166271879a0c45f2b6b2c897f8dc0e9465787744675450229d042ea1ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "709fc1166271879a0c45f2b6b2c897f8dc0e9465787744675450229d042ea1ac", kill_on_drop: false }` [INFO] [stdout] 709fc1166271879a0c45f2b6b2c897f8dc0e9465787744675450229d042ea1ac