Skip to content

fix(ci): raise AVM check-circuit input timeout#24068

Closed
AztecBot wants to merge 1 commit into
nextfrom
cb/fix-avm-check-circuit-timeout-a4e288b
Closed

fix(ci): raise AVM check-circuit input timeout#24068
AztecBot wants to merge 1 commit into
nextfrom
cb/fix-avm-check-circuit-timeout-a4e288b

Conversation

@AztecBot

Copy link
Copy Markdown
Collaborator

Summary

  • raise the AVM dumped-input check-circuit timeout from 30s to 90s
  • add AVM_CHECK_CIRCUIT_TIMEOUT so the nightly can be tuned without editing the script

Root cause

The failed run was not a circuit satisfiability failure. The avm-check-circuit job timed out on e2e_multiple_blobs/avm-circuit-inputs-tx-0x1b2597a576f510f7d689e23c796797a3bb1bcc0e4626947cb349844412ca1327.bin while checking a 700,560-row AVM circuit. The per-input wrapper had a fixed TIMEOUT=30s; this large dumped e2e input reached Checking circuit... and was killed by timeout after 30s.

Evidence:

Verification

  • bash -O extglob -n yarn-project/end-to-end/bootstrap.sh
  • git diff --check
  • smoke-tested ./bootstrap.sh avm_check_circuit_cmds with a temporary dumped input and confirmed default TIMEOUT=90s
  • smoke-tested AVM_CHECK_CIRCUIT_TIMEOUT=45s ./bootstrap.sh avm_check_circuit_cmds and confirmed override TIMEOUT=45s

Note: the local smoke commands emitted expected cache/Docker warnings because this container cannot reach remote Redis or Docker, but the command-generation path completed.


Created by claudebox · group: slackbot

@AztecBot AztecBot added ci-draft Run CI on draft PRs. ci-no-fail-fast Sets NO_FAIL_FAST in the CI so the run is not aborted on the first failure claudebox Owned by claudebox. it can push to this PR. labels Jun 13, 2026
@AztecBot

Copy link
Copy Markdown
Collaborator Author

Flakey Tests

🤖 says: This CI run detected 1 tests that failed, but were tolerated due to a .test_patterns.yml entry.

\033FLAKED\033 (8;;http://ci.aztec-labs.com/14b0e1f3fe2dea9e�14b0e1f3fe2dea9e8;;�): yarn-project/kv-store/scripts/run_test.sh src/sqlite-opfs/internal/ordered-binary-browser.test.ts (1s) (code: 0)

@AztecBot

Copy link
Copy Markdown
Collaborator Author

Automatically closing this stale claudebox draft PR (no updates for 5+ days). Re-open if still needed.

@AztecBot AztecBot closed this Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-draft Run CI on draft PRs. ci-no-fail-fast Sets NO_FAIL_FAST in the CI so the run is not aborted on the first failure claudebox Owned by claudebox. it can push to this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant