Parent Log:
http://ci.aztec-labs.com/b60bf0257f00fe8c
Command: 29957fbe93665d48 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/a9414cff28bd9ebfe35ca67f0ec0117d08f57e55
Env: REF_NAME=gh-readonly-queue/next/pr-15216-4608046e462faf9ff3fbee265ba34dbecb5d0b31 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 15:07:17 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15216_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ab1d848bbc99b61e_next
15:07:23
PASS src/standard_indexed_tree/test/standard_indexed_tree.test.ts
15:07:23 StandardIndexedTree
15:07:23
✓ should revert changes on rollback (306 ms)
15:07:23
✓ should not revert changes after commit (227 ms)
15:07:23
✓ should be able to restore from previous committed data (268 ms)
15:07:23
✓ should throw an error if previous data does not exist for the given name (68 ms)
15:07:23
✓ should serialize sibling path data to a buffer and be able to deserialize it back (103 ms)
15:07:23 StandardIndexedTreeSpecific
15:07:23
✓ produces the correct roots and sibling paths (175 ms)
15:07:23
✓ Can append empty leaves and handle insertions (233 ms)
15:07:23
✓ performs nullifier tree batch insertion correctly (409 ms)
15:07:23
✓ performs nullifier tree batch insertion correctly (407 ms)
15:07:23
✓ performs nullifier tree batch insertion correctly (446 ms)
15:07:23
✓ performs nullifier tree batch insertion correctly (548 ms)
15:07:23
✓ should be able to find indexes of leaves (60 ms)
15:07:23 Updatable leaves
15:07:23
✓ should be able to upsert leaves (75 ms)
15:07:23
✓ performs batch upsert correctly (144 ms)
15:07:23
✓ performs batch upsert correctly (165 ms)
15:07:23
✓ performs batch upsert correctly (233 ms)
15:07:23
15:07:23
Test Suites: 1 passed, 1 total
15:07:23
Tests: 16 passed, 16 total
15:07:23
Snapshots: 0 total
15:07:23
Time: 5.036 s
15:07:23
Ran all test suites matching merkle-tree/src/standard_indexed_tree/test/standard_indexed_tree.test.ts
.
15:07:23
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?