Skip to content

chore(deps): update alpine/helm docker tag to v3.17.0 #5332

chore(deps): update alpine/helm docker tag to v3.17.0

chore(deps): update alpine/helm docker tag to v3.17.0 #5332

Triggered via pull request January 19, 2025 06:02
Status Success
Total duration 19m 33s
Artifacts

CI.yaml

on: pull_request
`cargo deny`
3m 8s
`cargo deny`
Report Missing Dependencies
59s
Report Missing Dependencies
Nix Build
0s
Nix Build
Matrix: ci
Matrix: Clippy!
Matrix: hadolint
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 18 warnings
Hadolint [./distribution/charted/docker/debian.Dockerfile]: distribution/charted/docker/debian.Dockerfile#L20
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Hadolint [./distribution/charted/docker/debian.Dockerfile]: distribution/charted/docker/debian.Dockerfile#L43
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
Hadolint [./distribution/charted/docker/debian.Dockerfile]: distribution/charted/docker/debian.Dockerfile#L43
DL3015 info: Avoid additional packages by specifying `--no-install-recommends`
Hadolint [./distribution/charted/docker/debian.Dockerfile]: distribution/charted/docker/debian.Dockerfile#L43
DL3009 info: Delete the apt-get lists after installing something
Hadolint [./distribution/charted/docker/debian.Dockerfile]
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Hadolint [./distribution/charted/docker/alpine.Dockerfile]
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Hadolint [./distribution/helm-plugin/docker/Dockerfile]
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Report Missing Dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Clippy! (nightly)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
the following explicit lifetimes could be elided: 'de: crates/core/src/lib.rs#L87
warning: the following explicit lifetimes could be elided: 'de --> crates/core/src/serde/duration.rs:87:14 | 87 | impl<'de> serde::de::Visitor<'de> for Visitor { | ^^^ ^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 87 - impl<'de> serde::de::Visitor<'de> for Visitor { 87 + impl serde::de::Visitor<'_> for Visitor { |
the following explicit lifetimes could be elided: 'de: crates/types/src/lib.rs#L60
warning: the following explicit lifetimes could be elided: 'de --> crates/types/src/newtypes/version.rs:60:14 | 60 | impl<'de> serde::de::Visitor<'de> for Visitor { | ^^^ ^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 60 - impl<'de> serde::de::Visitor<'de> for Visitor { 60 + impl serde::de::Visitor<'_> for Visitor { |
unused imports: `PGUser` and `SqliteUser`: crates/server/src/lib.rs#L37
warning: unused imports: `PGUser` and `SqliteUser` --> crates/server/src/routing/v1/user/mod.rs:37:5 | 37 | PGUser, SqliteUser, User, | ^^^^^^ ^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
unused import: `backend::Backend`: crates/server/src/lib.rs#L39
warning: unused import: `backend::Backend` --> crates/server/src/routing/v1/user/mod.rs:39:14 | 39 | use diesel::{backend::Backend, ExpressionMethods, QueryDsl}; | ^^^^^^^^^^^^^^^^
unused variable: `ctx`: crates/server/src/lib.rs#L79
warning: unused variable: `ctx` --> crates/server/src/ops/db/user.rs:79:21 | 79 | pub async fn delete(ctx: ServerContext, user: User) -> eyre::Result<()> { | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` | = note: `#[warn(unused_variables)]` on by default
unused variable: `ctx`: crates/server/src/lib.rs#L85
warning: unused variable: `ctx` --> crates/server/src/ops/db/user.rs:85:34 | 85 | async fn delete_all_repositories(ctx: &ServerContext, user: &User) -> eyre::Result<()> { | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
unused variable: `user`: crates/server/src/lib.rs#L85
warning: unused variable: `user` --> crates/server/src/ops/db/user.rs:85:55 | 85 | async fn delete_all_repositories(ctx: &ServerContext, user: &User) -> eyre::Result<()> { | ^^^^ help: if this is intentional, prefix it with an underscore: `_user`
unused variable: `ctx`: crates/server/src/lib.rs#L89
warning: unused variable: `ctx` --> crates/server/src/ops/db/user.rs:89:35 | 89 | async fn delete_all_organizations(ctx: &ServerContext, user: &User) -> eyre::Result<()> { | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
unused variable: `user`: crates/server/src/lib.rs#L89
warning: unused variable: `user` --> crates/server/src/ops/db/user.rs:89:56 | 89 | async fn delete_all_organizations(ctx: &ServerContext, user: &User) -> eyre::Result<()> { | ^^^^ help: if this is intentional, prefix it with an underscore: `_user`
unused variable: `ctx`: crates/server/src/lib.rs#L93
warning: unused variable: `ctx` --> crates/server/src/ops/db/user.rs:93:37 | 93 | async fn delete_persistent_metadata(ctx: &ServerContext, user: &User) -> eyre::Result<()> { | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx`
`cargo deny`
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Rust CI (macOS (x86_64), Rust nightly)
Failed to save: uploadChunk (start: 268435456, end: 301989887) failed: socket hang up
Rust CI (Linux (x86_64), Rust nightly)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636