Parent Log:
http://ci.aztec-labs.com/9d7da2703e486f3c
Command: 404189e96871acec yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/23ff13c6b16a0c1333bf26aa5c213054c92403c3
Env: REF_NAME=gh-readonly-queue/next/pr-15062-a0944d6ab9d5708daa7ff219a932e7b3784c6637 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 16:47:19 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15062_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next
16:47:21 [16:47:21.924]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:47:22 [16:47:22.770]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:47:23 [16:47:23.781]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:47:24 [16:47:24.227]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:47:24 [16:47:24.678]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:47:25 [16:47:25.080]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:47:25 [16:47:25.604]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:47:26 [16:47:26.080]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:47:26 [16:47:26.185]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:47:26 [16:47:26.299]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:47:26 [16:47:26.419]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:47:26 [16:47:26.512]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:47:26 [16:47:26.624]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:47:26 [16:47:26.707]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:47:26 [16:47:26.831]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:47:26 [16:47:26.940]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:47:27 [16:47:27.016]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:47:27 [16:47:27.132]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:47:27 [16:47:27.205]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:47:27 [16:47:27.322]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:47:27 [16:47:27.413]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:47:27 [16:47:27.485]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:47:27 [16:47:27.588]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:47:27 [16:47:27.685]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:47:27 [16:47:27.786]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:47:27
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
7.756 s)
16:47:27 PXEOracleInterface
16:47:27 sync tagged logs
16:47:27
✓ should sync tagged logs (848 ms)
16:47:27
✓ should sync tagged logs as senders (1009 ms)
16:47:27
✓ should sync tagged logs with a sender index offset (447 ms)
16:47:27
✓ should sync tagged logs for which indexes are not updated if they're inside the window (450 ms)
16:47:27
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (401 ms)
16:47:27
✓ should sync tagged logs from scratch after a DB wipe (524 ms)
16:47:27
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (473 ms)
16:47:27 deliverNote
16:47:27
✓ should store note if it exists in note hash tree and is not nullified (107 ms)
16:47:27
✓ should throw if note does not exist in note hash tree (115 ms)
16:47:27
✓ should store and immediately remove note if it is already nullified (120 ms)
16:47:27
✓ should reject notes that exist only in unsynced future blocks (91 ms)
16:47:27
✓ should not remove note if nullifier only exists in unsynced blocks (110 ms)
16:47:27 getPublicLogByTag
16:47:27
✓ returns null if no logs found for tag (85 ms)
16:47:27
✓ returns log data when single log found (122 ms)
16:47:27
✓ throws if multiple logs found for tag (106 ms)
16:47:27
✓ throws if tx effect not found (77 ms)
16:47:27
✓ returns log fields that are actually emitted (116 ms)
16:47:27 getPrivateLogByTag
16:47:27
✓ returns null if no logs found (73 ms)
16:47:27
✓ returns log and tx effect if single log found (116 ms)
16:47:27
✓ throws if multiple logs found for tag (91 ms)
16:47:27
✓ throws if tx effect not found (71 ms)
16:47:27 removeNullifiedNotes
16:47:27
✓ should remove notes that have been nullified (102 ms)
16:47:27
✓ should keep notes that have not been nullified (97 ms)
16:47:27
✓ should not remove notes if nullifier is in unsynced blocks (100 ms)
16:47:27
✓ should search for notes from all accounts (188 ms)
16:47:27
16:47:27
Test Suites: 1 passed, 1 total
16:47:27
Tests: 25 passed, 25 total
16:47:27
Snapshots: 0 total
16:47:27
Time: 7.864 s
16:47:27
Ran all test suites matching pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
.
16:47:27
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?