Parent Log:
http://ci.aztec-labs.com/7e0dc7e41fba72d4
Command: 9d60524367dfa79a yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/056e5230c330d6ad19900135ecf2a4787181496a
Env: REF_NAME=gh-readonly-queue/next/pr-12986-a9f91dd1e5946aecfeb192ce869eb3e8eca2742e CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 13:13:39 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-12986_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next
13:13:41 [13:13:41.988]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:13:42 [13:13:42.774]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:13:43 [13:13:43.740]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:13:44 [13:13:44.136]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:13:44 [13:13:44.530]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:13:44 [13:13:44.938]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:13:45 [13:13:45.504]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:13:45 [13:13:45.966]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:13:46 [13:13:46.059]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:13:46 [13:13:46.173]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:13:46 [13:13:46.265]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:13:46 [13:13:46.362]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:13:46 [13:13:46.454]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:13:46 [13:13:46.528]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:13:46 [13:13:46.629]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:13:46 [13:13:46.726]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:13:46 [13:13:46.809]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:13:46 [13:13:46.923]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:13:47 [13:13:47.010]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:13:47 [13:13:47.117]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:13:47 [13:13:47.193]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:13:47 [13:13:47.263]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:13:47 [13:13:47.365]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:13:47 [13:13:47.452]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:13:47 [13:13:47.543]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:13:47
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
7.466 s)
13:13:47 PXEOracleInterface
13:13:47 sync tagged logs
13:13:47
✓ should sync tagged logs (798 ms)
13:13:47
✓ should sync tagged logs as senders (965 ms)
13:13:47
✓ should sync tagged logs with a sender index offset (393 ms)
13:13:47
✓ should sync tagged logs for which indexes are not updated if they're inside the window (396 ms)
13:13:47
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (408 ms)
13:13:47
✓ should sync tagged logs from scratch after a DB wipe (559 ms)
13:13:47
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (467 ms)
13:13:47 deliverNote
13:13:47
✓ should store note if it exists in note hash tree and is not nullified (92 ms)
13:13:47
✓ should throw if note does not exist in note hash tree (112 ms)
13:13:47
✓ should store and immediately remove note if it is already nullified (93 ms)
13:13:47
✓ should reject notes that exist only in unsynced future blocks (96 ms)
13:13:47
✓ should not remove note if nullifier only exists in unsynced blocks (91 ms)
13:13:47 getPublicLogByTag
13:13:47
✓ returns null if no logs found for tag (74 ms)
13:13:47
✓ returns log data when single log found (100 ms)
13:13:47
✓ throws if multiple logs found for tag (97 ms)
13:13:47
✓ throws if tx effect not found (80 ms)
13:13:47
✓ returns log fields that are actually emitted (116 ms)
13:13:47 getPrivateLogByTag
13:13:47
✓ returns null if no logs found (87 ms)
13:13:47
✓ returns log and tx effect if single log found (106 ms)
13:13:47
✓ throws if multiple logs found for tag (71 ms)
13:13:47
✓ throws if tx effect not found (73 ms)
13:13:47 removeNullifiedNotes
13:13:47
✓ should remove notes that have been nullified (102 ms)
13:13:47
✓ should keep notes that have not been nullified (86 ms)
13:13:47
✓ should not remove notes if nullifier is in unsynced blocks (91 ms)
13:13:47
✓ should search for notes from all accounts (202 ms)
13:13:47
13:13:47
Test Suites: 1 passed, 1 total
13:13:47
Tests: 25 passed, 25 total
13:13:47
Snapshots: 0 total
13:13:47
Time: 7.569 s
13:13:47
Ran all test suites matching pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
.
13:13:47
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?