Skip to content

feat: fix execution + proving errors #6

feat: fix execution + proving errors

feat: fix execution + proving errors #6

Triggered via pull request May 11, 2024 20:48
Status Failure
Total duration 1m 34s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 2 warnings
Groth16: sdk/src/provers/local.rs#L38
no field `proof` on type `Result<SP1ProofWithMetadata<SP1CoreProofData>, SP1CoreProvingError>`
Groth16: sdk/src/provers/local.rs#L39
no field `stdin` on type `Result<SP1ProofWithMetadata<SP1CoreProofData>, SP1CoreProvingError>`
Groth16: sdk/src/provers/local.rs#L40
no field `public_values` on type `Result<SP1ProofWithMetadata<SP1CoreProofData>, SP1CoreProvingError>`
Groth16: sdk/src/provers/local.rs#L47
no field `public_values` on type `Result<SP1ProofWithMetadata<SP1CoreProofData>, SP1CoreProvingError>`
Groth16: sdk/src/provers/local.rs#L48
mismatched types
Groth16: sdk/src/provers/local.rs#L61
no field `public_values` on type `Result<SP1ProofWithMetadata<SP1CoreProofData>, SP1CoreProvingError>`
Groth16: sdk/src/provers/local.rs#L62
mismatched types
Groth16
could not compile `sp1-sdk` (lib) due to 7 previous errors
Groth16
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Groth16
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v3, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Groth16
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/