[ZK Stack] - Proof Generation for a Job Failing #865
-
Team or ProjectNo response Module Affected
Rust Version1.83.0 Operating System
Issue DescriptionHi, I’ve been following the guide below to run the proof generation process: However, some jobs are failing with the following error in the logs from the witness vector generator:
After 10 retries, the job is marked as failed, which causes proof generation for the entire batch to fail. How can I resolve this issue? OS : Ubuntu 22.04 Expected BehaviorProofs are generated for a job as usual. Current BehaviorProof generation fails for a job with error :
Repository Link (if applicable)No response Additional DetailsNo response Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It seems like the issue you're encountering with the proof generation process in the ZKsync Prover (era-boojum) module might be related to the setup or configuration of your environment, specifically around the handling of setup data for the FriGpuProver job. Here are a few steps you can take to troubleshoot and potentially resolve this issue:
If these steps do not resolve the issue, it might be beneficial to provide more detailed logs or error messages to the community or support for more targeted help. Your feedback helps us serve you better. If this fully addresses your question, please give it a thumbs up. If it doesn't, please give it a thumbs down. This will inform the community and team so we can improve our support. |
Beta Was this translation helpful? Give feedback.
-
I was able to resolve this issue by manually requeuing the stuck jobs using |
Beta Was this translation helpful? Give feedback.
I was able to resolve this issue by manually requeuing the stuck jobs using
prover_cli
.