Parent Log:
http://ci.aztec-labs.com/2546558bc3925e4f
Command: b895a7fa8f839b60 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/b80949775e5c27908a6055ad24592f7d98bdc45a
Env: REF_NAME=gh-readonly-queue/next/pr-14816-fa159c5d52a45358479f951a547fed37f141a6ed CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Sat Jun 14 10:44:06 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14816_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
10:44:12 [10:44:12.453]
INFO:
simulator:test:private_execution Parent deployed at 0x0f41d80524df022d81cb841fcfec8415e5cd194185accf065f1ce407df13d618
10:44:12 [10:44:12.457]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x12f8208b0a694417571468bac11e2be754ba9ba01d9d3ab261766abbf6897ae1
10:44:12 [10:44:12.617]
INFO:
simulator:test:private_execution Calling testCodeGen function
10:44:12 [10:44:12.952]
INFO:
simulator:test:private_execution Calling importer main function
10:44:19
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
12.511 s)
10:44:19 Private Execution test suite
10:44:19 no constructor
10:44:19
✓ emits a field array as an encrypted log (380 ms)
10:44:19 stateful test contract
10:44:19
✓ should have a constructor with arguments that inserts notes (415 ms)
10:44:19
✓ should run the create_note function (287 ms)
10:44:19
✓ should run the destroy_and_create function (786 ms)
10:44:19
✓ should be able to destroy_and_create with dummy notes (731 ms)
10:44:19 nested calls
10:44:19
✓ child function should be callable (95 ms)
10:44:19
✓ parent should call child (206 ms)
10:44:19 nested calls through autogenerated interface
10:44:19
✓ test function should be directly callable (197 ms)
10:44:19
✓ test function should be callable through autogenerated interface (240 ms)
10:44:19 consuming messages
10:44:19 L1 to L2
10:44:19
✓ Should be able to consume a dummy cross chain message (248 ms)
10:44:19
✓ Invalid membership proof (320 ms)
10:44:19
✓ Invalid recipient (279 ms)
10:44:19
✓ Invalid sender (253 ms)
10:44:19
✓ Invalid chainid (246 ms)
10:44:19
✓ Invalid version (268 ms)
10:44:19
✓ Invalid content (278 ms)
10:44:19
✓ Invalid Secret (275 ms)
10:44:19 enqueued calls
10:44:19
✓ parent should enqueue call to child (internal false) (203 ms)
10:44:19
✓ parent should enqueue call to child (internal true) (174 ms)
10:44:19
✓ should be ok for parent to enqueue calls with <= max total args (264 ms)
10:44:19
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (422 ms)
10:44:19 setting teardown function
10:44:19
✓ should be able to set a teardown function (189 ms)
10:44:19 setting fee payer
10:44:19
✓ should default to not being a fee payer (169 ms)
10:44:19
✓ should be able to set a fee payer (195 ms)
10:44:19 pending note hashes contract
10:44:19
✓ should be able to insert, read, and nullify pending note hashes in one call (596 ms)
10:44:19
✓ should be able to insert, read, and nullify pending note hashes in nested calls (477 ms)
10:44:19
✓ cant read a commitment that is inserted later in same call (412 ms)
10:44:19 get master incoming viewing public key
10:44:19
✓ gets the public key for an address (218 ms)
10:44:19 Get notes
10:44:19
✓ fails if returning no notes (250 ms)
10:44:19 Context oracles
10:44:19
✓ this_address should return the current context address (189 ms)
10:44:19 Private global variables
10:44:19
✓ Private global vars are correctly set (194 ms)
10:44:19
✓ Throws when chainId is incorrectly set (198 ms)
10:44:19
✓ Throws when version is incorrectly set (177 ms)
10:44:19 Historical header in private context
10:44:19
✓ Header is correctly set (194 ms)
10:44:19
✓ Throws when header is not as expected (188 ms)
10:44:19
10:44:19
Test Suites: 1 passed, 1 total
10:44:19
Tests: 35 passed, 35 total
10:44:19
Snapshots: 0 total
10:44:19
Time: 12.579 s
10:44:19
Ran all test suites matching /pxe\/src\/contract_function_simulator\/oracle\/private_execution.test.ts/i
.
10:44:19
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?