Parent Log:
http://ci.aztec-labs.com/57db2b9a617285be
Command: 4f32fa69539b8ea0 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/ad85cda24c2f9b5b4b17d4921f8597b71949bb6c
Env: REF_NAME=gh-readonly-queue/next/pr-15223-87c4b689268afecc86ab007c3587e45110daa43d CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 24 19:26:30 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15223_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next
19:26:33 [19:26:33.532]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:26:34 [19:26:34.421]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:26:35 [19:26:35.545]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:26:35 [19:26:35.976]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:26:36 [19:26:36.464]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:26:36 [19:26:36.847]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:26:37 [19:26:37.385]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:26:37 [19:26:37.806]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:26:37 [19:26:37.898]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:26:38 [19:26:38.035]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:26:38 [19:26:38.138]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:26:38 [19:26:38.228]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:26:38 [19:26:38.327]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:26:38 [19:26:38.420]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:26:38 [19:26:38.556]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:26:38 [19:26:38.666]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:26:38 [19:26:38.748]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:26:38 [19:26:38.855]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:26:38 [19:26:38.936]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:26:39 [19:26:39.031]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:26:39 [19:26:39.139]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:26:39 [19:26:39.217]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:26:39 [19:26:39.333]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:26:39 [19:26:39.412]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:26:39 [19:26:39.487]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:26:39 [19:26:39.603]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:26:39 [19:26:39.680]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:26:39 [19:26:39.784]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:26:40
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
7.932 s)
19:26:40 PXEOracleInterface
19:26:40 sync tagged logs
19:26:40
✓ should sync tagged logs (891 ms)
19:26:40
✓ should sync tagged logs as senders (1123 ms)
19:26:40
✓ should sync tagged logs with a sender index offset (431 ms)
19:26:40
✓ should sync tagged logs for which indexes are not updated if they're inside the window (485 ms)
19:26:40
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (384 ms)
19:26:40
✓ should sync tagged logs from scratch after a DB wipe (537 ms)
19:26:40
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (421 ms)
19:26:40 deliverNote
19:26:40
✓ should store note if it exists in note hash tree and is not nullified (92 ms)
19:26:40
✓ should throw if note does not exist in note hash tree (134 ms)
19:26:40
✓ should store and immediately remove note if it is already nullified (105 ms)
19:26:40
✓ should reject notes that exist only in unsynced future blocks (91 ms)
19:26:40
✓ should not remove note if nullifier only exists in unsynced blocks (99 ms)
19:26:40 bulkRetrieveLogs
19:26:40
✓ returns no logs if none are found (93 ms)
19:26:40
✓ returns a public log if one is found (135 ms)
19:26:40
✓ returns a private log if one is found (109 ms)
19:26:40 getPublicLogByTag
19:26:40
✓ returns null if no logs found for tag (82 ms)
19:26:40
✓ returns log data when single log found (106 ms)
19:26:40
✓ throws if multiple logs found for tag (82 ms)
19:26:40
✓ throws if tx effect not found (94 ms)
19:26:40
✓ returns log fields that are actually emitted (107 ms)
19:26:40 getPrivateLogByTag
19:26:40
✓ returns null if no logs found (77 ms)
19:26:40
✓ returns log and tx effect if single log found (115 ms)
19:26:40
✓ throws if multiple logs found for tag (79 ms)
19:26:40
✓ throws if tx effect not found (74 ms)
19:26:40 removeNullifiedNotes
19:26:40
✓ should remove notes that have been nullified (116 ms)
19:26:40
✓ should keep notes that have not been nullified (78 ms)
19:26:40
✓ should not remove notes if nullifier is in unsynced blocks (104 ms)
19:26:40
✓ should search for notes from all accounts (213 ms)
19:26:40
19:26:40
Test Suites: 1 passed, 1 total
19:26:40
Tests: 28 passed, 28 total
19:26:40
Snapshots: 0 total
19:26:40
Time: 8.007 s
19:26:40
Ran all test suites matching pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
.
19:26:40
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?