Skip to content

chore: performance improvements #91

chore: performance improvements

chore: performance improvements #91

Triggered via pull request August 24, 2024 23:07
Status Failure
Total duration 1m 43s
Artifacts

ci.yml

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

Annotations

57 errors and 143 warnings
Rustfmt
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Build target wasm32-wasi: halo2_proofs/src/plonk/evaluation.rs#L18
unresolved import `maybe_rayon::iter::IndexedParallelIterator`
Build target wasm32-wasi: halo2_proofs/src/plonk/evaluation.rs#L19
unresolved import `maybe_rayon::iter::IntoParallelRefIterator`
Build target wasm32-wasi: halo2_proofs/src/plonk/lookup/prover.rs#L23
unresolved imports `maybe_rayon::prelude::IndexedParallelIterator`, `maybe_rayon::prelude::IntoParallelRefIterator`
Build target wasm32-wasi: halo2_proofs/src/plonk/lookup/prover.rs#L26
unresolved import `maybe_rayon::slice::ParallelSliceMut`
Build target wasm32-wasi: halo2_proofs/src/plonk/mv_lookup/prover.rs#L28
unresolved imports `maybe_rayon::prelude::IndexedParallelIterator`, `maybe_rayon::prelude::IntoParallelRefIterator`
Build target wasm32-wasi: halo2_proofs/src/plonk/permutation/keygen.rs#L14
unresolved imports `maybe_rayon::prelude::IndexedParallelIterator`, `maybe_rayon::prelude::IntoParallelRefIterator`
Build target wasm32-wasi: halo2_proofs/src/plonk/vanishing/prover.rs#L3
unresolved import `maybe_rayon::iter::IndexedParallelIterator`
Build target wasm32-wasi: halo2_proofs/src/plonk/vanishing/prover.rs#L4
unresolved import `maybe_rayon::iter::IntoParallelRefIterator`
Build target wasm32-wasi: halo2_proofs/src/plonk/prover.rs#L23
unresolved import `maybe_rayon::iter::IndexedParallelIterator`
Build target wasm32-wasi: halo2_proofs/src/plonk/verifier/batch.rs#L4
unresolved import `maybe_rayon::iter::IndexedParallelIterator`
Build target wasm32-unknown-unknown
The job was canceled because "wasm32-wasi" failed.
Build target wasm32-unknown-unknown: halo2_proofs/src/multicore.rs#L2
unresolved import `maybe_rayon::current_num_threads`
Build target wasm32-unknown-unknown: halo2_proofs/src/plonk/evaluation.rs#L18
unresolved import `maybe_rayon::iter::IndexedParallelIterator`
Build target wasm32-unknown-unknown: halo2_proofs/src/plonk/evaluation.rs#L19
unresolved import `maybe_rayon::iter::IntoParallelRefIterator`
Build target wasm32-unknown-unknown: halo2_proofs/src/plonk/lookup/prover.rs#L23
unresolved imports `maybe_rayon::prelude::IndexedParallelIterator`, `maybe_rayon::prelude::IntoParallelRefIterator`
Build target wasm32-unknown-unknown: halo2_proofs/src/plonk/lookup/prover.rs#L26
unresolved import `maybe_rayon::slice::ParallelSliceMut`
Build target wasm32-unknown-unknown: halo2_proofs/src/plonk/mv_lookup/prover.rs#L28
unresolved imports `maybe_rayon::prelude::IndexedParallelIterator`, `maybe_rayon::prelude::IntoParallelRefIterator`
Build target wasm32-unknown-unknown: halo2_proofs/src/plonk/permutation/keygen.rs#L14
unresolved imports `maybe_rayon::prelude::IndexedParallelIterator`, `maybe_rayon::prelude::IntoParallelRefIterator`
Build target wasm32-unknown-unknown: halo2_proofs/src/plonk/vanishing/prover.rs#L3
unresolved import `maybe_rayon::iter::IndexedParallelIterator`
Build target wasm32-unknown-unknown: halo2_proofs/src/plonk/vanishing/prover.rs#L4
unresolved import `maybe_rayon::iter::IntoParallelRefIterator`
Build target wasm32-unknown-unknown: halo2_proofs/src/plonk/prover.rs#L23
unresolved import `maybe_rayon::iter::IndexedParallelIterator`
Bitrot check: halo2_gadgets/benches/poseidon.rs#L190
the trait bound `halo2curves::pasta::Fp: halo2_proofs::halo2curves::serde::SerdeObject` is not satisfied
Bitrot check: halo2_gadgets/benches/poseidon.rs#L190
the trait bound `EqAffine: halo2_proofs::halo2curves::serde::SerdeObject` is not satisfied
Bitrot check: halo2_gadgets/benches/poseidon.rs#L204
the trait bound `halo2curves::pasta::Fp: halo2_proofs::halo2curves::serde::SerdeObject` is not satisfied
Bitrot check: halo2_gadgets/benches/poseidon.rs#L204
the trait bound `EqAffine: halo2_proofs::halo2curves::serde::SerdeObject` is not satisfied
Bitrot check
could not compile `halo2_gadgets` (bench "poseidon") due to 4 previous errors
Bitrot check
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Test on ubuntu-latest with basic features: halo2_proofs/src/dev/graph/layout.rs#L109
this method takes 2 arguments but 1 argument was supplied
Test on ubuntu-latest with basic features: halo2_proofs/src/dev/graph/layout.rs#L260
no function or associated item named `new` found for struct `HashSet<_, FxBuildHasher>` in the current scope
Test on ubuntu-latest with basic features
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Test on ubuntu-latest with all features
The job was canceled because "basic_ubuntu-latest" failed.
Test on ubuntu-latest with all features: halo2_proofs/src/plonk/permutation/keygen.rs#L244
unresolved import `crate::multicore::IntoParallelRefMutIterator`
Test on ubuntu-latest with all features: halo2_proofs/src/plonk/permutation/keygen.rs#L317
no method named `into_par_iter` found for struct `std::ops::Range` in the current scope
Test on ubuntu-latest with all features: halo2_proofs/src/plonk/permutation/keygen.rs#L171
no function or associated item named `new` found for struct `HashMap<_, _, FxBuildHasher>` in the current scope
Test on ubuntu-latest with all features: halo2_proofs/src/plonk/permutation/keygen.rs#L250
no method named `par_iter_mut` found for struct `Vec<Vec<(usize, usize)>>` in the current scope
Test on ubuntu-latest with all features: halo2_proofs/src/dev/graph/layout.rs#L109
this method takes 2 arguments but 1 argument was supplied
Test on ubuntu-latest with all features: halo2_proofs/src/dev/graph/layout.rs#L260
no function or associated item named `new` found for struct `HashSet<_, FxBuildHasher>` in the current scope
Test on ubuntu-latest with all features
The operation was canceled.
Test on windows-latest with basic features
The job was canceled because "basic_ubuntu-latest" failed.
Test on windows-latest with basic features
The operation was canceled.
Test on macOS-latest with basic features
The job was canceled because "basic_ubuntu-latest" failed.
Test on macOS-latest with basic features: halo2_proofs/src/dev/graph/layout.rs#L109
this method takes 2 arguments but 1 argument was supplied
Test on macOS-latest with basic features: halo2_proofs/src/dev/graph/layout.rs#L260
no function or associated item named `new` found for struct `HashSet<_, FxBuildHasher>` in the current scope
Test on macOS-latest with basic features
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 101
Test on windows-latest with all features
The job was canceled because "basic_ubuntu-latest" failed.
Test on macOS-latest with all features
The job was canceled because "basic_ubuntu-latest" failed.
Test on macOS-latest with all features: halo2_proofs/src/plonk/permutation/keygen.rs#L244
unresolved import `crate::multicore::IntoParallelRefMutIterator`
Test on windows-latest with all features
The operation was canceled.
Test on macOS-latest with all features: halo2_proofs/src/plonk/permutation/keygen.rs#L317
no method named `into_par_iter` found for struct `std::ops::Range` in the current scope
Test on macOS-latest with all features: halo2_proofs/src/plonk/permutation/keygen.rs#L171
no function or associated item named `new` found for struct `HashMap<_, _, FxBuildHasher>` in the current scope
Test on macOS-latest with all features: halo2_proofs/src/plonk/permutation/keygen.rs#L250
no method named `par_iter_mut` found for struct `Vec<Vec<(usize, usize)>>` in the current scope
Test on macOS-latest with all features: halo2_proofs/src/dev/graph/layout.rs#L109
this method takes 2 arguments but 1 argument was supplied
Test on macOS-latest with all features: halo2_proofs/src/dev/graph/layout.rs#L260
no function or associated item named `new` found for struct `HashSet<_, FxBuildHasher>` in the current scope
Test on macOS-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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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/
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Intra-doc links
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
Intra-doc links
/home/runner/work/halo2/halo2/halo2_proofs/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Intra-doc links
/home/runner/work/halo2/halo2/halo2_proofs/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Intra-doc links
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
Intra-doc links
/home/runner/work/halo2/halo2/halo2_proofs/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Intra-doc links
/home/runner/work/halo2/halo2/halo2_proofs/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Intra-doc links
output filename collision.
Intra-doc links: halo2_proofs/src/circuit/floor_planner/v1/strategy.rs#L220
unexpected `cfg` condition value: `floor-planner-v1-legacy-pdqsort`
Intra-doc links: halo2_proofs/src/circuit/floor_planner/v1/strategy.rs#L227
unexpected `cfg` condition value: `floor-planner-v1-legacy-pdqsort`
Intra-doc links: halo2_proofs/src/dev.rs#L750
unexpected `cfg` condition value: `multicore`
Intra-doc links: halo2_proofs/src/plonk/evaluation.rs#L18
unused import: `maybe_rayon::iter::IndexedParallelIterator`
Intra-doc links: halo2_proofs/src/plonk/prover.rs#L23
unused import: `maybe_rayon::iter::IndexedParallelIterator`
Intra-doc links: halo2_proofs/src/plonk/prover.rs#L24
unused import: `maybe_rayon::iter::ParallelIterator`
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/
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build target wasm32-wasi
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
Build target wasm32-wasi
/home/runner/work/halo2/halo2/halo2_proofs/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Build target wasm32-wasi
/home/runner/work/halo2/halo2/halo2_proofs/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Build target wasm32-wasi
the `wasm32-wasi` target is being renamed to `wasm32-wasip1` and the `wasm32-wasi` target will be removed from nightly in October 2024 and removed from stable Rust in January 2025
Build target wasm32-wasi
`cfg-if` (lib) generated 1 warning
Build target wasm32-wasi
`wasi` (lib) generated 1 warning (1 duplicate)
Build target wasm32-wasi
`getrandom` (lib) generated 1 warning (1 duplicate)
Build target wasm32-wasi
`typenum` (lib) generated 1 warning (1 duplicate)
Build target wasm32-wasi
`rand_core` (lib) generated 1 warning (1 duplicate)
Build target wasm32-wasi
`generic-array` (lib) generated 1 warning (1 duplicate)
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
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
Build target wasm32-unknown-unknown
/home/runner/work/halo2/halo2/halo2_proofs/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Build target wasm32-unknown-unknown
/home/runner/work/halo2/halo2/halo2_proofs/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Build target wasm32-unknown-unknown: halo2_proofs/src/circuit/floor_planner/v1/strategy.rs#L220
unexpected `cfg` condition value: `floor-planner-v1-legacy-pdqsort`
Build target wasm32-unknown-unknown: halo2_proofs/src/circuit/floor_planner/v1/strategy.rs#L227
unexpected `cfg` condition value: `floor-planner-v1-legacy-pdqsort`
Build target wasm32-unknown-unknown: halo2_proofs/src/plonk/evaluation.rs#L20
unused import: `maybe_rayon::iter::ParallelIterator`
Build target wasm32-unknown-unknown: halo2_proofs/src/plonk/vanishing/prover.rs#L5
unused import: `maybe_rayon::iter::ParallelIterator`
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/
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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Bitrot check
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
Bitrot check
/home/runner/work/halo2/halo2/halo2_proofs/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Bitrot check
/home/runner/work/halo2/halo2/halo2_proofs/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Bitrot check: halo2_proofs/src/circuit/floor_planner/v1/strategy.rs#L220
unexpected `cfg` condition value: `floor-planner-v1-legacy-pdqsort`
Bitrot check: halo2_proofs/src/circuit/floor_planner/v1/strategy.rs#L227
unexpected `cfg` condition value: `floor-planner-v1-legacy-pdqsort`
Bitrot check: halo2_proofs/src/dev.rs#L750
unexpected `cfg` condition value: `multicore`
Bitrot check: halo2_proofs/src/plonk/evaluation.rs#L18
unused import: `maybe_rayon::iter::IndexedParallelIterator`
Bitrot check: halo2_proofs/src/plonk/prover.rs#L23
unused import: `maybe_rayon::iter::IndexedParallelIterator`
Bitrot check: halo2_proofs/src/plonk/prover.rs#L24
unused import: `maybe_rayon::iter::ParallelIterator`
Bitrot check: halo2_proofs/src/plonk/circuit.rs#L1380
struct `PointIndex` is never constructed
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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
Test on ubuntu-latest with basic features
/home/runner/work/halo2/halo2/halo2_proofs/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Test on ubuntu-latest with basic features
/home/runner/work/halo2/halo2/halo2_proofs/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Test on ubuntu-latest with basic features: halo2_proofs/src/circuit/floor_planner/v1/strategy.rs#L220
unexpected `cfg` condition value: `floor-planner-v1-legacy-pdqsort`
Test on ubuntu-latest with basic features: halo2_proofs/src/circuit/floor_planner/v1/strategy.rs#L227
unexpected `cfg` condition value: `floor-planner-v1-legacy-pdqsort`
Test on ubuntu-latest with basic features: halo2_proofs/src/dev.rs#L750
unexpected `cfg` condition value: `multicore`
Test on ubuntu-latest with basic features: halo2_proofs/src/plonk/evaluation.rs#L18
unused import: `maybe_rayon::iter::IndexedParallelIterator`
Test on ubuntu-latest with basic features: halo2_proofs/src/plonk/prover.rs#L23
unused import: `maybe_rayon::iter::IndexedParallelIterator`
Test on ubuntu-latest with basic features: halo2_proofs/src/plonk/prover.rs#L24
unused import: `maybe_rayon::iter::ParallelIterator`
Test on ubuntu-latest with basic features
`halo2_proofs` (lib) generated 6 warnings
Test on ubuntu-latest with all features
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
Test on ubuntu-latest with all features
/home/runner/work/halo2/halo2/halo2_proofs/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Test on ubuntu-latest with all features
/home/runner/work/halo2/halo2/halo2_proofs/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Test on ubuntu-latest with all features: halo2_proofs/src/circuit/floor_planner/v1/strategy.rs#L220
unexpected `cfg` condition value: `floor-planner-v1-legacy-pdqsort`
Test on ubuntu-latest with all features: halo2_proofs/src/circuit/floor_planner/v1/strategy.rs#L227
unexpected `cfg` condition value: `floor-planner-v1-legacy-pdqsort`
Test on ubuntu-latest with all features: halo2_proofs/src/plonk/permutation/keygen.rs#L14
unused import: `IntoParallelRefIterator`
Test on ubuntu-latest with all features: halo2_proofs/src/dev.rs#L750
unexpected `cfg` condition value: `multicore`
Test on ubuntu-latest with all features: halo2_proofs/src/plonk/evaluation.rs#L18
unused import: `maybe_rayon::iter::IndexedParallelIterator`
Test on ubuntu-latest with all features: halo2_proofs/src/plonk/prover.rs#L23
unused import: `maybe_rayon::iter::IndexedParallelIterator`
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 windows-latest with basic features
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
Test on windows-latest with basic features
D:\a\halo2\halo2\halo2_proofs\Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Test on windows-latest with basic features
D:\a\halo2\halo2\halo2_proofs\Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
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 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 macOS-latest with basic features
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
Test on macOS-latest with basic features
/Users/runner/work/halo2/halo2/halo2_proofs/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Test on macOS-latest with basic features
/Users/runner/work/halo2/halo2/halo2_proofs/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Test on macOS-latest with basic features: halo2_proofs/src/circuit/floor_planner/v1/strategy.rs#L220
unexpected `cfg` condition value: `floor-planner-v1-legacy-pdqsort`
Test on macOS-latest with basic features: halo2_proofs/src/circuit/floor_planner/v1/strategy.rs#L227
unexpected `cfg` condition value: `floor-planner-v1-legacy-pdqsort`
Test on macOS-latest with basic features: halo2_proofs/src/dev.rs#L750
unexpected `cfg` condition value: `multicore`
Test on macOS-latest with basic features: halo2_proofs/src/plonk/evaluation.rs#L18
unused import: `maybe_rayon::iter::IndexedParallelIterator`
Test on macOS-latest with basic features: halo2_proofs/src/plonk/prover.rs#L23
unused import: `maybe_rayon::iter::IndexedParallelIterator`
Test on macOS-latest with basic features: halo2_proofs/src/plonk/prover.rs#L24
unused import: `maybe_rayon::iter::ParallelIterator`
Test on macOS-latest with basic features
`halo2_proofs` (lib) generated 6 warnings
Test on macOS-latest with all features
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
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 macOS-latest with all features
/Users/runner/work/halo2/halo2/halo2_proofs/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
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 macOS-latest with all features
/Users/runner/work/halo2/halo2/halo2_proofs/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
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
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
Test on macOS-latest with all features: halo2_proofs/src/circuit/floor_planner/v1/strategy.rs#L220
unexpected `cfg` condition value: `floor-planner-v1-legacy-pdqsort`
Test on windows-latest with all features
D:\a\halo2\halo2\halo2_proofs\Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Test on windows-latest with all features
D:\a\halo2\halo2\halo2_proofs\Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
Test on macOS-latest with all features: halo2_proofs/src/circuit/floor_planner/v1/strategy.rs#L227
unexpected `cfg` condition value: `floor-planner-v1-legacy-pdqsort`
Test on macOS-latest with all features: halo2_proofs/src/plonk/permutation/keygen.rs#L14
unused import: `IntoParallelRefIterator`
Test on macOS-latest with all features: halo2_proofs/src/dev.rs#L750
unexpected `cfg` condition value: `multicore`
Test on macOS-latest with all features: halo2_proofs/src/plonk/evaluation.rs#L18
unused import: `maybe_rayon::iter::IndexedParallelIterator`
Test on macOS-latest with all features: halo2_proofs/src/plonk/prover.rs#L23
unused import: `maybe_rayon::iter::IndexedParallelIterator`
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/