This repository has been archived by the owner on Feb 5, 2025. It is now read-only.
[WEEKLY RELEASE] HotShot 0.5.84 #355
test.yml
on: pull_request
test
3m 1s
test-ignored
32m 51s
Annotations
9 errors and 2 warnings
no variant or associated item named `WaitAndKeepGetError` found for enum `service::ClaimBlockHeaderInputError` in the current scope:
crates/legacy/src/service.rs#L3893
error[E0599]: no variant or associated item named `WaitAndKeepGetError` found for enum `service::ClaimBlockHeaderInputError` in the current scope
--> crates/legacy/src/service.rs:3893:45
|
603 | enum ClaimBlockHeaderInputError<Types: NodeType> {
| ------------------------------------------------ variant or associated item `WaitAndKeepGetError` not found for this enum
...
3893 | Err(ClaimBlockHeaderInputError::WaitAndKeepGetError(_)) => {
| ^^^^^^^^^^^^^^^^^^^ variant or associated item not found in `ClaimBlockHeaderInputError<_>`
|
no variant or associated item named `CouldNotGetVidInTime` found for enum `service::ClaimBlockHeaderInputError` in the current scope:
crates/legacy/src/service.rs#L3797
error[E0599]: no variant or associated item named `CouldNotGetVidInTime` found for enum `service::ClaimBlockHeaderInputError` in the current scope
--> crates/legacy/src/service.rs:3797:45
|
603 | enum ClaimBlockHeaderInputError<Types: NodeType> {
| ------------------------------------------------ variant or associated item `CouldNotGetVidInTime` not found for this enum
...
3797 | Err(ClaimBlockHeaderInputError::CouldNotGetVidInTime) => {
| ^^^^^^^^^^^^^^^^^^^^ variant or associated item not found in `ClaimBlockHeaderInputError<_>`
|
unused variable: `truncated`:
crates/legacy/src/service.rs#L927
error: unused variable: `truncated`
--> crates/legacy/src/service.rs:927:61
|
927 | if let Some((vid_commitment, metadata, offered_fee, truncated)) =
| ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_truncated`
|
= note: `-D unused-variables` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_variables)]`
|
constant `VID_RESPONSE_TARGET_MARGIN_DIVISOR` is never used:
crates/legacy/src/service.rs#L55
error: constant `VID_RESPONSE_TARGET_MARGIN_DIVISOR` is never used
--> crates/legacy/src/service.rs:55:7
|
55 | const VID_RESPONSE_TARGET_MARGIN_DIVISOR: u32 = 10;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
method `get` is never used:
crates/legacy/src/lib.rs#L59
error: method `get` is never used
--> crates/legacy/src/lib.rs:59:25
|
50 | impl<T: Clone> WaitAndKeep<T> {
| ----------------------------- method in this implementation
...
59 | pub(crate) async fn get(&mut self) -> Result<T, WaitAndKeepGetError> {
| ^^^
|
unused import: `EpochNumber`:
crates/legacy/src/testing/finalization_test.rs#L25
error: unused import: `EpochNumber`
--> crates/legacy/src/testing/finalization_test.rs:25:25
|
25 | data::{DaProposal2, EpochNumber, QuorumProposal2, QuorumProposalWrapper, ViewNumber},
| ^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
unused variable: `truncated`:
crates/legacy/src/service.rs#L927
error: unused variable: `truncated`
--> crates/legacy/src/service.rs:927:61
|
927 | if let Some((vid_commitment, metadata, offered_fee, truncated)) =
| ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_truncated`
|
= note: `-D unused-variables` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_variables)]`
|
test
Process completed with exit code 101.
|
test-ignored
Process completed with exit code 101.
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-ignored
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|