This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
deps: update ibc
to rev=b25d7d8868
#122
Triggered via pull request
February 9, 2024 23:03
Status
Cancelled
Total duration
7m 33s
Artifacts
–
rust.yml
on: pull_request
cleanup-runs
6s
fmt
21s
doc_all_features
1m 56s
clippy_all_features
6m 34s
clippy_no_default_features
6m 48s
test-stable
7m 23s
Annotations
18 errors and 47 warnings
doc_all_features
method `verify_client_message` has 5 parameters but the declaration in trait `verify_client_message` has 4
|
doc_all_features
method `check_for_misbehaviour` has 5 parameters but the declaration in trait `check_for_misbehaviour` has 4
|
doc_all_features
method `update_state_on_misbehaviour` has 5 parameters but the declaration in trait `update_state_on_misbehaviour` has 4
|
doc_all_features
could not compile `sov-celestia-client` (lib) due to 3 previous errors
|
doc_all_features
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
method `update_state_on_misbehaviour` has 5 parameters but the declaration in trait `update_state_on_misbehaviour` has 4:
/home/runner/.cargo/git/checkouts/sovereign-ibc-fc27e1daa4791a41/3ddd198/clients/sov-celestia/src/client_state.rs#L306
error[E0050]: method `update_state_on_misbehaviour` has 5 parameters but the declaration in trait `update_state_on_misbehaviour` has 4
--> /home/runner/.cargo/git/checkouts/sovereign-ibc-fc27e1daa4791a41/3ddd198/clients/sov-celestia/src/client_state.rs:306:9
|
306 | / &self,
307 | | ctx: &mut E,
308 | | client_id: &ClientId,
309 | | _client_message: Any,
310 | | _update_kind: &UpdateKind,
| |_________________________________^ expected 4 parameters, found 5
|
= note: `update_state_on_misbehaviour` from trait: `fn(&Self, &mut E, &ClientId, ibc_core::primitives::proto::Any) -> std::result::Result<(), ibc_core::client::types::error::ClientError>`
|
method `check_for_misbehaviour` has 5 parameters but the declaration in trait `check_for_misbehaviour` has 4:
/home/runner/.cargo/git/checkouts/sovereign-ibc-fc27e1daa4791a41/3ddd198/clients/sov-celestia/src/client_state.rs#L168
error[E0050]: method `check_for_misbehaviour` has 5 parameters but the declaration in trait `check_for_misbehaviour` has 4
--> /home/runner/.cargo/git/checkouts/sovereign-ibc-fc27e1daa4791a41/3ddd198/clients/sov-celestia/src/client_state.rs:168:9
|
168 | / &self,
169 | | _ctx: &V,
170 | | _client_id: &ClientId,
171 | | _client_message: Any,
172 | | _update_kind: &UpdateKind,
| |_________________________________^ expected 4 parameters, found 5
|
= note: `check_for_misbehaviour` from trait: `fn(&Self, &V, &ClientId, ibc_core::primitives::proto::Any) -> std::result::Result<bool, ibc_core::client::types::error::ClientError>`
|
method `verify_client_message` has 5 parameters but the declaration in trait `verify_client_message` has 4:
/home/runner/.cargo/git/checkouts/sovereign-ibc-fc27e1daa4791a41/3ddd198/clients/sov-celestia/src/client_state.rs#L158
error[E0050]: method `verify_client_message` has 5 parameters but the declaration in trait `verify_client_message` has 4
--> /home/runner/.cargo/git/checkouts/sovereign-ibc-fc27e1daa4791a41/3ddd198/clients/sov-celestia/src/client_state.rs:158:9
|
158 | / &self,
159 | | _ctx: &V,
160 | | _client_id: &ClientId,
161 | | _client_message: Any,
162 | | _update_kind: &UpdateKind,
| |_________________________________^ expected 4 parameters, found 5
|
= note: `verify_client_message` from trait: `fn(&Self, &V, &ClientId, ibc_core::primitives::proto::Any) -> std::result::Result<(), ibc_core::client::types::error::ClientError>`
|
clippy_all_features
Clippy had exited with the 101 exit code
|
method `update_state_on_misbehaviour` has 5 parameters but the declaration in trait `update_state_on_misbehaviour` has 4:
/home/runner/.cargo/git/checkouts/sovereign-ibc-fc27e1daa4791a41/3ddd198/clients/sov-celestia/src/client_state.rs#L306
error[E0050]: method `update_state_on_misbehaviour` has 5 parameters but the declaration in trait `update_state_on_misbehaviour` has 4
--> /home/runner/.cargo/git/checkouts/sovereign-ibc-fc27e1daa4791a41/3ddd198/clients/sov-celestia/src/client_state.rs:306:9
|
306 | / &self,
307 | | ctx: &mut E,
308 | | client_id: &ClientId,
309 | | _client_message: Any,
310 | | _update_kind: &UpdateKind,
| |_________________________________^ expected 4 parameters, found 5
|
= note: `update_state_on_misbehaviour` from trait: `fn(&Self, &mut E, &ClientId, ibc_core::primitives::proto::Any) -> std::result::Result<(), ibc_core::client::types::error::ClientError>`
|
method `check_for_misbehaviour` has 5 parameters but the declaration in trait `check_for_misbehaviour` has 4:
/home/runner/.cargo/git/checkouts/sovereign-ibc-fc27e1daa4791a41/3ddd198/clients/sov-celestia/src/client_state.rs#L168
error[E0050]: method `check_for_misbehaviour` has 5 parameters but the declaration in trait `check_for_misbehaviour` has 4
--> /home/runner/.cargo/git/checkouts/sovereign-ibc-fc27e1daa4791a41/3ddd198/clients/sov-celestia/src/client_state.rs:168:9
|
168 | / &self,
169 | | _ctx: &V,
170 | | _client_id: &ClientId,
171 | | _client_message: Any,
172 | | _update_kind: &UpdateKind,
| |_________________________________^ expected 4 parameters, found 5
|
= note: `check_for_misbehaviour` from trait: `fn(&Self, &V, &ClientId, ibc_core::primitives::proto::Any) -> std::result::Result<bool, ibc_core::client::types::error::ClientError>`
|
method `verify_client_message` has 5 parameters but the declaration in trait `verify_client_message` has 4:
/home/runner/.cargo/git/checkouts/sovereign-ibc-fc27e1daa4791a41/3ddd198/clients/sov-celestia/src/client_state.rs#L158
error[E0050]: method `verify_client_message` has 5 parameters but the declaration in trait `verify_client_message` has 4
--> /home/runner/.cargo/git/checkouts/sovereign-ibc-fc27e1daa4791a41/3ddd198/clients/sov-celestia/src/client_state.rs:158:9
|
158 | / &self,
159 | | _ctx: &V,
160 | | _client_id: &ClientId,
161 | | _client_message: Any,
162 | | _update_kind: &UpdateKind,
| |_________________________________^ expected 4 parameters, found 5
|
= note: `verify_client_message` from trait: `fn(&Self, &V, &ClientId, ibc_core::primitives::proto::Any) -> std::result::Result<(), ibc_core::client::types::error::ClientError>`
|
clippy_no_default_features
Clippy had exited with the 101 exit code
|
test-stable
method `verify_client_message` has 5 parameters but the declaration in trait `verify_client_message` has 4
|
test-stable
method `check_for_misbehaviour` has 5 parameters but the declaration in trait `check_for_misbehaviour` has 4
|
test-stable
method `update_state_on_misbehaviour` has 5 parameters but the declaration in trait `update_state_on_misbehaviour` has 4
|
test-stable
could not compile `sov-celestia-client` (lib) due to 3 previous errors
|
test-stable
The operation was canceled.
|
fmt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
fmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
fmt
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
fmt
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
fmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
doc_all_features
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, arduino/setup-protoc@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
doc_all_features
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
doc_all_features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
doc_all_features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
doc_all_features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
doc_all_features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
doc_all_features
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
doc_all_features
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
doc_all_features
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
doc_all_features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy_all_features
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, arduino/setup-protoc@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
clippy_all_features
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, 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/
|
clippy_all_features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy_all_features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy_all_features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy_all_features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy_all_features
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy_all_features
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy_all_features
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy_all_features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy_no_default_features
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, arduino/setup-protoc@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
clippy_no_default_features
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, 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/
|
clippy_no_default_features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy_no_default_features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy_no_default_features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy_no_default_features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy_no_default_features
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy_no_default_features
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy_no_default_features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test-stable
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, arduino/setup-protoc@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-stable
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test-stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test-stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test-stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test-stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test-stable
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test-stable
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test-stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|