Skip to content

fix previous commit #582

fix previous commit

fix previous commit #582

Triggered via push October 9, 2023 04:52
Status Success
Total duration 23s
Artifacts

ci.yml

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

Annotations

8 errors and 5 warnings
the trait bound `F: group::Group` is not satisfied: halo2_proofs/src/dev.rs#L1094
error[E0277]: the trait bound `F: group::Group` is not satisfied --> halo2_proofs/src/dev.rs:1094:17 | 1093 | batch_invert_cellvalues( | ----------------------- required by a bound introduced by this call 1094 | Arc::get_mut(&mut prover.fixed_vec).expect("get_mut prover.fixed_vec"), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `group::Group` is not implemented for `F` | note: required by a bound in `dev::batch_invert_cellvalues` --> halo2_proofs/src/dev.rs:179:39 | 179 | fn batch_invert_cellvalues<F: Field + Group>(cell_values: &mut [Vec<CellValue<F>>]) { | ^^^^^ required by this bound in `dev::batch_invert_cellvalues` help: consider further restricting this bound | 917 | impl<'a, F: FromUniformBytes<64> + Ord + group::Group> MockProver<'a, F> { | ++++++++++++++
the trait bound `F: group::Group` is not satisfied: halo2_proofs/src/dev.rs#L1091
error[E0277]: the trait bound `F: group::Group` is not satisfied --> halo2_proofs/src/dev.rs:1091:17 | 1090 | batch_invert_cellvalues( | ----------------------- required by a bound introduced by this call 1091 | Arc::get_mut(&mut prover.advice_vec).expect("get_mut prover.advice_vec"), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `group::Group` is not implemented for `F` | note: required by a bound in `dev::batch_invert_cellvalues` --> halo2_proofs/src/dev.rs:179:39 | 179 | fn batch_invert_cellvalues<F: Field + Group>(cell_values: &mut [Vec<CellValue<F>>]) { | ^^^^^ required by this bound in `dev::batch_invert_cellvalues` help: consider further restricting this bound | 917 | impl<'a, F: FromUniformBytes<64> + Ord + group::Group> MockProver<'a, F> { | ++++++++++++++
the trait bound `F: group::Group` is not satisfied: halo2_proofs/src/dev.rs#L833
error[E0277]: the trait bound `F: group::Group` is not satisfied --> halo2_proofs/src/dev.rs:833:26 | 833 | *assigned? = CellValue::from(to().into_field().assign()?); | ^^^^^^^^^^^^^^^ the trait `group::Group` is not implemented for `F` | note: required because of the requirements on the impl of `std::convert::From<plonk::assigned::Assigned<F>>` for `dev::CellValue<F>` --> halo2_proofs/src/dev.rs:150:24 | 150 | impl<F: Group + Field> From<Assigned<F>> for CellValue<F> { | ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ help: consider further restricting this bound | 469 | impl<'a, F: Field + group::Group> Assignment<F> for MockProver<'a, F> { | ++++++++++++++
the trait bound `F: group::Group` is not satisfied: halo2_proofs/src/dev.rs#L750
error[E0277]: the trait bound `F: group::Group` is not satisfied --> halo2_proofs/src/dev.rs:750:24 | 750 | let assigned = CellValue::from(val_res?); | ^^^^^^^^^^^^^^^ the trait `group::Group` is not implemented for `F` | note: required because of the requirements on the impl of `std::convert::From<plonk::assigned::Assigned<F>>` for `dev::CellValue<F>` --> halo2_proofs/src/dev.rs:150:24 | 150 | impl<F: Group + Field> From<Assigned<F>> for CellValue<F> { | ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ help: consider further restricting this bound | 469 | impl<'a, F: Field + group::Group> Assignment<F> for MockProver<'a, F> { | ++++++++++++++
the trait bound `F: group::Group` is not satisfied: halo2_proofs/src/dev.rs#L1094
error[E0277]: the trait bound `F: group::Group` is not satisfied --> halo2_proofs/src/dev.rs:1094:17 | 1093 | batch_invert_cellvalues( | ----------------------- required by a bound introduced by this call 1094 | Arc::get_mut(&mut prover.fixed_vec).expect("get_mut prover.fixed_vec"), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `group::Group` is not implemented for `F` | note: required by a bound in `dev::batch_invert_cellvalues` --> halo2_proofs/src/dev.rs:179:39 | 179 | fn batch_invert_cellvalues<F: Field + Group>(cell_values: &mut [Vec<CellValue<F>>]) { | ^^^^^ required by this bound in `dev::batch_invert_cellvalues` help: consider further restricting this bound | 917 | impl<'a, F: FromUniformBytes<64> + Ord + group::Group> MockProver<'a, F> { | ++++++++++++++
the trait bound `F: group::Group` is not satisfied: halo2_proofs/src/dev.rs#L1091
error[E0277]: the trait bound `F: group::Group` is not satisfied --> halo2_proofs/src/dev.rs:1091:17 | 1090 | batch_invert_cellvalues( | ----------------------- required by a bound introduced by this call 1091 | Arc::get_mut(&mut prover.advice_vec).expect("get_mut prover.advice_vec"), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `group::Group` is not implemented for `F` | note: required by a bound in `dev::batch_invert_cellvalues` --> halo2_proofs/src/dev.rs:179:39 | 179 | fn batch_invert_cellvalues<F: Field + Group>(cell_values: &mut [Vec<CellValue<F>>]) { | ^^^^^ required by this bound in `dev::batch_invert_cellvalues` help: consider further restricting this bound | 917 | impl<'a, F: FromUniformBytes<64> + Ord + group::Group> MockProver<'a, F> { | ++++++++++++++
the trait bound `F: group::Group` is not satisfied: halo2_proofs/src/dev.rs#L833
error[E0277]: the trait bound `F: group::Group` is not satisfied --> halo2_proofs/src/dev.rs:833:26 | 833 | *assigned? = CellValue::from(to().into_field().assign()?); | ^^^^^^^^^^^^^^^ the trait `group::Group` is not implemented for `F` | note: required because of the requirements on the impl of `std::convert::From<plonk::assigned::Assigned<F>>` for `dev::CellValue<F>` --> halo2_proofs/src/dev.rs:150:24 | 150 | impl<F: Group + Field> From<Assigned<F>> for CellValue<F> { | ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ help: consider further restricting this bound | 469 | impl<'a, F: Field + group::Group> Assignment<F> for MockProver<'a, F> { | ++++++++++++++
the trait bound `F: group::Group` is not satisfied: halo2_proofs/src/dev.rs#L750
error[E0277]: the trait bound `F: group::Group` is not satisfied --> halo2_proofs/src/dev.rs:750:24 | 750 | let assigned = CellValue::from(val_res?); | ^^^^^^^^^^^^^^^ the trait `group::Group` is not implemented for `F` | note: required because of the requirements on the impl of `std::convert::From<plonk::assigned::Assigned<F>>` for `dev::CellValue<F>` --> halo2_proofs/src/dev.rs:150:24 | 150 | impl<F: Group + Field> From<Assigned<F>> for CellValue<F> { | ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ help: consider further restricting this bound | 469 | impl<'a, F: Field + group::Group> Assignment<F> for MockProver<'a, F> { | ++++++++++++++
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/