Skip to content

Bump the rust-minor-patch group with 2 updates #384

Bump the rust-minor-patch group with 2 updates

Bump the rust-minor-patch group with 2 updates #384

Triggered via pull request December 7, 2023 06:44
Status Failure
Total duration 1m 14s
Artifacts

test.yml

on: pull_request
Matrix: required
Fit to window
Zoom out
Zoom in

Annotations

11 errors
mismatched types: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sea-orm-0.12.8/src/database/statement.rs#L101
error[E0308]: mismatched types --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sea-orm-0.12.8/src/database/statement.rs:101:66 | 101 | Statement::from_string_values_tuple(*db_backend, stmt) | ----------------------------------- ^^^^ expected `(_, Values)`, found `Statement` | | | arguments to this function are incorrect ... 111 | build_query_stmt!(sea_query::WithQuery); | --------------------------------------- in this macro invocation | = note: expected tuple `(_, sea_query::Values)` found struct `statement::Statement` note: associated function defined here --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sea-orm-0.12.8/src/database/statement.rs:47:19 | 47 | pub(crate) fn from_string_values_tuple<T>(db_backend: DbBackend, stmt: (T, Values)) -> Statement | ^^^^^^^^^^^^^^^^^^^^^^^^ ----------------- = note: this error originates in the macro `build_query_stmt` (in Nightly builds, run with -Z macro-backtrace for more info)
mismatched types: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sea-orm-0.12.8/src/database/statement.rs#L82
error[E0308]: mismatched types --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sea-orm-0.12.8/src/database/statement.rs:82:46 | 82 | DbBackend::Sqlite => $stmt.build(SqliteQueryBuilder), | ----- ^^^^^^^^^^^^^^^^^^ expected `&DatabaseBackend`, found `SqliteQueryBuilder` | | | arguments to this method are incorrect ... 111 | build_query_stmt!(sea_query::WithQuery); | --------------------------------------- in this macro invocation | note: method defined here --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sea-orm-0.12.8/src/database/statement.rs:21:8 | 21 | fn build(&self, db_backend: &DbBackend) -> Statement; | ^^^^^ = note: this error originates in the macro `build_any_stmt` which comes from the expansion of the macro `build_query_stmt` (in Nightly builds, run with -Z macro-backtrace for more info)
mismatched types: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sea-orm-0.12.8/src/database/statement.rs#L81
error[E0308]: mismatched types --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sea-orm-0.12.8/src/database/statement.rs:81:48 | 81 | DbBackend::Postgres => $stmt.build(PostgresQueryBuilder), | ----- ^^^^^^^^^^^^^^^^^^^^ expected `&DatabaseBackend`, found `PostgresQueryBuilder` | | | arguments to this method are incorrect ... 111 | build_query_stmt!(sea_query::WithQuery); | --------------------------------------- in this macro invocation | note: method defined here --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sea-orm-0.12.8/src/database/statement.rs:21:8 | 21 | fn build(&self, db_backend: &DbBackend) -> Statement; | ^^^^^ = note: this error originates in the macro `build_any_stmt` which comes from the expansion of the macro `build_query_stmt` (in Nightly builds, run with -Z macro-backtrace for more info)
mismatched types: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sea-orm-0.12.8/src/database/statement.rs#L80
error[E0308]: mismatched types --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sea-orm-0.12.8/src/database/statement.rs:80:45 | 80 | DbBackend::MySql => $stmt.build(MysqlQueryBuilder), | ----- ^^^^^^^^^^^^^^^^^ expected `&DatabaseBackend`, found `MysqlQueryBuilder` | | | arguments to this method are incorrect ... 111 | build_query_stmt!(sea_query::WithQuery); | --------------------------------------- in this macro invocation | note: method defined here --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sea-orm-0.12.8/src/database/statement.rs:21:8 | 21 | fn build(&self, db_backend: &DbBackend) -> Statement; | ^^^^^ = note: this error originates in the macro `build_any_stmt` which comes from the expansion of the macro `build_query_stmt` (in Nightly builds, run with -Z macro-backtrace for more info)
mismatched types: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sea-orm-0.12.8/src/database/statement.rs#L101
error[E0308]: mismatched types --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sea-orm-0.12.8/src/database/statement.rs:101:66 | 101 | Statement::from_string_values_tuple(*db_backend, stmt) | ----------------------------------- ^^^^ expected `(_, Values)`, found `Statement` | | | arguments to this function are incorrect ... 111 | build_query_stmt!(sea_query::WithQuery); | --------------------------------------- in this macro invocation | = note: expected tuple `(_, sea_query::Values)` found struct `statement::Statement` note: associated function defined here --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sea-orm-0.12.8/src/database/statement.rs:47:19 | 47 | pub(crate) fn from_string_values_tuple<T>(db_backend: DbBackend, stmt: (T, Values)) -> Statement | ^^^^^^^^^^^^^^^^^^^^^^^^ ----------------- = note: this error originates in the macro `build_query_stmt` (in Nightly builds, run with -Z macro-backtrace for more info)
mismatched types: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sea-orm-0.12.8/src/database/statement.rs#L82
error[E0308]: mismatched types --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sea-orm-0.12.8/src/database/statement.rs:82:46 | 82 | DbBackend::Sqlite => $stmt.build(SqliteQueryBuilder), | ----- ^^^^^^^^^^^^^^^^^^ expected `&DatabaseBackend`, found `SqliteQueryBuilder` | | | arguments to this method are incorrect ... 111 | build_query_stmt!(sea_query::WithQuery); | --------------------------------------- in this macro invocation | note: method defined here --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sea-orm-0.12.8/src/database/statement.rs:21:8 | 21 | fn build(&self, db_backend: &DbBackend) -> Statement; | ^^^^^ = note: this error originates in the macro `build_any_stmt` which comes from the expansion of the macro `build_query_stmt` (in Nightly builds, run with -Z macro-backtrace for more info)
mismatched types: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sea-orm-0.12.8/src/database/statement.rs#L81
error[E0308]: mismatched types --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sea-orm-0.12.8/src/database/statement.rs:81:48 | 81 | DbBackend::Postgres => $stmt.build(PostgresQueryBuilder), | ----- ^^^^^^^^^^^^^^^^^^^^ expected `&DatabaseBackend`, found `PostgresQueryBuilder` | | | arguments to this method are incorrect ... 111 | build_query_stmt!(sea_query::WithQuery); | --------------------------------------- in this macro invocation | note: method defined here --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sea-orm-0.12.8/src/database/statement.rs:21:8 | 21 | fn build(&self, db_backend: &DbBackend) -> Statement; | ^^^^^ = note: this error originates in the macro `build_any_stmt` which comes from the expansion of the macro `build_query_stmt` (in Nightly builds, run with -Z macro-backtrace for more info)
mismatched types: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sea-orm-0.12.8/src/database/statement.rs#L80
error[E0308]: mismatched types --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sea-orm-0.12.8/src/database/statement.rs:80:45 | 80 | DbBackend::MySql => $stmt.build(MysqlQueryBuilder), | ----- ^^^^^^^^^^^^^^^^^ expected `&DatabaseBackend`, found `MysqlQueryBuilder` | | | arguments to this method are incorrect ... 111 | build_query_stmt!(sea_query::WithQuery); | --------------------------------------- in this macro invocation | note: method defined here --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sea-orm-0.12.8/src/database/statement.rs:21:8 | 21 | fn build(&self, db_backend: &DbBackend) -> Statement; | ^^^^^ = note: this error originates in the macro `build_any_stmt` which comes from the expansion of the macro `build_query_stmt` (in Nightly builds, run with -Z macro-backtrace for more info)
test (stable)
Process completed with exit code 101.
test (beta)
The job was canceled because "stable" failed.
test (beta)
The operation was canceled.