Skip to content

fix: tests and benches (#17) #105

fix: tests and benches (#17)

fix: tests and benches (#17) #105

Triggered via push September 2, 2024 11:40
Status Failure
Total duration 1m 49s
Artifacts

ci.yml

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

Annotations

60 errors and 101 warnings
Intra-doc links
"/home/runner/work/halo2/halo2/target/doc/halo2curves/bn256/constant.FROBENIUS_COEFF_FQ12_C1.html": No such file or directory (os error 2)
Intra-doc links
"/home/runner/work/halo2/halo2/target/doc/halo2curves/bn256/type.Fq12.html": No such file or directory (os error 2)
Build target wasm32-wasi: halo2_proofs/src/plonk/evaluation.rs#L20
unresolved import `maybe_rayon::iter::IntoParallelRefIterator`
Intra-doc links
"/home/runner/work/halo2/halo2/target/doc/halo2curves/bn256/struct.Fq.html": No such file or directory (os error 2)
Build target wasm32-wasi: halo2_proofs/src/plonk/lookup/prover.rs#L23
unresolved imports `maybe_rayon::prelude::IndexedParallelIterator`, `maybe_rayon::prelude::IntoParallelRefIterator`
Intra-doc links
"/home/runner/work/halo2/halo2/target/doc/halo2curves/bn256/fn.multi_miller_loop.html": No such file or directory (os error 2)
Build target wasm32-wasi: halo2_proofs/src/plonk/lookup/prover.rs#L26
unresolved import `maybe_rayon::slice::ParallelSliceMut`
Intra-doc links
"/home/runner/work/halo2/halo2/target/doc/halo2curves/bn256/struct.Bn256.html": No such file or directory (os error 2)
Build target wasm32-wasi: halo2_proofs/src/plonk/permutation/keygen.rs#L14
unresolved imports `maybe_rayon::prelude::IndexedParallelIterator`, `maybe_rayon::prelude::IntoParallelRefIterator`
Intra-doc links
"/home/runner/work/halo2/halo2/target/doc/halo2curves/bn256/struct.Gt.html": No such file or directory (os error 2)
Build target wasm32-wasi: halo2_proofs/src/plonk/vanishing/prover.rs#L3
unresolved import `maybe_rayon::iter::IndexedParallelIterator`
Intra-doc links
"/home/runner/work/halo2/halo2/target/doc/halo2curves/bn256/struct.G2Affine.html": No such file or directory (os error 2)
Build target wasm32-wasi: halo2_proofs/src/plonk/vanishing/prover.rs#L4
unresolved import `maybe_rayon::iter::IntoParallelRefIterator`
Intra-doc links
"/home/runner/work/halo2/halo2/target/doc/halo2curves/bn256/struct.G2.html": No such file or directory (os error 2)
Build target wasm32-wasi: halo2_proofs/src/plonk/verifier/batch.rs#L4
unresolved import `maybe_rayon::iter::IndexedParallelIterator`
Intra-doc links
"/home/runner/work/halo2/halo2/target/doc/halo2curves/bn256/type.G2Uncompressed.html": No such file or directory (os error 2)
Build target wasm32-wasi: halo2_proofs/src/dev.rs#L24
unresolved imports `maybe_rayon::prelude::IndexedParallelIterator`, `maybe_rayon::prelude::IntoParallelRefIterator`
Intra-doc links
"/home/runner/work/halo2/halo2/target/doc/halo2curves/bn256/type.G2Compressed.html": No such file or directory (os error 2)
Build target wasm32-wasi: halo2_proofs/src/dev.rs#L28
unresolved import `maybe_rayon::prelude::ParallelSliceMut`
Build target wasm32-wasi: halo2_proofs/src/plonk/lookup/prover.rs#L485
cannot find function `current_num_threads` in crate `maybe_rayon`
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#L20
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/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/verifier/batch.rs#L4
unresolved import `maybe_rayon::iter::IndexedParallelIterator`
Build target wasm32-unknown-unknown: halo2_proofs/src/dev.rs#L24
unresolved imports `maybe_rayon::prelude::IndexedParallelIterator`, `maybe_rayon::prelude::IntoParallelRefIterator`
Build target wasm32-unknown-unknown: halo2_proofs/src/dev.rs#L28
unresolved import `maybe_rayon::prelude::ParallelSliceMut`
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
could not compile `halo2_proofs` (lib) due to 2 previous errors
Test on ubuntu-latest with basic features
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
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
could not compile `halo2_proofs` (lib) due to 2 previous errors
Test on macOS-latest with basic features
The process '/Users/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 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 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.
Test on windows-latest with all features
The job was canceled because "basic_ubuntu-latest" failed.
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 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/
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/
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/
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/
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/
Build target wasm32-wasi
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
Intra-doc links
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
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
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
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
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
Intra-doc links
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
Build target wasm32-wasi
`cfg-if` (lib) generated 1 warning
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
Build target wasm32-wasi
`wasi` (lib) generated 1 warning (1 duplicate)
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
Build target wasm32-wasi
`typenum` (lib) generated 1 warning (1 duplicate)
Intra-doc links
output filename collision.
Build target wasm32-wasi
`subtle` (lib) generated 1 warning (1 duplicate)
Build target wasm32-wasi
`rand_core` (lib) generated 1 warning (1 duplicate)
Build target wasm32-wasi
`tap` (lib) generated 1 warning (1 duplicate)
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 `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 `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 `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/plonk/evaluation.rs#L21
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: halo2_proofs/src/poly/kzg/multiopen/shplonk/prover.rs#L19
unused import: `maybe_rayon::iter::ParallelIterator`
Build target wasm32-unknown-unknown: halo2_proofs/src/poly/kzg/multiopen/shplonk.rs#L6
unused import: `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/
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 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 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/plonk/permutation/keygen.rs#L14
unused import: `IntoParallelRefIterator`
Test on ubuntu-latest with all features
`halo2_proofs` (lib) generated 2 warnings
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
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
/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 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 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` (lib) generated 2 warnings
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 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/
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 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
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
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/