Parent Log:
http://ci.aztec-labs.com/5b0c3de501d8603e
Command: 4ef547fa5e299294 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/016def8adbfe93f34b41a41f439b146b5318c895
Env: REF_NAME=gh-readonly-queue/next/pr-15237-d4893155ff105399557b55c16450c39921c70d11 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 24 11:55:58 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15237_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next
11:56:01 [11:56:01.458]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:56:02 [11:56:02.351]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:56:03 [11:56:03.455]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:56:03 [11:56:03.885]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:56:04 [11:56:04.314]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:56:04 [11:56:04.681]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:56:05 [11:56:05.222]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:56:05 [11:56:05.645]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:56:05 [11:56:05.732]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:56:05 [11:56:05.872]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:56:05 [11:56:05.969]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:56:06 [11:56:06.069]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:56:06 [11:56:06.169]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:56:06 [11:56:06.258]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:56:06 [11:56:06.402]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:56:06 [11:56:06.539]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:56:06 [11:56:06.613]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:56:06 [11:56:06.754]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:56:06 [11:56:06.840]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:56:06 [11:56:06.912]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:56:07 [11:56:07.036]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:56:07 [11:56:07.121]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:56:07 [11:56:07.254]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:56:07 [11:56:07.324]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:56:07 [11:56:07.401]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:56:07 [11:56:07.498]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:56:07 [11:56:07.595]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:56:07 [11:56:07.705]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:56:07
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
7.983 s)
11:56:07 PXEOracleInterface
11:56:07 sync tagged logs
11:56:07
✓ should sync tagged logs (914 ms)
11:56:07
✓ should sync tagged logs as senders (1105 ms)
11:56:07
✓ should sync tagged logs with a sender index offset (429 ms)
11:56:07
✓ should sync tagged logs for which indexes are not updated if they're inside the window (429 ms)
11:56:07
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (367 ms)
11:56:07
✓ should sync tagged logs from scratch after a DB wipe (540 ms)
11:56:07
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (421 ms)
11:56:07 deliverNote
11:56:07
✓ should store note if it exists in note hash tree and is not nullified (86 ms)
11:56:07
✓ should throw if note does not exist in note hash tree (139 ms)
11:56:07
✓ should store and immediately remove note if it is already nullified (99 ms)
11:56:07
✓ should reject notes that exist only in unsynced future blocks (100 ms)
11:56:07
✓ should not remove note if nullifier only exists in unsynced blocks (98 ms)
11:56:07 bulkRetrieveLogs
11:56:07
✓ returns no logs if none are found (89 ms)
11:56:07
✓ returns a public log if one is found (144 ms)
11:56:07
✓ returns a private log if one is found (135 ms)
11:56:07 getPublicLogByTag
11:56:07
✓ returns null if no logs found for tag (71 ms)
11:56:07
✓ returns log data when single log found (143 ms)
11:56:07
✓ throws if multiple logs found for tag (85 ms)
11:56:07
✓ throws if tx effect not found (71 ms)
11:56:07
✓ returns log fields that are actually emitted (122 ms)
11:56:07 getPrivateLogByTag
11:56:07
✓ returns null if no logs found (83 ms)
11:56:07
✓ returns log and tx effect if single log found (133 ms)
11:56:07
✓ throws if multiple logs found for tag (70 ms)
11:56:07
✓ throws if tx effect not found (77 ms)
11:56:07 removeNullifiedNotes
11:56:07
✓ should remove notes that have been nullified (97 ms)
11:56:07
✓ should keep notes that have not been nullified (96 ms)
11:56:07
✓ should not remove notes if nullifier is in unsynced blocks (110 ms)
11:56:07
✓ should search for notes from all accounts (206 ms)
11:56:07
11:56:07
Test Suites: 1 passed, 1 total
11:56:07
Tests: 28 passed, 28 total
11:56:07
Snapshots: 0 total
11:56:07
Time: 8.073 s
11:56:07
Ran all test suites matching pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
.
11:56:07
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?