Parent Log:
http://ci.aztec-labs.com/8987cc544dfadd81
Command: 766c06d3b41e663f yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/full_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/2b96419831503435fa46a83dc2e2b7ba19109d0f
Env: REF_NAME=gh-readonly-queue/next/pr-15229-af094bce13530e078c78de9f3264280e6693d533 CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Tue Jun 24 08:44:22 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15229_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_7a58bd91eb639a95_next
08:44:24
PASS src/snapshots/full_snapshot.test.ts
08:44:24 FullSnapshotBuilder
08:44:24 SnapshotBuilder
08:44:24 snapshot
08:44:24
✓ takes snapshots (64 ms)
08:44:24
✓ is idempotent (38 ms)
08:44:24
✓ returns the same path if tree has not diverged (43 ms)
08:44:24
✓ returns historic paths if tree has diverged and no new snapshots have been taken (42 ms)
08:44:24
✓ retains old snapshots even if new one are created (46 ms)
08:44:24
✓ retains old snapshots even if new one are created and the tree diverges (51 ms)
08:44:24 getSnapshot
08:44:24
✓ returns old snapshots (74 ms)
08:44:24
✓ throws if an unknown snapshot is requested (42 ms)
08:44:24 getRoot
08:44:24
✓ returns the historical root of the tree when the snapshot was taken (40 ms)
08:44:24 getDepth
08:44:24
✓ returns the same depth as the tree (32 ms)
08:44:24 getNumLeaves
08:44:24
✓ returns the historical leaves count when the snapshot was taken (36 ms)
08:44:24 getLeafValue
08:44:24
✓ returns the historical leaf value when the snapshot was taken (43 ms)
08:44:24 findLeafIndex
08:44:24
✓ returns the historical leaf index when the snapshot was taken (38 ms)
08:44:24
08:44:24
Test Suites: 1 passed, 1 total
08:44:24
Tests: 13 passed, 13 total
08:44:24
Snapshots: 0 total
08:44:24
Time: 1.267 s
08:44:24
Ran all test suites matching merkle-tree/src/snapshots/full_snapshot.test.ts
.
08:44:24
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?