Parent Log:
http://ci.aztec-labs.com/c83cee77f951c546
Command: 8eab3f4af2f43a8d yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/a923b0dd4c74291fcefa86c41b3b5dffca7e4178
Env: REF_NAME=gh-readonly-queue/next/pr-15160-5d81047d880386c72ab2e6701b0c86ae607c3618 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 20 13:10:49 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15160_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next
13:10:52 [13:10:52.657]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:53 [13:10:53.559]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:54 [13:10:54.761]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:55 [13:10:55.242]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:55 [13:10:55.745]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:56 [13:10:56.117]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:56 [13:10:56.632]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:57 [13:10:57.044]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:57 [13:10:57.139]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:57 [13:10:57.241]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:57 [13:10:57.334]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:57 [13:10:57.407]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:57 [13:10:57.490]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:57 [13:10:57.587]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:57 [13:10:57.707]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:57 [13:10:57.804]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:57 [13:10:57.867]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:57 [13:10:57.975]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:58 [13:10:58.043]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:58 [13:10:58.142]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:58 [13:10:58.263]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:58 [13:10:58.348]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:58 [13:10:58.455]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:58 [13:10:58.535]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:58 [13:10:58.606]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:58 [13:10:58.733]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:58 [13:10:58.843]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:58 [13:10:58.954]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:10:59
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
8.332 s)
13:10:59 PXEOracleInterface
13:10:59 sync tagged logs
13:10:59
✓ should sync tagged logs (904 ms)
13:10:59
✓ should sync tagged logs as senders (1204 ms)
13:10:59
✓ should sync tagged logs with a sender index offset (479 ms)
13:10:59
✓ should sync tagged logs for which indexes are not updated if they're inside the window (502 ms)
13:10:59
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (372 ms)
13:10:59
✓ should sync tagged logs from scratch after a DB wipe (514 ms)
13:10:59
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (412 ms)
13:10:59 deliverNote
13:10:59
✓ should store note if it exists in note hash tree and is not nullified (95 ms)
13:10:59
✓ should throw if note does not exist in note hash tree (100 ms)
13:10:59
✓ should store and immediately remove note if it is already nullified (95 ms)
13:10:59
✓ should reject notes that exist only in unsynced future blocks (73 ms)
13:10:59
✓ should not remove note if nullifier only exists in unsynced blocks (83 ms)
13:10:59 bulkRetrieveLogs
13:10:59
✓ returns no logs if none are found (97 ms)
13:10:59
✓ returns a public log if one is found (119 ms)
13:10:59
✓ returns a private log if one is found (97 ms)
13:10:59 getPublicLogByTag
13:10:59
✓ returns null if no logs found for tag (62 ms)
13:10:59
✓ returns log data when single log found (108 ms)
13:10:59
✓ throws if multiple logs found for tag (67 ms)
13:10:59
✓ throws if tx effect not found (99 ms)
13:10:59
✓ returns log fields that are actually emitted (120 ms)
13:10:59 getPrivateLogByTag
13:10:59
✓ returns null if no logs found (85 ms)
13:10:59
✓ returns log and tx effect if single log found (106 ms)
13:10:59
✓ throws if multiple logs found for tag (80 ms)
13:10:59
✓ throws if tx effect not found (71 ms)
13:10:59 removeNullifiedNotes
13:10:59
✓ should remove notes that have been nullified (127 ms)
13:10:59
✓ should keep notes that have not been nullified (109 ms)
13:10:59
✓ should not remove notes if nullifier is in unsynced blocks (111 ms)
13:10:59
✓ should search for notes from all accounts (216 ms)
13:10:59
13:10:59
Test Suites: 1 passed, 1 total
13:10:59
Tests: 28 passed, 28 total
13:10:59
Snapshots: 0 total
13:10:59
Time: 8.447 s
13:10:59
Ran all test suites matching pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
.
13:10:59
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?