Parent Log:
http://ci.aztec-labs.com/eb42bb2e1b2e3d28
Command: 4f771e618b80a60c yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/991b313d676f7cf820bb62a33e57cf5a4c8cf9cf
Env: REF_NAME=gh-readonly-queue/next/pr-15075-af42fafbeb7d6a4440329d9e9e5b1df459fa2e2e CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 15:56:25 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15075_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ede44f6f60adaef4_next
15:56:28 [15:56:28.422]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:56:29 [15:56:29.302]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:56:30 [15:56:30.391]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:56:30 [15:56:30.860]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:56:31 [15:56:31.296]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:56:31 [15:56:31.657]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:56:32 [15:56:32.147]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:56:32 [15:56:32.538]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:56:32 [15:56:32.634]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:56:32 [15:56:32.773]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:56:32 [15:56:32.900]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:56:33 [15:56:33.005]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:56:33 [15:56:33.118]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:56:33 [15:56:33.217]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:56:33 [15:56:33.342]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:56:33 [15:56:33.436]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:56:33 [15:56:33.527]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:56:33 [15:56:33.623]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:56:33 [15:56:33.721]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:56:33 [15:56:33.838]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:56:33 [15:56:33.927]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:56:34 [15:56:34.015]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:56:34 [15:56:34.117]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:56:34 [15:56:34.200]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:56:34 [15:56:34.295]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:56:34
PASS src/contract_function_simulator/pxe_oracle_interface.test.ts (
7.895 s)
15:56:34 PXEOracleInterface
15:56:34 sync tagged logs
15:56:34
✓ should sync tagged logs (887 ms)
15:56:34
✓ should sync tagged logs as senders (1088 ms)
15:56:34
✓ should sync tagged logs with a sender index offset (468 ms)
15:56:34
✓ should sync tagged logs for which indexes are not updated if they're inside the window (435 ms)
15:56:34
✓ should not sync tagged logs for which indexes are not updated if they're outside the window (360 ms)
15:56:34
✓ should sync tagged logs from scratch after a DB wipe (490 ms)
15:56:34
✓ should not sync tagged logs with a blockNumber larger than the block number to which PXE is synced (389 ms)
15:56:34 deliverNote
15:56:34
✓ should store note if it exists in note hash tree and is not nullified (95 ms)
15:56:34
✓ should throw if note does not exist in note hash tree (137 ms)
15:56:34
✓ should store and immediately remove note if it is already nullified (128 ms)
15:56:34
✓ should reject notes that exist only in unsynced future blocks (104 ms)
15:56:34
✓ should not remove note if nullifier only exists in unsynced blocks (112 ms)
15:56:34 getPublicLogByTag
15:56:34
✓ returns null if no logs found for tag (98 ms)
15:56:34
✓ returns log data when single log found (125 ms)
15:56:34
✓ throws if multiple logs found for tag (93 ms)
15:56:34
✓ throws if tx effect not found (89 ms)
15:56:34
✓ returns log fields that are actually emitted (97 ms)
15:56:34 getPrivateLogByTag
15:56:34
✓ returns null if no logs found (97 ms)
15:56:34
✓ returns log and tx effect if single log found (116 ms)
15:56:34
✓ throws if multiple logs found for tag (88 ms)
15:56:34
✓ throws if tx effect not found (89 ms)
15:56:34 removeNullifiedNotes
15:56:34
✓ should remove notes that have been nullified (101 ms)
15:56:34
✓ should keep notes that have not been nullified (83 ms)
15:56:34
✓ should not remove notes if nullifier is in unsynced blocks (94 ms)
15:56:34
✓ should search for notes from all accounts (187 ms)
15:56:34
15:56:34
Test Suites: 1 passed, 1 total
15:56:34
Tests: 25 passed, 25 total
15:56:34
Snapshots: 0 total
15:56:34
Time: 8.019 s
15:56:34
Ran all test suites matching pxe/src/contract_function_simulator/pxe_oracle_interface.test.ts
.
15:56:34
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?