Parent Log:
http://ci.aztec-labs.com/7ea8a95c2d722890
Command: e49a94ea893520f8 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/e9a2301883801edbe36ea8bba05dcca7e714f30a
Env: REF_NAME=gh-readonly-queue/master/pr-15131-464e1a9d9b40b5188586643b44bc52bffccbc3e6 CURRENT_VERSION=0.87.8 CI_FULL=0
Date: Wed Jun 18 12:58:12 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15131_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_master
12:58:13 [12:58:13.971]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:58:14 [12:58:14.523]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:58:15 [12:58:15.370]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:58:15 [12:58:15.697]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:58:16 [12:58:16.057]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:58:16 [12:58:16.348]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:58:16 [12:58:16.747]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:58:17 [12:58:17.102]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:58:17 [12:58:17.268]
WARN:
pxe:pxe_oracle_interface Discarded 1 public logs with matching tags
12:58:17 [12:58:17.284]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:58:17 [12:58:17.353]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:58:17 [12:58:17.435]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:58:17 [12:58:17.525]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:58:17 [12:58:17.586]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:58:17 [12:58:17.668]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:58:17 [12:58:17.746]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:58:17 [12:58:17.831]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:58:17 [12:58:17.919]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:58:17 [12:58:17.981]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:58:18 [12:58:18.068]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:58:18 [12:58:18.154]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:58:18 [12:58:18.241]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:58:18 [12:58:18.313]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:58:18 [12:58:18.396]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:58:18
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
5.502 s)
12:58:18 PXEOracleInterface
12:58:18 sync tagged logs
12:58:18
✓ should sync tagged logs (552 ms)
12:58:18
✓ should sync tagged logs as senders (847 ms)
12:58:18
✓ should sync tagged logs with a sender index offset (326 ms)
12:58:18
✓ should sync tagged logs for which indexes are not updated if they're inside the window (359 ms)
12:58:18
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (290 ms)
12:58:18
✓ should sync tagged logs from scratch after a DB wipe (399 ms)
12:58:18
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (355 ms)
12:58:18
✓ should not sync public tagged logs (179 ms)
12:58:18 deliverNote
12:58:18
✓ should store note if it exists in note hash tree and is not nullified (71 ms)
12:58:18
✓ should throw if note does not exist in note hash tree (82 ms)
12:58:18
✓ should store and immediately remove note if it is already nullified (90 ms)
12:58:18
✓ should reject notes that exist only in unsynced future blocks (62 ms)
12:58:18
✓ should not remove note if nullifier only exists in unsynced blocks (81 ms)
12:58:18 getLogByTag
12:58:18
✓ returns null if no logs found for tag (75 ms)
12:58:18
✓ returns log data for public log when single log found (87 ms)
12:58:18
✓ returns log data for private log when single log found (87 ms)
12:58:18
✓ throws if multiple logs found for tag (63 ms)
12:58:18
✓ throws if tx effect not found (86 ms)
12:58:18
✓ returns log fields that are actually emitted (86 ms)
12:58:18 removeNullifiedNotes
12:58:18
✓ should remove notes that have been nullified (87 ms)
12:58:18
✓ should keep notes that have not been nullified (72 ms)
12:58:18
✓ should not remove notes if nullifier is in unsynced blocks (84 ms)
12:58:18
✓ should search for notes from all accounts (168 ms)
12:58:18
12:58:18
Test Suites: 1 passed, 1 total
12:58:18
Tests: 23 passed, 23 total
12:58:18
Snapshots: 0 total
12:58:18
Time: 5.561 s
12:58:18
Ran all test suites matching /pxe\/src\/contract_function_simulator\/pxe_oracle_interface.test.ts/i
.
12:58:18
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?