Parent Log:
http://ci.aztec-labs.com/531f1131bc5863dc
Command: 1c48ff816cf3011e yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/full_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/e050b787f6dead84c4ef7e5bdb8dcc8cf81d5f65
Env: REF_NAME=gh-readonly-queue/next/pr-15129-d5c48d855d83e19712c6b72281801c6fce176ec1 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 18 15:32:47 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15129_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_7a58bd91eb639a95_next
15:32:49
PASS src/snapshots/full_snapshot.test.ts
15:32:49 FullSnapshotBuilder
15:32:49 SnapshotBuilder
15:32:49 snapshot
15:32:49
✓ takes snapshots (64 ms)
15:32:49
✓ is idempotent (55 ms)
15:32:49
✓ returns the same path if tree has not diverged (55 ms)
15:32:49
✓ returns historic paths if tree has diverged and no new snapshots have been taken (79 ms)
15:32:49
✓ retains old snapshots even if new one are created (80 ms)
15:32:49
✓ retains old snapshots even if new one are created and the tree diverges (82 ms)
15:32:49 getSnapshot
15:32:49
✓ returns old snapshots (130 ms)
15:32:49
✓ throws if an unknown snapshot is requested (63 ms)
15:32:49 getRoot
15:32:49
✓ returns the historical root of the tree when the snapshot was taken (59 ms)
15:32:49 getDepth
15:32:49
✓ returns the same depth as the tree (58 ms)
15:32:49 getNumLeaves
15:32:49
✓ returns the historical leaves count when the snapshot was taken (64 ms)
15:32:49 getLeafValue
15:32:49
✓ returns the historical leaf value when the snapshot was taken (60 ms)
15:32:49 findLeafIndex
15:32:49
✓ returns the historical leaf index when the snapshot was taken (60 ms)
15:32:49
15:32:49
Test Suites: 1 passed, 1 total
15:32:49
Tests: 13 passed, 13 total
15:32:49
Snapshots: 0 total
15:32:49
Time: 1.934 s
15:32:49
Ran all test suites matching merkle-tree/src/snapshots/full_snapshot.test.ts
.
15:32:49
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?