Parent Log:
http://ci.aztec-labs.com/a6ad5c00f5faa201
Command: 4a8fdb7487b9ad73 yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/full_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/420e0a54fb4bfe8b04d7dd479f59ed0fe3ad3b74
Env: REF_NAME=gh-readonly-queue/next/pr-14922-106f897363bb5aee27ddd091b5be9641b011c5bb CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Thu Jun 12 16:14:48 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-14922_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_7a58bd91eb639a95_next
16:14:50
PASS src/snapshots/full_snapshot.test.ts
16:14:50 FullSnapshotBuilder
16:14:50 SnapshotBuilder
16:14:50 snapshot
16:14:50
✓ takes snapshots (50 ms)
16:14:50
✓ is idempotent (37 ms)
16:14:50
✓ returns the same path if tree has not diverged (48 ms)
16:14:50
✓ returns historic paths if tree has diverged and no new snapshots have been taken (56 ms)
16:14:50
✓ retains old snapshots even if new one are created (60 ms)
16:14:50
✓ retains old snapshots even if new one are created and the tree diverges (63 ms)
16:14:50 getSnapshot
16:14:50
✓ returns old snapshots (92 ms)
16:14:50
✓ throws if an unknown snapshot is requested (48 ms)
16:14:50 getRoot
16:14:50
✓ returns the historical root of the tree when the snapshot was taken (46 ms)
16:14:50 getDepth
16:14:50
✓ returns the same depth as the tree (39 ms)
16:14:50 getNumLeaves
16:14:50
✓ returns the historical leaves count when the snapshot was taken (42 ms)
16:14:50 getLeafValue
16:14:50
✓ returns the historical leaf value when the snapshot was taken (44 ms)
16:14:50 findLeafIndex
16:14:50
✓ returns the historical leaf index when the snapshot was taken (40 ms)
16:14:50
16:14:50
Test Suites: 1 passed, 1 total
16:14:50
Tests: 13 passed, 13 total
16:14:50
Snapshots: 0 total
16:14:50
Time: 1.422 s
16:14:50
Ran all test suites matching /merkle-tree\/src\/snapshots\/full_snapshot.test.ts/i
.
16:14:50
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?