Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

[WEEKLY RELEASE] HotShot - rc-0.5.67 #412

[WEEKLY RELEASE] HotShot - rc-0.5.67

[WEEKLY RELEASE] HotShot - rc-0.5.67 #412

Triggered via pull request July 30, 2024 00:35
Status Failure
Total duration 2m 50s
Artifacts

build_windows.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
this function takes 4 arguments but 3 arguments were supplied: src/service.rs#L807
error[E0061]: this function takes 4 arguments but 3 arguments were supplied --> src/service.rs:807:13 | 807 | GeneralStaticCommittee::<Types, <Types as NodeType>::SignatureKey>::create_election( | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 810 | 0, | - an argument of type `hotshot_types::traits::network::Topic` is missing | note: associated function defined here --> /home/runner/.cargo/git/checkouts/hotshot-0ac703037ea89b98/a811581/crates/types/src/traits/election.rs:30:8 | 30 | fn create_election( | ^^^^^^^^^^^^^^^ help: provide the argument | 807 | GeneralStaticCommittee::<Types, <Types as NodeType>::SignatureKey>::create_election(known_node_with_stake.clone(), known_node_with_stake.clone(), /* hotshot_types::traits::network::Topic */, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
this function takes 4 arguments but 3 arguments were supplied: src/service.rs#L807
error[E0061]: this function takes 4 arguments but 3 arguments were supplied --> src/service.rs:807:13 | 807 | GeneralStaticCommittee::<Types, <Types as NodeType>::SignatureKey>::create_election( | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 810 | 0, | - an argument of type `hotshot_types::traits::network::Topic` is missing | note: associated function defined here --> /home/runner/.cargo/git/checkouts/hotshot-0ac703037ea89b98/a811581/crates/types/src/traits/election.rs:30:8 | 30 | fn create_election( | ^^^^^^^^^^^^^^^ help: provide the argument | 807 | GeneralStaticCommittee::<Types, <Types as NodeType>::SignatureKey>::create_election(known_node_with_stake.clone(), known_node_with_stake.clone(), /* hotshot_types::traits::network::Topic */, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
this function takes 4 arguments but 3 arguments were supplied: src/service.rs#L807
error[E0061]: this function takes 4 arguments but 3 arguments were supplied --> src/service.rs:807:13 | 807 | GeneralStaticCommittee::<Types, <Types as NodeType>::SignatureKey>::create_election( | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 810 | 0, | - an argument of type `hotshot_types::traits::network::Topic` is missing | note: associated function defined here --> /home/runner/.cargo/git/checkouts/hotshot-0ac703037ea89b98/a811581/crates/types/src/traits/election.rs:30:8 | 30 | fn create_election( | ^^^^^^^^^^^^^^^ help: provide the argument | 807 | GeneralStaticCommittee::<Types, <Types as NodeType>::SignatureKey>::create_election(known_node_with_stake.clone(), known_node_with_stake.clone(), /* hotshot_types::traits::network::Topic */, 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
windows
Process completed with exit code 1.
windows
The following actions uses Node.js version which is deprecated and will be forced to run on node20: arduino/setup-protoc@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/