Parent Log:
http://ci.aztec-labs.com/e5716000eec0ec74
Command: 68e9475192d7aeac yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/full_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/328bbab47c7c4669218f45f56840c0c5959f16a8
Env: REF_NAME=gh-readonly-queue/next/pr-15206-fe25e8151d865a744220512c782713e46482165a CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 08:44:43 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15206_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_7a58bd91eb639a95_next
08:44:47
PASS src/snapshots/full_snapshot.test.ts
08:44:47 FullSnapshotBuilder
08:44:47 SnapshotBuilder
08:44:47 snapshot
08:44:47
✓ takes snapshots (146 ms)
08:44:47
✓ is idempotent (71 ms)
08:44:47
✓ returns the same path if tree has not diverged (64 ms)
08:44:47
✓ returns historic paths if tree has diverged and no new snapshots have been taken (63 ms)
08:44:47
✓ retains old snapshots even if new one are created (67 ms)
08:44:47
✓ retains old snapshots even if new one are created and the tree diverges (91 ms)
08:44:47 getSnapshot
08:44:47
✓ returns old snapshots (106 ms)
08:44:47
✓ throws if an unknown snapshot is requested (65 ms)
08:44:47 getRoot
08:44:47
✓ returns the historical root of the tree when the snapshot was taken (53 ms)
08:44:47 getDepth
08:44:47
✓ returns the same depth as the tree (53 ms)
08:44:47 getNumLeaves
08:44:47
✓ returns the historical leaves count when the snapshot was taken (71 ms)
08:44:47 getLeafValue
08:44:47
✓ returns the historical leaf value when the snapshot was taken (67 ms)
08:44:47 findLeafIndex
08:44:47
✓ returns the historical leaf index when the snapshot was taken (49 ms)
08:44:47
08:44:47
Test Suites: 1 passed, 1 total
08:44:47
Tests: 13 passed, 13 total
08:44:47
Snapshots: 0 total
08:44:47
Time: 2.644 s
08:44:47
Ran all test suites matching merkle-tree/src/snapshots/full_snapshot.test.ts
.
08:44:47
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?