Parent Log:
http://ci.aztec-labs.com/d674377334c1b750
Command: 0b621446113df0ea yarn-project/scripts/run_test.sh simulator/src/public/state_manager/state_manager.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/a16ffcb44336b117d56ec8733e0b8bbfc787edf7
Env: REF_NAME=gh-readonly-queue/next/pr-15187-4608046e462faf9ff3fbee265ba34dbecb5d0b31 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 14:47:15 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15187_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_6f6fb72348c6c7fe_next
14:47:18
PASS src/public/state_manager/state_manager.test.ts
14:47:18 state_manager
14:47:18 Public Storage
14:47:18
✓ When reading from storage, should check the cache first, and be appended to read/write journal (249 ms)
14:47:18 UTXOs & messages
14:47:18
✓ checkNoteHashExists works for missing note hashes (4 ms)
14:47:18
✓ checkNoteHashExists works for existing note hashes (2 ms)
14:47:18
✓ writeNoteHash works (7 ms)
14:47:18
✓ checkNullifierExists works for missing nullifiers (3 ms)
14:47:18
✓ checkNullifierExists works for existing nullifiers (2 ms)
14:47:18
✓ writeNullifier works (3 ms)
14:47:18
✓ checkL1ToL2MessageExists works for missing message (2 ms)
14:47:18
✓ checkL1ToL2MessageExists works for existing message (2 ms)
14:47:18
✓ Should maintain l1 messages (2 ms)
14:47:18 Getting contract instances
14:47:18
✓ Should get contract instance (4 ms)
14:47:18
✓ Can get undefined contract instance (1 ms)
14:47:18 Getting bytecode
14:47:18
✓ Should get bytecode (7 ms)
14:47:18
✓ Can get undefined bytecode (1 ms)
14:47:18
14:47:18
Test Suites: 1 passed, 1 total
14:47:18
Tests: 14 passed, 14 total
14:47:18
Snapshots: 0 total
14:47:18
Time: 1.906 s
14:47:18
Ran all test suites matching simulator/src/public/state_manager/state_manager.test.ts
.
14:47:18
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?