Skip to content

renaming IssuanceKey to IssuanceMasterKey #1045

renaming IssuanceKey to IssuanceMasterKey

renaming IssuanceKey to IssuanceMasterKey #1045

Triggered via push October 17, 2023 06:46
Status Failure
Total duration 5m 50s
Artifacts

ci.yml

on: push
Matrix: build
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

40 errors and 37 warnings
Rustfmt
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
mismatched types: src/circuit.rs#L430
error[E0308]: mismatched types --> src/circuit.rs:430:17 | 425 | let sinsemilla_config_2 = SinsemillaChip::configure( | ------------------------- arguments to this function are incorrect ... 430 | lookup, | ^^^^^^ expected a tuple with 4 elements, found one with 3 elements | = note: expected tuple `(halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn)` found tuple `(halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn)` note: associated function defined here --> /home/runner/.cargo/git/checkouts/halo2-3f0a27d7d67144fe/28af760/halo2_gadgets/src/sinsemilla/chip.rs:151:12 | 151 | pub fn configure( | ^^^^^^^^^
mismatched types: src/circuit.rs#L412
error[E0308]: mismatched types --> src/circuit.rs:412:17 | 407 | let sinsemilla_config_1 = SinsemillaChip::configure( | ------------------------- arguments to this function are incorrect ... 412 | lookup, | ^^^^^^ expected a tuple with 4 elements, found one with 3 elements | = note: expected tuple `(halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn)` found tuple `(halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn)` note: associated function defined here --> /home/runner/.cargo/git/checkouts/halo2-3f0a27d7d67144fe/28af760/halo2_gadgets/src/sinsemilla/chip.rs:151:12 | 151 | pub fn configure( | ^^^^^^^^^
this function takes 4 arguments but 3 arguments were supplied: src/circuit.rs#L384
error[E0061]: this function takes 4 arguments but 3 arguments were supplied --> src/circuit.rs:384:27 | 384 | let range_check = LookupRangeCheckConfig::configure(meta, advices[9], table_idx); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^----------------------------- an argument of type `halo2_proofs::plonk::TableColumn` is missing | note: associated function defined here --> /home/runner/.cargo/git/checkouts/halo2-3f0a27d7d67144fe/28af760/halo2_gadgets/src/utilities/lookup_range_check.rs:83:12 | 83 | pub fn configure( | ^^^^^^^^^ help: provide the argument | 384 | let range_check = LookupRangeCheckConfig::configure(meta, advices[9], table_idx, /* halo2_proofs::plonk::TableColumn */); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mismatched types: src/circuit/value_commit_orchard.rs#L197
error[E0308]: mismatched types --> src/circuit/value_commit_orchard.rs:197:21 | 192 | let sinsemilla_config = SinsemillaChip::configure( | ------------------------- arguments to this function are incorrect ... 197 | lookup, | ^^^^^^ expected a tuple with 4 elements, found one with 3 elements | = note: expected tuple `(halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn)` found tuple `(halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn)` note: associated function defined here --> /home/runner/.cargo/git/checkouts/halo2-3f0a27d7d67144fe/28af760/halo2_gadgets/src/sinsemilla/chip.rs:151:12 | 151 | pub fn configure( | ^^^^^^^^^
this function takes 4 arguments but 3 arguments were supplied: src/circuit/value_commit_orchard.rs#L190
error[E0061]: this function takes 4 arguments but 3 arguments were supplied --> src/circuit/value_commit_orchard.rs:190:35 | 190 | let range_check = LookupRangeCheckConfig::configure(meta, advices[9], table_idx); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^----------------------------- an argument of type `halo2_proofs::plonk::TableColumn` is missing | note: associated function defined here --> /home/runner/.cargo/git/checkouts/halo2-3f0a27d7d67144fe/28af760/halo2_gadgets/src/utilities/lookup_range_check.rs:83:12 | 83 | pub fn configure( | ^^^^^^^^^ help: provide the argument | 190 | let range_check = LookupRangeCheckConfig::configure(meta, advices[9], table_idx, /* halo2_proofs::plonk::TableColumn */); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mismatched types: src/circuit/note_commit.rs#L2398
error[E0308]: mismatched types --> src/circuit/note_commit.rs:2398:21 | 2389 | let sinsemilla_config = SinsemillaChip::< | _________________________________________- 2390 | | OrchardHashDomains, 2391 | | OrchardCommitDomains, 2392 | | OrchardFixedBases, 2393 | | >::configure( | |____________________________- arguments to this function are incorrect ... 2398 | lookup, | ^^^^^^ expected a tuple with 4 elements, found one with 3 elements | = note: expected tuple `(halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn)` found tuple `(halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn)` note: associated function defined here --> /home/runner/.cargo/git/checkouts/halo2-3f0a27d7d67144fe/28af760/halo2_gadgets/src/sinsemilla/chip.rs:151:12 | 151 | pub fn configure( | ^^^^^^^^^
this function takes 4 arguments but 3 arguments were supplied: src/circuit/note_commit.rs#L2388
error[E0061]: this function takes 4 arguments but 3 arguments were supplied --> src/circuit/note_commit.rs:2388:35 | 2388 | let range_check = LookupRangeCheckConfig::configure(meta, advices[9], table_idx); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^----------------------------- an argument of type `halo2_proofs::plonk::TableColumn` is missing | note: associated function defined here --> /home/runner/.cargo/git/checkouts/halo2-3f0a27d7d67144fe/28af760/halo2_gadgets/src/utilities/lookup_range_check.rs:83:12 | 83 | pub fn configure( | ^^^^^^^^^ help: provide the argument | 2388 | let range_check = LookupRangeCheckConfig::configure(meta, advices[9], table_idx, /* halo2_proofs::plonk::TableColumn */); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
this function takes 4 arguments but 3 arguments were supplied: src/circuit/gadget/mux_chip.rs#L231
error[E0061]: this function takes 4 arguments but 3 arguments were supplied --> src/circuit/gadget/mux_chip.rs:231:35 | 231 | let range_check = LookupRangeCheckConfig::configure(meta, advices[9], table_idx); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^----------------------------- an argument of type `halo2_proofs::plonk::TableColumn` is missing | note: associated function defined here --> /home/runner/.cargo/git/checkouts/halo2-3f0a27d7d67144fe/28af760/halo2_gadgets/src/utilities/lookup_range_check.rs:83:12 | 83 | pub fn configure( | ^^^^^^^^^ help: provide the argument | 231 | let range_check = LookupRangeCheckConfig::configure(meta, advices[9], table_idx, /* halo2_proofs::plonk::TableColumn */); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mismatched types: src/circuit/commit_ivk.rs#L763
error[E0308]: mismatched types --> src/circuit/commit_ivk.rs:763:21 | 754 | let sinsemilla_config = SinsemillaChip::< | _________________________________________- 755 | | OrchardHashDomains, 756 | | OrchardCommitDomains, 757 | | OrchardFixedBases, 758 | | >::configure( | |____________________________- arguments to this function are incorrect ... 763 | lookup, | ^^^^^^ expected a tuple with 4 elements, found one with 3 elements | = note: expected tuple `(halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn)` found tuple `(halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn)` note: associated function defined here --> /home/runner/.cargo/git/checkouts/halo2-3f0a27d7d67144fe/28af760/halo2_gadgets/src/sinsemilla/chip.rs:151:12 | 151 | pub fn configure( | ^^^^^^^^^
this function takes 4 arguments but 3 arguments were supplied: src/circuit/commit_ivk.rs#L753
error[E0061]: this function takes 4 arguments but 3 arguments were supplied --> src/circuit/commit_ivk.rs:753:35 | 753 | let range_check = LookupRangeCheckConfig::configure(meta, advices[9], table_idx); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^----------------------------- an argument of type `halo2_proofs::plonk::TableColumn` is missing | note: associated function defined here --> /home/runner/.cargo/git/checkouts/halo2-3f0a27d7d67144fe/28af760/halo2_gadgets/src/utilities/lookup_range_check.rs:83:12 | 83 | pub fn configure( | ^^^^^^^^^ help: provide the argument | 753 | let range_check = LookupRangeCheckConfig::configure(meta, advices[9], table_idx, /* halo2_proofs::plonk::TableColumn */); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mismatched types: src/circuit.rs#L430
error[E0308]: mismatched types --> src/circuit.rs:430:17 | 425 | let sinsemilla_config_2 = SinsemillaChip::configure( | ------------------------- arguments to this function are incorrect ... 430 | lookup, | ^^^^^^ expected a tuple with 4 elements, found one with 3 elements | = note: expected tuple `(halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn)` found tuple `(halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn)` note: associated function defined here --> /home/runner/.cargo/git/checkouts/halo2-3f0a27d7d67144fe/28af760/halo2_gadgets/src/sinsemilla/chip.rs:151:12 | 151 | pub fn configure( | ^^^^^^^^^
mismatched types: src/circuit.rs#L412
error[E0308]: mismatched types --> src/circuit.rs:412:17 | 407 | let sinsemilla_config_1 = SinsemillaChip::configure( | ------------------------- arguments to this function are incorrect ... 412 | lookup, | ^^^^^^ expected a tuple with 4 elements, found one with 3 elements | = note: expected tuple `(halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn)` found tuple `(halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn)` note: associated function defined here --> /home/runner/.cargo/git/checkouts/halo2-3f0a27d7d67144fe/28af760/halo2_gadgets/src/sinsemilla/chip.rs:151:12 | 151 | pub fn configure( | ^^^^^^^^^
this function takes 4 arguments but 3 arguments were supplied: src/circuit.rs#L384
error[E0061]: this function takes 4 arguments but 3 arguments were supplied --> src/circuit.rs:384:27 | 384 | let range_check = LookupRangeCheckConfig::configure(meta, advices[9], table_idx); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^----------------------------- an argument of type `halo2_proofs::plonk::TableColumn` is missing | note: associated function defined here --> /home/runner/.cargo/git/checkouts/halo2-3f0a27d7d67144fe/28af760/halo2_gadgets/src/utilities/lookup_range_check.rs:83:12 | 83 | pub fn configure( | ^^^^^^^^^ help: provide the argument | 384 | let range_check = LookupRangeCheckConfig::configure(meta, advices[9], table_idx, /* halo2_proofs::plonk::TableColumn */); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Test on ubuntu-latest: src/circuit.rs#L384
this function takes 4 arguments but 3 arguments were supplied
Test on ubuntu-latest: src/circuit.rs#L412
mismatched types
Test on ubuntu-latest: src/circuit.rs#L430
mismatched types
Test on ubuntu-latest
could not compile `orchard` due to 3 previous errors
Test on ubuntu-latest
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Build target wasm32-wasi
Process completed with exit code 101.
Test on macOS-latest
The operation was canceled.
Test on windows-latest
The operation was canceled.
Bitrot check: src/circuit.rs#L384
this function takes 4 arguments but 3 arguments were supplied
Bitrot check: src/circuit.rs#L412
mismatched types
Bitrot check: src/circuit.rs#L430
mismatched types
Bitrot check
could not compile `orchard` due to 3 previous errors
Bitrot check
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
mismatched types: src/circuit.rs#L430
error[E0308]: mismatched types --> src/circuit.rs:430:17 | 425 | let sinsemilla_config_2 = SinsemillaChip::configure( | ------------------------- arguments to this function are incorrect ... 430 | lookup, | ^^^^^^ expected a tuple with 4 elements, found one with 3 elements | = note: expected tuple `(halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn)` found tuple `(halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn)` note: associated function defined here --> /home/runner/.cargo/git/checkouts/halo2-3f0a27d7d67144fe/28af760/halo2_gadgets/src/sinsemilla/chip.rs:151:12 | 151 | pub fn configure( | ^^^^^^^^^
mismatched types: src/circuit.rs#L412
error[E0308]: mismatched types --> src/circuit.rs:412:17 | 407 | let sinsemilla_config_1 = SinsemillaChip::configure( | ------------------------- arguments to this function are incorrect ... 412 | lookup, | ^^^^^^ expected a tuple with 4 elements, found one with 3 elements | = note: expected tuple `(halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn)` found tuple `(halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn)` note: associated function defined here --> /home/runner/.cargo/git/checkouts/halo2-3f0a27d7d67144fe/28af760/halo2_gadgets/src/sinsemilla/chip.rs:151:12 | 151 | pub fn configure( | ^^^^^^^^^
this function takes 4 arguments but 3 arguments were supplied: src/circuit.rs#L384
error[E0061]: this function takes 4 arguments but 3 arguments were supplied --> src/circuit.rs:384:27 | 384 | let range_check = LookupRangeCheckConfig::configure(meta, advices[9], table_idx); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^----------------------------- an argument of type `halo2_proofs::plonk::TableColumn` is missing | note: associated function defined here --> /home/runner/.cargo/git/checkouts/halo2-3f0a27d7d67144fe/28af760/halo2_gadgets/src/utilities/lookup_range_check.rs:83:12 | 83 | pub fn configure( | ^^^^^^^^^ help: provide the argument | 384 | let range_check = LookupRangeCheckConfig::configure(meta, advices[9], table_idx, /* halo2_proofs::plonk::TableColumn */); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mismatched types: src/circuit/value_commit_orchard.rs#L197
error[E0308]: mismatched types --> src/circuit/value_commit_orchard.rs:197:21 | 192 | let sinsemilla_config = SinsemillaChip::configure( | ------------------------- arguments to this function are incorrect ... 197 | lookup, | ^^^^^^ expected a tuple with 4 elements, found one with 3 elements | = note: expected tuple `(halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn)` found tuple `(halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn)` note: associated function defined here --> /home/runner/.cargo/git/checkouts/halo2-3f0a27d7d67144fe/28af760/halo2_gadgets/src/sinsemilla/chip.rs:151:12 | 151 | pub fn configure( | ^^^^^^^^^
this function takes 4 arguments but 3 arguments were supplied: src/circuit/value_commit_orchard.rs#L190
error[E0061]: this function takes 4 arguments but 3 arguments were supplied --> src/circuit/value_commit_orchard.rs:190:35 | 190 | let range_check = LookupRangeCheckConfig::configure(meta, advices[9], table_idx); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^----------------------------- an argument of type `halo2_proofs::plonk::TableColumn` is missing | note: associated function defined here --> /home/runner/.cargo/git/checkouts/halo2-3f0a27d7d67144fe/28af760/halo2_gadgets/src/utilities/lookup_range_check.rs:83:12 | 83 | pub fn configure( | ^^^^^^^^^ help: provide the argument | 190 | let range_check = LookupRangeCheckConfig::configure(meta, advices[9], table_idx, /* halo2_proofs::plonk::TableColumn */); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mismatched types: src/circuit/note_commit.rs#L2398
error[E0308]: mismatched types --> src/circuit/note_commit.rs:2398:21 | 2389 | let sinsemilla_config = SinsemillaChip::< | _________________________________________- 2390 | | OrchardHashDomains, 2391 | | OrchardCommitDomains, 2392 | | OrchardFixedBases, 2393 | | >::configure( | |____________________________- arguments to this function are incorrect ... 2398 | lookup, | ^^^^^^ expected a tuple with 4 elements, found one with 3 elements | = note: expected tuple `(halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn)` found tuple `(halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn)` note: associated function defined here --> /home/runner/.cargo/git/checkouts/halo2-3f0a27d7d67144fe/28af760/halo2_gadgets/src/sinsemilla/chip.rs:151:12 | 151 | pub fn configure( | ^^^^^^^^^
this function takes 4 arguments but 3 arguments were supplied: src/circuit/note_commit.rs#L2388
error[E0061]: this function takes 4 arguments but 3 arguments were supplied --> src/circuit/note_commit.rs:2388:35 | 2388 | let range_check = LookupRangeCheckConfig::configure(meta, advices[9], table_idx); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^----------------------------- an argument of type `halo2_proofs::plonk::TableColumn` is missing | note: associated function defined here --> /home/runner/.cargo/git/checkouts/halo2-3f0a27d7d67144fe/28af760/halo2_gadgets/src/utilities/lookup_range_check.rs:83:12 | 83 | pub fn configure( | ^^^^^^^^^ help: provide the argument | 2388 | let range_check = LookupRangeCheckConfig::configure(meta, advices[9], table_idx, /* halo2_proofs::plonk::TableColumn */); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
this function takes 4 arguments but 3 arguments were supplied: src/circuit/gadget/mux_chip.rs#L231
error[E0061]: this function takes 4 arguments but 3 arguments were supplied --> src/circuit/gadget/mux_chip.rs:231:35 | 231 | let range_check = LookupRangeCheckConfig::configure(meta, advices[9], table_idx); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^----------------------------- an argument of type `halo2_proofs::plonk::TableColumn` is missing | note: associated function defined here --> /home/runner/.cargo/git/checkouts/halo2-3f0a27d7d67144fe/28af760/halo2_gadgets/src/utilities/lookup_range_check.rs:83:12 | 83 | pub fn configure( | ^^^^^^^^^ help: provide the argument | 231 | let range_check = LookupRangeCheckConfig::configure(meta, advices[9], table_idx, /* halo2_proofs::plonk::TableColumn */); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mismatched types: src/circuit/commit_ivk.rs#L763
error[E0308]: mismatched types --> src/circuit/commit_ivk.rs:763:21 | 754 | let sinsemilla_config = SinsemillaChip::< | _________________________________________- 755 | | OrchardHashDomains, 756 | | OrchardCommitDomains, 757 | | OrchardFixedBases, 758 | | >::configure( | |____________________________- arguments to this function are incorrect ... 763 | lookup, | ^^^^^^ expected a tuple with 4 elements, found one with 3 elements | = note: expected tuple `(halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn)` found tuple `(halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn)` note: associated function defined here --> /home/runner/.cargo/git/checkouts/halo2-3f0a27d7d67144fe/28af760/halo2_gadgets/src/sinsemilla/chip.rs:151:12 | 151 | pub fn configure( | ^^^^^^^^^
mismatched types: src/circuit.rs#L430
error[E0308]: mismatched types --> src/circuit.rs:430:17 | 425 | let sinsemilla_config_2 = SinsemillaChip::configure( | ------------------------- arguments to this function are incorrect ... 430 | lookup, | ^^^^^^ expected a tuple with 4 elements, found one with 3 elements | = note: expected tuple `(halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn)` found tuple `(halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn)` note: associated function defined here --> /home/runner/.cargo/git/checkouts/halo2-3f0a27d7d67144fe/28af760/halo2_gadgets/src/sinsemilla/chip.rs:151:12 | 151 | pub fn configure( | ^^^^^^^^^
this function takes 4 arguments but 3 arguments were supplied: src/circuit/commit_ivk.rs#L753
error[E0061]: this function takes 4 arguments but 3 arguments were supplied --> src/circuit/commit_ivk.rs:753:35 | 753 | let range_check = LookupRangeCheckConfig::configure(meta, advices[9], table_idx); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^----------------------------- an argument of type `halo2_proofs::plonk::TableColumn` is missing | note: associated function defined here --> /home/runner/.cargo/git/checkouts/halo2-3f0a27d7d67144fe/28af760/halo2_gadgets/src/utilities/lookup_range_check.rs:83:12 | 83 | pub fn configure( | ^^^^^^^^^ help: provide the argument | 753 | let range_check = LookupRangeCheckConfig::configure(meta, advices[9], table_idx, /* halo2_proofs::plonk::TableColumn */); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mismatched types: src/circuit.rs#L412
error[E0308]: mismatched types --> src/circuit.rs:412:17 | 407 | let sinsemilla_config_1 = SinsemillaChip::configure( | ------------------------- arguments to this function are incorrect ... 412 | lookup, | ^^^^^^ expected a tuple with 4 elements, found one with 3 elements | = note: expected tuple `(halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn)` found tuple `(halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn, halo2_proofs::plonk::TableColumn)` note: associated function defined here --> /home/runner/.cargo/git/checkouts/halo2-3f0a27d7d67144fe/28af760/halo2_gadgets/src/sinsemilla/chip.rs:151:12 | 151 | pub fn configure( | ^^^^^^^^^
this function takes 4 arguments but 3 arguments were supplied: src/circuit.rs#L384
error[E0061]: this function takes 4 arguments but 3 arguments were supplied --> src/circuit.rs:384:27 | 384 | let range_check = LookupRangeCheckConfig::configure(meta, advices[9], table_idx); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^----------------------------- an argument of type `halo2_proofs::plonk::TableColumn` is missing | note: associated function defined here --> /home/runner/.cargo/git/checkouts/halo2-3f0a27d7d67144fe/28af760/halo2_gadgets/src/utilities/lookup_range_check.rs:83:12 | 83 | pub fn configure( | ^^^^^^^^^ help: provide the argument | 384 | let range_check = LookupRangeCheckConfig::configure(meta, advices[9], table_idx, /* halo2_proofs::plonk::TableColumn */); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Rustfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
Book tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Book tests
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/
Book tests
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/
Book tests
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/
Book tests
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/
Intra-doc links
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
Intra-doc links: src/circuit/note_commit.rs#L749
this URL is not a hyperlink
Intra-doc links
`orchard` (lib doc) generated 1 warning
Intra-doc links
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/
Intra-doc links
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/
Intra-doc links
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/
Intra-doc links
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/checkout@v2, 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/
Test on macOS-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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 macOS-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 macOS-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 macOS-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 macOS-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 windows-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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 windows-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 windows-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 windows-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 windows-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/
Bitrot check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
Bitrot check
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/
Bitrot check
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/
Bitrot check
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/
Bitrot check
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/