Parent Log:
http://ci.aztec-labs.com/dcdd13adfe0c256a
Command: d57d38082bbaf86d yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/full_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/fdc8ff50dee1a2a8a98393ff5069a285b52efa1f
Env: REF_NAME=gh-readonly-queue/next/pr-15187-9b8ea5acda76687342ddb62595e293281661f029 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 09:39:32 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15187_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_7a58bd91eb639a95_next
09:39:36
PASS src/snapshots/full_snapshot.test.ts
09:39:36 FullSnapshotBuilder
09:39:36 SnapshotBuilder
09:39:36 snapshot
09:39:36
✓ takes snapshots (71 ms)
09:39:36
✓ is idempotent (56 ms)
09:39:36
✓ returns the same path if tree has not diverged (65 ms)
09:39:36
✓ returns historic paths if tree has diverged and no new snapshots have been taken (69 ms)
09:39:36
✓ retains old snapshots even if new one are created (74 ms)
09:39:36
✓ retains old snapshots even if new one are created and the tree diverges (80 ms)
09:39:36 getSnapshot
09:39:36
✓ returns old snapshots (120 ms)
09:39:36
✓ throws if an unknown snapshot is requested (62 ms)
09:39:36 getRoot
09:39:36
✓ returns the historical root of the tree when the snapshot was taken (66 ms)
09:39:36 getDepth
09:39:36
✓ returns the same depth as the tree (55 ms)
09:39:36 getNumLeaves
09:39:36
✓ returns the historical leaves count when the snapshot was taken (59 ms)
09:39:36 getLeafValue
09:39:36
✓ returns the historical leaf value when the snapshot was taken (62 ms)
09:39:36 findLeafIndex
09:39:36
✓ returns the historical leaf index when the snapshot was taken (61 ms)
09:39:36
09:39:36
Test Suites: 1 passed, 1 total
09:39:36
Tests: 13 passed, 13 total
09:39:36
Snapshots: 0 total
09:39:36
Time: 2.396 s
09:39:36
Ran all test suites matching merkle-tree/src/snapshots/full_snapshot.test.ts
.
09:39:36
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?