Parent Log:
http://ci.aztec-labs.com/8f44d17c3a895f62
Command: 29957fbe93665d48 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/b43963b96401afabcaa75e0728adbb551b94d20f
Env: REF_NAME=gh-readonly-queue/next/pr-15216-4608046e462faf9ff3fbee265ba34dbecb5d0b31 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 15:41:43 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15216_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next
15:41:46 [15:41:46.239]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:41:47 [15:41:47.058]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:41:48 [15:41:48.088]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:41:48 [15:41:48.529]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:41:48 [15:41:48.952]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:41:49 [15:41:49.359]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:41:49 [15:41:49.921]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:41:50 [15:41:50.337]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:41:50 [15:41:50.442]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:41:50 [15:41:50.578]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:41:50 [15:41:50.689]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:41:50 [15:41:50.783]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:41:50 [15:41:50.881]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:41:50 [15:41:50.984]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:41:51 [15:41:51.120]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:41:51 [15:41:51.240]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:41:51 [15:41:51.322]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:41:51 [15:41:51.450]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:41:51 [15:41:51.542]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:41:51 [15:41:51.621]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:41:51 [15:41:51.750]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:41:51 [15:41:51.849]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:41:51 [15:41:51.972]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:41:52 [15:41:52.060]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:41:52 [15:41:52.155]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:41:52 [15:41:52.264]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:41:52 [15:41:52.361]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:41:52 [15:41:52.481]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:41:52
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
7.962 s)
15:41:52 PXEOracleInterface
15:41:52 sync tagged logs
15:41:52
✓ should sync tagged logs (829 ms)
15:41:52
✓ should sync tagged logs as senders (1028 ms)
15:41:52
✓ should sync tagged logs with a sender index offset (441 ms)
15:41:52
✓ should sync tagged logs for which indexes are not updated if they're inside the window (422 ms)
15:41:52
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (406 ms)
15:41:52
✓ should sync tagged logs from scratch after a DB wipe (556 ms)
15:41:52
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (419 ms)
15:41:52 deliverNote
15:41:52
✓ should store note if it exists in note hash tree and is not nullified (105 ms)
15:41:52
✓ should throw if note does not exist in note hash tree (134 ms)
15:41:52
✓ should store and immediately remove note if it is already nullified (114 ms)
15:41:52
✓ should reject notes that exist only in unsynced future blocks (92 ms)
15:41:52
✓ should not remove note if nullifier only exists in unsynced blocks (96 ms)
15:41:52 bulkRetrieveLogs
15:41:52
✓ returns no logs if none are found (104 ms)
15:41:52
✓ returns a public log if one is found (132 ms)
15:41:52
✓ returns a private log if one is found (123 ms)
15:41:52 getPublicLogByTag
15:41:52
✓ returns null if no logs found for tag (81 ms)
15:41:52
✓ returns log data when single log found (128 ms)
15:41:52
✓ throws if multiple logs found for tag (90 ms)
15:41:52
✓ throws if tx effect not found (81 ms)
15:41:52
✓ returns log fields that are actually emitted (128 ms)
15:41:52 getPrivateLogByTag
15:41:52
✓ returns null if no logs found (97 ms)
15:41:52
✓ returns log and tx effect if single log found (124 ms)
15:41:52
✓ throws if multiple logs found for tag (87 ms)
15:41:52
✓ throws if tx effect not found (94 ms)
15:41:52 removeNullifiedNotes
15:41:52
✓ should remove notes that have been nullified (110 ms)
15:41:52
✓ should keep notes that have not been nullified (96 ms)
15:41:52
✓ should not remove notes if nullifier is in unsynced blocks (120 ms)
15:41:52
✓ should search for notes from all accounts (199 ms)
15:41:52
15:41:52
Test Suites: 1 passed, 1 total
15:41:52
Tests: 28 passed, 28 total
15:41:52
Snapshots: 0 total
15:41:52
Time: 8.049 s
15:41:52
Ran all test suites matching pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
.
15:41:52
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?