Parent Log:
http://ci.aztec-labs.com/056b29f882cb9b02
Command: e83c3c338db98000 yarn-project/scripts/run_test.sh simulator/src/public/state_manager/nullifiers.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/ae57aa9d16f6f3a9e1bc0a5487573e779a4a3ee3
Env: REF_NAME=gh-readonly-queue/next/pr-15283-9716910bd1b02344790194d074f445aec4636887 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 25 18:39:57 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15283_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_408002b51fade386_next
18:39:58
PASS src/public/state_manager/nullifiers.test.ts
18:39:58 avm nullifier caching
18:39:58 Nullifier caching and existence checks
18:39:58
✓ Reading a non-existent nullifier works (gets zero & DNE) (4 ms)
18:39:58
✓ Should cache nullifier, existence check works after creation (1 ms)
18:39:58
✓ Existence check works on fallback to host (gets index, exists, not-pending) (1 ms)
18:39:58
✓ Existence check works on fallback to parent (gets value, exists, is pending)
18:39:58
✓ Existence check works on fallback to grandparent (gets value, exists, is pending)
18:39:58 Nullifier collision failures
18:39:58
✓ Cant append nullifier that already exists in cache (10 ms)
18:39:58
✓ Cant append nullifier that already exists in parent cache (2 ms)
18:39:58
✓ Cant append nullifier that already exist in host (1 ms)
18:39:58 Nullifier cache merging
18:39:58
✓ Should be able to merge two nullifier caches together (2 ms)
18:39:58
✓ Cant merge two nullifier caches with colliding entries (3 ms)
18:39:58
18:39:58
Test Suites: 1 passed, 1 total
18:39:58
Tests: 10 passed, 10 total
18:39:58
Snapshots: 0 total
18:39:58
Time: 0.57 s
18:39:58
Ran all test suites matching simulator/src/public/state_manager/nullifiers.test.ts
.
18:39:58
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?