Parent Log:
http://ci.aztec-labs.com/3b5b76807dd91ce4
Command: 31ac9f84524855a2 yarn-project/scripts/run_test.sh simulator/src/public/avm/opcodes/accrued_substate.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/505a3c071181dbc5242dc8b655a9b2d69988c8db
Env: REF_NAME=gh-readonly-queue/staging/pr-15211-e8f6c3b7e3e0e72a33e118ddf8e67d11e51464a8 CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Mon Jun 23 12:46:30 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15211_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bd4fcce0c5246405_staging
12:46:32
PASS src/public/avm/opcodes/accrued_substate.test.ts
12:46:32 Accrued Substate
12:46:32
✓ All substate emission instructions should fail within a static call (3 ms)
12:46:32 NoteHashExists
12:46:32
✓ Should (de)serialize correctly (5 ms)
12:46:32 Note hash checks
12:46:32
✓ Should return false (and be traced) when noteHash does NOT exist (3 ms)
12:46:32
✓ Should return true (and be traced) when noteHash DOES exist (1 ms)
12:46:32
✓ Should return false (and be traced) when noteHash does NOT exist at leafIndex=8 (exists at leafIndex=7) (1 ms)
12:46:32 EmitNoteHash
12:46:32
✓ Should (de)serialize correctly (1 ms)
12:46:32
✓ Should append a new note hash correctly (4 ms)
12:46:32 NullifierExists
12:46:32
✓ Should (de)serialize correctly (1 ms)
12:46:32 Nullifier checks
12:46:32
✓ Should return false (and be traced) when noteHash does NOT exist (2 ms)
12:46:32
✓ Should return true (and be traced) when noteHash DOES exist (2 ms)
12:46:32 EmitNullifier
12:46:32
✓ Should (de)serialize correctly (1 ms)
12:46:32
✓ Should append a new nullifier correctly (1 ms)
12:46:32
✓ Nullifier collision reverts (same nullifier emitted twice) (19 ms)
12:46:32
✓ Nullifier collision reverts (nullifier exists in host state) (1 ms)
12:46:32 L1ToL2MessageExists
12:46:32
✓ Should (de)serialize correctly (1 ms)
12:46:32 L1ToL2 message checks
12:46:32
✓ Should return false (and be traced) when noteHash does NOT exist
12:46:32
✓ Should return true (and be traced) when noteHash DOES exist
12:46:32
✓ Should return false (and be traced) when noteHash does NOT exist at leafIndex=8 (exists at leafIndex=7) (1 ms)
12:46:32 EmitUnencryptedLog
12:46:32
✓ Should (de)serialize correctly (1 ms)
12:46:32
✓ Should append public logs correctly (1 ms)
12:46:32
✓ Should charge dynamic gas (1 ms)
12:46:32 SendL2ToL1Message
12:46:32
✓ Should (de)serialize correctly (1 ms)
12:46:32
✓ Should append l2 to l1 message correctly (1 ms)
12:46:32
12:46:32
Test Suites: 1 passed, 1 total
12:46:32
Tests: 23 passed, 23 total
12:46:32
Snapshots: 0 total
12:46:32
Time: 1.409 s
12:46:32
Ran all test suites matching simulator/src/public/avm/opcodes/accrued_substate.test.ts
.
12:46:32
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?