Update prost-types requirement from 0.11.0 to 0.12.3 #1072
Triggered via pull request
December 12, 2023 14:08
Status
Failure
Total duration
23m 52s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
test.yml
on: pull_request
ubuntu / stable / coverage
4m 27s
Matrix: doc-tests / stable
Matrix: required
Annotations
9 errors
unused imports: `authz::v1beta1 as authz`, `crisis::v1beta1 as crisis`, `distribution::v1beta1 as distribution`, `evidence::v1beta1 as evidence`, `mint::v1beta1 as mint`, `params::v1beta1 as params`, `slashing::v1beta1 as slashing`, `v1beta1 as base`:
cw-orch-daemon/src/lib.rs#L34
error: unused imports: `authz::v1beta1 as authz`, `crisis::v1beta1 as crisis`, `distribution::v1beta1 as distribution`, `evidence::v1beta1 as evidence`, `mint::v1beta1 as mint`, `params::v1beta1 as params`, `slashing::v1beta1 as slashing`, `v1beta1 as base`
--> cw-orch-daemon/src/lib.rs:34:13
|
34 | authz::v1beta1 as authz,
| ^^^^^^^^^^^^^^^^^^^^^^^
35 | bank::v1beta1 as bank,
36 | base::{abci::v1beta1 as abci, tendermint::v1beta1 as tendermint, v1beta1 as base},
| ^^^^^^^^^^^^^^^
37 | crisis::v1beta1 as crisis,
| ^^^^^^^^^^^^^^^^^^^^^^^^^
38 | distribution::v1beta1 as distribution,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
39 | evidence::v1beta1 as evidence,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
42 | mint::v1beta1 as mint,
| ^^^^^^^^^^^^^^^^^^^^^
43 | params::v1beta1 as params,
| ^^^^^^^^^^^^^^^^^^^^^^^^^
44 | slashing::v1beta1 as slashing,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
mismatched types:
cw-orch/src/osmosis_test_tube/core.rs#L397
error[E0308]: mismatched types
--> cw-orch/src/osmosis_test_tube/core.rs:397:35
|
397 | .execute_multiple_raw(msgs, &self.sender)
| -------------------- ^^^^ expected `osmosis_test_tube::cosmrs::Any`, found `prost_types::Any`
| |
| arguments to this method are incorrect
|
= note: `prost_types::Any` and `osmosis_test_tube::cosmrs::Any` have similar names, but are actually distinct types
note: `prost_types::Any` is defined in crate `prost_types`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-types-0.12.3/src/protobuf.rs:1269:1
|
1269 | pub struct Any {
| ^^^^^^^^^^^^^^
note: `osmosis_test_tube::cosmrs::Any` is defined in crate `prost_types`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-types-0.11.9/src/protobuf.rs:1269:1
|
1269 | pub struct Any {
| ^^^^^^^^^^^^^^
= note: perhaps two different versions of crate `prost_types` are being used?
note: method defined here
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-tube-0.1.7/src/runner/mod.rs:36:8
|
36 | fn execute_multiple_raw<R>(
| ^^^^^^^^^^^^^^^^^^^^
|
doc-tests / stable (beta)
Process completed with exit code 101.
|
ubuntu / beta
Process completed with exit code 101.
|
ubuntu / stable / coverage
Process completed with exit code 1.
|
doc-tests / stable (stable)
The job was canceled because "beta" failed.
|
doc-tests / stable (stable)
The operation was canceled.
|
ubuntu / stable
The job was canceled because "beta" failed.
|
ubuntu / stable
The operation was canceled.
|