Skip to content

Commands: sample uds message exchange #664

Commands: sample uds message exchange

Commands: sample uds message exchange #664

Triggered via pull request November 1, 2024 23:12
Status Success
Total duration 4m 15s
Artifacts

CI.yml

on: pull_request
Check Style
3s
Check Style
Matrix: Test
docker-push-release-latest
0s
docker-push-release-latest
Matrix: deploy
Fit to window
Zoom out
Zoom in

Annotations

54 warnings
Check Style
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/
Check Style
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Check Style
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 Style
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 Style
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 Style
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 (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/
Test (stable)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (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/
Test (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/
Test (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/
Test (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/
Test (stable): horustctl/src/main.rs#L4
unused import: `error`
Test (stable): horustctl/src/main.rs#L6
unused import: `read`
Test (stable): horustctl/src/main.rs#L9
unused import: `Path`
Test (stable): horustctl/src/main.rs#L80
unused variable: `args`
Test (stable): horustctl/src/main.rs#L78
function `handle_status` is never used
Test (stable): commands/src/lib.rs#L4
unused import: `proto::tutorial::*`
Test (stable): commands/src/lib.rs#L82
unreachable expression
Test (stable): commands/src/lib.rs#L14
associated function `get_path` is never used
Test (stable): commands/src/lib.rs#L103
function `create_uds` is never used
Test (stable): commands/src/lib.rs#L105
function `listen_uds` is never used
Test (nightly)
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 (nightly)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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): commands/src/lib.rs#L4
unused import: `proto::tutorial::*`
Test (nightly): commands/src/lib.rs#L82
unreachable expression
Test (nightly): commands/src/lib.rs#L14
associated function `get_path` is never used
Test (nightly): commands/src/lib.rs#L103
function `create_uds` is never used
Test (nightly): commands/src/lib.rs#L105
function `listen_uds` is never used
Test (nightly): commands/src/lib.rs#L107
function `send_message` is never used
Test (nightly): commands/src/lib.rs#L108
function `receive_message` is never used
Test (nightly)
`horust-commands-lib` (lib) generated 7 warnings (run `cargo fix --lib -p horust-commands-lib` to apply 1 suggestion)
Test (nightly): horustctl/src/main.rs#L6
unused import: `read`
Test (nightly): horustctl/src/main.rs#L9
unused import: `Path`
Test (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/
Test (beta)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (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/
Test (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/
Test (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/
Test (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/
Test (beta): horustctl/src/main.rs#L4
unused import: `error`
Test (beta): horustctl/src/main.rs#L6
unused import: `read`
Test (beta): horustctl/src/main.rs#L9
unused import: `Path`
Test (beta): horustctl/src/main.rs#L80
unused variable: `args`
Test (beta): horustctl/src/main.rs#L78
function `handle_status` is never used
Test (beta): commands/src/lib.rs#L4
unused import: `proto::tutorial::*`
Test (beta): commands/src/lib.rs#L82
unreachable expression
Test (beta): commands/src/lib.rs#L14
associated function `get_path` is never used
Test (beta): commands/src/lib.rs#L103
function `create_uds` is never used
Test (beta): commands/src/lib.rs#L105
function `listen_uds` is never used