Parent Log:
http://ci.aztec-labs.com/2476e3d34226c110
Command: d8033ca60b1dba76 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=1
Date: Tue Jun 24 09:22:53 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15215_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_7a58bd91eb639a95_next
09:22:56
PASS src/snapshots/full_snapshot.test.ts
09:22:56 FullSnapshotBuilder
09:22:56 SnapshotBuilder
09:22:56 snapshot
09:22:56
✓ takes snapshots (74 ms)
09:22:56
✓ is idempotent (58 ms)
09:22:56
✓ returns the same path if tree has not diverged (61 ms)
09:22:56
✓ returns historic paths if tree has diverged and no new snapshots have been taken (64 ms)
09:22:56
✓ retains old snapshots even if new one are created (68 ms)
09:22:56
✓ retains old snapshots even if new one are created and the tree diverges (83 ms)
09:22:56 getSnapshot
09:22:56
✓ returns old snapshots (139 ms)
09:22:56
✓ throws if an unknown snapshot is requested (64 ms)
09:22:56 getRoot
09:22:56
✓ returns the historical root of the tree when the snapshot was taken (95 ms)
09:22:56 getDepth
09:22:56
✓ returns the same depth as the tree (66 ms)
09:22:56 getNumLeaves
09:22:56
✓ returns the historical leaves count when the snapshot was taken (77 ms)
09:22:56 getLeafValue
09:22:56
✓ returns the historical leaf value when the snapshot was taken (70 ms)
09:22:56 findLeafIndex
09:22:56
✓ returns the historical leaf index when the snapshot was taken (72 ms)
09:22:56
09:22:56
Test Suites: 1 passed, 1 total
09:22:56
Tests: 13 passed, 13 total
09:22:56
Snapshots: 0 total
09:22:56
Time: 2.273 s
09:22:56
Ran all test suites matching merkle-tree/src/snapshots/full_snapshot.test.ts
.
09:22:56
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?