Parent Log:
http://ci.aztec-labs.com/d750ec1612c5b272
Command: 430b662d7e79c93b yarn-project/scripts/run_test.sh merkle-tree/src/standard_indexed_tree/test/standard_indexed_tree.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/04760775ac41c49f04129b978fde906271954e3a
Env: REF_NAME=gh-readonly-queue/next/pr-15067-b70544b6d50e3ecb6598361f1990bd51745c7b55 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 23:20:14 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15067_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ab1d848bbc99b61e_next
23:20:20
PASS src/standard_indexed_tree/test/standard_indexed_tree.test.ts
23:20:20 StandardIndexedTree
23:20:20
✓ should revert changes on rollback (288 ms)
23:20:20
✓ should not revert changes after commit (260 ms)
23:20:20
✓ should be able to restore from previous committed data (211 ms)
23:20:20
✓ should throw an error if previous data does not exist for the given name (48 ms)
23:20:20
✓ should serialize sibling path data to a buffer and be able to deserialize it back (94 ms)
23:20:20 StandardIndexedTreeSpecific
23:20:20
✓ produces the correct roots and sibling paths (149 ms)
23:20:20
✓ Can append empty leaves and handle insertions (144 ms)
23:20:20
✓ performs nullifier tree batch insertion correctly (406 ms)
23:20:20
✓ performs nullifier tree batch insertion correctly (343 ms)
23:20:20
✓ performs nullifier tree batch insertion correctly (366 ms)
23:20:20
✓ performs nullifier tree batch insertion correctly (508 ms)
23:20:20
✓ should be able to find indexes of leaves (64 ms)
23:20:20 Updatable leaves
23:20:20
✓ should be able to upsert leaves (73 ms)
23:20:20
✓ performs batch upsert correctly (137 ms)
23:20:20
✓ performs batch upsert correctly (152 ms)
23:20:20
✓ performs batch upsert correctly (230 ms)
23:20:20
23:20:20
Test Suites: 1 passed, 1 total
23:20:20
Tests: 16 passed, 16 total
23:20:20
Snapshots: 0 total
23:20:20
Time: 4.635 s
23:20:20
Ran all test suites matching merkle-tree/src/standard_indexed_tree/test/standard_indexed_tree.test.ts
.
23:20:20
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?