Skip to content

Merge branch 'develop' into bus-auto #608

Merge branch 'develop' into bus-auto

Merge branch 'develop' into bus-auto #608

Triggered via push November 13, 2023 15:31
Status Failure
Total duration 22s
Artifacts

ci.yml

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

Annotations

17 errors and 5 warnings
Rustfmt
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope: halo2_proofs/src/dev.rs#L698
error[E0599]: no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope --> halo2_proofs/src/dev.rs:698:61 | 698 | CellValue::Rational(n, d) => n * d.invert().unwrap_or_default(), | ^^^^^^^^^^^^^^^^^ help: there is an associated function with a similar name: `unwrap_or`
no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope: halo2_proofs/src/dev.rs#L673
error[E0599]: no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope --> halo2_proofs/src/dev.rs:673:61 | 673 | CellValue::Rational(n, d) => n * d.invert().unwrap_or_default(), | ^^^^^^^^^^^^^^^^^ help: there is an associated function with a similar name: `unwrap_or`
not all trait items implemented, missing: `query_advice`, `query_fixed`: halo2_proofs/src/dev/graph/layout.rs#L398
error[E0046]: not all trait items implemented, missing: `query_advice`, `query_fixed` --> halo2_proofs/src/dev/graph/layout.rs:398:1 | 398 | impl<F: Field> Assignment<F> for Layout { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `query_advice`, `query_fixed` in implementation | ::: halo2_proofs/src/plonk/circuit.rs:588:5 | 588 | fn query_advice(&self, column: Column<Advice>, row: usize) -> Result<F, Error>; | ------------------------------------------------------------------------------- `query_advice` from trait ... 591 | fn query_fixed(&self, column: Column<Fixed>, row: usize) -> Result<F, Error>; | ----------------------------------------------------------------------------- `query_fixed` from trait
not all trait items implemented, missing: `query_advice`, `query_fixed`: halo2_proofs/src/dev/graph.rs#L81
error[E0046]: not all trait items implemented, missing: `query_advice`, `query_fixed` --> halo2_proofs/src/dev/graph.rs:81:1 | 81 | impl<F: Field> Assignment<F> for Graph { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `query_advice`, `query_fixed` in implementation | ::: halo2_proofs/src/plonk/circuit.rs:588:5 | 588 | fn query_advice(&self, column: Column<Advice>, row: usize) -> Result<F, Error>; | ------------------------------------------------------------------------------- `query_advice` from trait ... 591 | fn query_fixed(&self, column: Column<Fixed>, row: usize) -> Result<F, Error>; | ----------------------------------------------------------------------------- `query_fixed` from trait
no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope: halo2_proofs/src/dev.rs#L698
error[E0599]: no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope --> halo2_proofs/src/dev.rs:698:61 | 698 | CellValue::Rational(n, d) => n * d.invert().unwrap_or_default(), | ^^^^^^^^^^^^^^^^^ help: there is an associated function with a similar name: `unwrap_or`
no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope: halo2_proofs/src/dev.rs#L673
error[E0599]: no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope --> halo2_proofs/src/dev.rs:673:61 | 673 | CellValue::Rational(n, d) => n * d.invert().unwrap_or_default(), | ^^^^^^^^^^^^^^^^^ help: there is an associated function with a similar name: `unwrap_or`
not all trait items implemented, missing: `query_advice`, `query_fixed`: halo2_proofs/src/dev/graph/layout.rs#L398
error[E0046]: not all trait items implemented, missing: `query_advice`, `query_fixed` --> halo2_proofs/src/dev/graph/layout.rs:398:1 | 398 | impl<F: Field> Assignment<F> for Layout { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `query_advice`, `query_fixed` in implementation | ::: halo2_proofs/src/plonk/circuit.rs:588:5 | 588 | fn query_advice(&self, column: Column<Advice>, row: usize) -> Result<F, Error>; | ------------------------------------------------------------------------------- `query_advice` from trait ... 591 | fn query_fixed(&self, column: Column<Fixed>, row: usize) -> Result<F, Error>; | ----------------------------------------------------------------------------- `query_fixed` from trait
not all trait items implemented, missing: `query_advice`, `query_fixed`: halo2_proofs/src/dev/graph.rs#L81
error[E0046]: not all trait items implemented, missing: `query_advice`, `query_fixed` --> halo2_proofs/src/dev/graph.rs:81:1 | 81 | impl<F: Field> Assignment<F> for Graph { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `query_advice`, `query_fixed` in implementation | ::: halo2_proofs/src/plonk/circuit.rs:588:5 | 588 | fn query_advice(&self, column: Column<Advice>, row: usize) -> Result<F, Error>; | ------------------------------------------------------------------------------- `query_advice` from trait ... 591 | fn query_fixed(&self, column: Column<Fixed>, row: usize) -> Result<F, Error>; | ----------------------------------------------------------------------------- `query_fixed` from trait
no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope: halo2_proofs/src/dev.rs#L698
error[E0599]: no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope --> halo2_proofs/src/dev.rs:698:61 | 698 | CellValue::Rational(n, d) => n * d.invert().unwrap_or_default(), | ^^^^^^^^^^^^^^^^^ help: there is an associated function with a similar name: `unwrap_or`
no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope: halo2_proofs/src/dev.rs#L673
error[E0599]: no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope --> halo2_proofs/src/dev.rs:673:61 | 673 | CellValue::Rational(n, d) => n * d.invert().unwrap_or_default(), | ^^^^^^^^^^^^^^^^^ help: there is an associated function with a similar name: `unwrap_or`
not all trait items implemented, missing: `query_advice`, `query_fixed`: halo2_proofs/src/dev/graph/layout.rs#L398
error[E0046]: not all trait items implemented, missing: `query_advice`, `query_fixed` --> halo2_proofs/src/dev/graph/layout.rs:398:1 | 398 | impl<F: Field> Assignment<F> for Layout { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `query_advice`, `query_fixed` in implementation | ::: halo2_proofs/src/plonk/circuit.rs:588:5 | 588 | fn query_advice(&self, column: Column<Advice>, row: usize) -> Result<F, Error>; | ------------------------------------------------------------------------------- `query_advice` from trait ... 591 | fn query_fixed(&self, column: Column<Fixed>, row: usize) -> Result<F, Error>; | ----------------------------------------------------------------------------- `query_fixed` from trait
not all trait items implemented, missing: `query_advice`, `query_fixed`: halo2_proofs/src/dev/graph.rs#L81
error[E0046]: not all trait items implemented, missing: `query_advice`, `query_fixed` --> halo2_proofs/src/dev/graph.rs:81:1 | 81 | impl<F: Field> Assignment<F> for Graph { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `query_advice`, `query_fixed` in implementation | ::: halo2_proofs/src/plonk/circuit.rs:588:5 | 588 | fn query_advice(&self, column: Column<Advice>, row: usize) -> Result<F, Error>; | ------------------------------------------------------------------------------- `query_advice` from trait ... 591 | fn query_fixed(&self, column: Column<Fixed>, row: usize) -> Result<F, Error>; | ----------------------------------------------------------------------------- `query_fixed` from trait
no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope: halo2_proofs/src/dev.rs#L698
error[E0599]: no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope --> halo2_proofs/src/dev.rs:698:61 | 698 | CellValue::Rational(n, d) => n * d.invert().unwrap_or_default(), | ^^^^^^^^^^^^^^^^^ help: there is an associated function with a similar name: `unwrap_or`
no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope: halo2_proofs/src/dev.rs#L673
error[E0599]: no method named `unwrap_or_default` found for struct `subtle::CtOption` in the current scope --> halo2_proofs/src/dev.rs:673:61 | 673 | CellValue::Rational(n, d) => n * d.invert().unwrap_or_default(), | ^^^^^^^^^^^^^^^^^ help: there is an associated function with a similar name: `unwrap_or`
not all trait items implemented, missing: `query_advice`, `query_fixed`: halo2_proofs/src/dev/graph/layout.rs#L398
error[E0046]: not all trait items implemented, missing: `query_advice`, `query_fixed` --> halo2_proofs/src/dev/graph/layout.rs:398:1 | 398 | impl<F: Field> Assignment<F> for Layout { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `query_advice`, `query_fixed` in implementation | ::: halo2_proofs/src/plonk/circuit.rs:588:5 | 588 | fn query_advice(&self, column: Column<Advice>, row: usize) -> Result<F, Error>; | ------------------------------------------------------------------------------- `query_advice` from trait ... 591 | fn query_fixed(&self, column: Column<Fixed>, row: usize) -> Result<F, Error>; | ----------------------------------------------------------------------------- `query_fixed` from trait
not all trait items implemented, missing: `query_advice`, `query_fixed`: halo2_proofs/src/dev/graph.rs#L81
error[E0046]: not all trait items implemented, missing: `query_advice`, `query_fixed` --> halo2_proofs/src/dev/graph.rs:81:1 | 81 | impl<F: Field> Assignment<F> for Graph { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `query_advice`, `query_fixed` in implementation | ::: halo2_proofs/src/plonk/circuit.rs:588:5 | 588 | fn query_advice(&self, column: Column<Advice>, row: usize) -> Result<F, Error>; | ------------------------------------------------------------------------------- `query_advice` from trait ... 591 | fn query_fixed(&self, column: Column<Fixed>, row: usize) -> Result<F, Error>; | ----------------------------------------------------------------------------- `query_fixed` from trait
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/