chore(deps): update docker/setup-buildx-action action to v3 #81
ci.yml
on: pull_request
check-license-comments
3s
cargo-about
26s
linting
51s
build
1m 45s
build-docker-image
1m 27s
Matrix: cargo-deny
Annotations
12 errors and 23 warnings
cargo-about
Process completed with exit code 1.
|
the following explicit lifetimes could be elided: 'a:
checkmk-client/src/rules.rs#L223
error: the following explicit lifetimes could be elided: 'a
--> checkmk-client/src/rules.rs:223:6
|
223 | impl<'a> RulesClient<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
223 - impl<'a> RulesClient<'a> {
223 + impl RulesClient<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
checkmk-client/src/rules.rs#L223
error: the following explicit lifetimes could be elided: 'a
--> checkmk-client/src/rules.rs:223:6
|
223 | impl<'a> RulesClient<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
223 - impl<'a> RulesClient<'a> {
223 + impl RulesClient<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
checkmk-client/src/hosts.rs#L164
error: the following explicit lifetimes could be elided: 'a
--> checkmk-client/src/hosts.rs:164:6
|
164 | impl<'a> HostsClient<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
164 - impl<'a> HostsClient<'a> {
164 + impl HostsClient<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
checkmk-client/src/hosts.rs#L164
error: the following explicit lifetimes could be elided: 'a
--> checkmk-client/src/hosts.rs:164:6
|
164 | impl<'a> HostsClient<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
164 - impl<'a> HostsClient<'a> {
164 + impl HostsClient<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
checkmk-client/src/folders.rs#L109
error: the following explicit lifetimes could be elided: 'a
--> checkmk-client/src/folders.rs:109:6
|
109 | impl<'a> FoldersClient<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
109 - impl<'a> FoldersClient<'a> {
109 + impl FoldersClient<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
checkmk-client/src/folders.rs#L109
error: the following explicit lifetimes could be elided: 'a
--> checkmk-client/src/folders.rs:109:6
|
109 | impl<'a> FoldersClient<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
109 - impl<'a> FoldersClient<'a> {
109 + impl FoldersClient<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
checkmk-client/src/changes.rs#L39
error: the following explicit lifetimes could be elided: 'a
--> checkmk-client/src/changes.rs:39:6
|
39 | impl<'a> ChangesClient<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `-D clippy::needless-lifetimes` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_lifetimes)]`
help: elide the lifetimes
|
39 - impl<'a> ChangesClient<'a> {
39 + impl ChangesClient<'_> {
|
|
the following explicit lifetimes could be elided: 'a:
checkmk-client/src/changes.rs#L39
error: the following explicit lifetimes could be elided: 'a
--> checkmk-client/src/changes.rs:39:6
|
39 | impl<'a> ChangesClient<'a> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `-D clippy::needless-lifetimes` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_lifetimes)]`
help: elide the lifetimes
|
39 - impl<'a> ChangesClient<'a> {
39 + impl ChangesClient<'_> {
|
|
linting
could not compile `checkmk-client` (lib test) due to 4 previous errors
|
linting
could not compile `checkmk-client` (lib) due to 4 previous errors
|
linting
Clippy had exited with the 101 exit code
|
check-license-comments
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
cargo-deny (advisories)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
cargo-deny (bans licenses sources)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
cargo-about
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
linting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
linting
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/
|
linting
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/
|
linting
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/
|
linting
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/
|
linting
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/
|
linting
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/
|
linting
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/
|
linting
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/
|
linting
/home/runner/work/checkmate/checkmate/checkmate/Cargo.toml: version requirement `0.9.34+deprecated` for dependency `serde_yaml` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion
|
build-docker-image
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build
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/
|
build
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/
|
build
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/
|
build
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/
|
build
/home/runner/work/checkmate/checkmate/checkmate/Cargo.toml: version requirement `0.9.34+deprecated` for dependency `serde_yaml` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion
|
build
/home/runner/work/checkmate/checkmate/checkmate/Cargo.toml: version requirement `0.9.34+deprecated` for dependency `serde_yaml` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion
|
build
/home/runner/work/checkmate/checkmate/checkmate/Cargo.toml: version requirement `0.9.34+deprecated` for dependency `serde_yaml` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion
|