Skip to content

feat: Revamp training code, start implementing Zobrist hasing #424

feat: Revamp training code, start implementing Zobrist hasing

feat: Revamp training code, start implementing Zobrist hasing #424

Triggered via push June 15, 2024 23:17
Status Success
Total duration 3m 34s
Artifacts

build.yml

on: push
Matrix: Test Suite
Fit to window
Zoom out
Zoom in

Annotations

112 warnings
Test Suite (macos-latest, nightly, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Suite (macos-latest, nightly, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Suite (macos-latest, nightly, true): src/chess/position.rs#L554
unused variable: `next_move`
Test Suite (macos-latest, nightly, true): src/chess/position.rs#L559
unused variable: `next_move`
Test Suite (macos-latest, nightly, true): src/engine/mod.rs#L164
variable `increment` is assigned to, but never used
Test Suite (macos-latest, nightly, true): src/engine/mod.rs#L179
value assigned to `increment` is never read
Test Suite (macos-latest, nightly, true): src/engine/mod.rs#L184
value assigned to `increment` is never read
Test Suite (macos-latest, nightly, true): src/chess/position.rs#L67
method `board` is never used
Test Suite (macos-latest, nightly, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (macos-latest, nightly, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (macos-latest, nightly, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (macos-latest, nightly, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, stable, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Suite (ubuntu-latest, stable, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Suite (ubuntu-latest, stable, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, stable, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, stable, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, stable, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, stable, false): src/chess/position.rs#L554
unused variable: `next_move`
Test Suite (ubuntu-latest, stable, false): src/chess/position.rs#L559
unused variable: `next_move`
Test Suite (ubuntu-latest, stable, false): src/engine/mod.rs#L164
variable `increment` is assigned to, but never used
Test Suite (ubuntu-latest, stable, false): src/engine/mod.rs#L179
value assigned to `increment` is never read
Test Suite (ubuntu-latest, stable, false): src/engine/mod.rs#L184
value assigned to `increment` is never read
Test Suite (ubuntu-latest, stable, false): src/chess/position.rs#L67
method `board` is never used
Test Suite (macos-latest, stable, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Suite (macos-latest, stable, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Suite (macos-latest, stable, true): src/chess/position.rs#L554
unused variable: `next_move`
Test Suite (macos-latest, stable, true): src/chess/position.rs#L559
unused variable: `next_move`
Test Suite (macos-latest, stable, true): src/chess/zobrist.rs#L27
unused variable: `entry`
Test Suite (macos-latest, stable, true): src/chess/zobrist.rs#L33
unused variable: `state`
Test Suite (macos-latest, stable, true): src/engine/mod.rs#L164
variable `increment` is assigned to, but never used
Test Suite (macos-latest, stable, true): src/engine/mod.rs#L179
value assigned to `increment` is never read
Test Suite (macos-latest, stable, true): src/engine/mod.rs#L184
value assigned to `increment` is never read
Test Suite (macos-latest, stable, true): src/chess/position.rs#L67
method `board` is never used
Test Suite (macos-latest, stable, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (macos-latest, stable, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (macos-latest, stable, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (macos-latest, stable, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, 1.78.0, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Suite (ubuntu-latest, 1.78.0, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Suite (ubuntu-latest, 1.78.0, false): src/chess/position.rs#L554
unused variable: `next_move`
Test Suite (ubuntu-latest, 1.78.0, false): src/chess/position.rs#L559
unused variable: `next_move`
Test Suite (ubuntu-latest, 1.78.0, false): src/engine/mod.rs#L164
variable `increment` is assigned to, but never used
Test Suite (ubuntu-latest, 1.78.0, false): src/engine/mod.rs#L179
value assigned to `increment` is never read
Test Suite (ubuntu-latest, 1.78.0, false): src/engine/mod.rs#L184
value assigned to `increment` is never read
Test Suite (ubuntu-latest, 1.78.0, false): src/chess/position.rs#L67
method `board` is never used
Test Suite (ubuntu-latest, 1.78.0, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, 1.78.0, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, 1.78.0, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, 1.78.0, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, nightly, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Suite (ubuntu-latest, nightly, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Suite (ubuntu-latest, nightly, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, nightly, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, nightly, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, nightly, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, nightly, true): src/chess/position.rs#L554
unused variable: `next_move`
Test Suite (ubuntu-latest, nightly, true): src/chess/position.rs#L559
unused variable: `next_move`
Test Suite (ubuntu-latest, nightly, true): src/engine/mod.rs#L164
variable `increment` is assigned to, but never used
Test Suite (ubuntu-latest, nightly, true): src/engine/mod.rs#L179
value assigned to `increment` is never read
Test Suite (ubuntu-latest, nightly, true): src/engine/mod.rs#L184
value assigned to `increment` is never read
Test Suite (ubuntu-latest, nightly, true): src/chess/position.rs#L67
method `board` is never used
Test Suite (windows-latest, nightly, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Suite (windows-latest, nightly, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Suite (windows-latest, nightly, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (windows-latest, nightly, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (windows-latest, nightly, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (windows-latest, nightly, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (windows-latest, nightly, true): src/chess/position.rs#L554
unused variable: `next_move`
Test Suite (windows-latest, nightly, true): src/chess/position.rs#L559
unused variable: `next_move`
Test Suite (windows-latest, nightly, true): src/engine/mod.rs#L164
variable `increment` is assigned to, but never used
Test Suite (windows-latest, nightly, true): src/engine/mod.rs#L179
value assigned to `increment` is never read
Test Suite (windows-latest, nightly, true): src/engine/mod.rs#L184
value assigned to `increment` is never read
Test Suite (windows-latest, nightly, true): src/chess/position.rs#L67
method `board` is never used
Test Suite (windows-latest, stable, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Suite (windows-latest, stable, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Suite (windows-latest, stable, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (windows-latest, stable, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (windows-latest, stable, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (windows-latest, stable, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (windows-latest, stable, true): src/chess/position.rs#L554
unused variable: `next_move`
Test Suite (windows-latest, stable, true): src/chess/position.rs#L559
unused variable: `next_move`
Test Suite (windows-latest, stable, true): src/engine/mod.rs#L164
variable `increment` is assigned to, but never used
Test Suite (windows-latest, stable, true): src/engine/mod.rs#L179
value assigned to `increment` is never read
Test Suite (windows-latest, stable, true): src/engine/mod.rs#L184
value assigned to `increment` is never read
Test Suite (windows-latest, stable, true): src/chess/position.rs#L67
method `board` is never used