Parent Log:
http://ci.aztec-labs.com/3930f3da8e0771bb
Command: d5ace37751aeb3b2 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/64d1ec347b1cea9fa1b04ff6fc2984f8ee073b2b
Env: REF_NAME=gh-readonly-queue/next/pr-15185-107a625e4a5b124b87c02fa9ff2ae12b5778baa9 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 20 14:50:14 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15185_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next
14:50:17 [14:50:17.223]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:50:18 [14:50:17.999]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:50:19 [14:50:19.012]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:50:19 [14:50:19.501]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:50:19 [14:50:19.986]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:50:20 [14:50:20.346]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:50:20 [14:50:20.875]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:50:21 [14:50:21.358]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:50:21 [14:50:21.445]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:50:21 [14:50:21.544]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:50:21 [14:50:21.641]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:50:21 [14:50:21.723]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:50:21 [14:50:21.804]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:50:21 [14:50:21.891]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:50:22 [14:50:22.002]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:50:22 [14:50:22.138]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:50:22 [14:50:22.226]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:50:22 [14:50:22.338]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:50:22 [14:50:22.434]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:50:22 [14:50:22.518]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:50:22 [14:50:22.639]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:50:22 [14:50:22.719]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:50:22 [14:50:22.828]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:50:22 [14:50:22.916]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:50:22 [14:50:22.995]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:50:23 [14:50:23.093]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:50:23 [14:50:23.179]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:50:23 [14:50:23.265]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:50:23
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
7.812 s)
14:50:23 PXEOracleInterface
14:50:23 sync tagged logs
14:50:23
✓ should sync tagged logs (781 ms)
14:50:23
✓ should sync tagged logs as senders (1014 ms)
14:50:23
✓ should sync tagged logs with a sender index offset (487 ms)
14:50:23
✓ should sync tagged logs for which indexes are not updated if they're inside the window (486 ms)
14:50:23
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (359 ms)
14:50:23
✓ should sync tagged logs from scratch after a DB wipe (528 ms)
14:50:23
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (480 ms)
14:50:23 deliverNote
14:50:23
✓ should store note if it exists in note hash tree and is not nullified (90 ms)
14:50:23
✓ should throw if note does not exist in note hash tree (97 ms)
14:50:23
✓ should store and immediately remove note if it is already nullified (98 ms)
14:50:23
✓ should reject notes that exist only in unsynced future blocks (81 ms)
14:50:23
✓ should not remove note if nullifier only exists in unsynced blocks (82 ms)
14:50:23 bulkRetrieveLogs
14:50:23
✓ returns no logs if none are found (87 ms)
14:50:23
✓ returns a public log if one is found (111 ms)
14:50:23
✓ returns a private log if one is found (133 ms)
14:50:23 getPublicLogByTag
14:50:23
✓ returns null if no logs found for tag (89 ms)
14:50:23
✓ returns log data when single log found (112 ms)
14:50:23
✓ throws if multiple logs found for tag (95 ms)
14:50:23
✓ throws if tx effect not found (84 ms)
14:50:23
✓ returns log fields that are actually emitted (121 ms)
14:50:23 getPrivateLogByTag
14:50:23
✓ returns null if no logs found (79 ms)
14:50:23
✓ returns log and tx effect if single log found (108 ms)
14:50:23
✓ throws if multiple logs found for tag (87 ms)
14:50:23
✓ throws if tx effect not found (78 ms)
14:50:23 removeNullifiedNotes
14:50:23
✓ should remove notes that have been nullified (97 ms)
14:50:23
✓ should keep notes that have not been nullified (86 ms)
14:50:23
✓ should not remove notes if nullifier is in unsynced blocks (85 ms)
14:50:23
✓ should search for notes from all accounts (161 ms)
14:50:23
14:50:23
Test Suites: 1 passed, 1 total
14:50:23
Tests: 28 passed, 28 total
14:50:23
Snapshots: 0 total
14:50:23
Time: 7.918 s
14:50:23
Ran all test suites matching pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
.
14:50:23
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?