Parent Log:
http://ci.aztec-labs.com/77683c53a968ebf5
Command: 3a6ab660df216f9c yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/eeab628a4e44477cb6796c5a461ee0c0bb332d75
Env: REF_NAME=gh-readonly-queue/next/pr-15059-9a37be7dc4208f0eeb44ec50194c00ca3f5c4cc6 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 16:41:57 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15059_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next
16:41:59 [16:41:59.921]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:00 [16:42:00.653]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:01 [16:42:01.769]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:02 [16:42:02.214]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:02 [16:42:02.666]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:03 [16:42:03.050]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:03 [16:42:03.576]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:03 [16:42:03.985]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:04 [16:42:04.080]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:04 [16:42:04.202]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:04 [16:42:04.314]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:04 [16:42:04.406]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:04 [16:42:04.499]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:04 [16:42:04.570]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:04 [16:42:04.672]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:04 [16:42:04.745]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:04 [16:42:04.823]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:04 [16:42:04.958]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:05 [16:42:05.037]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:05 [16:42:05.148]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:05 [16:42:05.231]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:05 [16:42:05.324]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:05 [16:42:05.431]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:05 [16:42:05.527]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:05 [16:42:05.621]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:42:05
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
7.522 s)
16:42:05 PXEOracleInterface
16:42:05 sync tagged logs
16:42:05
✓ should sync tagged logs (737 ms)
16:42:05
✓ should sync tagged logs as senders (1116 ms)
16:42:05
✓ should sync tagged logs with a sender index offset (445 ms)
16:42:05
✓ should sync tagged logs for which indexes are not updated if they're inside the window (449 ms)
16:42:05
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (384 ms)
16:42:05
✓ should sync tagged logs from scratch after a DB wipe (525 ms)
16:42:05
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (408 ms)
16:42:05 deliverNote
16:42:05
✓ should store note if it exists in note hash tree and is not nullified (94 ms)
16:42:05
✓ should throw if note does not exist in note hash tree (119 ms)
16:42:05
✓ should store and immediately remove note if it is already nullified (113 ms)
16:42:05
✓ should reject notes that exist only in unsynced future blocks (92 ms)
16:42:05
✓ should not remove note if nullifier only exists in unsynced blocks (93 ms)
16:42:05 getPublicLogByTag
16:42:05
✓ returns null if no logs found for tag (69 ms)
16:42:05
✓ returns log data when single log found (102 ms)
16:42:05
✓ throws if multiple logs found for tag (73 ms)
16:42:05
✓ throws if tx effect not found (77 ms)
16:42:05
✓ returns log fields that are actually emitted (134 ms)
16:42:05 getPrivateLogByTag
16:42:05
✓ returns null if no logs found (80 ms)
16:42:05
✓ returns log and tx effect if single log found (108 ms)
16:42:05
✓ throws if multiple logs found for tag (80 ms)
16:42:05
✓ throws if tx effect not found (98 ms)
16:42:05 removeNullifiedNotes
16:42:05
✓ should remove notes that have been nullified (107 ms)
16:42:05
✓ should keep notes that have not been nullified (95 ms)
16:42:05
✓ should not remove notes if nullifier is in unsynced blocks (95 ms)
16:42:05
✓ should search for notes from all accounts (189 ms)
16:42:05
16:42:05
Test Suites: 1 passed, 1 total
16:42:05
Tests: 25 passed, 25 total
16:42:05
Snapshots: 0 total
16:42:05
Time: 7.65 s
16:42:05
Ran all test suites matching pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
.
16:42:05
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?