merge main #467
ci.yml
on: push
Bitrot check
1m 41s
Lint
1m 15s
Nightly lint
16s
Intra-doc links
1m 27s
Rustfmt
17s
Security - Cargo Audit
7m 51s
Matrix: build
Matrix: test
Annotations
17 errors and 2 warnings
Nightly lint
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
the trait bound `masp_primitives::convert::AllowedConversion: std::convert::From<masp_primitives::transaction::components::ValueSum<masp_primitives::asset_type::AssetType, i32>>` is not satisfied:
masp_proofs/benches/convert.rs#L45
error[E0277]: the trait bound `masp_primitives::convert::AllowedConversion: std::convert::From<masp_primitives::transaction::components::ValueSum<masp_primitives::asset_type::AssetType, i32>>` is not satisfied
--> masp_proofs/benches/convert.rs:45:10
|
45 | .into();
| ^^^^ the trait `std::convert::From<masp_primitives::transaction::components::ValueSum<masp_primitives::asset_type::AssetType, i32>>` is not implemented for `masp_primitives::convert::AllowedConversion`
|
= help: the trait `std::convert::From<masp_primitives::transaction::components::ValueSum<masp_primitives::asset_type::AssetType, i128>>` is implemented for `masp_primitives::convert::AllowedConversion`
= note: required for `masp_primitives::transaction::components::ValueSum<masp_primitives::asset_type::AssetType, i32>` to implement `std::convert::Into<masp_primitives::convert::AllowedConversion>`
|
the trait bound `convert::AllowedConversion: std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i32>>` is not satisfied:
masp_primitives/src/convert.rs#L220
error[E0277]: the trait bound `convert::AllowedConversion: std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i32>>` is not satisfied
--> masp_primitives/src/convert.rs:220:10
|
220 | .into();
| ^^^^ the trait `std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i32>>` is not implemented for `convert::AllowedConversion`
|
= help: the trait `std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i128>>` is implemented for `convert::AllowedConversion`
= note: required for `transaction::components::amount::ValueSum<asset_type::AssetType, i32>` to implement `std::convert::Into<convert::AllowedConversion>`
|
the trait bound `convert::AllowedConversion: std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i32>>` is not satisfied:
masp_primitives/src/convert.rs#L211
error[E0277]: the trait bound `convert::AllowedConversion: std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i32>>` is not satisfied
--> masp_primitives/src/convert.rs:211:66
|
211 | AllowedConversion::from(a) + AllowedConversion::from(b)
| ----------------------- ^ the trait `std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i32>>` is not implemented for `convert::AllowedConversion`
| |
| required by a bound introduced by this call
|
= help: the trait `std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i128>>` is implemented for `convert::AllowedConversion`
|
the trait bound `convert::AllowedConversion: std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i32>>` is not satisfied:
masp_primitives/src/convert.rs#L211
error[E0277]: the trait bound `convert::AllowedConversion: std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i32>>` is not satisfied
--> masp_primitives/src/convert.rs:211:37
|
211 | AllowedConversion::from(a) + AllowedConversion::from(b)
| ----------------------- ^ the trait `std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i32>>` is not implemented for `convert::AllowedConversion`
| |
| required by a bound introduced by this call
|
= help: the trait `std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i128>>` is implemented for `convert::AllowedConversion`
|
the trait bound `convert::AllowedConversion: std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i32>>` is not satisfied:
masp_primitives/src/convert.rs#L210
error[E0277]: the trait bound `convert::AllowedConversion: std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i32>>` is not satisfied
--> masp_primitives/src/convert.rs:210:37
|
210 | AllowedConversion::from(a.clone() + b.clone()),
| ----------------------- ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i32>>` is not implemented for `convert::AllowedConversion`
| |
| required by a bound introduced by this call
|
= help: the trait `std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i128>>` is implemented for `convert::AllowedConversion`
|
Lint
Clippy had exited with the 101 exit code
|
Bitrot check
Process completed with exit code 101.
|
the trait bound `convert::AllowedConversion: std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i32>>` is not satisfied:
masp_primitives/src/convert.rs#L220
error[E0277]: the trait bound `convert::AllowedConversion: std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i32>>` is not satisfied
--> masp_primitives/src/convert.rs:220:10
|
220 | .into();
| ^^^^ the trait `std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i32>>` is not implemented for `convert::AllowedConversion`
|
= help: the trait `std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i128>>` is implemented for `convert::AllowedConversion`
= note: required for `transaction::components::amount::ValueSum<asset_type::AssetType, i32>` to implement `std::convert::Into<convert::AllowedConversion>`
|
the trait bound `convert::AllowedConversion: std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i32>>` is not satisfied:
masp_primitives/src/convert.rs#L211
error[E0277]: the trait bound `convert::AllowedConversion: std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i32>>` is not satisfied
--> masp_primitives/src/convert.rs:211:66
|
211 | AllowedConversion::from(a) + AllowedConversion::from(b)
| ----------------------- ^ the trait `std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i32>>` is not implemented for `convert::AllowedConversion`
| |
| required by a bound introduced by this call
|
= help: the trait `std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i128>>` is implemented for `convert::AllowedConversion`
|
the trait bound `convert::AllowedConversion: std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i32>>` is not satisfied:
masp_primitives/src/convert.rs#L211
error[E0277]: the trait bound `convert::AllowedConversion: std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i32>>` is not satisfied
--> masp_primitives/src/convert.rs:211:37
|
211 | AllowedConversion::from(a) + AllowedConversion::from(b)
| ----------------------- ^ the trait `std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i32>>` is not implemented for `convert::AllowedConversion`
| |
| required by a bound introduced by this call
|
= help: the trait `std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i128>>` is implemented for `convert::AllowedConversion`
|
the trait bound `convert::AllowedConversion: std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i32>>` is not satisfied:
masp_primitives/src/convert.rs#L210
error[E0277]: the trait bound `convert::AllowedConversion: std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i32>>` is not satisfied
--> masp_primitives/src/convert.rs:210:37
|
210 | AllowedConversion::from(a.clone() + b.clone()),
| ----------------------- ^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i32>>` is not implemented for `convert::AllowedConversion`
| |
| required by a bound introduced by this call
|
= help: the trait `std::convert::From<transaction::components::amount::ValueSum<asset_type::AssetType, i128>>` is implemented for `convert::AllowedConversion`
|
Test on ubuntu-latest
Process completed with exit code 101.
|
Test on windows-latest
The job was canceled because "ubuntu-latest" failed.
|
Test on windows-latest
The operation was canceled.
|
Test on macOS-latest
The job was canceled because "ubuntu-latest" failed.
|
Test on macOS-latest
The operation was canceled.
|
Nightly lint
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/
|
Lint
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/
|