Skip to content

Update hash for azalia crate in Nix derivation, add LDAP authz crate #5234

Update hash for azalia crate in Nix derivation, add LDAP authz crate

Update hash for azalia crate in Nix derivation, add LDAP authz crate #5234

Triggered via push September 20, 2024 03:11
Status Failure
Total duration 15m 59s
Artifacts

CI.yaml

on: push
Matrix: ci
Matrix: Clippy!
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 17 warnings
`cargo deny`
Process completed with exit code 1.
Rust CI (Linux (x86_64), Rust nightly)
Process completed with exit code 101.
Rust CI (Windows, Rust nightly)
The job was canceled because "ubuntu-latest_nightly" failed.
Rust CI (Windows, Rust nightly)
The operation was canceled.
Rust CI (macOS (x86_64), Rust nightly)
The job was canceled because "ubuntu-latest_nightly" failed.
Rust CI (macOS (x86_64), Rust nightly)
The operation was canceled.
/home/runner/work/charted/charted/crates/helm-plugin/src/lib.rs#L78
associated function `load` is never used
/home/runner/work/charted/charted/crates/helm-plugin/src/lib.rs#L36
method `join_url` is never used
/home/runner/work/charted/charted/crates/helm-plugin/src/lib.rs#L24
static `HTTP` is never used
/home/runner/work/charted/charted/crates/helm-plugin/src/lib.rs#L23
function `logging` is never used
/home/runner/work/charted/charted/crates/helm-plugin/src/lib.rs#L24
function `get_helm_binary` is never used
/home/runner/work/charted/charted/crates/helm-plugin/src/lib.rs#L43
function `validate_version_constraints` is never used
the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.78.0` from `clippy.toml`
warning: the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.78.0` from `clippy.toml`
1 warning emitted
warning: 1 warning emitted
the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.78.0` from `clippy.toml`
warning: the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.78.0` from `clippy.toml`
1 warning emitted
warning: 1 warning emitted
associated function `load` is never used: crates/helm-plugin/src/lib.rs#L78
warning: associated function `load` is never used --> crates/helm-plugin/src/config/mod.rs:78:12 | 75 | impl Config { | ----------- associated function in this implementation ... 78 | pub fn load<P: AsRef<Path>>(path: Option<P>) -> eyre::Result<Config> { | ^^^^ | = note: `#[warn(dead_code)]` on by default
method `join_url` is never used: crates/helm-plugin/src/lib.rs#L36
warning: method `join_url` is never used --> crates/helm-plugin/src/config/registry.rs:36:12 | 34 | impl Registry { | ------------- method in this implementation 35 | /// Joins the registry URL via [`Url::join`] and returns a string representation. 36 | pub fn join_url<T: Display>(&self, input: T) -> Result<String, url::ParseError> { | ^^^^^^^^
static `HTTP` is never used: crates/helm-plugin/src/lib.rs#L24
warning: static `HTTP` is never used --> crates/helm-plugin/src/ops/mod.rs:24:12 | 24 | pub static HTTP: LazyLock<reqwest_middleware::ClientWithMiddleware> = LazyLock::new(|| { | ^^^^
function `logging` is never used: crates/helm-plugin/src/lib.rs#L23
warning: function `logging` is never used --> crates/helm-plugin/src/ops/middleware.rs:23:8 | 23 | pub fn logging<'a>( | ^^^^^^^
function `get_helm_binary` is never used: crates/helm-plugin/src/lib.rs#L24
warning: function `get_helm_binary` is never used --> crates/helm-plugin/src/util.rs:24:8 | 24 | pub fn get_helm_binary<P: AsRef<Path>>(helm: Option<P>) -> Option<PathBuf> { | ^^^^^^^^^^^^^^^
function `validate_version_constraints` is never used: crates/helm-plugin/src/lib.rs#L43
warning: function `validate_version_constraints` is never used --> crates/helm-plugin/src/util.rs:43:8 | 43 | pub fn validate_version_constraints<P: AsRef<Path>>(config: &Config, helm: Option<P>) -> eyre::Result<()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Rust CI (macOS (x86_64), Rust nightly)
Formula postgresql was renamed to postgresql@14.