Parent Log:
http://ci.aztec-labs.com/10acacbd74a91c51
Command: 430b662d7e79c93b yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/04760775ac41c49f04129b978fde906271954e3a
Env: REF_NAME=gh-readonly-queue/next/pr-15067-b70544b6d50e3ecb6598361f1990bd51745c7b55 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 23:20:33 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15067_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next
23:20:36 [23:20:36.476]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
23:20:37 [23:20:37.227]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
23:20:38 [23:20:38.216]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
23:20:38 [23:20:38.635]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
23:20:39 [23:20:39.049]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
23:20:39 [23:20:39.421]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
23:20:39 [23:20:39.947]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
23:20:40 [23:20:40.359]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
23:20:40 [23:20:40.452]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
23:20:40 [23:20:40.565]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
23:20:40 [23:20:40.667]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
23:20:40 [23:20:40.743]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
23:20:40 [23:20:40.823]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
23:20:40 [23:20:40.900]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
23:20:40 [23:20:40.994]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
23:20:41 [23:20:41.070]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
23:20:41 [23:20:41.140]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
23:20:41 [23:20:41.252]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
23:20:41 [23:20:41.335]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
23:20:41 [23:20:41.443]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
23:20:41 [23:20:41.518]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
23:20:41 [23:20:41.597]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
23:20:41 [23:20:41.703]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
23:20:41 [23:20:41.811]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
23:20:41 [23:20:41.918]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
23:20:42
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
7.312 s)
23:20:42 PXEOracleInterface
23:20:42 sync tagged logs
23:20:42
✓ should sync tagged logs (767 ms)
23:20:42
✓ should sync tagged logs as senders (989 ms)
23:20:42
✓ should sync tagged logs with a sender index offset (419 ms)
23:20:42
✓ should sync tagged logs for which indexes are not updated if they're inside the window (413 ms)
23:20:42
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (371 ms)
23:20:42
✓ should sync tagged logs from scratch after a DB wipe (526 ms)
23:20:42
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (412 ms)
23:20:42 deliverNote
23:20:42
✓ should store note if it exists in note hash tree and is not nullified (93 ms)
23:20:42
✓ should throw if note does not exist in note hash tree (109 ms)
23:20:42
✓ should store and immediately remove note if it is already nullified (104 ms)
23:20:42
✓ should reject notes that exist only in unsynced future blocks (76 ms)
23:20:42
✓ should not remove note if nullifier only exists in unsynced blocks (79 ms)
23:20:42 getPublicLogByTag
23:20:42
✓ returns null if no logs found for tag (76 ms)
23:20:42
✓ returns log data when single log found (94 ms)
23:20:42
✓ throws if multiple logs found for tag (76 ms)
23:20:42
✓ throws if tx effect not found (69 ms)
23:20:42
✓ returns log fields that are actually emitted (110 ms)
23:20:42 getPrivateLogByTag
23:20:42
✓ returns null if no logs found (82 ms)
23:20:42
✓ returns log and tx effect if single log found (108 ms)
23:20:42
✓ throws if multiple logs found for tag (74 ms)
23:20:42
✓ throws if tx effect not found (78 ms)
23:20:42 removeNullifiedNotes
23:20:42
✓ should remove notes that have been nullified (106 ms)
23:20:42
✓ should keep notes that have not been nullified (108 ms)
23:20:42
✓ should not remove notes if nullifier is in unsynced blocks (106 ms)
23:20:42
✓ should search for notes from all accounts (203 ms)
23:20:42
23:20:42
Test Suites: 1 passed, 1 total
23:20:42
Tests: 25 passed, 25 total
23:20:42
Snapshots: 0 total
23:20:42
Time: 7.434 s
23:20:42
Ran all test suites matching pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
.
23:20:42
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?