Parent Log:
http://ci.aztec-labs.com/af1e20c8fae4f49c
Command: a668859b212fc7b1 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/3c1b9d57eadcc8fb03a7ed42610cf0a1ae4a32eb
Env: REF_NAME=gh-readonly-queue/next/pr-14858-4b0e4dc09fa55f0bc808fa0c7c3e95e8fa997069 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 21:40:16 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14858_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next
21:40:19 [21:40:19.548]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:40:20 [21:40:20.252]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:40:21 [21:40:21.391]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:40:21 [21:40:21.820]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:40:22 [21:40:22.229]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:40:22 [21:40:22.578]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:40:23 [21:40:23.198]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:40:23 [21:40:23.657]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:40:23 [21:40:23.766]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:40:23 [21:40:23.897]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:40:24 [21:40:24.005]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:40:24 [21:40:24.104]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:40:24 [21:40:24.205]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:40:24 [21:40:24.286]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:40:24 [21:40:24.402]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:40:24 [21:40:24.497]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:40:24 [21:40:24.591]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:40:24 [21:40:24.717]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:40:24 [21:40:24.804]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:40:24 [21:40:24.910]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:40:24 [21:40:24.998]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:40:25 [21:40:25.071]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:40:25 [21:40:25.169]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:40:25 [21:40:25.262]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:40:25 [21:40:25.345]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:40:25
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
7.624 s)
21:40:25 PXEOracleInterface
21:40:25 sync tagged logs
21:40:25
✓ should sync tagged logs (719 ms)
21:40:25
✓ should sync tagged logs as senders (1139 ms)
21:40:25
✓ should sync tagged logs with a sender index offset (429 ms)
21:40:25
✓ should sync tagged logs for which indexes are not updated if they're inside the window (408 ms)
21:40:25
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (350 ms)
21:40:25
✓ should sync tagged logs from scratch after a DB wipe (619 ms)
21:40:25
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (458 ms)
21:40:25 deliverNote
21:40:25
✓ should store note if it exists in note hash tree and is not nullified (109 ms)
21:40:25
✓ should throw if note does not exist in note hash tree (121 ms)
21:40:25
✓ should store and immediately remove note if it is already nullified (114 ms)
21:40:25
✓ should reject notes that exist only in unsynced future blocks (101 ms)
21:40:25
✓ should not remove note if nullifier only exists in unsynced blocks (101 ms)
21:40:25 getPublicLogByTag
21:40:25
✓ returns null if no logs found for tag (80 ms)
21:40:25
✓ returns log data when single log found (116 ms)
21:40:25
✓ throws if multiple logs found for tag (94 ms)
21:40:25
✓ throws if tx effect not found (93 ms)
21:40:25
✓ returns log fields that are actually emitted (126 ms)
21:40:25 getPrivateLogByTag
21:40:25
✓ returns null if no logs found (87 ms)
21:40:25
✓ returns log and tx effect if single log found (105 ms)
21:40:25
✓ throws if multiple logs found for tag (78 ms)
21:40:25
✓ throws if tx effect not found (81 ms)
21:40:25 removeNullifiedNotes
21:40:25
✓ should remove notes that have been nullified (97 ms)
21:40:25
✓ should keep notes that have not been nullified (94 ms)
21:40:25
✓ should not remove notes if nullifier is in unsynced blocks (83 ms)
21:40:25
✓ should search for notes from all accounts (177 ms)
21:40:25
21:40:25
Test Suites: 1 passed, 1 total
21:40:25
Tests: 25 passed, 25 total
21:40:25
Snapshots: 0 total
21:40:25
Time: 7.728 s
21:40:25
Ran all test suites matching pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
.
21:40:25
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?