Parent Log:
http://ci.aztec-labs.com/2c7e7e646e9428cd
Command: 14e3ee78b19e4a89 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/ba9dcd7f83f0ed07aa55d643aa24a5958ed337e7
Env: REF_NAME=gh-readonly-queue/next/pr-15256-92cd160fc2a40d2f7c467287f1abae3af9960805 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Thu Jun 26 08:25:30 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15256_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next
08:25:32 [08:25:32.805]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:25:33 [08:25:33.658]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:25:34 [08:25:34.701]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:25:35 [08:25:35.193]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:25:35 [08:25:35.653]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:25:36 [08:25:36.080]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:25:36 [08:25:36.641]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:25:37 [08:25:37.095]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:25:37 [08:25:37.194]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:25:37 [08:25:37.326]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:25:37 [08:25:37.419]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:25:37 [08:25:37.507]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:25:37 [08:25:37.594]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:25:37 [08:25:37.684]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:25:37 [08:25:37.812]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:25:37 [08:25:37.918]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:25:37 [08:25:37.988]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:25:38 [08:25:38.108]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:25:38 [08:25:38.187]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:25:38 [08:25:38.266]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:25:38 [08:25:38.375]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:25:38 [08:25:38.442]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:25:38 [08:25:38.560]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:25:38 [08:25:38.646]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:25:38 [08:25:38.719]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:25:38 [08:25:38.850]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:25:38 [08:25:38.961]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:25:39 [08:25:39.070]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:25:39
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
8.053 s)
08:25:39 PXEOracleInterface
08:25:39 sync tagged logs
08:25:39
✓ should sync tagged logs (852 ms)
08:25:39
✓ should sync tagged logs as senders (1044 ms)
08:25:39
✓ should sync tagged logs with a sender index offset (492 ms)
08:25:39
✓ should sync tagged logs for which indexes are not updated if they're inside the window (458 ms)
08:25:39
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (426 ms)
08:25:39
✓ should sync tagged logs from scratch after a DB wipe (562 ms)
08:25:39
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (454 ms)
08:25:39 deliverNote
08:25:39
✓ should store note if it exists in note hash tree and is not nullified (98 ms)
08:25:39
✓ should throw if note does not exist in note hash tree (129 ms)
08:25:39
✓ should store and immediately remove note if it is already nullified (95 ms)
08:25:39
✓ should reject notes that exist only in unsynced future blocks (89 ms)
08:25:39
✓ should not remove note if nullifier only exists in unsynced blocks (87 ms)
08:25:39 bulkRetrieveLogs
08:25:39
✓ returns no logs if none are found (89 ms)
08:25:39
✓ returns a public log if one is found (127 ms)
08:25:39
✓ returns a private log if one is found (106 ms)
08:25:39 getPublicLogByTag
08:25:39
✓ returns null if no logs found for tag (70 ms)
08:25:39
✓ returns log data when single log found (119 ms)
08:25:39
✓ throws if multiple logs found for tag (80 ms)
08:25:39
✓ throws if tx effect not found (78 ms)
08:25:39
✓ returns log fields that are actually emitted (109 ms)
08:25:39 getPrivateLogByTag
08:25:39
✓ returns null if no logs found (67 ms)
08:25:39
✓ returns log and tx effect if single log found (116 ms)
08:25:39
✓ throws if multiple logs found for tag (83 ms)
08:25:39
✓ throws if tx effect not found (76 ms)
08:25:39 removeNullifiedNotes
08:25:39
✓ should remove notes that have been nullified (129 ms)
08:25:39
✓ should keep notes that have not been nullified (112 ms)
08:25:39
✓ should not remove notes if nullifier is in unsynced blocks (110 ms)
08:25:39
✓ should search for notes from all accounts (197 ms)
08:25:39
08:25:39
Test Suites: 1 passed, 1 total
08:25:39
Tests: 28 passed, 28 total
08:25:39
Snapshots: 0 total
08:25:39
Time: 8.143 s
08:25:39
Ran all test suites matching pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
.
08:25:39
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?