Parent Log:
http://ci.aztec-labs.com/c342d0a4b7d0a24c
Command: 49ac1aef38652cc1 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/0f26f87af2947423f556c64f03e0100cbf5136f7
Env: REF_NAME=gh-readonly-queue/next/pr-15273-74eeec5d95106217d3b3f3068853022cef7fa307 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 25 10:57:15 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15273_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next
10:57:17 [10:57:17.718]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:57:18 [10:57:18.585]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:57:19 [10:57:19.625]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:57:20 [10:57:20.056]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:57:20 [10:57:20.497]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:57:20 [10:57:20.879]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:57:21 [10:57:21.402]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:57:21 [10:57:21.827]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:57:21 [10:57:21.915]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:57:22 [10:57:22.036]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:57:22 [10:57:22.148]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:57:22 [10:57:22.221]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:57:22 [10:57:22.314]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:57:22 [10:57:22.427]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:57:22 [10:57:22.569]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:57:22 [10:57:22.688]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:57:22 [10:57:22.756]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:57:22 [10:57:22.868]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:57:22 [10:57:22.937]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:57:23 [10:57:23.012]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:57:23 [10:57:23.109]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:57:23 [10:57:23.184]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:57:23 [10:57:23.288]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:57:23 [10:57:23.350]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:57:23 [10:57:23.416]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:57:23 [10:57:23.504]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:57:23 [10:57:23.589]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:57:23 [10:57:23.676]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:57:23
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
7.725 s)
10:57:23 PXEOracleInterface
10:57:23 sync tagged logs
10:57:23
✓ should sync tagged logs (870 ms)
10:57:23
✓ should sync tagged logs as senders (1041 ms)
10:57:23
✓ should sync tagged logs with a sender index offset (431 ms)
10:57:23
✓ should sync tagged logs for which indexes are not updated if they're inside the window (441 ms)
10:57:23
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (378 ms)
10:57:23
✓ should sync tagged logs from scratch after a DB wipe (527 ms)
10:57:23
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (424 ms)
10:57:23 deliverNote
10:57:23
✓ should store note if it exists in note hash tree and is not nullified (87 ms)
10:57:23
✓ should throw if note does not exist in note hash tree (112 ms)
10:57:23
✓ should store and immediately remove note if it is already nullified (119 ms)
10:57:23
✓ should reject notes that exist only in unsynced future blocks (73 ms)
10:57:23
✓ should not remove note if nullifier only exists in unsynced blocks (92 ms)
10:57:23 bulkRetrieveLogs
10:57:23
✓ returns no logs if none are found (110 ms)
10:57:23
✓ returns a public log if one is found (143 ms)
10:57:23
✓ returns a private log if one is found (118 ms)
10:57:23 getPublicLogByTag
10:57:23
✓ returns null if no logs found for tag (68 ms)
10:57:23
✓ returns log data when single log found (112 ms)
10:57:23
✓ throws if multiple logs found for tag (67 ms)
10:57:23
✓ throws if tx effect not found (75 ms)
10:57:23
✓ returns log fields that are actually emitted (97 ms)
10:57:23 getPrivateLogByTag
10:57:23
✓ returns null if no logs found (75 ms)
10:57:23
✓ returns log and tx effect if single log found (104 ms)
10:57:23
✓ throws if multiple logs found for tag (62 ms)
10:57:23
✓ throws if tx effect not found (64 ms)
10:57:23 removeNullifiedNotes
10:57:23
✓ should remove notes that have been nullified (89 ms)
10:57:23
✓ should keep notes that have not been nullified (83 ms)
10:57:23
✓ should not remove notes if nullifier is in unsynced blocks (89 ms)
10:57:23
✓ should search for notes from all accounts (160 ms)
10:57:23
10:57:23
Test Suites: 1 passed, 1 total
10:57:23
Tests: 28 passed, 28 total
10:57:23
Snapshots: 0 total
10:57:23
Time: 7.825 s
10:57:23
Ran all test suites matching pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
.
10:57:23
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?