Parent Log:
http://ci.aztec-labs.com/84dea640742bbf96
Command: 448a16f463e450de yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/80d800435dd8dfa325e38593d83b405488449dba
Env: REF_NAME=gh-readonly-queue/next/pr-14444-28bf32bfc2566751e8baa0a9125a9db20d474bee CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 20 15:58:49 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14444_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next
15:58:52 [15:58:52.262]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:58:52 [15:58:52.981]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:58:54 [15:58:54.042]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:58:54 [15:58:54.519]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:58:54 [15:58:54.958]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:58:55 [15:58:55.320]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:58:55 [15:58:55.856]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:58:56 [15:58:56.290]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:58:56 [15:58:56.377]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:58:56 [15:58:56.494]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:58:56 [15:58:56.583]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:58:56 [15:58:56.680]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:58:56 [15:58:56.782]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:58:56 [15:58:56.887]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:58:57 [15:58:57.019]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:58:57 [15:58:57.151]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:58:57 [15:58:57.248]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:58:57 [15:58:57.385]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:58:57 [15:58:57.478]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:58:57 [15:58:57.567]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:58:57 [15:58:57.673]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:58:57 [15:58:57.741]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:58:57 [15:58:57.846]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:58:57 [15:58:57.923]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:58:57 [15:58:58.000]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:58:58 [15:58:58.096]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:58:58 [15:58:58.178]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:58:58 [15:58:58.278]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:58:58
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
8.074 s)
15:58:58 PXEOracleInterface
15:58:58 sync tagged logs
15:58:58
✓ should sync tagged logs (726 ms)
15:58:58
✓ should sync tagged logs as senders (1061 ms)
15:58:58
✓ should sync tagged logs with a sender index offset (475 ms)
15:58:58
✓ should sync tagged logs for which indexes are not updated if they're inside the window (439 ms)
15:58:58
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (362 ms)
15:58:58
✓ should sync tagged logs from scratch after a DB wipe (532 ms)
15:58:58
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (436 ms)
15:58:58 deliverNote
15:58:58
✓ should store note if it exists in note hash tree and is not nullified (86 ms)
15:58:58
✓ should throw if note does not exist in note hash tree (115 ms)
15:58:58
✓ should store and immediately remove note if it is already nullified (91 ms)
15:58:58
✓ should reject notes that exist only in unsynced future blocks (95 ms)
15:58:58
✓ should not remove note if nullifier only exists in unsynced blocks (102 ms)
15:58:58 bulkRetrieveLogs
15:58:58
✓ returns no logs if none are found (104 ms)
15:58:58
✓ returns a public log if one is found (132 ms)
15:58:58
✓ returns a private log if one is found (131 ms)
15:58:58 getPublicLogByTag
15:58:58
✓ returns null if no logs found for tag (97 ms)
15:58:58
✓ returns log data when single log found (135 ms)
15:58:58
✓ throws if multiple logs found for tag (94 ms)
15:58:58
✓ throws if tx effect not found (89 ms)
15:58:58
✓ returns log fields that are actually emitted (105 ms)
15:58:58 getPrivateLogByTag
15:58:58
✓ returns null if no logs found (68 ms)
15:58:58
✓ returns log and tx effect if single log found (105 ms)
15:58:58
✓ throws if multiple logs found for tag (76 ms)
15:58:58
✓ throws if tx effect not found (76 ms)
15:58:58 removeNullifiedNotes
15:58:58
✓ should remove notes that have been nullified (95 ms)
15:58:58
✓ should keep notes that have not been nullified (82 ms)
15:58:58
✓ should not remove notes if nullifier is in unsynced blocks (98 ms)
15:58:58
✓ should search for notes from all accounts (202 ms)
15:58:58
15:58:58
Test Suites: 1 passed, 1 total
15:58:58
Tests: 28 passed, 28 total
15:58:58
Snapshots: 0 total
15:58:58
Time: 8.157 s
15:58:58
Ran all test suites matching pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
.
15:58:58
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?