Parent Log: http://ci.aztec-labs.com/f8dbd6e9d5360f06 Command: 751df696adf04d3f yarn-project/scripts/run_test.sh merkle-tree/src/sparse_tree/sparse_tree.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/106f897363bb5aee27ddd091b5be9641b011c5bb Env: REF_NAME=gh-readonly-queue/next/pr-15004-2b9c409698cf0f475a7a9f5884117c8ad2a4f79a CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Thu Jun 12 15:50:32 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15004_amd64_x4-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_03fe1625e86d8739_next 15:50:36 PASS src/sparse_tree/sparse_tree.test.ts 15:50:36 SparseTree 15:50:36 should revert changes on rollback (112 ms) 15:50:36 should not revert changes after commit (109 ms) 15:50:36 should be able to restore from previous committed data (134 ms) 15:50:36 should throw an error if previous data does not exist for the given name (42 ms) 15:50:36 should serialize sibling path data to a buffer and be able to deserialize it back (62 ms) 15:50:36 should have correct empty tree root for depth 32 (52 ms) 15:50:36 should throw when appending beyond max index (29 ms) 15:50:36 should have correct root and sibling paths (91 ms) 15:50:36 SparseTreeSpecific 15:50:36 throws when index is bigger than (2^DEPTH - 1) (50 ms) 15:50:36 updating non-empty leaf does not change tree size (110 ms) 15:50:36 deleting leaf decrements tree size (738 ms) 15:50:36 should have correct root and sibling path after in a "non-append-only" way (51 ms) 15:50:36 skipped measures time of inserting 1000 leaves at random positions for depth 254 15:50:36 15:50:36 Test Suites: 1 passed, 1 total 15:50:36 Tests: 1 skipped, 12 passed, 13 total 15:50:36 Snapshots: 0 total 15:50:36 Time: 2.882 s 15:50:36 Ran all test suites matching /merkle-tree\/src\/sparse_tree\/sparse_tree.test.ts/i. 15:50:36 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?