Skip to content

taiga data format and api #477

taiga data format and api

taiga data format and api #477

Triggered via pull request October 11, 2023 09:08
Status Failure
Total duration 7m 8s
Artifacts

ci.yml

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

Annotations

10 errors and 20 warnings
this function takes 5 arguments but 4 arguments were supplied: taiga_halo2/src/taiga_api.rs#L294
error[E0061]: this function takes 5 arguments but 4 arguments were supplied --> taiga_halo2/src/taiga_api.rs:294:24 | 294 | let action_2 = ActionInfo::new(input_note_2, merkle_path_2, output_note_2, rseed_2); | ^^^^^^^^^^^^^^^ ------------- an argument of type `merkle_tree::Anchor` is missing | note: associated function defined here --> taiga_halo2/src/action.rs:119:12 | 119 | pub fn new( | ^^^ 120 | input_note: Note, | ---------------- 121 | input_merkle_path: MerklePath, | ----------------------------- 122 | input_anchor: Anchor, | -------------------- 123 | output_note: Note, | ----------------- 124 | rseed: RandomSeed, | ----------------- help: provide the argument | 294 | let action_2 = ActionInfo::new(input_note_2, merkle_path_2, /* merkle_tree::Anchor */, output_note_2, rseed_2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
this function takes 5 arguments but 4 arguments were supplied: taiga_halo2/src/taiga_api.rs#L287
error[E0061]: this function takes 5 arguments but 4 arguments were supplied --> taiga_halo2/src/taiga_api.rs:287:24 | 287 | let action_1 = ActionInfo::new(input_note_1, merkle_path_1, output_note_1, rseed_1); | ^^^^^^^^^^^^^^^ ------------- an argument of type `merkle_tree::Anchor` is missing | note: associated function defined here --> taiga_halo2/src/action.rs:119:12 | 119 | pub fn new( | ^^^ 120 | input_note: Note, | ---------------- 121 | input_merkle_path: MerklePath, | ----------------------------- 122 | input_anchor: Anchor, | -------------------- 123 | output_note: Note, | ----------------- 124 | rseed: RandomSeed, | ----------------- help: provide the argument | 287 | let action_1 = ActionInfo::new(input_note_1, merkle_path_1, /* merkle_tree::Anchor */, output_note_1, rseed_1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
this function takes 5 arguments but 4 arguments were supplied: taiga_halo2/src/taiga_api.rs#L294
error[E0061]: this function takes 5 arguments but 4 arguments were supplied --> taiga_halo2/src/taiga_api.rs:294:24 | 294 | let action_2 = ActionInfo::new(input_note_2, merkle_path_2, output_note_2, rseed_2); | ^^^^^^^^^^^^^^^ ------------- an argument of type `merkle_tree::Anchor` is missing | note: associated function defined here --> taiga_halo2/src/action.rs:119:12 | 119 | pub fn new( | ^^^ 120 | input_note: Note, | ---------------- 121 | input_merkle_path: MerklePath, | ----------------------------- 122 | input_anchor: Anchor, | -------------------- 123 | output_note: Note, | ----------------- 124 | rseed: RandomSeed, | ----------------- help: provide the argument | 294 | let action_2 = ActionInfo::new(input_note_2, merkle_path_2, /* merkle_tree::Anchor */, output_note_2, rseed_2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
this function takes 5 arguments but 4 arguments were supplied: taiga_halo2/src/taiga_api.rs#L287
error[E0061]: this function takes 5 arguments but 4 arguments were supplied --> taiga_halo2/src/taiga_api.rs:287:24 | 287 | let action_1 = ActionInfo::new(input_note_1, merkle_path_1, output_note_1, rseed_1); | ^^^^^^^^^^^^^^^ ------------- an argument of type `merkle_tree::Anchor` is missing | note: associated function defined here --> taiga_halo2/src/action.rs:119:12 | 119 | pub fn new( | ^^^ 120 | input_note: Note, | ---------------- 121 | input_merkle_path: MerklePath, | ----------------------------- 122 | input_anchor: Anchor, | -------------------- 123 | output_note: Note, | ----------------- 124 | rseed: RandomSeed, | ----------------- help: provide the argument | 287 | let action_1 = ActionInfo::new(input_note_1, merkle_path_1, /* merkle_tree::Anchor */, output_note_1, rseed_1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Nightly lint
Clippy had exited with the 101 exit code
Clippy lint checks
Clippy had exited with the 101 exit code
Test on ubuntu-latest: taiga_halo2/src/taiga_api.rs#L287
this function takes 5 arguments but 4 arguments were supplied
Test on ubuntu-latest: taiga_halo2/src/taiga_api.rs#L294
this function takes 5 arguments but 4 arguments were supplied
Test on ubuntu-latest
could not compile `taiga_halo2` (lib test) due to 2 previous errors
Test on ubuntu-latest
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Nightly lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@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/
Nightly lint
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/
Nightly lint
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/
Nightly lint
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/
Nightly lint
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 lint checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@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 lint checks
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 lint checks
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 lint checks
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 lint checks
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/
Rustfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@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/
Rustfmt
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/
Rustfmt
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/
Rustfmt
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/
Rustfmt
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 on ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@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 on ubuntu-latest
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 on ubuntu-latest
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 on ubuntu-latest
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 on ubuntu-latest
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/