[Blocked before cw-multi-test 3.0-IBC] Replace Cw-Multi-Test wiith official version #2065
Triggered via pull request
September 18, 2024 11:50
Status
Failure
Total duration
9m 30s
Artifacts
–
test.yml
on: pull_request
ubuntu / stable / coverage
9m 20s
Matrix: doc-tests / stable
Matrix: required
Annotations
7 errors
first doc comment paragraph is too long:
packages/interchain/interchain-core/src/env.rs#L59
error: first doc comment paragraph is too long
--> packages/interchain/interchain-core/src/env.rs:59:1
|
59 | / /// This trait allows to extend `cw_orch::prelude::CwEnv` with interchain capabilities
60 | | /// The center of those capabilities is the ability to follow the execution of outgoing IBC packets
61 | | /// This enables users to script chain execution even throughout IBC executions which are more asynchronous than usual transactions.
62 | | /// With the following simple syntax, users are even able to await and analyze the execution of all packets submitted in a single transac...
... |
65 | | /// Other capabilities are offered, including :
66 | | /// - Handling multiple chains in one location (to avoid passing them as arguments each time)
| |_
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph
|
first doc comment paragraph is too long:
packages/interchain/interchain-core/src/channel.rs#L1
error: first doc comment paragraph is too long
--> packages/interchain/interchain-core/src/channel.rs:1:1
|
1 | / //! This defines types and traits associated with IBC channels.
2 | | //! Those structures are mostly used internally for dealing with channel creation and analysis
3 | | //! But they can also be used in a user application if they need specific channel description
| |_
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph
= note: `-D clippy::too-long-first-doc-paragraph` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::too_long_first_doc_paragraph)]`
help: add an empty line
|
1 ~ //! This defines types and traits associated with IBC channels.
2 + ///
|
|
doc-tests / stable (beta)
Process completed with exit code 101.
|
doc-tests / stable (stable)
The job was canceled because "beta" failed.
|
doc-tests / stable (stable)
The operation was canceled.
|
ubuntu / stable
Process completed with exit code 101.
|
ubuntu / stable / coverage
Process completed with exit code 1.
|