Parent Log:
http://ci.aztec-labs.com/5640b6c43c3542d3
Command: 736bd65c2c998997 yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/append_only_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=1
Date: Tue Jun 24 08:39:48 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15229_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_5a7565751135459b_next
08:39:52
PASS src/snapshots/append_only_snapshot.test.ts
08:39:52 AppendOnlySnapshot
08:39:52 SnapshotBuilder
08:39:52 snapshot
08:39:52
✓ takes snapshots (97 ms)
08:39:52
✓ is idempotent (64 ms)
08:39:52
✓ returns the same path if tree has not diverged (72 ms)
08:39:52
✓ returns historic paths if tree has diverged and no new snapshots have been taken (81 ms)
08:39:52
✓ retains old snapshots even if new one are created (93 ms)
08:39:52
✓ retains old snapshots even if new one are created and the tree diverges (99 ms)
08:39:52 getSnapshot
08:39:52
✓ returns old snapshots (127 ms)
08:39:52
✓ throws if an unknown snapshot is requested (63 ms)
08:39:52 getRoot
08:39:52
✓ returns the historical root of the tree when the snapshot was taken (58 ms)
08:39:52 getDepth
08:39:52
✓ returns the same depth as the tree (43 ms)
08:39:52 getNumLeaves
08:39:52
✓ returns the historical leaves count when the snapshot was taken (56 ms)
08:39:52 getLeafValue
08:39:52
✓ returns the historical leaf value when the snapshot was taken (60 ms)
08:39:52 findLeafIndex
08:39:52
✓ returns the historical leaf index when the snapshot was taken (70 ms)
08:39:52
08:39:52
Test Suites: 1 passed, 1 total
08:39:52
Tests: 13 passed, 13 total
08:39:52
Snapshots: 0 total
08:39:52
Time: 2.325 s
08:39:52
Ran all test suites matching merkle-tree/src/snapshots/append_only_snapshot.test.ts
.
08:39:52
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?