Parent Log:
http://ci.aztec-labs.com/d1c648635e55730f
Command: b462ac477dccbbe0 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/1fc5957df9da86dc8fdc6c622544db2499cdbbc1
Env: REF_NAME=gh-readonly-queue/next/pr-15286-85c7d115f07bdc47eb18778910e372b8db1e0d3d CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Thu Jun 26 11:59:58 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15286_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next
12:00:00 [12:00:00.876]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:00:01 [12:00:01.669]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:00:02 [12:00:02.732]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:00:03 [12:00:03.146]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:00:03 [12:00:03.607]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:00:03 [12:00:03.980]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:00:04 [12:00:04.562]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:00:04 [12:00:04.995]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:00:05 [12:00:05.095]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:00:05 [12:00:05.216]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:00:05 [12:00:05.343]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:00:05 [12:00:05.415]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:00:05 [12:00:05.504]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:00:05 [12:00:05.603]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:00:05 [12:00:05.719]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:00:05 [12:00:05.837]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:00:05 [12:00:05.910]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:00:06 [12:00:06.048]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:00:06 [12:00:06.149]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:00:06 [12:00:06.247]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:00:06 [12:00:06.374]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:00:06 [12:00:06.455]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:00:06 [12:00:06.583]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:00:06 [12:00:06.683]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:00:06 [12:00:06.770]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:00:06 [12:00:06.878]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:00:06 [12:00:06.967]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:00:07 [12:00:07.068]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:00:07
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
7.681 s)
12:00:07 PXEOracleInterface
12:00:07 sync tagged logs
12:00:07
✓ should sync tagged logs (793 ms)
12:00:07
✓ should sync tagged logs as senders (1064 ms)
12:00:07
✓ should sync tagged logs with a sender index offset (412 ms)
12:00:07
✓ should sync tagged logs for which indexes are not updated if they're inside the window (462 ms)
12:00:07
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (372 ms)
12:00:07
✓ should sync tagged logs from scratch after a DB wipe (580 ms)
12:00:07
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (431 ms)
12:00:07 deliverNote
12:00:07
✓ should store note if it exists in note hash tree and is not nullified (103 ms)
12:00:07
✓ should throw if note does not exist in note hash tree (117 ms)
12:00:07
✓ should store and immediately remove note if it is already nullified (129 ms)
12:00:07
✓ should reject notes that exist only in unsynced future blocks (71 ms)
12:00:07
✓ should not remove note if nullifier only exists in unsynced blocks (89 ms)
12:00:07 bulkRetrieveLogs
12:00:07
✓ returns no logs if none are found (98 ms)
12:00:07
✓ returns a public log if one is found (114 ms)
12:00:07
✓ returns a private log if one is found (120 ms)
12:00:07 getPublicLogByTag
12:00:07
✓ returns null if no logs found for tag (73 ms)
12:00:07
✓ returns log data when single log found (138 ms)
12:00:07
✓ throws if multiple logs found for tag (100 ms)
12:00:07
✓ throws if tx effect not found (96 ms)
12:00:07
✓ returns log fields that are actually emitted (126 ms)
12:00:07 getPrivateLogByTag
12:00:07
✓ returns null if no logs found (84 ms)
12:00:07
✓ returns log and tx effect if single log found (127 ms)
12:00:07
✓ throws if multiple logs found for tag (100 ms)
12:00:07
✓ throws if tx effect not found (87 ms)
12:00:07 removeNullifiedNotes
12:00:07
✓ should remove notes that have been nullified (107 ms)
12:00:07
✓ should keep notes that have not been nullified (88 ms)
12:00:07
✓ should not remove notes if nullifier is in unsynced blocks (100 ms)
12:00:07
✓ should search for notes from all accounts (181 ms)
12:00:07
12:00:07
Test Suites: 1 passed, 1 total
12:00:07
Tests: 28 passed, 28 total
12:00:07
Snapshots: 0 total
12:00:07
Time: 7.773 s
12:00:07
Ran all test suites matching pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
.
12:00:07
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?