a3947 state parser progress #65
ci.yml
on: push
Run cargo check
4m 17s
Run tests with stable Rust
4m 14s
Run lints with stable Rust
1m 28s
Annotations
1 error and 38 warnings
Run tests with stable Rust
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 101
|
Run lints with stable Rust
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@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/.
|
Run lints with stable Rust
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@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/
|
Run lints with stable Rust
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 lints with stable Rust
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 lints with stable Rust
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 lints with stable Rust
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 with stable Rust
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@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/.
|
Run tests with stable Rust
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@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/
|
Run tests with stable Rust
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 with stable Rust
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 with stable Rust
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 with stable Rust
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 with stable Rust:
soundcore-lib/src/devices/a3040.rs#L13
unused import: `eq_info_update::*`
|
Run tests with stable Rust:
soundcore-lib/src/devices/a3947/state_update.rs#L2
unused imports: `all_consuming`, `map`
|
Run tests with stable Rust:
soundcore-lib/src/mocks/connection.rs#L4
unused import: `btleplug::platform::PeripheralId`
|
Run tests with stable Rust:
soundcore-lib/src/parsers/hearid.rs#L43
unused variable: `custom_eq_offset`
|
Run tests with stable Rust:
soundcore-lib/src/devices/a3947/state_update.rs#L68
unused variable: `age_range`
|
Run tests with stable Rust:
soundcore-lib/src/devices/a3947/state_update.rs#L69
unused variable: `hear_id`
|
Run tests with stable Rust:
soundcore-lib/src/devices/a3947/state_update.rs#L70
unused variable: `custom_btn_selected`
|
Run tests with stable Rust:
soundcore-lib/src/devices/a3947/state_update.rs#L71
unused variable: `button_model_bytes`
|
Run tests with stable Rust:
soundcore-lib/src/devices/a3947/state_update.rs#L72
unused variable: `ignored`
|
Run tests with stable Rust:
soundcore-lib/src/devices/a3947/state_update.rs#L77
unused variable: `personal_anc_test_time`
|
Run cargo check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@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/.
|
Run cargo check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@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/
|
Run cargo check:
test_data/src/a3040.rs#L13
constant `anc` should have an upper case name
|
Run cargo check:
test_data/src/a3040.rs#L25
constant `trans` should have an upper case name
|
Run cargo check:
test_data/src/a3040.rs#L37
constant `normal` should have an upper case name
|
Run cargo check:
test_data/src/a3040.rs#L50
constant `max_eq` should have an upper case name
|
Run cargo check
`test_data` (lib) generated 4 warnings
|
Run cargo check:
soundcore-lib/src/ble/btleplug/scanner.rs#L7
unused imports: `debug`, `info`
|
Run cargo check:
soundcore-lib/src/devices/a3040.rs#L13
unused import: `eq_info_update::*`
|
Run cargo check:
soundcore-lib/src/devices/a3947/state_update.rs#L2
unused imports: `all_consuming`, `map`
|
Run cargo check:
soundcore-lib/src/parsers/hearid.rs#L43
unused variable: `custom_eq_offset`
|
Run cargo check:
soundcore-lib/src/devices/a3947/state_update.rs#L68
unused variable: `age_range`
|
Run cargo check
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 cargo check
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 cargo check
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 cargo check
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/
|