Parent Log:
http://ci.aztec-labs.com/23bd615181153a40
Command: 2b73ae8ee702d4cd yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/indexed_tree_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/78a5deb1c3aa24503935bbda20f9374ba35aa5c4
Env: REF_NAME=gh-readonly-queue/next/pr-15112-f17855f94a58189a98dd378743e67b774ea38144 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 18 10:12:46 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15112_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_04ef205bb85bfd5b_next
10:12:50
PASS src/snapshots/indexed_tree_snapshot.test.ts
10:12:50 IndexedTreeSnapshotBuilder
10:12:50 SnapshotBuilder
10:12:50 snapshot
10:12:50
✓ takes snapshots (108 ms)
10:12:50
✓ is idempotent (99 ms)
10:12:50
✓ returns the same path if tree has not diverged (100 ms)
10:12:50
✓ returns historic paths if tree has diverged and no new snapshots have been taken (138 ms)
10:12:50
✓ retains old snapshots even if new one are created (140 ms)
10:12:50
✓ retains old snapshots even if new one are created and the tree diverges (161 ms)
10:12:50 getSnapshot
10:12:50
✓ returns old snapshots (201 ms)
10:12:50
✓ throws if an unknown snapshot is requested (96 ms)
10:12:50 getRoot
10:12:50
✓ returns the historical root of the tree when the snapshot was taken (102 ms)
10:12:50 getDepth
10:12:50
✓ returns the same depth as the tree (117 ms)
10:12:50 getNumLeaves
10:12:50
✓ returns the historical leaves count when the snapshot was taken (139 ms)
10:12:50 getLeafValue
10:12:50
✓ returns the historical leaf value when the snapshot was taken (111 ms)
10:12:50 findLeafIndex
10:12:50
✓ returns the historical leaf index when the snapshot was taken (145 ms)
10:12:50 getSnapshot
10:12:50
✓ returns historical leaf data (166 ms)
10:12:50 findIndexOfPreviousValue
10:12:50
✓ returns the index of the leaf with the closest value to the given value (134 ms)
10:12:50
10:12:50
Test Suites: 1 passed, 1 total
10:12:50
Tests: 15 passed, 15 total
10:12:50
Snapshots: 0 total
10:12:50
Time: 2.931 s
10:12:50
Ran all test suites matching merkle-tree/src/snapshots/indexed_tree_snapshot.test.ts
.
10:12:50
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?