fix(ci): increase AVM check-circuit input timeout#24185
Draft
AztecBot wants to merge 1 commit into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AVM_CHECK_CIRCUIT_TIMEOUTe2e_multiple_blobsare not killed while still making progressRoot Cause
The failed CI run timed out one valid AVM check-circuit command, not a circuit assertion failure. The failing input was
e2e_multiple_blobs/avm-circuit-inputs-tx-0x242e67c9c421537248955736822585bf30bf7470ad3e81f0bd64c6d8e26e5b83.bin. Its per-command log showed simulation and trace generation completed, then the 30s harness timeout sent TERM while checking a 700,560-row circuit.Testing
git diff --checkbash -O extglob -n yarn-project/end-to-end/bootstrap.shavm_check_circuit_cmdssmoke test: default emitsTIMEOUT=60savm_check_circuit_cmdssmoke test:AVM_CHECK_CIRCUIT_TIMEOUT=75semitsTIMEOUT=75sCreated by claudebox · group:
slackbot