fix(ci): give AVM check-circuit more time for large traces#24193
Draft
AztecBot wants to merge 1 commit into
Draft
fix(ci): give AVM check-circuit more time for large traces#24193AztecBot wants to merge 1 commit into
AztecBot wants to merge 1 commit into
Conversation
Collaborator
Author
Flakey Tests🤖 says: This CI run detected 2 tests that failed, but were tolerated due to a .test_patterns.yml entry. |
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
Root cause
Scheduled run https://github.com/AztecProtocol/aztec-packages/actions/runs/27805430170 failed in
avm-check-circuitat76536abe4b1efb7d1cc4954d3dbf61ca8660e0f3.The failing internal log was http://ci.aztec-labs.com/b282498ab4e2e99c, launched from parent log http://ci.aztec-labs.com/1781844717230576. The input was
e2e_multiple_blobs/avm-circuit-inputs-tx-0x242e67c9c421537248955736822585bf30bf7470ad3e81f0bd64c6d8e26e5b83.bin.It reached
Checking circuit...over700560rows and was killed by the harness timeout:TIMEOUT=30stimeout: sending signal TERM to command 'bash'(code: 124)So the failure was a per-input timeout on a large generated AVM trace, not a circuit satisfiability failure.
Verification
bash -O extglob -n yarn-project/end-to-end/bootstrap.she2e_multiple_blobsAVM input and ranavm_check_circuit_cmds; it emittedTIMEOUT=60sfor the matching checker commandgit diff --checkCreated by claudebox · group:
slackbot