Parent Log:
http://ci.aztec-labs.com/8dfc620c14a646a6
Command: 5484f2347094f66b yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/indexed_tree_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/5ca43853c40a2b8bfbc2148d5fdd46c6f82a74eb
Env: REF_NAME=gh-readonly-queue/next/pr-14178-3cbe7945c84145b8646cf5cf8fb730b915c0dc93 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 13:31:28 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14178_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_04ef205bb85bfd5b_next
13:31:32
PASS src/snapshots/indexed_tree_snapshot.test.ts
13:31:32 IndexedTreeSnapshotBuilder
13:31:32 SnapshotBuilder
13:31:32 snapshot
13:31:32
✓ takes snapshots (95 ms)
13:31:32
✓ is idempotent (84 ms)
13:31:32
✓ returns the same path if tree has not diverged (97 ms)
13:31:32
✓ returns historic paths if tree has diverged and no new snapshots have been taken (115 ms)
13:31:32
✓ retains old snapshots even if new one are created (115 ms)
13:31:32
✓ retains old snapshots even if new one are created and the tree diverges (158 ms)
13:31:32 getSnapshot
13:31:32
✓ returns old snapshots (204 ms)
13:31:32
✓ throws if an unknown snapshot is requested (90 ms)
13:31:32 getRoot
13:31:32
✓ returns the historical root of the tree when the snapshot was taken (85 ms)
13:31:32 getDepth
13:31:32
✓ returns the same depth as the tree (73 ms)
13:31:32 getNumLeaves
13:31:32
✓ returns the historical leaves count when the snapshot was taken (101 ms)
13:31:32 getLeafValue
13:31:32
✓ returns the historical leaf value when the snapshot was taken (131 ms)
13:31:32 findLeafIndex
13:31:32
✓ returns the historical leaf index when the snapshot was taken (113 ms)
13:31:32 getSnapshot
13:31:32
✓ returns historical leaf data (170 ms)
13:31:32 findIndexOfPreviousValue
13:31:32
✓ returns the index of the leaf with the closest value to the given value (150 ms)
13:31:32
13:31:32
Test Suites: 1 passed, 1 total
13:31:32
Tests: 15 passed, 15 total
13:31:32
Snapshots: 0 total
13:31:32
Time: 3.017 s
13:31:32
Ran all test suites matching merkle-tree/src/snapshots/indexed_tree_snapshot.test.ts
.
13:31:32
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?