Parent Log:
http://ci.aztec-labs.com/cda42aa9421eefa5
Command: 7c288cdaeed3e186 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/58b067708e8ff927bf26b2994203134853a7eb71
Env: REF_NAME=gh-readonly-queue/next/pr-15078-3b44f825dcd3249b2c8a1105905fa3394aa7213d CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 17:53:58 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15078_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next
17:54:01 [17:54:01.592]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:54:02 [17:54:02.457]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:54:03 [17:54:03.580]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:54:04 [17:54:04.083]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:54:04 [17:54:04.577]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:54:05 [17:54:05.042]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:54:05 [17:54:05.676]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:54:06 [17:54:06.165]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:54:06 [17:54:06.267]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:54:06 [17:54:06.383]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:54:06 [17:54:06.493]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:54:06 [17:54:06.624]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:54:06 [17:54:06.733]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:54:06 [17:54:06.801]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:54:06 [17:54:06.910]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:54:06 [17:54:06.983]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:54:07 [17:54:07.080]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:54:07 [17:54:07.206]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:54:07 [17:54:07.294]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:54:07 [17:54:07.424]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:54:07 [17:54:07.515]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:54:07 [17:54:07.629]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:54:07 [17:54:07.725]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:54:07 [17:54:07.824]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:54:07 [17:54:07.914]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:54:08
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
8.109 s)
17:54:08 PXEOracleInterface
17:54:08 sync tagged logs
17:54:08
✓ should sync tagged logs (872 ms)
17:54:08
✓ should sync tagged logs as senders (1124 ms)
17:54:08
✓ should sync tagged logs with a sender index offset (501 ms)
17:54:08
✓ should sync tagged logs for which indexes are not updated if they're inside the window (495 ms)
17:54:08
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (464 ms)
17:54:08
✓ should sync tagged logs from scratch after a DB wipe (633 ms)
17:54:08
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (487 ms)
17:54:08 deliverNote
17:54:08
✓ should store note if it exists in note hash tree and is not nullified (102 ms)
17:54:08
✓ should throw if note does not exist in note hash tree (113 ms)
17:54:08
✓ should store and immediately remove note if it is already nullified (112 ms)
17:54:08
✓ should reject notes that exist only in unsynced future blocks (131 ms)
17:54:08
✓ should not remove note if nullifier only exists in unsynced blocks (107 ms)
17:54:08 getPublicLogByTag
17:54:08
✓ returns null if no logs found for tag (68 ms)
17:54:08
✓ returns log data when single log found (104 ms)
17:54:08
✓ throws if multiple logs found for tag (78 ms)
17:54:08
✓ throws if tx effect not found (96 ms)
17:54:08
✓ returns log fields that are actually emitted (125 ms)
17:54:08 getPrivateLogByTag
17:54:08
✓ returns null if no logs found (88 ms)
17:54:08
✓ returns log and tx effect if single log found (129 ms)
17:54:08
✓ throws if multiple logs found for tag (90 ms)
17:54:08
✓ throws if tx effect not found (112 ms)
17:54:08 removeNullifiedNotes
17:54:08
✓ should remove notes that have been nullified (97 ms)
17:54:08
✓ should keep notes that have not been nullified (98 ms)
17:54:08
✓ should not remove notes if nullifier is in unsynced blocks (89 ms)
17:54:08
✓ should search for notes from all accounts (173 ms)
17:54:08
17:54:08
Test Suites: 1 passed, 1 total
17:54:08
Tests: 25 passed, 25 total
17:54:08
Snapshots: 0 total
17:54:08
Time: 8.206 s
17:54:08
Ran all test suites matching pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
.
17:54:08
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?