Parent Log:
http://ci.aztec-labs.com/3e405d275b6ac44c
Command: 213f3b45d6dc5e03 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/9716910bd1b02344790194d074f445aec4636887
Env: REF_NAME=gh-readonly-queue/next/pr-15279-7f9d2b386d786966384cc62d3ea3995ba340c48a CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 25 16:42:31 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15279_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next
16:42:34 [16:42:34.571]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:35 [16:42:35.279]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:36 [16:42:36.437]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:36 [16:42:36.880]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:37 [16:42:37.365]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:37 [16:42:37.740]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:38 [16:42:38.295]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:38 [16:42:38.740]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:38 [16:42:38.840]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:38 [16:42:38.974]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:39 [16:42:39.110]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:39 [16:42:39.210]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:39 [16:42:39.315]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:39 [16:42:39.405]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:39 [16:42:39.513]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:39 [16:42:39.628]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:39 [16:42:39.702]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:39 [16:42:39.809]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:39 [16:42:39.882]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:39 [16:42:39.963]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:40 [16:42:40.097]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:40 [16:42:40.169]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:40 [16:42:40.299]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:40 [16:42:40.400]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:40 [16:42:40.488]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:40 [16:42:40.604]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:40 [16:42:40.694]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:40 [16:42:40.791]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:40
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
8.195 s)
16:42:40 PXEOracleInterface
16:42:40 sync tagged logs
16:42:40
✓ should sync tagged logs (713 ms)
16:42:40
✓ should sync tagged logs as senders (1152 ms)
16:42:40
✓ should sync tagged logs with a sender index offset (445 ms)
16:42:40
✓ should sync tagged logs for which indexes are not updated if they're inside the window (481 ms)
16:42:40
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (376 ms)
16:42:40
✓ should sync tagged logs from scratch after a DB wipe (556 ms)
16:42:40
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (445 ms)
16:42:40 deliverNote
16:42:40
✓ should store note if it exists in note hash tree and is not nullified (98 ms)
16:42:40
✓ should throw if note does not exist in note hash tree (131 ms)
16:42:40
✓ should store and immediately remove note if it is already nullified (137 ms)
16:42:40
✓ should reject notes that exist only in unsynced future blocks (102 ms)
16:42:40
✓ should not remove note if nullifier only exists in unsynced blocks (105 ms)
16:42:40 bulkRetrieveLogs
16:42:40
✓ returns no logs if none are found (89 ms)
16:42:40
✓ returns a public log if one is found (108 ms)
16:42:40
✓ returns a private log if one is found (114 ms)
16:42:40 getPublicLogByTag
16:42:40
✓ returns null if no logs found for tag (72 ms)
16:42:40
✓ returns log data when single log found (104 ms)
16:42:40
✓ throws if multiple logs found for tag (76 ms)
16:42:40
✓ throws if tx effect not found (80 ms)
16:42:40
✓ returns log fields that are actually emitted (133 ms)
16:42:40 getPrivateLogByTag
16:42:40
✓ returns null if no logs found (70 ms)
16:42:40
✓ returns log and tx effect if single log found (130 ms)
16:42:40
✓ throws if multiple logs found for tag (101 ms)
16:42:40
✓ throws if tx effect not found (87 ms)
16:42:40 removeNullifiedNotes
16:42:40
✓ should remove notes that have been nullified (116 ms)
16:42:40
✓ should keep notes that have not been nullified (90 ms)
16:42:40
✓ should not remove notes if nullifier is in unsynced blocks (95 ms)
16:42:40
✓ should search for notes from all accounts (178 ms)
16:42:40
16:42:40
Test Suites: 1 passed, 1 total
16:42:40
Tests: 28 passed, 28 total
16:42:40
Snapshots: 0 total
16:42:40
Time: 8.285 s
16:42:40
Ran all test suites matching pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
.
16:42:40
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?