Skip to content

chore: add test read empty buffer #73

chore: add test read empty buffer

chore: add test read empty buffer #73

Triggered via push March 31, 2024 17:22
Status Success
Total duration 29s
Artifacts

rust.yml

on: push
Test Nightly
21s
Test Nightly
Build Nightly
0s
Build Nightly
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
Test Nightly
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, 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 Nightly
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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 Nightly
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 Nightly
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 Nightly
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 Nightly
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 Nightly
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
Test Nightly: binary-util-derive/src/io/util.rs#L17
field `0` is never read
Test Nightly: binary-util-derive/src/io/structs.rs#L338
call to `.clone()` on a reference in this situation does nothing
Test Nightly: binary-util-derive/src/io/structs.rs#L339
call to `.clone()` on a reference in this situation does nothing
Test Nightly
`binary-util-derive` (lib test) generated 3 warnings (run `cargo fix --lib -p binary-util-derive --tests` to apply 2 suggestions)
Test Nightly: binary-util/src/interfaces.rs#L70
unused macro definition: `impl_streamable`
Test Nightly: binary-util/src/interfaces.rs#L630
unused `Result` that must be used
Test Nightly: binary-util/src/interfaces.rs#L741
calls to `std::mem::forget` with a reference instead of an owned value does nothing
Test Nightly
`binary-util` (lib) generated 3 warnings (2 duplicates)
Test Nightly: binary-util/tests/byte_reader.rs#L2
unused import: `binary_util::interfaces::Writer`