fix(ci): extend AVM check-circuit timeout#24946
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_TIMEOUTso CI can tune the per-input budget without another script editRoot Cause
The failed AVM Circuit Inputs Collection and Check run did not hit an AVM constraint failure. The
avm-check-circuitjob was killed by the harness timeout: thesingle-node/block-building/multiple_blobsinputavm-circuit-inputs-tx-0x0992d31d...binreachedRunning check (with skippable) circuit over 700560 rows, thentimeoutsent TERM at the hard-coded 30s limit and the command exited 124. The detailed sublog is http://ci.aztec-labs.com/6b7315a17391a6e7.Testing
cmake --preset clang20-assert./bootstrap.sh build_nativeinavm-transpiler(cache hit forlibavm_transpiler.a)cmake --build --preset clang20-assert --target bb-avmbash -O extglob -n yarn-project/end-to-end/bootstrap.shavm_check_circuit_cmdsagainst the downloaded CI artifact and confirmed the failing input now emitsTIMEOUT=60s/usr/bin/time -f 'elapsed=%E exit=%x' timeout -v 60s taskset -c 0,1 barretenberg/cpp/build/bin/bb-avm avm_check_circuit -v --avm-inputs /tmp/avm-inputs-repro.tMBt4p/dumped-avm-circuit-inputs/single-node/block-building/multiple_blobs/avm-circuit-inputs-tx-0x0992d31d74300f54d349ea662a6d1c369d9feca1ac0ea04a6b1ef2b738d078bd.bin(passed,elapsed=0:22.75 exit=0)Created by claudebox · group:
slackbot