Parent Log:
http://ci.aztec-labs.com/622f4abfe3bca928
Command: 4d02999407264b5d yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/indexed_tree_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/7763eef5eb7f045b9184a0a4591b394296eb3aa8
Env: REF_NAME=gh-readonly-queue/next/pr-14770-5ca43853c40a2b8bfbc2148d5fdd46c6f82a74eb CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Mon Jun 16 15:09:21 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-14770_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_04ef205bb85bfd5b_next
15:09:24
PASS src/snapshots/indexed_tree_snapshot.test.ts
15:09:24 IndexedTreeSnapshotBuilder
15:09:24 SnapshotBuilder
15:09:24 snapshot
15:09:24
✓ takes snapshots (80 ms)
15:09:24
✓ is idempotent (57 ms)
15:09:24
✓ returns the same path if tree has not diverged (67 ms)
15:09:24
✓ returns historic paths if tree has diverged and no new snapshots have been taken (85 ms)
15:09:24
✓ retains old snapshots even if new one are created (101 ms)
15:09:24
✓ retains old snapshots even if new one are created and the tree diverges (120 ms)
15:09:24 getSnapshot
15:09:24
✓ returns old snapshots (151 ms)
15:09:24
✓ throws if an unknown snapshot is requested (61 ms)
15:09:24 getRoot
15:09:24
✓ returns the historical root of the tree when the snapshot was taken (83 ms)
15:09:24 getDepth
15:09:24
✓ returns the same depth as the tree (56 ms)
15:09:24 getNumLeaves
15:09:24
✓ returns the historical leaves count when the snapshot was taken (73 ms)
15:09:24 getLeafValue
15:09:24
✓ returns the historical leaf value when the snapshot was taken (71 ms)
15:09:24 findLeafIndex
15:09:24
✓ returns the historical leaf index when the snapshot was taken (73 ms)
15:09:24 getSnapshot
15:09:24
✓ returns historical leaf data (89 ms)
15:09:24 findIndexOfPreviousValue
15:09:24
✓ returns the index of the leaf with the closest value to the given value (87 ms)
15:09:24
15:09:24
Test Suites: 1 passed, 1 total
15:09:24
Tests: 15 passed, 15 total
15:09:24
Snapshots: 0 total
15:09:24
Time: 2.006 s
15:09:24
Ran all test suites matching merkle-tree/src/snapshots/indexed_tree_snapshot.test.ts
.
15:09:24
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?