Parent Log:
http://ci.aztec-labs.com/30965617224928f2
Command: 1574a02ff8f30339 yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/full_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/1677dac936d084443e64d6c4ba6e45d3958ba1f8
Env: REF_NAME=gh-readonly-queue/next/pr-15122-df0c3e8efd6211cf15eedf67d2a591cc54099ac8 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 18 18:31:23 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15122_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_7a58bd91eb639a95_next
18:31:26
PASS src/snapshots/full_snapshot.test.ts
18:31:26 FullSnapshotBuilder
18:31:26 SnapshotBuilder
18:31:26 snapshot
18:31:26
✓ takes snapshots (63 ms)
18:31:26
✓ is idempotent (50 ms)
18:31:26
✓ returns the same path if tree has not diverged (51 ms)
18:31:26
✓ returns historic paths if tree has diverged and no new snapshots have been taken (67 ms)
18:31:26
✓ retains old snapshots even if new one are created (59 ms)
18:31:26
✓ retains old snapshots even if new one are created and the tree diverges (74 ms)
18:31:26 getSnapshot
18:31:26
✓ returns old snapshots (103 ms)
18:31:26
✓ throws if an unknown snapshot is requested (66 ms)
18:31:26 getRoot
18:31:26
✓ returns the historical root of the tree when the snapshot was taken (65 ms)
18:31:26 getDepth
18:31:26
✓ returns the same depth as the tree (50 ms)
18:31:26 getNumLeaves
18:31:26
✓ returns the historical leaves count when the snapshot was taken (59 ms)
18:31:26 getLeafValue
18:31:26
✓ returns the historical leaf value when the snapshot was taken (57 ms)
18:31:26 findLeafIndex
18:31:26
✓ returns the historical leaf index when the snapshot was taken (76 ms)
18:31:26
18:31:26
Test Suites: 1 passed, 1 total
18:31:26
Tests: 13 passed, 13 total
18:31:26
Snapshots: 0 total
18:31:26
Time: 1.926 s
18:31:26
Ran all test suites matching merkle-tree/src/snapshots/full_snapshot.test.ts
.
18:31:26
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?