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