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