Skip to content

Update Rust crate remi-azure to v0.8.1 - autoclosed #1496

Update Rust crate remi-azure to v0.8.1 - autoclosed

Update Rust crate remi-azure to v0.8.1 - autoclosed #1496

Triggered via pull request October 20, 2024 10:13
Status Failure
Total duration 3m 5s
Artifacts

CI.yaml

on: pull_request
`cargo deny`
28s
`cargo deny`
Report Missing Dependencies
29s
Report Missing Dependencies
Nix Build
0s
Nix Build
Clippy
1m 21s
Clippy
Matrix: Rust CI
Fit to window
Zoom out
Zoom in

Annotations

13 errors
the trait bound `Error: From<azure_core::error::Error>` is not satisfied: home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs#L182
error[E0277]: the trait bound `Error: From<azure_core::error::Error>` is not satisfied --> /home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs:182:35 | 182 | Self::Azure(azure) => azure.init().await.map_err(From::from), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<azure_core::error::Error>` is not implemented for `Error` | = help: the following other types implement trait `From<T>`: <Error as From<azure_core::Error>> <Error as From<mongodb::error::Error>> <Error as From<remi_s3::Error>>
the trait bound `Error: From<azure_core::error::Error>` is not satisfied: home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs#L182
error[E0277]: the trait bound `Error: From<azure_core::error::Error>` is not satisfied --> /home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs:182:62 | 182 | Self::Azure(azure) => azure.init().await.map_err(From::from), | ^^^^^^^^^^ the trait `From<azure_core::error::Error>` is not implemented for `Error` | = help: the following other types implement trait `From<T>`: <Error as From<azure_core::Error>> <Error as From<mongodb::error::Error>> <Error as From<remi_s3::Error>>
the trait bound `Error: From<azure_core::error::Error>` is not satisfied: home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs#L200
error[E0277]: the trait bound `Error: From<azure_core::error::Error>` is not satisfied --> /home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs:200:35 | 200 | Self::Azure(azure) => azure.open(path).await.map_err(From::from), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<azure_core::error::Error>` is not implemented for `Error` | = help: the following other types implement trait `From<T>`: <Error as From<azure_core::Error>> <Error as From<mongodb::error::Error>> <Error as From<remi_s3::Error>>
the trait bound `Error: From<azure_core::error::Error>` is not satisfied: home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs#L200
error[E0277]: the trait bound `Error: From<azure_core::error::Error>` is not satisfied --> /home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs:200:66 | 200 | Self::Azure(azure) => azure.open(path).await.map_err(From::from), | ^^^^^^^^^^ the trait `From<azure_core::error::Error>` is not implemented for `Error` | = help: the following other types implement trait `From<T>`: <Error as From<azure_core::Error>> <Error as From<mongodb::error::Error>> <Error as From<remi_s3::Error>>
the trait bound `Error: From<azure_core::error::Error>` is not satisfied: home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs#L218
error[E0277]: the trait bound `Error: From<azure_core::error::Error>` is not satisfied --> /home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs:218:35 | 218 | Self::Azure(azure) => azure.blob(path).await.map_err(From::from), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<azure_core::error::Error>` is not implemented for `Error` | = help: the following other types implement trait `From<T>`: <Error as From<azure_core::Error>> <Error as From<mongodb::error::Error>> <Error as From<remi_s3::Error>>
the trait bound `Error: From<azure_core::error::Error>` is not satisfied: home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs#L218
error[E0277]: the trait bound `Error: From<azure_core::error::Error>` is not satisfied --> /home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs:218:66 | 218 | Self::Azure(azure) => azure.blob(path).await.map_err(From::from), | ^^^^^^^^^^ the trait `From<azure_core::error::Error>` is not implemented for `Error` | = help: the following other types implement trait `From<T>`: <Error as From<azure_core::Error>> <Error as From<mongodb::error::Error>> <Error as From<remi_s3::Error>>
the trait bound `Error: From<azure_core::error::Error>` is not satisfied: home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs#L240
error[E0277]: the trait bound `Error: From<azure_core::error::Error>` is not satisfied --> /home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs:240:35 | 240 | Self::Azure(azure) => azure.blobs(path, options).await.map_err(From::from), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<azure_core::error::Error>` is not implemented for `Error` | = help: the following other types implement trait `From<T>`: <Error as From<azure_core::Error>> <Error as From<mongodb::error::Error>> <Error as From<remi_s3::Error>>
the trait bound `Error: From<azure_core::error::Error>` is not satisfied: home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs#L240
error[E0277]: the trait bound `Error: From<azure_core::error::Error>` is not satisfied --> /home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs:240:76 | 240 | Self::Azure(azure) => azure.blobs(path, options).await.map_err(From::from), | ^^^^^^^^^^ the trait `From<azure_core::error::Error>` is not implemented for `Error` | = help: the following other types implement trait `From<T>`: <Error as From<azure_core::Error>> <Error as From<mongodb::error::Error>> <Error as From<remi_s3::Error>>
the trait bound `Error: From<azure_core::error::Error>` is not satisfied: home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs#L258
error[E0277]: the trait bound `Error: From<azure_core::error::Error>` is not satisfied --> /home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs:258:35 | 258 | Self::Azure(azure) => azure.delete(path).await.map_err(From::from), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<azure_core::error::Error>` is not implemented for `Error` | = help: the following other types implement trait `From<T>`: <Error as From<azure_core::Error>> <Error as From<mongodb::error::Error>> <Error as From<remi_s3::Error>>
the trait bound `Error: From<azure_core::error::Error>` is not satisfied: home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs#L258
error[E0277]: the trait bound `Error: From<azure_core::error::Error>` is not satisfied --> /home/runner/.cargo/git/checkouts/azalia-4234ec6d238252a3/1e45fc0/crates/remi/src/lib.rs:258:68 | 258 | Self::Azure(azure) => azure.delete(path).await.map_err(From::from), | ^^^^^^^^^^ the trait `From<azure_core::error::Error>` is not implemented for `Error` | = help: the following other types implement trait `From<T>`: <Error as From<azure_core::Error>> <Error as From<mongodb::error::Error>> <Error as From<remi_s3::Error>>
Rust CI (stable)
Process completed with exit code 101.
Rust CI (nightly)
The job was canceled because "stable" failed.
Rust CI (nightly)
The operation was canceled.