Parent Log:
http://ci.aztec-labs.com/f27583dcca804169
Command: 582720422b3f4dff yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/full_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/505a3c071181dbc5242dc8b655a9b2d69988c8db
Env: REF_NAME=gh-readonly-queue/staging/pr-15211-e8f6c3b7e3e0e72a33e118ddf8e67d11e51464a8 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 12:41:07 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15211_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_7a58bd91eb639a95_staging
12:41:11
PASS src/snapshots/full_snapshot.test.ts
12:41:11 FullSnapshotBuilder
12:41:11 SnapshotBuilder
12:41:11 snapshot
12:41:11
✓ takes snapshots (79 ms)
12:41:11
✓ is idempotent (47 ms)
12:41:11
✓ returns the same path if tree has not diverged (56 ms)
12:41:11
✓ returns historic paths if tree has diverged and no new snapshots have been taken (75 ms)
12:41:11
✓ retains old snapshots even if new one are created (81 ms)
12:41:11
✓ retains old snapshots even if new one are created and the tree diverges (81 ms)
12:41:11 getSnapshot
12:41:11
✓ returns old snapshots (116 ms)
12:41:11
✓ throws if an unknown snapshot is requested (73 ms)
12:41:11 getRoot
12:41:11
✓ returns the historical root of the tree when the snapshot was taken (62 ms)
12:41:11 getDepth
12:41:11
✓ returns the same depth as the tree (57 ms)
12:41:11 getNumLeaves
12:41:11
✓ returns the historical leaves count when the snapshot was taken (111 ms)
12:41:11 getLeafValue
12:41:11
✓ returns the historical leaf value when the snapshot was taken (60 ms)
12:41:11 findLeafIndex
12:41:11
✓ returns the historical leaf index when the snapshot was taken (77 ms)
12:41:11
12:41:11
Test Suites: 1 passed, 1 total
12:41:11
Tests: 13 passed, 13 total
12:41:11
Snapshots: 0 total
12:41:11
Time: 2.082 s
12:41:11
Ran all test suites matching merkle-tree/src/snapshots/full_snapshot.test.ts
.
12:41:11
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?