Parent Log: http://ci.aztec-labs.com/d5d17dd399bede03 Command: fab700985fdda05e yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/9164f0ea2d1bd891bbde066fe27f2239188ddec9 Env: REF_NAME=gh-readonly-queue/next/pr-15169-301dce04331dcfb583b7508b91491de618d4acf4 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Mon Jun 23 11:26:29 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15169_amd64_x3-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next 11:26:32 [11:26:32.530] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:26:33 [11:26:33.391] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:26:34 [11:26:34.507] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:26:34 [11:26:34.904] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:26:35 [11:26:35.333] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:26:35 [11:26:35.683] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:26:36 [11:26:36.274] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:26:36 [11:26:36.707] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:26:36 [11:26:36.799] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:26:36 [11:26:36.917] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:26:37 [11:26:37.009] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:26:37 [11:26:37.108] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:26:37 [11:26:37.198] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:26:37 [11:26:37.289] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:26:37 [11:26:37.421] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:26:37 [11:26:37.557] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:26:37 [11:26:37.628] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:26:37 [11:26:37.745] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:26:37 [11:26:37.827] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:26:37 [11:26:37.906] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:26:38 [11:26:38.015] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:26:38 [11:26:38.098] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:26:38 [11:26:38.216] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:26:38 [11:26:38.308] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:26:38 [11:26:38.394] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:26:38 [11:26:38.499] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:26:38 [11:26:38.603] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:26:38 [11:26:38.699] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 11:26:38 PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (7.975 s) 11:26:38 PXEOracleInterface 11:26:38 sync tagged logs 11:26:38 should sync tagged logs (864 ms) 11:26:38 should sync tagged logs as senders (1116 ms) 11:26:38 should sync tagged logs with a sender index offset (396 ms) 11:26:38 should sync tagged logs for which indexes are not updated if they're inside the window (428 ms) 11:26:38 should not sync tagged logs for which indexes are not updated if they're outside the window (350 ms) 11:26:38 should sync tagged logs from scratch after a DB wipe (590 ms) 11:26:38 should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (431 ms) 11:26:38 deliverNote 11:26:38 should store note if it exists in note hash tree and is not nullified (92 ms) 11:26:38 should throw if note does not exist in note hash tree (115 ms) 11:26:38 should store and immediately remove note if it is already nullified (94 ms) 11:26:38 should reject notes that exist only in unsynced future blocks (98 ms) 11:26:38 should not remove note if nullifier only exists in unsynced blocks (90 ms) 11:26:38 bulkRetrieveLogs 11:26:38 returns no logs if none are found (91 ms) 11:26:38 returns a public log if one is found (132 ms) 11:26:38 returns a private log if one is found (136 ms) 11:26:38 getPublicLogByTag 11:26:38 returns null if no logs found for tag (69 ms) 11:26:38 returns log data when single log found (113 ms) 11:26:38 throws if multiple logs found for tag (85 ms) 11:26:38 throws if tx effect not found (79 ms) 11:26:38 returns log fields that are actually emitted (108 ms) 11:26:38 getPrivateLogByTag 11:26:38 returns null if no logs found (83 ms) 11:26:38 returns log and tx effect if single log found (117 ms) 11:26:38 throws if multiple logs found for tag (91 ms) 11:26:38 throws if tx effect not found (85 ms) 11:26:38 removeNullifiedNotes 11:26:38 should remove notes that have been nullified (104 ms) 11:26:38 should keep notes that have not been nullified (104 ms) 11:26:38 should not remove notes if nullifier is in unsynced blocks (96 ms) 11:26:38 should search for notes from all accounts (192 ms) 11:26:38 11:26:38 Test Suites: 1 passed, 1 total 11:26:38 Tests: 28 passed, 28 total 11:26:38 Snapshots: 0 total 11:26:38 Time: 8.068 s 11:26:38 Ran all test suites matching pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts. 11:26:38 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?