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

Testing Builder core logic #22

Testing Builder core logic

Testing Builder core logic #22

Triggered via pull request February 14, 2024 21:37
Status Failure
Total duration 3m 3s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
this function takes 4 arguments but 3 arguments were supplied: /home/runner/.cargo/git/checkouts/hotshot-0ac703037ea89b98/e4b699c/crates/types/src/traits/block_contents.rs#L108
error[E0061]: this function takes 4 arguments but 3 arguments were supplied --> /home/runner/.cargo/git/checkouts/hotshot-0ac703037ea89b98/e4b699c/crates/types/src/traits/block_contents.rs:108:15 | 108 | let vid = VidScheme::new(num_chunks, num_storage_nodes, srs).unwrap(); | ^^^^^^^^^^^^^^ --- an argument of type `usize` is missing | note: associated function defined here --> /home/runner/.cargo/git/checkouts/jellyfish-aebafe050ee5960c/af4dddd/primitives/src/vid/advz.rs:102:12 | 102 | pub fn new( | ^^^ help: provide the argument | 108 | let vid = VidScheme::new(num_chunks, num_storage_nodes, /* usize */, srs).unwrap(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
build
Clippy had exited with the 101 exit code
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: styfle/[email protected], arduino/setup-protoc@v2, 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/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/