Parent Log:
http://ci.aztec-labs.com/47047f2495987fd4
Command: 0b621446113df0ea yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/a16ffcb44336b117d56ec8733e0b8bbfc787edf7
Env: REF_NAME=gh-readonly-queue/next/pr-15187-4608046e462faf9ff3fbee265ba34dbecb5d0b31 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 14:47:06 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15187_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next
14:47:08 [14:47:08.951]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:09 [14:47:09.772]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:10 [14:47:10.944]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:11 [14:47:11.394]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:11 [14:47:11.834]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:12 [14:47:12.190]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:12 [14:47:12.727]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:13 [14:47:13.193]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:13 [14:47:13.291]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:13 [14:47:13.402]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:13 [14:47:13.509]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:13 [14:47:13.596]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:13 [14:47:13.692]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:13 [14:47:13.792]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:13 [14:47:13.927]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:14 [14:47:14.050]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:14 [14:47:14.145]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:14 [14:47:14.264]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:14 [14:47:14.354]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:14 [14:47:14.457]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:14 [14:47:14.596]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:14 [14:47:14.680]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:14 [14:47:14.800]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:14 [14:47:14.875]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:14 [14:47:14.944]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:15 [14:47:15.071]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:15 [14:47:15.157]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:15 [14:47:15.254]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:15
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
8.085 s)
14:47:15 PXEOracleInterface
14:47:15 sync tagged logs
14:47:15
✓ should sync tagged logs (824 ms)
14:47:15
✓ should sync tagged logs as senders (1173 ms)
14:47:15
✓ should sync tagged logs with a sender index offset (449 ms)
14:47:15
✓ should sync tagged logs for which indexes are not updated if they're inside the window (440 ms)
14:47:15
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (354 ms)
14:47:15
✓ should sync tagged logs from scratch after a DB wipe (536 ms)
14:47:15
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (467 ms)
14:47:15 deliverNote
14:47:15
✓ should store note if it exists in note hash tree and is not nullified (97 ms)
14:47:15
✓ should throw if note does not exist in note hash tree (108 ms)
14:47:15
✓ should store and immediately remove note if it is already nullified (109 ms)
14:47:15
✓ should reject notes that exist only in unsynced future blocks (88 ms)
14:47:15
✓ should not remove note if nullifier only exists in unsynced blocks (95 ms)
14:47:15 bulkRetrieveLogs
14:47:15
✓ returns no logs if none are found (99 ms)
14:47:15
✓ returns a public log if one is found (133 ms)
14:47:15
✓ returns a private log if one is found (123 ms)
14:47:15 getPublicLogByTag
14:47:15
✓ returns null if no logs found for tag (95 ms)
14:47:15
✓ returns log data when single log found (119 ms)
14:47:15
✓ throws if multiple logs found for tag (90 ms)
14:47:15
✓ throws if tx effect not found (99 ms)
14:47:15
✓ returns log fields that are actually emitted (140 ms)
14:47:15 getPrivateLogByTag
14:47:15
✓ returns null if no logs found (82 ms)
14:47:15
✓ returns log and tx effect if single log found (121 ms)
14:47:15
✓ throws if multiple logs found for tag (74 ms)
14:47:15
✓ throws if tx effect not found (68 ms)
14:47:15 removeNullifiedNotes
14:47:15
✓ should remove notes that have been nullified (125 ms)
14:47:15
✓ should keep notes that have not been nullified (87 ms)
14:47:15
✓ should not remove notes if nullifier is in unsynced blocks (97 ms)
14:47:15
✓ should search for notes from all accounts (182 ms)
14:47:15
14:47:15
Test Suites: 1 passed, 1 total
14:47:15
Tests: 28 passed, 28 total
14:47:15
Snapshots: 0 total
14:47:15
Time: 8.181 s
14:47:15
Ran all test suites matching pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
.
14:47:15
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?