Parent Log: http://ci.aztec-labs.com/4394d8959cc7e035 Command: 97e7ef9a556fd7e6 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/a3ecf3ea26aad0390dd15cfadbb1d160e85e5f89 Env: REF_NAME=gh-readonly-queue/master/pr-15194-f3a077dd83e56ee0ae0a1175f0dc39fdfa50e6d7 CURRENT_VERSION=0.87.9 CI_FULL=1 Date: Tue Jun 24 17:26:24 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15194_amd64_x2-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_master 17:26:29 [17:26:29.729] INFO: simulator:test:private_execution Parent deployed at 0x0c2fdb942560434473a80b3dbcef6dcdfcca3b60f5bc1c077b2ebc782617d470 17:26:29 [17:26:29.733] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x07ccf4a0d76e658c2577ffe24581ba193b5d99a8eeb9cd7949830b4d6078040f 17:26:29 [17:26:29.869] INFO: simulator:test:private_execution Calling testCodeGen function 17:26:30 [17:26:30.283] INFO: simulator:test:private_execution Calling importer main function 17:26:37 PASS src/contract_function_simulator/oracle/private_execution.test.ts (12.541 s) 17:26:37 Private Execution test suite 17:26:37 no constructor 17:26:37 emits a field array as an encrypted log (376 ms) 17:26:37 stateful test contract 17:26:37 should have a constructor with arguments that inserts notes (419 ms) 17:26:37 should run the create_note function (298 ms) 17:26:37 should run the destroy_and_create function (683 ms) 17:26:37 should be able to destroy_and_create with dummy notes (653 ms) 17:26:37 nested calls 17:26:37 child function should be callable (90 ms) 17:26:37 parent should call child (174 ms) 17:26:37 nested calls through autogenerated interface 17:26:37 test function should be directly callable (226 ms) 17:26:37 test function should be callable through autogenerated interface (272 ms) 17:26:37 consuming messages 17:26:37 L1 to L2 17:26:37 Should be able to consume a dummy cross chain message (371 ms) 17:26:37 Invalid membership proof (359 ms) 17:26:37 Invalid recipient (291 ms) 17:26:37 Invalid sender (274 ms) 17:26:37 Invalid chainid (308 ms) 17:26:37 Invalid version (312 ms) 17:26:37 Invalid content (290 ms) 17:26:37 Invalid Secret (296 ms) 17:26:37 enqueued calls 17:26:37 parent should enqueue call to child (internal false) (155 ms) 17:26:37 parent should enqueue call to child (internal true) (144 ms) 17:26:37 should be ok for parent to enqueue calls with <= max total args (257 ms) 17:26:37 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (407 ms) 17:26:37 setting teardown function 17:26:37 should be able to set a teardown function (235 ms) 17:26:37 setting fee payer 17:26:37 should default to not being a fee payer (247 ms) 17:26:37 should be able to set a fee payer (216 ms) 17:26:37 pending note hashes contract 17:26:37 should be able to insert, read, and nullify pending note hashes in one call (555 ms) 17:26:37 should be able to insert, read, and nullify pending note hashes in nested calls (454 ms) 17:26:37 cant read a commitment that is inserted later in same call (436 ms) 17:26:37 get master incoming viewing public key 17:26:37 gets the public key for an address (209 ms) 17:26:37 Get notes 17:26:37 fails if returning no notes (267 ms) 17:26:37 Context oracles 17:26:37 this_address should return the current context address (214 ms) 17:26:37 Private global variables 17:26:37 Private global vars are correctly set (248 ms) 17:26:37 Throws when chainId is incorrectly set (215 ms) 17:26:37 Throws when version is incorrectly set (241 ms) 17:26:37 Historical header in private context 17:26:37 Header is correctly set (205 ms) 17:26:37 Throws when header is not as expected (201 ms) 17:26:37 17:26:37 Test Suites: 1 passed, 1 total 17:26:37 Tests: 35 passed, 35 total 17:26:37 Snapshots: 0 total 17:26:37 Time: 12.614 s 17:26:37 Ran all test suites matching /pxe\/src\/contract_function_simulator\/oracle\/private_execution.test.ts/i. 17:26:37 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?