Update Rust crate mongodb to v3 - autoclosed #395
Annotations
33 errors and 2 warnings
the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied:
crates/remi/src/lib.rs#L179
error[E0277]: the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied
--> crates/remi/src/lib.rs:179:37
|
179 | Self::GridFS(gridfs) => gridfs.init().await.map_err(From::from),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<mongodb::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `std::convert::From<T>`:
<Error as std::convert::From<azure_core::Error>>
<Error as std::convert::From<mongodb::error::Error>>
<Error as std::convert::From<remi_s3::Error>>
|
the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied:
crates/remi/src/lib.rs#L179
error[E0277]: the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied
--> crates/remi/src/lib.rs:179:65
|
179 | Self::GridFS(gridfs) => gridfs.init().await.map_err(From::from),
| ^^^^^^^^^^ the trait `std::convert::From<mongodb::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `std::convert::From<T>`:
<Error as std::convert::From<azure_core::Error>>
<Error as std::convert::From<mongodb::error::Error>>
<Error as std::convert::From<remi_s3::Error>>
|
the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied:
crates/remi/src/lib.rs#L197
error[E0277]: the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied
--> crates/remi/src/lib.rs:197:37
|
197 | Self::GridFS(gridfs) => gridfs.open(path).await.map_err(From::from),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<mongodb::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `std::convert::From<T>`:
<Error as std::convert::From<azure_core::Error>>
<Error as std::convert::From<mongodb::error::Error>>
<Error as std::convert::From<remi_s3::Error>>
|
the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied:
crates/remi/src/lib.rs#L197
error[E0277]: the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied
--> crates/remi/src/lib.rs:197:69
|
197 | Self::GridFS(gridfs) => gridfs.open(path).await.map_err(From::from),
| ^^^^^^^^^^ the trait `std::convert::From<mongodb::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `std::convert::From<T>`:
<Error as std::convert::From<azure_core::Error>>
<Error as std::convert::From<mongodb::error::Error>>
<Error as std::convert::From<remi_s3::Error>>
|
the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied:
crates/remi/src/lib.rs#L215
error[E0277]: the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied
--> crates/remi/src/lib.rs:215:37
|
215 | Self::GridFS(gridfs) => gridfs.blob(path).await.map_err(From::from),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<mongodb::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `std::convert::From<T>`:
<Error as std::convert::From<azure_core::Error>>
<Error as std::convert::From<mongodb::error::Error>>
<Error as std::convert::From<remi_s3::Error>>
|
the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied:
crates/remi/src/lib.rs#L215
error[E0277]: the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied
--> crates/remi/src/lib.rs:215:69
|
215 | Self::GridFS(gridfs) => gridfs.blob(path).await.map_err(From::from),
| ^^^^^^^^^^ the trait `std::convert::From<mongodb::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `std::convert::From<T>`:
<Error as std::convert::From<azure_core::Error>>
<Error as std::convert::From<mongodb::error::Error>>
<Error as std::convert::From<remi_s3::Error>>
|
the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied:
crates/remi/src/lib.rs#L237
error[E0277]: the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied
--> crates/remi/src/lib.rs:237:37
|
237 | Self::GridFS(gridfs) => gridfs.blobs(path, options).await.map_err(From::from),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<mongodb::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `std::convert::From<T>`:
<Error as std::convert::From<azure_core::Error>>
<Error as std::convert::From<mongodb::error::Error>>
<Error as std::convert::From<remi_s3::Error>>
|
the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied:
crates/remi/src/lib.rs#L237
error[E0277]: the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied
--> crates/remi/src/lib.rs:237:79
|
237 | Self::GridFS(gridfs) => gridfs.blobs(path, options).await.map_err(From::from),
| ^^^^^^^^^^ the trait `std::convert::From<mongodb::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `std::convert::From<T>`:
<Error as std::convert::From<azure_core::Error>>
<Error as std::convert::From<mongodb::error::Error>>
<Error as std::convert::From<remi_s3::Error>>
|
the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied:
crates/remi/src/lib.rs#L255
error[E0277]: the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied
--> crates/remi/src/lib.rs:255:37
|
255 | Self::GridFS(gridfs) => gridfs.delete(path).await.map_err(From::from),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<mongodb::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `std::convert::From<T>`:
<Error as std::convert::From<azure_core::Error>>
<Error as std::convert::From<mongodb::error::Error>>
<Error as std::convert::From<remi_s3::Error>>
|
the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied:
crates/remi/src/lib.rs#L255
error[E0277]: the trait bound `Error: std::convert::From<mongodb::error::Error>` is not satisfied
--> crates/remi/src/lib.rs:255:71
|
255 | Self::GridFS(gridfs) => gridfs.delete(path).await.map_err(From::from),
| ^^^^^^^^^^ the trait `std::convert::From<mongodb::error::Error>` is not implemented for `Error`
|
= help: the following other types implement trait `std::convert::From<T>`:
<Error as std::convert::From<azure_core::Error>>
<Error as std::convert::From<mongodb::error::Error>>
<Error as std::convert::From<remi_s3::Error>>
|
Rust CI [stable on macOS]
Process completed with exit code 101.
|
Rust CI [stable on macOS]
ENOENT: no such file or directory, opendir '/Users/runner/work/azalia/azalia/target/tests/target'
|
Rust CI [stable on macOS]
Error: ENOENT: no such file or directory, opendir '/Users/runner/work/azalia/azalia/target/tests/target'
|
Rust CI [nightly on Windows]
The job was canceled because "stable_macos-latest" failed.
|
Rust CI [nightly on Windows]
The operation was canceled.
|
Rust CI [nightly on Windows]
ENOENT: no such file or directory, opendir 'D:\a\azalia\azalia\target\tests\target'
|
Rust CI [nightly on Windows]
Error: ENOENT: no such file or directory, opendir 'D:\a\azalia\azalia\target\tests\target'
|
Rust CI [stable on Windows]
The job was canceled because "stable_macos-latest" failed.
|
Rust CI [stable on Windows]
The operation was canceled.
|
Rust CI [stable on Windows]
ENOENT: no such file or directory, opendir 'D:\a\azalia\azalia\target\tests\target'
|
Rust CI [stable on Windows]
Error: ENOENT: no such file or directory, opendir 'D:\a\azalia\azalia\target\tests\target'
|
Rust CI [nightly on macOS]
The job was canceled because "stable_macos-latest" failed.
|
Rust CI [nightly on macOS]
The operation was canceled.
|
Rust CI [nightly on macOS]
ENOENT: no such file or directory, opendir '/Users/runner/work/azalia/azalia/target/tests/target'
|
Rust CI [nightly on macOS]
Error: ENOENT: no such file or directory, opendir '/Users/runner/work/azalia/azalia/target/tests/target'
|
Rust CI [nightly on Linux (x86_64)]
The job was canceled because "stable_macos-latest" failed.
|
Rust CI [nightly on Linux (x86_64)]
The operation was canceled.
|
Rust CI [nightly on Linux (x86_64)]
ENOENT: no such file or directory, opendir '/home/runner/work/azalia/azalia/target/tests/target'
|
Rust CI [nightly on Linux (x86_64)]
Error: ENOENT: no such file or directory, opendir '/home/runner/work/azalia/azalia/target/tests/target'
|
Rust CI [stable on Linux (x86_64)]
The job was canceled because "stable_macos-latest" failed.
|
Rust CI [stable on Linux (x86_64)]
ENOENT: no such file or directory, opendir '/home/runner/work/azalia/azalia/target/tests/target'
|
Rust CI [stable on Linux (x86_64)]
Error: ENOENT: no such file or directory, opendir '/home/runner/work/azalia/azalia/target/tests/target'
|
Rust CI [stable on Linux (x86_64)]
The operation was canceled.
|
Clippy
clippy-action doesn't have permissions to create Check Runs, disabling!
|
Clippy
Resource not accessible by integration - https://docs.github.com/rest/checks/runs#create-a-check-run
|