Parent Log:
http://ci.aztec-labs.com/8dfc620c14a646a6
Command: 5484f2347094f66b yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/5ca43853c40a2b8bfbc2148d5fdd46c6f82a74eb
Env: REF_NAME=gh-readonly-queue/next/pr-14178-3cbe7945c84145b8646cf5cf8fb730b915c0dc93 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 13:31:48 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14178_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:31:50 [13:31:50.877]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:31:51 [13:31:51.571]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:31:52 [13:31:52.640]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:31:53 [13:31:53.076]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:31:53 [13:31:53.540]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:31:53 [13:31:53.915]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:31:54 [13:31:54.461]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:31:54 [13:31:54.890]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:31:54 [13:31:54.972]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:31:55 [13:31:55.086]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:31:55 [13:31:55.174]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:31:55 [13:31:55.260]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:31:55 [13:31:55.349]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:31:55 [13:31:55.423]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:31:55 [13:31:55.512]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:31:55 [13:31:55.585]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:31:55 [13:31:55.657]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:31:55 [13:31:55.759]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:31:55 [13:31:55.831]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:31:55 [13:31:55.936]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:31:56 [13:31:56.018]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:31:56 [13:31:56.092]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:31:56 [13:31:56.177]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:31:56 [13:31:56.251]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:31:56 [13:31:56.332]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
13:31:56
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
7.239 s)
13:31:56 PXEOracleInterface
13:31:56 sync tagged logs
13:31:56
✓ should sync tagged logs (698 ms)
13:31:56
✓ should sync tagged logs as senders (1069 ms)
13:31:56
✓ should sync tagged logs with a sender index offset (434 ms)
13:31:56
✓ should sync tagged logs for which indexes are not updated if they're inside the window (464 ms)
13:31:56
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (374 ms)
13:31:56
✓ should sync tagged logs from scratch after a DB wipe (546 ms)
13:31:56
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (427 ms)
13:31:56 deliverNote
13:31:56
✓ should store note if it exists in note hash tree and is not nullified (81 ms)
13:31:56
✓ should throw if note does not exist in note hash tree (110 ms)
13:31:56
✓ should store and immediately remove note if it is already nullified (93 ms)
13:31:56
✓ should reject notes that exist only in unsynced future blocks (84 ms)
13:31:56
✓ should not remove note if nullifier only exists in unsynced blocks (90 ms)
13:31:56 getPublicLogByTag
13:31:56
✓ returns null if no logs found for tag (73 ms)
13:31:56
✓ returns log data when single log found (88 ms)
13:31:56
✓ throws if multiple logs found for tag (73 ms)
13:31:56
✓ throws if tx effect not found (71 ms)
13:31:56
✓ returns log fields that are actually emitted (102 ms)
13:31:56 getPrivateLogByTag
13:31:56
✓ returns null if no logs found (72 ms)
13:31:56
✓ returns log and tx effect if single log found (104 ms)
13:31:56
✓ throws if multiple logs found for tag (82 ms)
13:31:56
✓ throws if tx effect not found (74 ms)
13:31:56 removeNullifiedNotes
13:31:56
✓ should remove notes that have been nullified (84 ms)
13:31:56
✓ should keep notes that have not been nullified (74 ms)
13:31:56
✓ should not remove notes if nullifier is in unsynced blocks (80 ms)
13:31:56
✓ should search for notes from all accounts (150 ms)
13:31:56
13:31:56
Test Suites: 1 passed, 1 total
13:31:56
Tests: 25 passed, 25 total
13:31:56
Snapshots: 0 total
13:31:56
Time: 7.366 s
13:31:56
Ran all test suites matching pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
.
13:31:56
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?