Parent Log:
http://ci.aztec-labs.com/5b0c3de501d8603e
Command: 4ef547fa5e299294 yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/full_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/016def8adbfe93f34b41a41f439b146b5318c895
Env: REF_NAME=gh-readonly-queue/next/pr-15237-d4893155ff105399557b55c16450c39921c70d11 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 24 11:55:38 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15237_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_7a58bd91eb639a95_next
11:55:41
PASS src/snapshots/full_snapshot.test.ts
11:55:41 FullSnapshotBuilder
11:55:41 SnapshotBuilder
11:55:41 snapshot
11:55:41
✓ takes snapshots (85 ms)
11:55:41
✓ is idempotent (55 ms)
11:55:41
✓ returns the same path if tree has not diverged (67 ms)
11:55:41
✓ returns historic paths if tree has diverged and no new snapshots have been taken (70 ms)
11:55:41
✓ retains old snapshots even if new one are created (73 ms)
11:55:41
✓ retains old snapshots even if new one are created and the tree diverges (137 ms)
11:55:41 getSnapshot
11:55:41
✓ returns old snapshots (171 ms)
11:55:41
✓ throws if an unknown snapshot is requested (100 ms)
11:55:41 getRoot
11:55:41
✓ returns the historical root of the tree when the snapshot was taken (90 ms)
11:55:41 getDepth
11:55:41
✓ returns the same depth as the tree (59 ms)
11:55:41 getNumLeaves
11:55:41
✓ returns the historical leaves count when the snapshot was taken (60 ms)
11:55:41 getLeafValue
11:55:41
✓ returns the historical leaf value when the snapshot was taken (71 ms)
11:55:41 findLeafIndex
11:55:41
✓ returns the historical leaf index when the snapshot was taken (61 ms)
11:55:41
11:55:41
Test Suites: 1 passed, 1 total
11:55:41
Tests: 13 passed, 13 total
11:55:41
Snapshots: 0 total
11:55:41
Time: 2.434 s
11:55:41
Ran all test suites matching merkle-tree/src/snapshots/full_snapshot.test.ts
.
11:55:41
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?