Skip to content

Fixing some strings in flake.nix #33

Fixing some strings in flake.nix

Fixing some strings in flake.nix #33

Triggered via pull request February 14, 2024 18:42
Status Failure
Total duration 2m 16s
Artifacts

lint.yml

on: pull_request
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
this function takes 4 arguments but 3 arguments were supplied: /home/runner/.cargo/git/checkouts/hotshot-0ac703037ea89b98/6f7541d/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/6f7541d/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(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
this function takes 4 arguments but 3 arguments were supplied: /home/runner/.cargo/git/checkouts/hotshot-0ac703037ea89b98/6f7541d/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/6f7541d/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(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lint
Clippy had exited with the 101 exit code
lint
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/.
lint
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/