Merge pull request #291 from input-output-hk/kukkok3-patch-1 #603
test.yml
on: push
Update dependencies
28s
Matrix: Test Suite
Annotations
11 errors and 48 warnings
the borrowed expression implements the required traits:
vit-servicing-station-lib/src/v0/mod.rs#L42
error: the borrowed expression implements the required traits
--> vit-servicing-station-lib/src/v0/mod.rs:42:47
|
42 | span.record("parent_span_id", &parent_span_id.to_string().as_str());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `parent_span_id.to_string().as_str()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
|
the borrowed expression implements the required traits:
vit-servicing-station-lib/src/v0/mod.rs#L40
error: the borrowed expression implements the required traits
--> vit-servicing-station-lib/src/v0/mod.rs:40:36
|
40 | span.record("span_id", &trace_context.span_id().to_string().as_str());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `trace_context.span_id().to_string().as_str()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
|
this `impl` can be derived:
vit-servicing-station-lib/src/server/settings/config.rs#L335
error: this `impl` can be derived
--> vit-servicing-station-lib/src/server/settings/config.rs:335:1
|
335 | / impl Default for LogLevel {
336 | | fn default() -> Self {
337 | | LogLevel::Disabled
338 | | }
339 | | }
| |_^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#derivable_impls
= note: `-D clippy::derivable-impls` implied by `-D warnings`
= help: remove the manual implementation...
help: ...and instead derive it...
|
106 + #[derive(Default)]
107 | pub enum LogLevel {
|
help: ...and mark the default variant
|
107 ~ #[default]
108 ~ Disabled,
|
|
Rust lints
could not compile `vit-servicing-station-lib` (lib) due to 6 previous errors
|
Rust lints
Clippy had exited with the 101 exit code
|
Test Coverage
Couldn't find a release tarball containing binaries for latest
|
Test Suite (windows-latest)
reference to packed field is unaligned
|
Test Suite (windows-latest)
reference to packed field is unaligned
|
Test Suite (windows-latest)
could not compile `ntapi` (lib) due to 2 previous errors
|
Test Suite (windows-latest)
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 101
|
Test Suite (macos-latest)
The operation was canceled.
|
Update dependencies
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/
|
Rust lints
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@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/
|
Rust lints
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/
|
Rust lints
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/
|
Rust lints
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/
|
Rust lints
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 Coverage
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/tarpaulin@v0.1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test Coverage:
vit-servicing-station-tests/src/common/data/generator/voting/builder/mod.rs#L32
variable does not need to be mutable
|
Test Coverage:
vit-servicing-station-tests/src/common/data/generator/voting/generator.rs#L117
variable does not need to be mutable
|
Test Coverage
`vit-servicing-station-tests` (lib) generated 2 warnings (run `cargo fix --lib -p vit-servicing-station-tests` to apply 2 suggestions)
|
Test Coverage
the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, fs_extra v1.2.0, multipart v0.18.0, test-strategy v0.1.2
|
Test Coverage
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 Coverage
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 Coverage
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 Coverage
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 Suite (ubuntu-latest)
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 Suite (ubuntu-latest)
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 Suite (ubuntu-latest)
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 Suite (ubuntu-latest)
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 Suite (ubuntu-latest)
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 Suite (ubuntu-latest):
vit-servicing-station-tests/src/common/data/generator/voting/builder/mod.rs#L32
variable does not need to be mutable
|
Test Suite (ubuntu-latest):
vit-servicing-station-tests/src/common/data/generator/voting/generator.rs#L117
variable does not need to be mutable
|
Test Suite (ubuntu-latest)
`vit-servicing-station-tests` (lib) generated 2 warnings (run `cargo fix --lib -p vit-servicing-station-tests` to apply 2 suggestions)
|
Test Suite (ubuntu-latest)
`vit-servicing-station-tests` (lib test) generated 2 warnings (2 duplicates)
|
Test Suite (ubuntu-latest)
the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, fs_extra v1.2.0, multipart v0.18.0, test-strategy v0.1.2
|
Test Suite (ubuntu-latest):
vit-servicing-station-tests/src/common/data/generator/voting/builder/mod.rs#L32
variable does not need to be mutable
|
Test Suite (ubuntu-latest):
vit-servicing-station-tests/src/common/data/generator/voting/generator.rs#L117
variable does not need to be mutable
|
Test Suite (ubuntu-latest)
`vit-servicing-station-tests` (lib) generated 2 warnings (run `cargo fix --lib -p vit-servicing-station-tests` to apply 2 suggestions)
|
Test Suite (ubuntu-latest)
the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, fs_extra v1.2.0, multipart v0.18.0, test-strategy v0.1.2
|
Test Suite (windows-latest)
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 Suite (windows-latest)
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 Suite (windows-latest)
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 Suite (windows-latest)
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 Suite (windows-latest)
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 Suite (macos-latest)
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 Suite (macos-latest):
vit-servicing-station-tests/src/common/data/generator/voting/builder/mod.rs#L32
variable does not need to be mutable
|
Test Suite (macos-latest):
vit-servicing-station-tests/src/common/data/generator/voting/generator.rs#L117
variable does not need to be mutable
|
Test Suite (macos-latest)
`vit-servicing-station-tests` (lib) generated 2 warnings (run `cargo fix --lib -p vit-servicing-station-tests` to apply 2 suggestions)
|
Test Suite (macos-latest)
`vit-servicing-station-tests` (lib test) generated 2 warnings (2 duplicates)
|
Test Suite (macos-latest)
the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, fs_extra v1.2.0, multipart v0.18.0, test-strategy v0.1.2
|
Test Suite (macos-latest)
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 Suite (macos-latest)
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 Suite (macos-latest)
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 Suite (macos-latest)
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 Suite (macos-latest):
vit-servicing-station-tests/src/common/data/generator/voting/builder/mod.rs#L32
variable does not need to be mutable
|
Test Suite (macos-latest):
vit-servicing-station-tests/src/common/data/generator/voting/generator.rs#L117
variable does not need to be mutable
|
Test Suite (macos-latest)
`vit-servicing-station-tests` (lib) generated 2 warnings (run `cargo fix --lib -p vit-servicing-station-tests` to apply 2 suggestions)
|
Test Suite (macos-latest)
the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, fs_extra v1.2.0, multipart v0.18.0, test-strategy v0.1.2
|