Parent Log:
http://ci.aztec-labs.com/171b2d80c85afdbd
Command: eebb3ae31c0c785a yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/full_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/cbd66b52b44f3aad75bf6e52a67987ed206598aa
Env: REF_NAME=gh-readonly-queue/next/pr-15121-5d017313171ed95ebc6dbf88c1dffe207497338e CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Wed Jun 18 20:43:06 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15121_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_7a58bd91eb639a95_next
20:43:08
PASS src/snapshots/full_snapshot.test.ts
20:43:08 FullSnapshotBuilder
20:43:08 SnapshotBuilder
20:43:08 snapshot
20:43:08
✓ takes snapshots (55 ms)
20:43:08
✓ is idempotent (38 ms)
20:43:08
✓ returns the same path if tree has not diverged (40 ms)
20:43:08
✓ returns historic paths if tree has diverged and no new snapshots have been taken (47 ms)
20:43:08
✓ retains old snapshots even if new one are created (52 ms)
20:43:08
✓ retains old snapshots even if new one are created and the tree diverges (57 ms)
20:43:08 getSnapshot
20:43:08
✓ returns old snapshots (79 ms)
20:43:08
✓ throws if an unknown snapshot is requested (49 ms)
20:43:08 getRoot
20:43:08
✓ returns the historical root of the tree when the snapshot was taken (39 ms)
20:43:08 getDepth
20:43:08
✓ returns the same depth as the tree (43 ms)
20:43:08 getNumLeaves
20:43:08
✓ returns the historical leaves count when the snapshot was taken (49 ms)
20:43:08 getLeafValue
20:43:08
✓ returns the historical leaf value when the snapshot was taken (42 ms)
20:43:08 findLeafIndex
20:43:08
✓ returns the historical leaf index when the snapshot was taken (42 ms)
20:43:08
20:43:08
Test Suites: 1 passed, 1 total
20:43:08
Tests: 13 passed, 13 total
20:43:08
Snapshots: 0 total
20:43:08
Time: 1.32 s
20:43:08
Ran all test suites matching merkle-tree/src/snapshots/full_snapshot.test.ts
.
20:43:08
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?