Parent Log:
http://ci.aztec-labs.com/f213c7a0e0587cf2
Command: 68e9475192d7aeac yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/full_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/f495236d35f9bb0d1086b7ec79256c2c2b7c98b8
Env: REF_NAME=gh-readonly-queue/staging/pr-15201-f0619dd82429a5973f3e1da8d7eb0877264908e3 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Sat Jun 21 13:20:02 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15201_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_7a58bd91eb639a95_staging
13:20:05
PASS src/snapshots/full_snapshot.test.ts
13:20:05 FullSnapshotBuilder
13:20:05 SnapshotBuilder
13:20:05 snapshot
13:20:05
✓ takes snapshots (79 ms)
13:20:05
✓ is idempotent (72 ms)
13:20:05
✓ returns the same path if tree has not diverged (62 ms)
13:20:05
✓ returns historic paths if tree has diverged and no new snapshots have been taken (98 ms)
13:20:05
✓ retains old snapshots even if new one are created (132 ms)
13:20:05
✓ retains old snapshots even if new one are created and the tree diverges (190 ms)
13:20:05 getSnapshot
13:20:05
✓ returns old snapshots (156 ms)
13:20:05
✓ throws if an unknown snapshot is requested (95 ms)
13:20:05 getRoot
13:20:05
✓ returns the historical root of the tree when the snapshot was taken (88 ms)
13:20:05 getDepth
13:20:05
✓ returns the same depth as the tree (50 ms)
13:20:05 getNumLeaves
13:20:05
✓ returns the historical leaves count when the snapshot was taken (65 ms)
13:20:05 getLeafValue
13:20:05
✓ returns the historical leaf value when the snapshot was taken (90 ms)
13:20:05 findLeafIndex
13:20:05
✓ returns the historical leaf index when the snapshot was taken (62 ms)
13:20:05
13:20:05
Test Suites: 1 passed, 1 total
13:20:05
Tests: 13 passed, 13 total
13:20:05
Snapshots: 0 total
13:20:05
Time: 2.5 s
13:20:05
Ran all test suites matching merkle-tree/src/snapshots/full_snapshot.test.ts
.
13:20:05
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?