Parent Log:
http://ci.aztec-labs.com/75463b5af22d2d50
Command: 582720422b3f4dff yarn-project/scripts/run_test.sh simulator/src/public/state_manager/state_manager.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=1
Date: Mon Jun 23 12:41:32 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15211_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_6f6fb72348c6c7fe_staging
12:41:34
PASS src/public/state_manager/state_manager.test.ts
12:41:34 state_manager
12:41:34 Public Storage
12:41:34
✓ When reading from storage, should check the cache first, and be appended to read/write journal (253 ms)
12:41:34 UTXOs & messages
12:41:34
✓ checkNoteHashExists works for missing note hashes (3 ms)
12:41:34
✓ checkNoteHashExists works for existing note hashes (1 ms)
12:41:34
✓ writeNoteHash works (7 ms)
12:41:34
✓ checkNullifierExists works for missing nullifiers (2 ms)
12:41:34
✓ checkNullifierExists works for existing nullifiers (2 ms)
12:41:34
✓ writeNullifier works (4 ms)
12:41:34
✓ checkL1ToL2MessageExists works for missing message (1 ms)
12:41:34
✓ checkL1ToL2MessageExists works for existing message (1 ms)
12:41:34
✓ Should maintain l1 messages (4 ms)
12:41:34 Getting contract instances
12:41:34
✓ Should get contract instance (5 ms)
12:41:34
✓ Can get undefined contract instance (1 ms)
12:41:34 Getting bytecode
12:41:34
✓ Should get bytecode (9 ms)
12:41:34
✓ Can get undefined bytecode (1 ms)
12:41:34
12:41:34
Test Suites: 1 passed, 1 total
12:41:34
Tests: 14 passed, 14 total
12:41:34
Snapshots: 0 total
12:41:34
Time: 1.693 s
12:41:34
Ran all test suites matching simulator/src/public/state_manager/state_manager.test.ts
.
12:41:34
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?