Parent Log:
http://ci.aztec-labs.com/064c24dcd5b6ed73
Command: b818050160cbcbd8 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/184d5f7d956dd7251670a2dd6728f313cfdf3caf
Env: REF_NAME=gh-readonly-queue/next/pr-14822-e56baa7f24bac54baf9e2f22f6f33ae6fa8b8c0f CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 13 21:18:27 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14822_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next
21:18:30 [21:18:30.601]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:18:31 [21:18:31.328]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:18:32 [21:18:32.558]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:18:32 [21:18:32.981]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:18:33 [21:18:33.505]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:18:33 [21:18:33.894]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:18:34 [21:18:34.496]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:18:34 [21:18:34.898]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:18:34 [21:18:34.989]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:18:35 [21:18:35.096]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:18:35 [21:18:35.198]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:18:35 [21:18:35.303]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:18:35 [21:18:35.406]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:18:35 [21:18:35.480]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:18:35 [21:18:35.579]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:18:35 [21:18:35.658]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:18:35 [21:18:35.748]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:18:35 [21:18:35.855]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:18:35 [21:18:35.939]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:18:36 [21:18:36.049]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:18:36 [21:18:36.131]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:18:36 [21:18:36.206]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:18:36 [21:18:36.300]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:18:36 [21:18:36.394]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:18:36 [21:18:36.497]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:18:36
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
7.709 s)
21:18:36 PXEOracleInterface
21:18:36 sync tagged logs
21:18:36
✓ should sync tagged logs (727 ms)
21:18:36
✓ should sync tagged logs as senders (1229 ms)
21:18:36
✓ should sync tagged logs with a sender index offset (423 ms)
21:18:36
✓ should sync tagged logs for which indexes are not updated if they're inside the window (522 ms)
21:18:36
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (388 ms)
21:18:36
✓ should sync tagged logs from scratch after a DB wipe (601 ms)
21:18:36
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (402 ms)
21:18:36 deliverNote
21:18:36
✓ should store note if it exists in note hash tree and is not nullified (91 ms)
21:18:36
✓ should throw if note does not exist in note hash tree (106 ms)
21:18:36
✓ should store and immediately remove note if it is already nullified (102 ms)
21:18:36
✓ should reject notes that exist only in unsynced future blocks (104 ms)
21:18:36
✓ should not remove note if nullifier only exists in unsynced blocks (103 ms)
21:18:36 getPublicLogByTag
21:18:36
✓ returns null if no logs found for tag (74 ms)
21:18:36
✓ returns log data when single log found (99 ms)
21:18:36
✓ throws if multiple logs found for tag (78 ms)
21:18:36
✓ throws if tx effect not found (91 ms)
21:18:36
✓ returns log fields that are actually emitted (101 ms)
21:18:36 getPrivateLogByTag
21:18:36
✓ returns null if no logs found (90 ms)
21:18:36
✓ returns log and tx effect if single log found (110 ms)
21:18:36
✓ throws if multiple logs found for tag (74 ms)
21:18:36
✓ throws if tx effect not found (80 ms)
21:18:36 removeNullifiedNotes
21:18:36
✓ should remove notes that have been nullified (94 ms)
21:18:36
✓ should keep notes that have not been nullified (93 ms)
21:18:36
✓ should not remove notes if nullifier is in unsynced blocks (101 ms)
21:18:36
✓ should search for notes from all accounts (189 ms)
21:18:36
21:18:36
Test Suites: 1 passed, 1 total
21:18:36
Tests: 25 passed, 25 total
21:18:36
Snapshots: 0 total
21:18:36
Time: 7.793 s
21:18:36
Ran all test suites matching /pxe\/src\/contract_function_simulator\/pxe_oracle_interface.test.ts/i
.
21:18:36
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?