Parent Log:
http://ci.aztec-labs.com/b6a274e7e4414258
Command: 3987b0c732d12451 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/d3bba2d69dbc070d51bcd50607354193573876ba
Env: REF_NAME=gh-readonly-queue/next/pr-14877-314d7622c6bacc8333ae49fe9583967cab78349b CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 13 12:55:27 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14877_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next
12:55:29 [12:55:29.772]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:55:30 [12:55:30.583]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:55:31 [12:55:31.757]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:55:32 [12:55:32.362]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:55:32 [12:55:32.856]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:55:33 [12:55:33.262]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:55:33 [12:55:33.832]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:55:34 [12:55:34.300]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:55:34 [12:55:34.396]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:55:34 [12:55:34.527]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:55:34 [12:55:34.624]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:55:34 [12:55:34.701]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:55:34 [12:55:34.796]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:55:34 [12:55:34.863]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:55:34 [12:55:34.966]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:55:35 [12:55:35.043]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:55:35 [12:55:35.114]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:55:35 [12:55:35.210]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:55:35 [12:55:35.277]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:55:35 [12:55:35.378]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:55:35 [12:55:35.442]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:55:35 [12:55:35.518]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:55:35 [12:55:35.619]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:55:35 [12:55:35.709]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:55:35 [12:55:35.802]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:55:36
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
7.825 s)
12:55:36 PXEOracleInterface
12:55:36 sync tagged logs
12:55:36
✓ should sync tagged logs (812 ms)
12:55:36
✓ should sync tagged logs as senders (1173 ms)
12:55:36
✓ should sync tagged logs with a sender index offset (602 ms)
12:55:36
✓ should sync tagged logs for which indexes are not updated if they're inside the window (492 ms)
12:55:36
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (406 ms)
12:55:36
✓ should sync tagged logs from scratch after a DB wipe (571 ms)
12:55:36
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (467 ms)
12:55:36 deliverNote
12:55:36
✓ should store note if it exists in note hash tree and is not nullified (94 ms)
12:55:36
✓ should throw if note does not exist in note hash tree (132 ms)
12:55:36
✓ should store and immediately remove note if it is already nullified (96 ms)
12:55:36
✓ should reject notes that exist only in unsynced future blocks (77 ms)
12:55:36
✓ should not remove note if nullifier only exists in unsynced blocks (95 ms)
12:55:36 getPublicLogByTag
12:55:36
✓ returns null if no logs found for tag (66 ms)
12:55:36
✓ returns log data when single log found (102 ms)
12:55:36
✓ throws if multiple logs found for tag (78 ms)
12:55:36
✓ throws if tx effect not found (70 ms)
12:55:36
✓ returns log fields that are actually emitted (96 ms)
12:55:36 getPrivateLogByTag
12:55:36
✓ returns null if no logs found (68 ms)
12:55:36
✓ returns log and tx effect if single log found (101 ms)
12:55:36
✓ throws if multiple logs found for tag (64 ms)
12:55:36
✓ throws if tx effect not found (74 ms)
12:55:36 removeNullifiedNotes
12:55:36
✓ should remove notes that have been nullified (102 ms)
12:55:36
✓ should keep notes that have not been nullified (90 ms)
12:55:36
✓ should not remove notes if nullifier is in unsynced blocks (91 ms)
12:55:36
✓ should search for notes from all accounts (211 ms)
12:55:36
12:55:36
Test Suites: 1 passed, 1 total
12:55:36
Tests: 25 passed, 25 total
12:55:36
Snapshots: 0 total
12:55:36
Time: 7.904 s
12:55:36
Ran all test suites matching /pxe\/src\/contract_function_simulator\/pxe_oracle_interface.test.ts/i
.
12:55:36
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?