Parent Log:
http://ci.aztec-labs.com/5e515535e86b994c
Command: 5f8c4dc44886aef3 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/e340440b20c8e6058b811ce607aaf8447cf11c15
Env: REF_NAME=gh-readonly-queue/next/pr-15307-211a2c7b7aa5782c4eaa4292b84d2dc8c378aee1 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Thu Jun 26 19:01:30 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15307_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next
19:01:33 [19:01:33.568]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:01:34 [19:01:34.399]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:01:35 [19:01:35.350]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:01:35 [19:01:35.787]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:01:36 [19:01:36.291]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:01:36 [19:01:36.694]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:01:37 [19:01:37.232]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:01:37 [19:01:37.669]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:01:37 [19:01:37.763]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:01:37 [19:01:37.883]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:01:37 [19:01:37.977]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:01:38 [19:01:38.057]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:01:38 [19:01:38.158]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:01:38 [19:01:38.255]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:01:38 [19:01:38.379]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:01:38 [19:01:38.511]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:01:38 [19:01:38.588]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:01:38 [19:01:38.706]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:01:38 [19:01:38.794]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:01:38 [19:01:38.879]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:01:39 [19:01:39.018]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:01:39 [19:01:39.105]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:01:39 [19:01:39.218]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:01:39 [19:01:39.308]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:01:39 [19:01:39.403]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:01:39 [19:01:39.517]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:01:39 [19:01:39.617]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:01:39 [19:01:39.709]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:01:39
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
7.922 s)
19:01:39 PXEOracleInterface
19:01:39 sync tagged logs
19:01:39
✓ should sync tagged logs (837 ms)
19:01:39
✓ should sync tagged logs as senders (951 ms)
19:01:39
✓ should sync tagged logs with a sender index offset (437 ms)
19:01:39
✓ should sync tagged logs for which indexes are not updated if they're inside the window (503 ms)
19:01:39
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (403 ms)
19:01:39
✓ should sync tagged logs from scratch after a DB wipe (538 ms)
19:01:39
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (436 ms)
19:01:39 deliverNote
19:01:39
✓ should store note if it exists in note hash tree and is not nullified (90 ms)
19:01:39
✓ should throw if note does not exist in note hash tree (118 ms)
19:01:39
✓ should store and immediately remove note if it is already nullified (97 ms)
19:01:39
✓ should reject notes that exist only in unsynced future blocks (80 ms)
19:01:39
✓ should not remove note if nullifier only exists in unsynced blocks (102 ms)
19:01:39 bulkRetrieveLogs
19:01:39
✓ returns no logs if none are found (96 ms)
19:01:39
✓ returns a public log if one is found (124 ms)
19:01:39
✓ returns a private log if one is found (130 ms)
19:01:39 getPublicLogByTag
19:01:39
✓ returns null if no logs found for tag (77 ms)
19:01:39
✓ returns log data when single log found (120 ms)
19:01:39
✓ throws if multiple logs found for tag (85 ms)
19:01:39
✓ throws if tx effect not found (83 ms)
19:01:39
✓ returns log fields that are actually emitted (141 ms)
19:01:39 getPrivateLogByTag
19:01:39
✓ returns null if no logs found (84 ms)
19:01:39
✓ returns log and tx effect if single log found (112 ms)
19:01:39
✓ throws if multiple logs found for tag (93 ms)
19:01:39
✓ throws if tx effect not found (92 ms)
19:01:39 removeNullifiedNotes
19:01:39
✓ should remove notes that have been nullified (115 ms)
19:01:39
✓ should keep notes that have not been nullified (100 ms)
19:01:39
✓ should not remove notes if nullifier is in unsynced blocks (91 ms)
19:01:39
✓ should search for notes from all accounts (188 ms)
19:01:39
19:01:39
Test Suites: 1 passed, 1 total
19:01:39
Tests: 28 passed, 28 total
19:01:39
Snapshots: 0 total
19:01:39
Time: 8.028 s
19:01:39
Ran all test suites matching pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
.
19:01:39
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?