Parent Log: http://ci.aztec-labs.com/3754d81b8570073d Command: 8791bd102aa92eb2 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/9ddf7d35886489afed34aca3cb819b32c86194b4 Env: REF_NAME=gh-readonly-queue/next/pr-15215-99e234fe4473771b32124e0402885610a6a3f98a CURRENT_VERSION=0.87.6 CI_FULL=0 Date: Tue Jun 24 09:27:23 UTC 2025 System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15215_arm64_a1-fast Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next 09:27:25 [09:27:25.863] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:27:26 [09:27:26.416] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:27:27 [09:27:27.279] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:27:27 [09:27:27.604] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:27:27 [09:27:27.950] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:27:28 [09:27:28.306] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:27:28 [09:27:28.721] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:27:29 [09:27:29.068] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:27:29 [09:27:29.138] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:27:29 [09:27:29.227] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:27:29 [09:27:29.318] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:27:29 [09:27:29.398] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:27:29 [09:27:29.485] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:27:29 [09:27:29.564] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:27:29 [09:27:29.681] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:27:29 [09:27:29.779] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:27:29 [09:27:29.843] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:27:29 [09:27:29.943] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:27:30 [09:27:30.009] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:27:30 [09:27:30.075] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:27:30 [09:27:30.175] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:27:30 [09:27:30.259] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:27:30 [09:27:30.360] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:27:30 [09:27:30.419] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:27:30 [09:27:30.488] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:27:30 [09:27:30.598] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:27:30 [09:27:30.694] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:27:30 [09:27:30.816] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 09:27:31 PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (6.259 s) 09:27:31 PXEOracleInterface 09:27:31 sync tagged logs 09:27:31 should sync tagged logs (557 ms) 09:27:31 should sync tagged logs as senders (863 ms) 09:27:31 should sync tagged logs with a sender index offset (325 ms) 09:27:31 should sync tagged logs for which indexes are not updated if they're inside the window (345 ms) 09:27:31 should not sync tagged logs for which indexes are not updated if they're outside the window (356 ms) 09:27:31 should sync tagged logs from scratch after a DB wipe (414 ms) 09:27:31 should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (345 ms) 09:27:31 deliverNote 09:27:31 should store note if it exists in note hash tree and is not nullified (70 ms) 09:27:31 should throw if note does not exist in note hash tree (88 ms) 09:27:31 should store and immediately remove note if it is already nullified (92 ms) 09:27:31 should reject notes that exist only in unsynced future blocks (80 ms) 09:27:31 should not remove note if nullifier only exists in unsynced blocks (84 ms) 09:27:31 bulkRetrieveLogs 09:27:31 returns no logs if none are found (82 ms) 09:27:31 returns a public log if one is found (116 ms) 09:27:31 returns a private log if one is found (98 ms) 09:27:31 getPublicLogByTag 09:27:31 returns null if no logs found for tag (64 ms) 09:27:31 returns log data when single log found (100 ms) 09:27:31 throws if multiple logs found for tag (66 ms) 09:27:31 throws if tx effect not found (66 ms) 09:27:31 returns log fields that are actually emitted (94 ms) 09:27:31 getPrivateLogByTag 09:27:31 returns null if no logs found (83 ms) 09:27:31 returns log and tx effect if single log found (102 ms) 09:27:31 throws if multiple logs found for tag (59 ms) 09:27:31 throws if tx effect not found (68 ms) 09:27:31 removeNullifiedNotes 09:27:31 should remove notes that have been nullified (110 ms) 09:27:31 should keep notes that have not been nullified (95 ms) 09:27:31 should not remove notes if nullifier is in unsynced blocks (122 ms) 09:27:31 should search for notes from all accounts (177 ms) 09:27:31 09:27:31 Test Suites: 1 passed, 1 total 09:27:31 Tests: 28 passed, 28 total 09:27:31 Snapshots: 0 total 09:27:31 Time: 6.335 s 09:27:31 Ran all test suites matching pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts. 09:27:31 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?