Skip to content

version: bump to 0.5.0 #65

version: bump to 0.5.0

version: bump to 0.5.0 #65

Triggered via push April 5, 2024 17:57
Status Success
Total duration 3m 16s
Artifacts 3

ci.yml

on: push
Check/Clippy
20s
Check/Clippy
Matrix: Run tests
Matrix: Build & package toolset
Fit to window
Zoom out
Zoom in

Annotations

62 warnings
function `assert_reverse` is never used: src/io/legacy/scramble.rs#L172
warning: function `assert_reverse` is never used --> src/io/legacy/scramble.rs:172:8 | 172 | fn assert_reverse(f: fn(&mut [u8], u16)) { | ^^^^^^^^^^^^^^
function `assert` is never used: src/io/legacy/scramble.rs#L163
warning: function `assert` is never used --> src/io/legacy/scramble.rs:163:8 | 163 | fn assert(f: fn(&mut [u8], u16)) { | ^^^^^^
constant `EXPECTED_NO_NUL` is never used: src/io/legacy/scramble.rs#L129
warning: constant `EXPECTED_NO_NUL` is never used --> src/io/legacy/scramble.rs:129:11 | 129 | const EXPECTED_NO_NUL: [u8; 13] = [ | ^^^^^^^^^^^^^^^
constant `EXPECTED` is never used: src/io/legacy/scramble.rs#L125
warning: constant `EXPECTED` is never used --> src/io/legacy/scramble.rs:125:11 | 125 | const EXPECTED: [u8; 14] = [ | ^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
Check/Clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check/Clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check/Clippy
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/
Check/Clippy
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/
Check/Clippy
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/
Check/Clippy
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/
function `assert_reverse` is never used: src/io/legacy/scramble.rs#L172
warning: function `assert_reverse` is never used --> src/io/legacy/scramble.rs:172:8 | 172 | fn assert_reverse(f: fn(&mut [u8], u16)) { | ^^^^^^^^^^^^^^
function `assert` is never used: src/io/legacy/scramble.rs#L163
warning: function `assert` is never used --> src/io/legacy/scramble.rs:163:8 | 163 | fn assert(f: fn(&mut [u8], u16)) { | ^^^^^^
constant `EXPECTED_NO_NUL` is never used: src/io/legacy/scramble.rs#L129
warning: constant `EXPECTED_NO_NUL` is never used --> src/io/legacy/scramble.rs:129:11 | 129 | const EXPECTED_NO_NUL: [u8; 13] = [ | ^^^^^^^^^^^^^^^
constant `EXPECTED` is never used: src/io/legacy/scramble.rs#L125
warning: constant `EXPECTED` is never used --> src/io/legacy/scramble.rs:125:11 | 125 | const EXPECTED: [u8; 14] = [ | ^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
Run tests (stable)
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/.
Run tests (stable)
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/
Run tests (stable)
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/
Run tests (stable)
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/
Run tests (stable)
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/
Run tests (stable)
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/
Run tests (stable): src/io/legacy/scramble.rs#L125
constant `EXPECTED` is never used
Run tests (stable): src/io/legacy/scramble.rs#L129
constant `EXPECTED_NO_NUL` is never used
Run tests (stable): src/io/legacy/scramble.rs#L163
function `assert` is never used
Run tests (stable): src/io/legacy/scramble.rs#L172
function `assert_reverse` is never used
Run tests (stable)
`bdat` (lib) generated 4 warnings
Run tests (beta)
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/.
Run tests (beta)
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/
Run tests (beta): src/io/modern/read.rs#L3
the item `TryFrom` is imported redundantly
Run tests (beta)
`bdat` (lib) generated 1 warning
Run tests (beta)
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/
Run tests (beta)
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/
Run tests (beta)
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/
Run tests (beta)
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/
Run tests (beta): src/io/modern/read.rs#L3
the item `TryFrom` is imported redundantly
Run tests (beta): src/io/legacy/scramble.rs#L125
constant `EXPECTED` is never used
Run tests (beta): src/io/legacy/scramble.rs#L129
constant `EXPECTED_NO_NUL` is never used
Run tests (beta): src/io/legacy/scramble.rs#L163
function `assert` is never used
Run tests (beta): src/io/legacy/scramble.rs#L172
function `assert_reverse` is never used
Run tests (beta)
`bdat` (lib) generated 5 warnings
Run tests (beta)
`bdat` (lib test) generated 2 warnings (1 duplicate)
Build & package toolset (ubuntu-latest, linux-x86_64-glibc, bdat-toolset, x86_64-unknown-linux-gnu)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build & package toolset (ubuntu-latest, linux-x86_64-glibc, bdat-toolset, x86_64-unknown-linux-gnu)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build & package toolset (ubuntu-latest, linux-x86_64-glibc, bdat-toolset, x86_64-unknown-linux-gnu)
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/
Build & package toolset (ubuntu-latest, linux-x86_64-glibc, bdat-toolset, x86_64-unknown-linux-gnu)
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/
Build & package toolset (ubuntu-latest, linux-x86_64-glibc, bdat-toolset, x86_64-unknown-linux-gnu)
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/
Build & package toolset (ubuntu-latest, linux-x86_64-glibc, bdat-toolset, x86_64-unknown-linux-gnu)
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/
Build & package toolset (ubuntu-latest, linux-x86_64-musl, bdat-toolset, x86_64-unknown-linux-musl)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build & package toolset (ubuntu-latest, linux-x86_64-musl, bdat-toolset, x86_64-unknown-linux-musl)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build & package toolset (ubuntu-latest, linux-x86_64-musl, bdat-toolset, x86_64-unknown-linux-musl)
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/
Build & package toolset (ubuntu-latest, linux-x86_64-musl, bdat-toolset, x86_64-unknown-linux-musl)
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/
Build & package toolset (ubuntu-latest, linux-x86_64-musl, bdat-toolset, x86_64-unknown-linux-musl)
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/
Build & package toolset (ubuntu-latest, linux-x86_64-musl, bdat-toolset, x86_64-unknown-linux-musl)
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/
Build & package toolset (windows-2019, win64.exe, bdat-toolset.exe, x86_64-pc-windows-msvc)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build & package toolset (windows-2019, win64.exe, bdat-toolset.exe, x86_64-pc-windows-msvc)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build & package toolset (windows-2019, win64.exe, bdat-toolset.exe, x86_64-pc-windows-msvc)
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/
Build & package toolset (windows-2019, win64.exe, bdat-toolset.exe, x86_64-pc-windows-msvc)
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/
Build & package toolset (windows-2019, win64.exe, bdat-toolset.exe, x86_64-pc-windows-msvc)
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/
Build & package toolset (windows-2019, win64.exe, bdat-toolset.exe, x86_64-pc-windows-msvc)
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/
function `assert_reverse` is never used: src/io/legacy/scramble.rs#L172
warning: function `assert_reverse` is never used --> src/io/legacy/scramble.rs:172:8 | 172 | fn assert_reverse(f: fn(&mut [u8], u16)) { | ^^^^^^^^^^^^^^
function `assert` is never used: src/io/legacy/scramble.rs#L163
warning: function `assert` is never used --> src/io/legacy/scramble.rs:163:8 | 163 | fn assert(f: fn(&mut [u8], u16)) { | ^^^^^^
constant `EXPECTED_NO_NUL` is never used: src/io/legacy/scramble.rs#L129
warning: constant `EXPECTED_NO_NUL` is never used --> src/io/legacy/scramble.rs:129:11 | 129 | const EXPECTED_NO_NUL: [u8; 13] = [ | ^^^^^^^^^^^^^^^
constant `EXPECTED` is never used: src/io/legacy/scramble.rs#L125
warning: constant `EXPECTED` is never used --> src/io/legacy/scramble.rs:125:11 | 125 | const EXPECTED: [u8; 14] = [ | ^^^^^^^^ | = note: `#[warn(dead_code)]` on by default

Artifacts

Produced during runtime
Name Size
bdat-toolset-linux-x86_64-glibc Expired
1.87 MB
bdat-toolset-linux-x86_64-musl Expired
1.97 MB
bdat-toolset-win64.exe Expired
1.99 MB