Parent Log:
http://ci.aztec-labs.com/3e13a93e0258dba1
Command: 47858aa9bf665f8a yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/1bb4f0588a9dc5b1df622753aab1d907b3f12c7a
Env: REF_NAME=gh-readonly-queue/next/pr-15245-534f06e45f48274efd53a2204c90cb0b91a53efb CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 25 08:18:46 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15245_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next
08:18:49 [08:18:49.370]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:18:50 [08:18:50.169]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:18:51 [08:18:51.264]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:18:51 [08:18:51.665]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:18:52 [08:18:52.151]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:18:52 [08:18:52.535]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:18:53 [08:18:53.094]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:18:53 [08:18:53.530]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:18:53 [08:18:53.624]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:18:53 [08:18:53.730]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:18:53 [08:18:53.816]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:18:53 [08:18:53.895]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:18:53 [08:18:53.977]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:18:54 [08:18:54.066]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:18:54 [08:18:54.199]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:18:54 [08:18:54.319]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:18:54 [08:18:54.395]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:18:54 [08:18:54.532]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:18:54 [08:18:54.602]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:18:54 [08:18:54.673]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:18:54 [08:18:54.794]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:18:54 [08:18:54.883]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:18:55 [08:18:55.013]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:18:55 [08:18:55.104]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:18:55 [08:18:55.199]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:18:55 [08:18:55.326]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:18:55 [08:18:55.424]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:18:55 [08:18:55.539]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
08:18:55
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
7.792 s)
08:18:55 PXEOracleInterface
08:18:55 sync tagged logs
08:18:55
✓ should sync tagged logs (800 ms)
08:18:55
✓ should sync tagged logs as senders (1094 ms)
08:18:55
✓ should sync tagged logs with a sender index offset (402 ms)
08:18:55
✓ should sync tagged logs for which indexes are not updated if they're inside the window (485 ms)
08:18:55
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (381 ms)
08:18:55
✓ should sync tagged logs from scratch after a DB wipe (558 ms)
08:18:55
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (438 ms)
08:18:55 deliverNote
08:18:55
✓ should store note if it exists in note hash tree and is not nullified (94 ms)
08:18:55
✓ should throw if note does not exist in note hash tree (106 ms)
08:18:55
✓ should store and immediately remove note if it is already nullified (85 ms)
08:18:55
✓ should reject notes that exist only in unsynced future blocks (79 ms)
08:18:55
✓ should not remove note if nullifier only exists in unsynced blocks (81 ms)
08:18:55 bulkRetrieveLogs
08:18:55
✓ returns no logs if none are found (88 ms)
08:18:55
✓ returns a public log if one is found (133 ms)
08:18:55
✓ returns a private log if one is found (119 ms)
08:18:55 getPublicLogByTag
08:18:55
✓ returns null if no logs found for tag (75 ms)
08:18:55
✓ returns log data when single log found (133 ms)
08:18:55
✓ throws if multiple logs found for tag (74 ms)
08:18:55
✓ throws if tx effect not found (69 ms)
08:18:55
✓ returns log fields that are actually emitted (114 ms)
08:18:55 getPrivateLogByTag
08:18:55
✓ returns null if no logs found (88 ms)
08:18:55
✓ returns log and tx effect if single log found (129 ms)
08:18:55
✓ throws if multiple logs found for tag (92 ms)
08:18:55
✓ throws if tx effect not found (94 ms)
08:18:55 removeNullifiedNotes
08:18:55
✓ should remove notes that have been nullified (126 ms)
08:18:55
✓ should keep notes that have not been nullified (97 ms)
08:18:55
✓ should not remove notes if nullifier is in unsynced blocks (114 ms)
08:18:55
✓ should search for notes from all accounts (196 ms)
08:18:55
08:18:55
Test Suites: 1 passed, 1 total
08:18:55
Tests: 28 passed, 28 total
08:18:55
Snapshots: 0 total
08:18:55
Time: 7.902 s
08:18:55
Ran all test suites matching pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
.
08:18:55
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?