Parent Log:
http://ci.aztec-labs.com/6accf1747685d10b
Command: 0742425f32083b75 yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/full_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/04abcb151443d51d2f1b002a2412a083a9384a51
Env: REF_NAME=gh-readonly-queue/next/pr-15077-263498dd65e8700218979d7a94dbfd25b2a8a8a8 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 20:51:14 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15077_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_7a58bd91eb639a95_next
20:51:17
PASS src/snapshots/full_snapshot.test.ts
20:51:17 FullSnapshotBuilder
20:51:17 SnapshotBuilder
20:51:17 snapshot
20:51:17
✓ takes snapshots (78 ms)
20:51:17
✓ is idempotent (54 ms)
20:51:17
✓ returns the same path if tree has not diverged (55 ms)
20:51:17
✓ returns historic paths if tree has diverged and no new snapshots have been taken (72 ms)
20:51:17
✓ retains old snapshots even if new one are created (63 ms)
20:51:17
✓ retains old snapshots even if new one are created and the tree diverges (67 ms)
20:51:17 getSnapshot
20:51:17
✓ returns old snapshots (100 ms)
20:51:17
✓ throws if an unknown snapshot is requested (63 ms)
20:51:17 getRoot
20:51:17
✓ returns the historical root of the tree when the snapshot was taken (65 ms)
20:51:17 getDepth
20:51:17
✓ returns the same depth as the tree (52 ms)
20:51:17 getNumLeaves
20:51:17
✓ returns the historical leaves count when the snapshot was taken (51 ms)
20:51:17 getLeafValue
20:51:17
✓ returns the historical leaf value when the snapshot was taken (52 ms)
20:51:17 findLeafIndex
20:51:17
✓ returns the historical leaf index when the snapshot was taken (61 ms)
20:51:17
20:51:17
Test Suites: 1 passed, 1 total
20:51:17
Tests: 13 passed, 13 total
20:51:17
Snapshots: 0 total
20:51:17
Time: 1.956 s
20:51:17
Ran all test suites matching merkle-tree/src/snapshots/full_snapshot.test.ts
.
20:51:17
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?