This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
crates.io 0.150.2 release #462
ci.yaml
on: pull_request
cargo build
2m 34s
cargo fmt
24s
cargo test
0s
Annotations
11 errors and 4 warnings
cargo fmt
Process completed with exit code 1.
|
cargo build:
src/witness/postprocessing/mod.rs#L148
the trait bound `<Self as witness::postprocessing::ClosedFormInputField<F>>::T: WitnessVarLengthEncodable<F>` is not satisfied
|
cargo build:
src/witness/postprocessing/mod.rs#L148
the trait bound `<Self as witness::postprocessing::ClosedFormInputField<F>>::IN: WitnessVarLengthEncodable<F>` is not satisfied
|
cargo build:
src/witness/postprocessing/mod.rs#L148
the trait bound `<Self as witness::postprocessing::ClosedFormInputField<F>>::OUT: WitnessVarLengthEncodable<F>` is not satisfied
|
cargo build:
src/witness/utils.rs#L275
the trait bound `T: WitnessVarLengthEncodable<F>` is not satisfied
|
cargo build:
src/witness/utils.rs#L275
the trait bound `IN: WitnessVarLengthEncodable<F>` is not satisfied
|
cargo build:
src/witness/utils.rs#L275
the trait bound `OUT: WitnessVarLengthEncodable<F>` is not satisfied
|
cargo build:
src/witness/postprocessing/mod.rs#L418
the trait bound `<T as witness::postprocessing::ClosedFormInputField<circuit_definitions::boojum::field::goldilocks::GoldilocksField>>::T: WitnessVarLengthEncodable<circuit_definitions::boojum::field::goldilocks::GoldilocksField>` is not satisfied
|
cargo build:
src/witness/postprocessing/mod.rs#L418
the trait bound `<T as witness::postprocessing::ClosedFormInputField<circuit_definitions::boojum::field::goldilocks::GoldilocksField>>::IN: WitnessVarLengthEncodable<circuit_definitions::boojum::field::goldilocks::GoldilocksField>` is not satisfied
|
cargo build:
src/witness/postprocessing/mod.rs#L418
the trait bound `<T as witness::postprocessing::ClosedFormInputField<circuit_definitions::boojum::field::goldilocks::GoldilocksField>>::OUT: WitnessVarLengthEncodable<circuit_definitions::boojum::field::goldilocks::GoldilocksField>` is not satisfied
|
cargo build:
src/witness/postprocessing/mod.rs#L420
the trait bound `<T as witness::postprocessing::ClosedFormInputField<circuit_definitions::boojum::field::goldilocks::GoldilocksField>>::T: WitnessVarLengthEncodable<circuit_definitions::boojum::field::goldilocks::GoldilocksField>` is not satisfied
|
cargo fmt
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
cargo build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
cargo build:
circuit_definitions/src/lib.rs#L4
the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
|
cargo build:
src/lib.rs#L6
the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
|