Parent Log:
http://ci.aztec-labs.com/202b4985e033a35a
Command: 2f90642d334347ff yarn-project/scripts/run_test.sh simulator/src/public/state_manager/state_manager.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/13c9f60af5c2ea64e96c521ff1b514d2662d819e
Env: REF_NAME=gh-readonly-queue/next/pr-15254-1bb4f0588a9dc5b1df622753aab1d907b3f12c7a CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Wed Jun 25 09:16:33 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15254_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_6f6fb72348c6c7fe_next
09:16:35
PASS src/public/state_manager/state_manager.test.ts
09:16:35 state_manager
09:16:35 Public Storage
09:16:35
✓ When reading from storage, should check the cache first, and be appended to read/write journal (180 ms)
09:16:35 UTXOs & messages
09:16:35
✓ checkNoteHashExists works for missing note hashes (1 ms)
09:16:35
✓ checkNoteHashExists works for existing note hashes (1 ms)
09:16:35
✓ writeNoteHash works (5 ms)
09:16:35
✓ checkNullifierExists works for missing nullifiers (2 ms)
09:16:35
✓ checkNullifierExists works for existing nullifiers (1 ms)
09:16:35
✓ writeNullifier works (2 ms)
09:16:35
✓ checkL1ToL2MessageExists works for missing message (1 ms)
09:16:35
✓ checkL1ToL2MessageExists works for existing message (1 ms)
09:16:35
✓ Should maintain l1 messages (1 ms)
09:16:35 Getting contract instances
09:16:35
✓ Should get contract instance (3 ms)
09:16:35
✓ Can get undefined contract instance (1 ms)
09:16:35 Getting bytecode
09:16:35
✓ Should get bytecode (3 ms)
09:16:35
✓ Can get undefined bytecode (1 ms)
09:16:35
09:16:35
Test Suites: 1 passed, 1 total
09:16:35
Tests: 14 passed, 14 total
09:16:35
Snapshots: 0 total
09:16:35
Time: 1.355 s
09:16:35
Ran all test suites matching simulator/src/public/state_manager/state_manager.test.ts
.
09:16:35
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?