Skip to content

fix(deps): update rust crate remi to 0.8.0 #670

fix(deps): update rust crate remi to 0.8.0

fix(deps): update rust crate remi to 0.8.0 #670

Triggered via pull request June 21, 2024 03:17
Status Failure
Total duration 1m 35s
Artifacts

CI.yaml

on: pull_request
`cargo deny`
25s
`cargo deny`
Report Missing Dependencies
14s
Report Missing Dependencies
Nix Build
0s
Nix Build
Clippy
27s
Clippy
Matrix: rust
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 1 warning
no method named `blob` found for enum `noelware_remi::StorageService` in the current scope: src/lib.rs#L158
error[E0599]: no method named `blob` found for enum `noelware_remi::StorageService` in the current scope --> src/server/mod.rs:158:10 | 157 | let blob = storage | ________________- 158 | | .blob(&query) | | -^^^^ method not found in `StorageService` | |_________| | | ::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remi-0.7.1/src/lib.rs:71:14 | 71 | async fn blob<P: AsRef<Path> + Send>(&self, path: P) -> Result<Option<Blob>, Self::Error>; | ---- the method is available for `noelware_remi::StorageService` here | = help: items from traits can only be used if the trait is in scope help: the following trait is implemented but not in scope; perhaps add a `use` for it: | 16 + use noelware_remi::remi::StorageService; |
aborting due to 1 previous error; 1 warning emitted
error: aborting due to 1 previous error; 1 warning emitted
Clippy
Received a internal compiler error OR an unknown message type, view this in debug mode to view the payload
Clippy
{ "rendered": "For more information about this error, try `rustc --explain E0599`.\n", "$message_type": "diagnostic", "children": [], "code": null, "level": "failure-note", "message": "For more information about this error, try `rustc --explain E0599`.", "spans": [] }
Rust CI (macOS (x86_64), Rust nightly)
Process completed with exit code 101.
Rust CI (Windows, Rust nightly)
The job was canceled because "macos-latest_nightly" failed.
Rust CI (Windows, Rust nightly)
The operation was canceled.
Rust CI (Windows, Rust stable)
The job was canceled because "macos-latest_nightly" failed.
Rust CI (Windows, Rust stable)
The operation was canceled.
Rust CI (macOS (x86_64), Rust stable)
The job was canceled because "macos-latest_nightly" failed.
Rust CI (macOS (x86_64), Rust stable)
The operation was canceled.
Rust CI (Linux (x86_64), Rust stable)
The job was canceled because "macos-latest_nightly" failed.
Rust CI (Linux (x86_64), Rust stable)
The operation was canceled.
Rust CI (Linux (x86_64), Rust nightly)
The job was canceled because "macos-latest_nightly" failed.
Rust CI (Linux (x86_64), Rust nightly)
The operation was canceled.
unused import: `StorageService`: src/lib.rs#L29
warning: unused import: `StorageService` --> src/server/mod.rs:29:24 | 29 | use remi::{Blob, File, StorageService as _}; | ^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default