Parent Log: http://ci.aztec-labs.com/a0a5ca8d8b3bb5c7 Command: f643ae060f517c84 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/be78cf2e908c8f2f34676d72c74c8b92a3f591d1 Env: REF_NAME=release-please--branches--next CURRENT_VERSION=0.88.0 CI_FULL=0 Date: Fri Jun 20 23:00:07 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=release-please--branches--next_amd64 Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next 23:00:09 [23:00:09.739] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:00:10 [23:00:10.391] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:00:11 [23:00:11.308] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:00:11 [23:00:11.763] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:00:12 [23:00:12.184] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:00:12 [23:00:12.530] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:00:12 [23:00:12.986] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:00:13 [23:00:13.377] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:00:13 [23:00:13.463] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:00:13 [23:00:13.572] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:00:13 [23:00:13.663] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:00:13 [23:00:13.737] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:00:13 [23:00:13.824] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:00:13 [23:00:13.914] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:00:14 [23:00:14.019] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:00:14 [23:00:14.130] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:00:14 [23:00:14.202] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:00:14 [23:00:14.302] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:00:14 [23:00:14.371] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:00:14 [23:00:14.441] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:00:14 [23:00:14.547] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:00:14 [23:00:14.616] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:00:14 [23:00:14.725] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:00:14 [23:00:14.796] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:00:14 [23:00:14.871] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:00:14 [23:00:14.985] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:00:15 [23:00:15.065] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:00:15 [23:00:15.155] INFO: kv-store:lmdb-v2:test Starting data store with maxReaders 16 23:00:15 PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (6.821 s) 23:00:15 PXEOracleInterface 23:00:15 sync tagged logs 23:00:15 should sync tagged logs (653 ms) 23:00:15 should sync tagged logs as senders (917 ms) 23:00:15 should sync tagged logs with a sender index offset (455 ms) 23:00:15 should sync tagged logs for which indexes are not updated if they're inside the window (420 ms) 23:00:15 should not sync tagged logs for which indexes are not updated if they're outside the window (347 ms) 23:00:15 should sync tagged logs from scratch after a DB wipe (455 ms) 23:00:15 should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (391 ms) 23:00:15 deliverNote 23:00:15 should store note if it exists in note hash tree and is not nullified (84 ms) 23:00:15 should throw if note does not exist in note hash tree (108 ms) 23:00:15 should store and immediately remove note if it is already nullified (93 ms) 23:00:15 should reject notes that exist only in unsynced future blocks (74 ms) 23:00:15 should not remove note if nullifier only exists in unsynced blocks (87 ms) 23:00:15 bulkRetrieveLogs 23:00:15 returns no logs if none are found (90 ms) 23:00:15 returns a public log if one is found (105 ms) 23:00:15 returns a private log if one is found (110 ms) 23:00:15 getPublicLogByTag 23:00:15 returns null if no logs found for tag (71 ms) 23:00:15 returns log data when single log found (100 ms) 23:00:15 throws if multiple logs found for tag (68 ms) 23:00:15 throws if tx effect not found (71 ms) 23:00:15 returns log fields that are actually emitted (104 ms) 23:00:15 getPrivateLogByTag 23:00:15 returns null if no logs found (69 ms) 23:00:15 returns log and tx effect if single log found (109 ms) 23:00:15 throws if multiple logs found for tag (69 ms) 23:00:15 throws if tx effect not found (76 ms) 23:00:15 removeNullifiedNotes 23:00:15 should remove notes that have been nullified (114 ms) 23:00:15 should keep notes that have not been nullified (80 ms) 23:00:15 should not remove notes if nullifier is in unsynced blocks (89 ms) 23:00:15 should search for notes from all accounts (158 ms) 23:00:15 23:00:15 Test Suites: 1 passed, 1 total 23:00:15 Tests: 28 passed, 28 total 23:00:15 Snapshots: 0 total 23:00:15 Time: 6.902 s 23:00:15 Ran all test suites matching pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts. 23:00:15 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?