Skip to content

streaming_data_service: improvements #152

streaming_data_service: improvements

streaming_data_service: improvements #152

Triggered via push November 30, 2023 17:16
Status Failure
Total duration 3m 4s
Artifacts

cargo_ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 6 warnings
this expression creates a reference which is immediately dereferenced by the compiler: src/streaming_data_service/data_transfer.rs#L116
error: this expression creates a reference which is immediately dereferenced by the compiler --> src/streaming_data_service/data_transfer.rs:116:36 | 116 | Ok(with_xz_support(&file_name, StreamReader::new(stream))) | ^^^^^^^^^^ help: change this to: `file_name` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
this expression creates a reference which is immediately dereferenced by the compiler: src/streaming_data_service/data_transfer.rs#L105
error: this expression creates a reference which is immediately dereferenced by the compiler --> src/streaming_data_service/data_transfer.rs:105:36 | 105 | Ok(with_xz_support(&path, BufReader::new(file))) | ^^^^^ help: change this to: `path` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `-D clippy::needless-borrow` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
cargo-clippy
Clippy had exited with the 101 exit code
cargo-test
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/
cargo-test
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/
cargo-test
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/
cargo-test
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/
cargo-test
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/
cargo-clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/