Parent Log:
http://ci.aztec-labs.com/202b4985e033a35a
Command: 2f90642d334347ff yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/13c9f60af5c2ea64e96c521ff1b514d2662d819e
Env: REF_NAME=gh-readonly-queue/next/pr-15254-1bb4f0588a9dc5b1df622753aab1d907b3f12c7a CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Wed Jun 25 09:16:21 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15254_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next
09:16:22 [09:16:22.933]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:16:23 [09:16:23.577]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:16:24 [09:16:24.422]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:16:24 [09:16:24.762]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:16:25 [09:16:25.114]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:16:25 [09:16:25.429]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:16:25 [09:16:25.899]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:16:26 [09:16:26.203]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:16:26 [09:16:26.287]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:16:26 [09:16:26.384]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:16:26 [09:16:26.479]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:16:26 [09:16:26.549]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:16:26 [09:16:26.636]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:16:26 [09:16:26.715]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:16:26 [09:16:26.821]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:16:26 [09:16:26.919]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:16:26 [09:16:26.992]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:16:27 [09:16:27.094]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:16:27 [09:16:27.187]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:16:27 [09:16:27.256]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:16:27 [09:16:27.351]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:16:27 [09:16:27.415]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:16:27 [09:16:27.513]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:16:27 [09:16:27.575]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:16:27 [09:16:27.636]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:16:27 [09:16:27.732]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:16:27 [09:16:27.823]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:16:27 [09:16:27.927]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
09:16:28
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
6.283 s)
09:16:28 PXEOracleInterface
09:16:28 sync tagged logs
09:16:28
✓ should sync tagged logs (646 ms)
09:16:28
✓ should sync tagged logs as senders (846 ms)
09:16:28
✓ should sync tagged logs with a sender index offset (339 ms)
09:16:28
✓ should sync tagged logs for which indexes are not updated if they're inside the window (352 ms)
09:16:28
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (314 ms)
09:16:28
✓ should sync tagged logs from scratch after a DB wipe (470 ms)
09:16:28
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (304 ms)
09:16:28 deliverNote
09:16:28
✓ should store note if it exists in note hash tree and is not nullified (85 ms)
09:16:28
✓ should throw if note does not exist in note hash tree (95 ms)
09:16:28
✓ should store and immediately remove note if it is already nullified (96 ms)
09:16:28
✓ should reject notes that exist only in unsynced future blocks (70 ms)
09:16:28
✓ should not remove note if nullifier only exists in unsynced blocks (84 ms)
09:16:28 bulkRetrieveLogs
09:16:28
✓ returns no logs if none are found (82 ms)
09:16:28
✓ returns a public log if one is found (105 ms)
09:16:28
✓ returns a private log if one is found (98 ms)
09:16:28 getPublicLogByTag
09:16:28
✓ returns null if no logs found for tag (72 ms)
09:16:28
✓ returns log data when single log found (101 ms)
09:16:28
✓ throws if multiple logs found for tag (93 ms)
09:16:28
✓ throws if tx effect not found (69 ms)
09:16:28
✓ returns log fields that are actually emitted (95 ms)
09:16:28 getPrivateLogByTag
09:16:28
✓ returns null if no logs found (63 ms)
09:16:28
✓ returns log and tx effect if single log found (97 ms)
09:16:28
✓ throws if multiple logs found for tag (63 ms)
09:16:28
✓ throws if tx effect not found (61 ms)
09:16:28 removeNullifiedNotes
09:16:28
✓ should remove notes that have been nullified (95 ms)
09:16:28
✓ should keep notes that have not been nullified (90 ms)
09:16:28
✓ should not remove notes if nullifier is in unsynced blocks (102 ms)
09:16:28
✓ should search for notes from all accounts (158 ms)
09:16:28
09:16:28
Test Suites: 1 passed, 1 total
09:16:28
Tests: 28 passed, 28 total
09:16:28
Snapshots: 0 total
09:16:28
Time: 6.355 s
09:16:28
Ran all test suites matching pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
.
09:16:28
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?