Parent Log:
http://ci.aztec-labs.com/6dc074208b517d1d
Command: 3f9f83eed807ea26 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/355a15ab9ebeabff4c5709a97b85bb6c0f1c7b62
Env: REF_NAME=gh-readonly-queue/next/pr-14961-98fbe17330964452777de26d56f0a3ed5633aca1 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Thu Jun 12 10:28:43 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14961_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next
10:28:46 [10:28:46.004]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:28:46 [10:28:46.728]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:28:47 [10:28:47.785]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:28:48 [10:28:48.206]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:28:48 [10:28:48.655]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:28:49 [10:28:49.010]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:28:49 [10:28:49.527]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:28:49 [10:28:49.952]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:28:50 [10:28:50.038]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:28:50 [10:28:50.148]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:28:50 [10:28:50.274]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:28:50 [10:28:50.364]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:28:50 [10:28:50.468]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:28:50 [10:28:50.537]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:28:50 [10:28:50.662]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:28:50 [10:28:50.752]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:28:50 [10:28:50.825]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:28:50 [10:28:50.920]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:28:50 [10:28:50.997]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:28:51 [10:28:51.099]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:28:51 [10:28:51.186]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:28:51 [10:28:51.272]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:28:51 [10:28:51.381]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:28:51 [10:28:51.490]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:28:51 [10:28:51.593]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
10:28:51
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
7.021 s)
10:28:51 PXEOracleInterface
10:28:51 sync tagged logs
10:28:51
✓ should sync tagged logs (726 ms)
10:28:51
✓ should sync tagged logs as senders (1057 ms)
10:28:51
✓ should sync tagged logs with a sender index offset (420 ms)
10:28:51
✓ should sync tagged logs for which indexes are not updated if they're inside the window (449 ms)
10:28:51
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (354 ms)
10:28:51
✓ should sync tagged logs from scratch after a DB wipe (516 ms)
10:28:51
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (423 ms)
10:28:51 deliverNote
10:28:51
✓ should store note if it exists in note hash tree and is not nullified (86 ms)
10:28:51
✓ should throw if note does not exist in note hash tree (106 ms)
10:28:51
✓ should store and immediately remove note if it is already nullified (128 ms)
10:28:51
✓ should reject notes that exist only in unsynced future blocks (91 ms)
10:28:51
✓ should not remove note if nullifier only exists in unsynced blocks (105 ms)
10:28:51 getPublicLogByTag
10:28:51
✓ returns null if no logs found for tag (66 ms)
10:28:51
✓ returns log data when single log found (118 ms)
10:28:51
✓ throws if multiple logs found for tag (94 ms)
10:28:51
✓ throws if tx effect not found (75 ms)
10:28:51
✓ returns log fields that are actually emitted (95 ms)
10:28:51 getPrivateLogByTag
10:28:51
✓ returns null if no logs found (76 ms)
10:28:51
✓ returns log and tx effect if single log found (102 ms)
10:28:51
✓ throws if multiple logs found for tag (79 ms)
10:28:51
✓ throws if tx effect not found (92 ms)
10:28:51 removeNullifiedNotes
10:28:51
✓ should remove notes that have been nullified (107 ms)
10:28:51
✓ should keep notes that have not been nullified (108 ms)
10:28:51
✓ should not remove notes if nullifier is in unsynced blocks (103 ms)
10:28:51
✓ should search for notes from all accounts (188 ms)
10:28:51
10:28:51
Test Suites: 1 passed, 1 total
10:28:51
Tests: 25 passed, 25 total
10:28:51
Snapshots: 0 total
10:28:51
Time: 7.11 s
10:28:51
Ran all test suites matching /pxe\/src\/contract_function_simulator\/pxe_oracle_interface.test.ts/i
.
10:28:51
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?