Parent Log:
http://ci.aztec-labs.com/9b1548acd97b5e1c
Command: d2fcfaaceedeb658 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/bd28eda782eb6f2e1e5c2101a27104b4ad8796b3
Env: REF_NAME=gh-readonly-queue/next/pr-15315-634f8607a18c02c1d6e9ab5f302821fa8fc0e833 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Thu Jun 26 16:34:10 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15315_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ab1d848bbc99b61e_next
16:34:16
PASS src/standard_indexed_tree/test/standard_indexed_tree.test.ts (
5.068 s)
16:34:16 StandardIndexedTree
16:34:16
✓ should revert changes on rollback (316 ms)
16:34:16
✓ should not revert changes after commit (216 ms)
16:34:16
✓ should be able to restore from previous committed data (211 ms)
16:34:16
✓ should throw an error if previous data does not exist for the given name (138 ms)
16:34:16
✓ should serialize sibling path data to a buffer and be able to deserialize it back (154 ms)
16:34:16 StandardIndexedTreeSpecific
16:34:16
✓ produces the correct roots and sibling paths (161 ms)
16:34:16
✓ Can append empty leaves and handle insertions (156 ms)
16:34:16
✓ performs nullifier tree batch insertion correctly (507 ms)
16:34:16
✓ performs nullifier tree batch insertion correctly (436 ms)
16:34:16
✓ performs nullifier tree batch insertion correctly (504 ms)
16:34:16
✓ performs nullifier tree batch insertion correctly (530 ms)
16:34:16
✓ should be able to find indexes of leaves (53 ms)
16:34:16 Updatable leaves
16:34:16
✓ should be able to upsert leaves (67 ms)
16:34:16
✓ performs batch upsert correctly (124 ms)
16:34:16
✓ performs batch upsert correctly (169 ms)
16:34:16
✓ performs batch upsert correctly (260 ms)
16:34:16
16:34:16
Test Suites: 1 passed, 1 total
16:34:16
Tests: 16 passed, 16 total
16:34:16
Snapshots: 0 total
16:34:16
Time: 5.163 s
16:34:16
Ran all test suites matching merkle-tree/src/standard_indexed_tree/test/standard_indexed_tree.test.ts
.
16:34:16
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?