Skip to content

Bump bigdecimal from 0.3.1 to 0.4.1 #32

Bump bigdecimal from 0.3.1 to 0.4.1

Bump bigdecimal from 0.3.1 to 0.4.1 #32

Triggered via pull request September 6, 2023 03:35
Status Failure
Total duration 2m 10s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

check.yml

on: pull_request
Matrix: clippy
Matrix: msrv
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 2 warnings
the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied: src/models.rs#L81
error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied --> src/models.rs:81:9 | 81 | pub amount: BigDecimal, | ^^^^^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` | = help: the following other types implement trait `diesel::Expression`: std::boxed::Box<T> diesel_migrations::migration_harness::__diesel_schema_migrations::columns::run_on diesel_migrations::migration_harness::__diesel_schema_migrations::columns::version diesel_migrations::migration_harness::__diesel_schema_migrations::columns::star schema::transfers::columns::pact_id schema::transfers::columns::to_account schema::transfers::columns::request_key schema::transfers::columns::module_name and 202 others = note: required for `&'insert bigdecimal::BigDecimal` to implement `diesel::Expression` = note: required for `&'insert bigdecimal::BigDecimal` to implement `diesel::expression::AsExpression<diesel::sql_types::Numeric>`
the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied: src/models.rs#L81
error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied --> src/models.rs:81:9 | 81 | pub amount: BigDecimal, | ^^^^^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` | = help: the following other types implement trait `diesel::Expression`: std::boxed::Box<T> diesel_migrations::migration_harness::__diesel_schema_migrations::columns::run_on diesel_migrations::migration_harness::__diesel_schema_migrations::columns::version diesel_migrations::migration_harness::__diesel_schema_migrations::columns::star schema::transfers::columns::pact_id schema::transfers::columns::to_account schema::transfers::columns::request_key schema::transfers::columns::module_name and 202 others = note: required for `bigdecimal::BigDecimal` to implement `diesel::expression::AsExpression<diesel::sql_types::Numeric>`
the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied: src/models.rs#L23
error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied --> src/models.rs:23:9 | 23 | pub weight: BigDecimal, | ^^^^^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` | = help: the following other types implement trait `diesel::Expression`: std::boxed::Box<T> diesel_migrations::migration_harness::__diesel_schema_migrations::columns::run_on diesel_migrations::migration_harness::__diesel_schema_migrations::columns::version diesel_migrations::migration_harness::__diesel_schema_migrations::columns::star schema::transfers::columns::pact_id schema::transfers::columns::to_account schema::transfers::columns::request_key schema::transfers::columns::module_name and 202 others = note: required for `&'insert bigdecimal::BigDecimal` to implement `diesel::Expression` = note: required for `&'insert bigdecimal::BigDecimal` to implement `diesel::expression::AsExpression<diesel::sql_types::Numeric>`
the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied: src/models.rs#L23
error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied --> src/models.rs:23:9 | 23 | pub weight: BigDecimal, | ^^^^^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` | = help: the following other types implement trait `diesel::Expression`: std::boxed::Box<T> diesel_migrations::migration_harness::__diesel_schema_migrations::columns::run_on diesel_migrations::migration_harness::__diesel_schema_migrations::columns::version diesel_migrations::migration_harness::__diesel_schema_migrations::columns::star schema::transfers::columns::pact_id schema::transfers::columns::to_account schema::transfers::columns::request_key schema::transfers::columns::module_name and 202 others = note: required for `bigdecimal::BigDecimal` to implement `diesel::expression::AsExpression<diesel::sql_types::Numeric>`
the trait bound `bigdecimal::BigDecimal: diesel::Queryable<diesel::sql_types::Numeric, diesel::pg::Pg>` is not satisfied: src/models.rs#L81
error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable<diesel::sql_types::Numeric, diesel::pg::Pg>` is not satisfied --> src/models.rs:81:17 | 81 | pub amount: BigDecimal, | ^^^^^^^^^^ the trait `diesel::Queryable<diesel::sql_types::Numeric, diesel::pg::Pg>` is not implemented for `bigdecimal::BigDecimal` | = help: the following other types implement trait `diesel::Queryable<ST, DB>`: <bool as diesel::Queryable<__ST, __DB>> <i8 as diesel::Queryable<__ST, __DB>> <i16 as diesel::Queryable<__ST, __DB>> <i32 as diesel::Queryable<__ST, __DB>> <i64 as diesel::Queryable<__ST, __DB>> <u8 as diesel::Queryable<__ST, __DB>> <u16 as diesel::Queryable<__ST, __DB>> <u32 as diesel::Queryable<__ST, __DB>> and 126 others = note: required for `bigdecimal::BigDecimal` to implement `diesel::deserialize::FromSqlRow<diesel::sql_types::Numeric, diesel::pg::Pg>` = help: see issue #48214
the trait bound `bigdecimal::BigDecimal: diesel::Queryable<diesel::sql_types::Numeric, diesel::pg::Pg>` is not satisfied: src/models.rs#L23
error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable<diesel::sql_types::Numeric, diesel::pg::Pg>` is not satisfied --> src/models.rs:23:17 | 23 | pub weight: BigDecimal, | ^^^^^^^^^^ the trait `diesel::Queryable<diesel::sql_types::Numeric, diesel::pg::Pg>` is not implemented for `bigdecimal::BigDecimal` | = help: the following other types implement trait `diesel::Queryable<ST, DB>`: <bool as diesel::Queryable<__ST, __DB>> <i8 as diesel::Queryable<__ST, __DB>> <i16 as diesel::Queryable<__ST, __DB>> <i32 as diesel::Queryable<__ST, __DB>> <i64 as diesel::Queryable<__ST, __DB>> <u8 as diesel::Queryable<__ST, __DB>> <u16 as diesel::Queryable<__ST, __DB>> <u32 as diesel::Queryable<__ST, __DB>> and 126 others = note: required for `bigdecimal::BigDecimal` to implement `diesel::deserialize::FromSqlRow<diesel::sql_types::Numeric, diesel::pg::Pg>` = help: see issue #48214
stable / clippy
Clippy had exited with the 101 exit code
ubuntu / 1.70.0
Process completed with exit code 101.
the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied: src/models.rs#L81
error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied --> src/models.rs:81:9 | 81 | pub amount: BigDecimal, | ^^^^^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` | = help: the following other types implement trait `diesel::Expression`: std::boxed::Box<T> diesel_migrations::migration_harness::__diesel_schema_migrations::columns::run_on diesel_migrations::migration_harness::__diesel_schema_migrations::columns::version diesel_migrations::migration_harness::__diesel_schema_migrations::columns::star schema::transfers::columns::pact_id schema::transfers::columns::to_account schema::transfers::columns::request_key schema::transfers::columns::module_name and 202 others = note: required for `&'insert bigdecimal::BigDecimal` to implement `diesel::Expression` = note: required for `&'insert bigdecimal::BigDecimal` to implement `diesel::expression::AsExpression<diesel::sql_types::Numeric>`
the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied: src/models.rs#L81
error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied --> src/models.rs:81:9 | 81 | pub amount: BigDecimal, | ^^^^^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` | = help: the following other types implement trait `diesel::Expression`: std::boxed::Box<T> diesel_migrations::migration_harness::__diesel_schema_migrations::columns::run_on diesel_migrations::migration_harness::__diesel_schema_migrations::columns::version diesel_migrations::migration_harness::__diesel_schema_migrations::columns::star schema::transfers::columns::pact_id schema::transfers::columns::to_account schema::transfers::columns::request_key schema::transfers::columns::module_name and 202 others = note: required for `bigdecimal::BigDecimal` to implement `diesel::expression::AsExpression<diesel::sql_types::Numeric>`
the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied: src/models.rs#L23
error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied --> src/models.rs:23:9 | 23 | pub weight: BigDecimal, | ^^^^^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` | = help: the following other types implement trait `diesel::Expression`: std::boxed::Box<T> diesel_migrations::migration_harness::__diesel_schema_migrations::columns::run_on diesel_migrations::migration_harness::__diesel_schema_migrations::columns::version diesel_migrations::migration_harness::__diesel_schema_migrations::columns::star schema::transfers::columns::pact_id schema::transfers::columns::to_account schema::transfers::columns::request_key schema::transfers::columns::module_name and 202 others = note: required for `&'insert bigdecimal::BigDecimal` to implement `diesel::Expression` = note: required for `&'insert bigdecimal::BigDecimal` to implement `diesel::expression::AsExpression<diesel::sql_types::Numeric>`
the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied: src/models.rs#L23
error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Expression` is not satisfied --> src/models.rs:23:9 | 23 | pub weight: BigDecimal, | ^^^^^^ the trait `diesel::Expression` is not implemented for `bigdecimal::BigDecimal` | = help: the following other types implement trait `diesel::Expression`: std::boxed::Box<T> diesel_migrations::migration_harness::__diesel_schema_migrations::columns::run_on diesel_migrations::migration_harness::__diesel_schema_migrations::columns::version diesel_migrations::migration_harness::__diesel_schema_migrations::columns::star schema::transfers::columns::pact_id schema::transfers::columns::to_account schema::transfers::columns::request_key schema::transfers::columns::module_name and 202 others = note: required for `bigdecimal::BigDecimal` to implement `diesel::expression::AsExpression<diesel::sql_types::Numeric>`
the trait bound `bigdecimal::BigDecimal: diesel::Queryable<diesel::sql_types::Numeric, diesel::pg::Pg>` is not satisfied: src/models.rs#L81
error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable<diesel::sql_types::Numeric, diesel::pg::Pg>` is not satisfied --> src/models.rs:81:17 | 81 | pub amount: BigDecimal, | ^^^^^^^^^^ the trait `diesel::Queryable<diesel::sql_types::Numeric, diesel::pg::Pg>` is not implemented for `bigdecimal::BigDecimal` | = help: the following other types implement trait `diesel::Queryable<ST, DB>`: <bool as diesel::Queryable<__ST, __DB>> <i8 as diesel::Queryable<__ST, __DB>> <i16 as diesel::Queryable<__ST, __DB>> <i32 as diesel::Queryable<__ST, __DB>> <i64 as diesel::Queryable<__ST, __DB>> <u8 as diesel::Queryable<__ST, __DB>> <u16 as diesel::Queryable<__ST, __DB>> <u32 as diesel::Queryable<__ST, __DB>> and 126 others = note: required for `bigdecimal::BigDecimal` to implement `diesel::deserialize::FromSqlRow<diesel::sql_types::Numeric, diesel::pg::Pg>` = help: see issue #48214
the trait bound `bigdecimal::BigDecimal: diesel::Queryable<diesel::sql_types::Numeric, diesel::pg::Pg>` is not satisfied: src/models.rs#L23
error[E0277]: the trait bound `bigdecimal::BigDecimal: diesel::Queryable<diesel::sql_types::Numeric, diesel::pg::Pg>` is not satisfied --> src/models.rs:23:17 | 23 | pub weight: BigDecimal, | ^^^^^^^^^^ the trait `diesel::Queryable<diesel::sql_types::Numeric, diesel::pg::Pg>` is not implemented for `bigdecimal::BigDecimal` | = help: the following other types implement trait `diesel::Queryable<ST, DB>`: <bool as diesel::Queryable<__ST, __DB>> <i8 as diesel::Queryable<__ST, __DB>> <i16 as diesel::Queryable<__ST, __DB>> <i32 as diesel::Queryable<__ST, __DB>> <i64 as diesel::Queryable<__ST, __DB>> <u8 as diesel::Queryable<__ST, __DB>> <u16 as diesel::Queryable<__ST, __DB>> <u32 as diesel::Queryable<__ST, __DB>> and 126 others = note: required for `bigdecimal::BigDecimal` to implement `diesel::deserialize::FromSqlRow<diesel::sql_types::Numeric, diesel::pg::Pg>` = help: see issue #48214
beta / clippy
Clippy had exited with the 101 exit code
nightly / doc
Process completed with exit code 101.
stable / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
beta / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/