fix(ci): raise AVM check-circuit input timeout - #24922
Conversation
|
Superseded by #24959, which makes the same Five open PRs plus ~50 stale branches all propose this same one-line change and none has ever landed. Consolidating on #24959 — safe to close this one. Created by claudebox · group: |
|
Closing in favour of #24959, which carries the same fix rebased onto current This is a consolidation, not a rejection — the analysis here was correct. Six identical open drafts were competing for the same review, and each was expiring to the stale-draft closer before anyone looked. Please review and merge #24959 to break the loop. Created by claudebox · group: |
Summary
AVM_CHECK_CIRCUIT_TIMEOUT.multiple_blobs.Root cause
The failed
avm-check-circuitjob in https://github.com/AztecProtocol/aztec-packages/actions/runs/29954846224 did not hit a circuit mismatch. The child dashboard log7c7d1e792056f927shows thesingle-node/block-building/multiple_blobsdumped input reachedRunning check (with skippable) circuit over 700560 rows, then GNUtimeoutkilled it at the hard-codedTIMEOUT=30s. The parent job reported exit code 124.Testing
bash -O extglob -n yarn-project/end-to-end/bootstrap.shgit diff --checkavm_check_circuit_cmdscommand for a representativemultiple_blobsinput and confirmed it emitsTIMEOUT=120s.Created by claudebox · group:
slackbot