Parent Log:
http://ci.aztec-labs.com/6895c81bbb6e0127
Command: 95231afc93577de0 yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/indexed_tree_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/5c56d41aea0a97d800fc842dbcab1ca0d285e360
Env: REF_NAME=v1.0.0-nightly.20250621 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Sat Jun 21 02:52:07 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=v1_0_0-nightly_20250621_arm64_a-nightly
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_04ef205bb85bfd5b_v1.0.0-nightly.20250621
02:52:10
PASS src/snapshots/indexed_tree_snapshot.test.ts
02:52:10 IndexedTreeSnapshotBuilder
02:52:10 SnapshotBuilder
02:52:10 snapshot
02:52:10
✓ takes snapshots (94 ms)
02:52:10
✓ is idempotent (66 ms)
02:52:10
✓ returns the same path if tree has not diverged (76 ms)
02:52:10
✓ returns historic paths if tree has diverged and no new snapshots have been taken (94 ms)
02:52:10
✓ retains old snapshots even if new one are created (97 ms)
02:52:10
✓ retains old snapshots even if new one are created and the tree diverges (124 ms)
02:52:10 getSnapshot
02:52:10
✓ returns old snapshots (137 ms)
02:52:10
✓ throws if an unknown snapshot is requested (60 ms)
02:52:10 getRoot
02:52:10
✓ returns the historical root of the tree when the snapshot was taken (79 ms)
02:52:10 getDepth
02:52:10
✓ returns the same depth as the tree (50 ms)
02:52:10 getNumLeaves
02:52:10
✓ returns the historical leaves count when the snapshot was taken (73 ms)
02:52:10 getLeafValue
02:52:10
✓ returns the historical leaf value when the snapshot was taken (78 ms)
02:52:10 findLeafIndex
02:52:10
✓ returns the historical leaf index when the snapshot was taken (66 ms)
02:52:10 getSnapshot
02:52:10
✓ returns historical leaf data (85 ms)
02:52:10 findIndexOfPreviousValue
02:52:10
✓ returns the index of the leaf with the closest value to the given value (90 ms)
02:52:10
02:52:10
Test Suites: 1 passed, 1 total
02:52:10
Tests: 15 passed, 15 total
02:52:10
Snapshots: 0 total
02:52:10
Time: 2.052 s
02:52:10
Ran all test suites matching merkle-tree/src/snapshots/indexed_tree_snapshot.test.ts
.
02:52:10
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?