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