Parent Log:
http://ci.aztec-labs.com/f4e0ca293bf0a04f
Command: f2016651899c5161 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/832c9f298cdc0c0098b9ffb3f9e8b69de37f2b14
Env: REF_NAME=gh-readonly-queue/next/pr-15169-227fd751f8d3e07a96e4c1564665f0676f8222af CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 12:04:27 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15169_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next
12:04:29 [12:04:29.684]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:04:30 [12:04:30.465]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:04:31 [12:04:31.504]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:04:31 [12:04:31.981]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:04:32 [12:04:32.474]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:04:32 [12:04:32.853]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:04:33 [12:04:33.406]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:04:33 [12:04:33.826]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:04:33 [12:04:33.927]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:04:34 [12:04:34.047]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:04:34 [12:04:34.154]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:04:34 [12:04:34.243]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:04:34 [12:04:34.337]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:04:34 [12:04:34.434]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:04:34 [12:04:34.563]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:04:34 [12:04:34.691]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:04:34 [12:04:34.754]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:04:34 [12:04:34.869]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:04:34 [12:04:34.952]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:04:35 [12:04:35.036]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:04:35 [12:04:35.145]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:04:35 [12:04:35.237]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:04:35 [12:04:35.352]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:04:35 [12:04:35.435]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:04:35 [12:04:35.523]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:04:35 [12:04:35.633]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:04:35 [12:04:35.723]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:04:35 [12:04:35.828]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:04:36
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
7.765 s)
12:04:36 PXEOracleInterface
12:04:36 sync tagged logs
12:04:36
✓ should sync tagged logs (782 ms)
12:04:36
✓ should sync tagged logs as senders (1041 ms)
12:04:36
✓ should sync tagged logs with a sender index offset (477 ms)
12:04:36
✓ should sync tagged logs for which indexes are not updated if they're inside the window (489 ms)
12:04:36
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (382 ms)
12:04:36
✓ should sync tagged logs from scratch after a DB wipe (553 ms)
12:04:36
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (419 ms)
12:04:36 deliverNote
12:04:36
✓ should store note if it exists in note hash tree and is not nullified (99 ms)
12:04:36
✓ should throw if note does not exist in note hash tree (117 ms)
12:04:36
✓ should store and immediately remove note if it is already nullified (109 ms)
12:04:36
✓ should reject notes that exist only in unsynced future blocks (88 ms)
12:04:36
✓ should not remove note if nullifier only exists in unsynced blocks (95 ms)
12:04:36 bulkRetrieveLogs
12:04:36
✓ returns no logs if none are found (97 ms)
12:04:36
✓ returns a public log if one is found (129 ms)
12:04:36
✓ returns a private log if one is found (128 ms)
12:04:36 getPublicLogByTag
12:04:36
✓ returns null if no logs found for tag (62 ms)
12:04:36
✓ returns log data when single log found (115 ms)
12:04:36
✓ throws if multiple logs found for tag (83 ms)
12:04:36
✓ throws if tx effect not found (84 ms)
12:04:36
✓ returns log fields that are actually emitted (109 ms)
12:04:36 getPrivateLogByTag
12:04:36
✓ returns null if no logs found (91 ms)
12:04:36
✓ returns log and tx effect if single log found (116 ms)
12:04:36
✓ throws if multiple logs found for tag (83 ms)
12:04:36
✓ throws if tx effect not found (86 ms)
12:04:36 removeNullifiedNotes
12:04:36
✓ should remove notes that have been nullified (109 ms)
12:04:36
✓ should keep notes that have not been nullified (89 ms)
12:04:36
✓ should not remove notes if nullifier is in unsynced blocks (106 ms)
12:04:36
✓ should search for notes from all accounts (212 ms)
12:04:36
12:04:36
Test Suites: 1 passed, 1 total
12:04:36
Tests: 28 passed, 28 total
12:04:36
Snapshots: 0 total
12:04:36
Time: 7.849 s
12:04:36
Ran all test suites matching pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
.
12:04:36
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?