Parent Log:
http://ci.aztec-labs.com/05b76684a53e6d24
Command: 0d541f5a731ac42b yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/74eeec5d95106217d3b3f3068853022cef7fa307
Env: REF_NAME=gh-readonly-queue/next/pr-15189-8cbdad5ba8c6b2b13d060ecb764f4818ca0d5e4d CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 25 10:26:14 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15189_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:26:17 [10:26:17.352]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:18 [10:26:18.116]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:19 [10:26:19.162]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:19 [10:26:19.552]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:19 [10:26:19.978]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:20 [10:26:20.377]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:20 [10:26:20.922]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:21 [10:26:21.359]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:21 [10:26:21.442]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:21 [10:26:21.556]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:21 [10:26:21.663]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:21 [10:26:21.741]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:21 [10:26:21.836]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:21 [10:26:21.941]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:22 [10:26:22.083]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:22 [10:26:22.217]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:22 [10:26:22.303]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:22 [10:26:22.415]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:22 [10:26:22.492]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:22 [10:26:22.574]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:22 [10:26:22.687]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:22 [10:26:22.773]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:22 [10:26:22.892]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:22 [10:26:22.982]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:23 [10:26:23.064]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:23 [10:26:23.176]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:23 [10:26:23.283]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:23 [10:26:23.391]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:26:23
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
7.759 s)
10:26:23 PXEOracleInterface
10:26:23 sync tagged logs
10:26:23
✓ should sync tagged logs (767 ms)
10:26:23
✓ should sync tagged logs as senders (1046 ms)
10:26:23
✓ should sync tagged logs with a sender index offset (389 ms)
10:26:23
✓ should sync tagged logs for which indexes are not updated if they're inside the window (426 ms)
10:26:23
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (398 ms)
10:26:23
✓ should sync tagged logs from scratch after a DB wipe (544 ms)
10:26:23
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (436 ms)
10:26:23 deliverNote
10:26:23
✓ should store note if it exists in note hash tree and is not nullified (82 ms)
10:26:23
✓ should throw if note does not exist in note hash tree (108 ms)
10:26:23
✓ should store and immediately remove note if it is already nullified (110 ms)
10:26:23
✓ should reject notes that exist only in unsynced future blocks (79 ms)
10:26:23
✓ should not remove note if nullifier only exists in unsynced blocks (94 ms)
10:26:23 bulkRetrieveLogs
10:26:23
✓ returns no logs if none are found (102 ms)
10:26:23
✓ returns a public log if one is found (145 ms)
10:26:23
✓ returns a private log if one is found (132 ms)
10:26:23 getPublicLogByTag
10:26:23
✓ returns null if no logs found for tag (86 ms)
10:26:23
✓ returns log data when single log found (113 ms)
10:26:23
✓ throws if multiple logs found for tag (75 ms)
10:26:23
✓ throws if tx effect not found (82 ms)
10:26:23
✓ returns log fields that are actually emitted (112 ms)
10:26:23 getPrivateLogByTag
10:26:23
✓ returns null if no logs found (83 ms)
10:26:23
✓ returns log and tx effect if single log found (121 ms)
10:26:23
✓ throws if multiple logs found for tag (90 ms)
10:26:23
✓ throws if tx effect not found (81 ms)
10:26:23 removeNullifiedNotes
10:26:23
✓ should remove notes that have been nullified (111 ms)
10:26:23
✓ should keep notes that have not been nullified (106 ms)
10:26:23
✓ should not remove notes if nullifier is in unsynced blocks (107 ms)
10:26:23
✓ should search for notes from all accounts (188 ms)
10:26:23
10:26:23
Test Suites: 1 passed, 1 total
10:26:23
Tests: 28 passed, 28 total
10:26:23
Snapshots: 0 total
10:26:23
Time: 7.834 s
10:26:23
Ran all test suites matching pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
.
10:26:23
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?