Parent Log:
http://ci.aztec-labs.com/beba3fec6006a343
Command: f5e85dbc8a1d83c5 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/26c5a39fe03723d11540f721293d7aebd1f478d9
Env: REF_NAME=gh-readonly-queue/next/pr-14995-75d792847d8434a0c504e7adf5c102a913065272 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 13 09:01:20 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14995_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next
09:01:23 [09:01:23.007]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:01:23 [09:01:23.834]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:01:25 [09:01:25.036]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:01:25 [09:01:25.514]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:01:25 [09:01:25.947]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:01:26 [09:01:26.340]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:01:26 [09:01:26.893]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:01:27 [09:01:27.339]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:01:27 [09:01:27.441]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:01:27 [09:01:27.542]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:01:27 [09:01:27.644]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:01:27 [09:01:27.718]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:01:27 [09:01:27.810]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:01:27 [09:01:27.882]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:01:27 [09:01:27.984]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:01:28 [09:01:28.073]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:01:28 [09:01:28.153]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:01:28 [09:01:28.254]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:01:28 [09:01:28.325]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:01:28 [09:01:28.433]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:01:28 [09:01:28.512]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:01:28 [09:01:28.593]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:01:28 [09:01:28.707]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:01:28 [09:01:28.790]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:01:28 [09:01:28.865]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:01:29
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
7.572 s)
09:01:29 PXEOracleInterface
09:01:29 sync tagged logs
09:01:29
✓ should sync tagged logs (827 ms)
09:01:29
✓ should sync tagged logs as senders (1199 ms)
09:01:29
✓ should sync tagged logs with a sender index offset (476 ms)
09:01:29
✓ should sync tagged logs for which indexes are not updated if they're inside the window (436 ms)
09:01:29
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (393 ms)
09:01:29
✓ should sync tagged logs from scratch after a DB wipe (552 ms)
09:01:29
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (445 ms)
09:01:29 deliverNote
09:01:29
✓ should store note if it exists in note hash tree and is not nullified (101 ms)
09:01:29
✓ should throw if note does not exist in note hash tree (101 ms)
09:01:29
✓ should store and immediately remove note if it is already nullified (102 ms)
09:01:29
✓ should reject notes that exist only in unsynced future blocks (74 ms)
09:01:29
✓ should not remove note if nullifier only exists in unsynced blocks (91 ms)
09:01:29 getPublicLogByTag
09:01:29
✓ returns null if no logs found for tag (72 ms)
09:01:29
✓ returns log data when single log found (101 ms)
09:01:29
✓ throws if multiple logs found for tag (88 ms)
09:01:29
✓ throws if tx effect not found (73 ms)
09:01:29
✓ returns log fields that are actually emitted (107 ms)
09:01:29 getPrivateLogByTag
09:01:29
✓ returns null if no logs found (69 ms)
09:01:29
✓ returns log and tx effect if single log found (108 ms)
09:01:29
✓ throws if multiple logs found for tag (78 ms)
09:01:29
✓ throws if tx effect not found (81 ms)
09:01:29 removeNullifiedNotes
09:01:29
✓ should remove notes that have been nullified (112 ms)
09:01:29
✓ should keep notes that have not been nullified (82 ms)
09:01:29
✓ should not remove notes if nullifier is in unsynced blocks (75 ms)
09:01:29
✓ should search for notes from all accounts (196 ms)
09:01:29
09:01:29
Test Suites: 1 passed, 1 total
09:01:29
Tests: 25 passed, 25 total
09:01:29
Snapshots: 0 total
09:01:29
Time: 7.649 s
09:01:29
Ran all test suites matching /pxe\/src\/contract_function_simulator\/pxe_oracle_interface.test.ts/i
.
09:01:29
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?