Skip to content

Add batched MSM operations to speed up small circuits #50

Add batched MSM operations to speed up small circuits

Add batched MSM operations to speed up small circuits #50

Triggered via pull request December 14, 2023 07:57
Status Failure
Total duration 2m 0s
Artifacts

ci.yml

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

Annotations

37 errors and 95 warnings
Build target wasm32-wasi: halo2_proofs/src/plonk/lookup/prover.rs#L21
unresolved imports `maybe_rayon::prelude::IndexedParallelIterator`, `maybe_rayon::prelude::IntoParallelRefIterator`
Build target wasm32-wasi: halo2_proofs/src/plonk/lookup/prover.rs#L24
unresolved import `maybe_rayon::slice::ParallelSliceMut`
Build target wasm32-wasi: halo2_proofs/src/plonk/mv_lookup/prover.rs#L22
unresolved import `maybe_rayon::current_num_threads`
Build target wasm32-wasi: halo2_proofs/src/plonk/mv_lookup/prover.rs#L32
unresolved imports `maybe_rayon::prelude::IndexedParallelIterator`, `maybe_rayon::prelude::IntoParallelRefIterator`
Build target wasm32-wasi: halo2_proofs/src/plonk/lookup/prover.rs#L435
cannot find function `current_num_threads` in crate `maybe_rayon`
Build target wasm32-wasi: halo2_proofs/src/plonk/lookup/prover.rs#L444
no method named `par_iter` found for reference `&[<C as CurveAffine>::ScalarExt]` in the current scope
Build target wasm32-wasi: halo2_proofs/src/plonk/lookup/prover.rs#L458
no method named `par_iter` found for struct `BTreeMap` in the current scope
Build target wasm32-wasi: halo2_proofs/src/plonk/lookup/prover.rs#L482
no method named `par_sort` found for struct `Vec<<C as CurveAffine>::ScalarExt>` in the current scope
Build target wasm32-wasi: halo2_proofs/src/plonk/lookup/prover.rs#L485
no method named `par_iter` found for struct `Vec<<C as CurveAffine>::ScalarExt>` in the current scope
Build target wasm32-unknown-unknown: halo2_proofs/src/plonk/lookup/prover.rs#L21
unresolved imports `maybe_rayon::prelude::IndexedParallelIterator`, `maybe_rayon::prelude::IntoParallelRefIterator`
Build target wasm32-unknown-unknown: halo2_proofs/src/plonk/lookup/prover.rs#L24
unresolved import `maybe_rayon::slice::ParallelSliceMut`
Build target wasm32-unknown-unknown: halo2_proofs/src/plonk/mv_lookup/prover.rs#L22
unresolved import `maybe_rayon::current_num_threads`
Build target wasm32-unknown-unknown: halo2_proofs/src/plonk/mv_lookup/prover.rs#L32
unresolved imports `maybe_rayon::prelude::IndexedParallelIterator`, `maybe_rayon::prelude::IntoParallelRefIterator`
Build target wasm32-unknown-unknown: halo2_proofs/src/plonk/lookup/prover.rs#L435
cannot find function `current_num_threads` in crate `maybe_rayon`
Build target wasm32-unknown-unknown: halo2_proofs/src/plonk/lookup/prover.rs#L444
no method named `par_iter` found for reference `&[<C as CurveAffine>::ScalarExt]` in the current scope
Build target wasm32-unknown-unknown: halo2_proofs/src/plonk/lookup/prover.rs#L458
no method named `par_iter` found for struct `BTreeMap` in the current scope
Build target wasm32-unknown-unknown: halo2_proofs/src/plonk/lookup/prover.rs#L482
no method named `par_sort` found for struct `Vec<<C as CurveAffine>::ScalarExt>` in the current scope
Build target wasm32-unknown-unknown: halo2_proofs/src/plonk/lookup/prover.rs#L485
no method named `par_iter` found for struct `Vec<<C as CurveAffine>::ScalarExt>` in the current scope
Bitrot check
failed to run custom build command for `icicle v0.1.0 (https://github.com/ingonyama-zk/icicle.git?tag=v0.1.0#f8610dd5)`
Bitrot check
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Test on ubuntu-latest with basic features: halo2_proofs/src/plonk/lookup/prover.rs#L21
unresolved imports `maybe_rayon::prelude::IndexedParallelIterator`, `maybe_rayon::prelude::IntoParallelRefIterator`
Test on ubuntu-latest with basic features: halo2_proofs/src/plonk/lookup/prover.rs#L24
unresolved import `maybe_rayon::slice::ParallelSliceMut`
Test on ubuntu-latest with basic features: halo2_proofs/src/plonk/mv_lookup/prover.rs#L22
unresolved import `maybe_rayon::current_num_threads`
Test on ubuntu-latest with basic features: halo2_proofs/src/plonk/mv_lookup/prover.rs#L32
unresolved imports `maybe_rayon::prelude::IndexedParallelIterator`, `maybe_rayon::prelude::IntoParallelRefIterator`
Test on ubuntu-latest with basic features: halo2_proofs/src/plonk/lookup/prover.rs#L435
cannot find function `current_num_threads` in crate `maybe_rayon`
Test on ubuntu-latest with basic features: halo2_proofs/src/plonk/lookup/prover.rs#L444
no method named `par_iter` found for reference `&[<C as CurveAffine>::ScalarExt]` in the current scope
Test on ubuntu-latest with basic features: halo2_proofs/src/plonk/lookup/prover.rs#L458
no method named `par_iter` found for struct `BTreeMap` in the current scope
Test on ubuntu-latest with basic features: halo2_proofs/src/plonk/lookup/prover.rs#L482
no method named `par_sort` found for struct `Vec<<C as CurveAffine>::ScalarExt>` in the current scope
Test on ubuntu-latest with basic features: halo2_proofs/src/plonk/lookup/prover.rs#L485
no method named `par_iter` found for struct `Vec<<C as CurveAffine>::ScalarExt>` in the current scope
Test on ubuntu-latest with all features
The operation was canceled.
Test on macOS-latest with all features
The operation was canceled.
Test on macOS-latest with basic features
The operation was canceled.
Test on windows-latest with basic features
The operation was canceled.
Test on windows-latest with all features
The operation was canceled.
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/
Build target wasm32-wasi
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/
Build target wasm32-wasi: halo2_proofs/src/plonk/evaluation.rs#L2
unused import: `crate::plonk::lookup::prover::Committed`
Build target wasm32-wasi: halo2_proofs/src/plonk/evaluation.rs#L3
unused import: `crate::plonk::permutation::Argument`
Build target wasm32-wasi: halo2_proofs/src/plonk/evaluation.rs#L5
unused imports: `AdviceQuery`, `FixedQuery`, `InstanceQuery`
Build target wasm32-wasi: halo2_proofs/src/plonk/lookup/prover.rs#L22
unused import: `ParallelIterator`
Build target wasm32-wasi: halo2_proofs/src/plonk/mv_lookup/prover.rs#L2
unused import: `ChallengeGamma`
Build target wasm32-wasi: halo2_proofs/src/plonk/mv_lookup/prover.rs#L11
unused import: `ExtendedLagrangeCoeff`
Build target wasm32-wasi: halo2_proofs/src/plonk/mv_lookup/prover.rs#L16
unused import: `blake2b_simd::Hash`
Build target wasm32-wasi: halo2_proofs/src/plonk/mv_lookup/prover.rs#L17
unused import: `PrimeFieldBits`
Build target wasm32-wasi: halo2_proofs/src/plonk/mv_lookup/prover.rs#L24
unused imports: `BTreeSet`, `HashSet`
Build target wasm32-wasi: halo2_proofs/src/plonk/mv_lookup/prover.rs#L25
unused imports: `any::TypeId`, `convert::TryInto`, `num::ParseIntError`, `ops::Index`
Build target wasm32-wasi
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/
Build target wasm32-wasi
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/
Build target wasm32-wasi
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/
Build target wasm32-wasi
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/
Build target wasm32-unknown-unknown
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/
Build target wasm32-unknown-unknown: halo2_proofs/src/plonk/evaluation.rs#L2
unused import: `crate::plonk::lookup::prover::Committed`
Build target wasm32-unknown-unknown: halo2_proofs/src/plonk/evaluation.rs#L3
unused import: `crate::plonk::permutation::Argument`
Build target wasm32-unknown-unknown: halo2_proofs/src/plonk/evaluation.rs#L5
unused imports: `AdviceQuery`, `FixedQuery`, `InstanceQuery`
Build target wasm32-unknown-unknown: halo2_proofs/src/plonk/mv_lookup/prover.rs#L11
unused import: `ExtendedLagrangeCoeff`
Build target wasm32-unknown-unknown: halo2_proofs/src/plonk/mv_lookup/prover.rs#L24
unused imports: `BTreeSet`, `HashSet`
Build target wasm32-unknown-unknown: halo2_proofs/src/plonk/mv_lookup/prover.rs#L25
unused imports: `any::TypeId`, `convert::TryInto`, `num::ParseIntError`, `ops::Index`
Build target wasm32-unknown-unknown
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/
Build target wasm32-unknown-unknown
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/
Build target wasm32-unknown-unknown
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/
Build target wasm32-unknown-unknown
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-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: halo2_proofs/src/plonk/evaluation.rs#L2
unused import: `crate::plonk::lookup::prover::Committed`
Intra-doc links: halo2_proofs/src/plonk/evaluation.rs#L3
unused import: `crate::plonk::permutation::Argument`
Intra-doc links: halo2_proofs/src/plonk/evaluation.rs#L5
unused imports: `AdviceQuery`, `FixedQuery`, `InstanceQuery`
Intra-doc links: halo2_proofs/src/plonk/mv_lookup/prover.rs#L2
unused import: `ChallengeGamma`
Intra-doc links: halo2_proofs/src/plonk/mv_lookup/prover.rs#L11
unused import: `ExtendedLagrangeCoeff`
Intra-doc links: halo2_proofs/src/plonk/mv_lookup/prover.rs#L16
unused import: `blake2b_simd::Hash`
Intra-doc links: halo2_proofs/src/plonk/mv_lookup/prover.rs#L17
unused import: `PrimeFieldBits`
Intra-doc links: halo2_proofs/src/plonk/mv_lookup/prover.rs#L22
unused import: `maybe_rayon::current_num_threads`
Intra-doc links: halo2_proofs/src/plonk/mv_lookup/prover.rs#L24
unused imports: `BTreeSet`, `HashSet`
Intra-doc links: halo2_proofs/src/plonk/mv_lookup/prover.rs#L25
unused imports: `any::TypeId`, `convert::TryInto`, `num::ParseIntError`, `ops::Index`
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/
Bitrot check
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/
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/
Test on ubuntu-latest with basic features
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 with basic features
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 with basic features
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 with basic features
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 with basic features
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 with basic features: halo2_proofs/src/plonk/evaluation.rs#L2
unused import: `crate::plonk::lookup::prover::Committed`
Test on ubuntu-latest with basic features: halo2_proofs/src/plonk/evaluation.rs#L3
unused import: `crate::plonk::permutation::Argument`
Test on ubuntu-latest with basic features: halo2_proofs/src/plonk/evaluation.rs#L5
unused imports: `AdviceQuery`, `FixedQuery`, `InstanceQuery`
Test on ubuntu-latest with basic features: halo2_proofs/src/plonk/mv_lookup/prover.rs#L25
unused imports: `any::TypeId`, `convert::TryInto`, `num::ParseIntError`, `ops::Index`
Test on ubuntu-latest with all features
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 with all features
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 with all features
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 with all features
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 with all features
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 with all features
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 macOS-latest with all features
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 with all features
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 with all features
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 with all features
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 with basic features
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 macOS-latest with basic features
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 with basic features
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 with basic features
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 with basic features
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 with basic features
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 windows-latest with basic features
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 with basic features
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 with basic features
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 with basic features
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 with all features
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 windows-latest with all features
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 with all features
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 with all features
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 with all features
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/