Parent Log: http://ci.aztec-labs.com/4451244b7f022098 Command: 731d98bdb3377842 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/4110b08ca823c6af4399e58e54e0483d6e3459ed Env: REF_NAME=gh-readonly-queue/next/pr-15064-daebab2c4bace59ef25ddb29040a040926f095e6 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Mon Jun 16 09:31:47 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15064_amd64_x2-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next 09:31:53 [09:31:53.571] INFO: simulator:test:private_execution Parent deployed at 0x24cd4216373ef002b2bd0a3e502aef19735a558f42738314b914e456a394e009 09:31:53 [09:31:53.577] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x1b57e644f31cebc2cc2a04b65f9fe8451183c928513c26d72c670d085fd819aa 09:31:53 [09:31:53.750] INFO: simulator:test:private_execution Calling testCodeGen function 09:31:54 [09:31:54.131] INFO: simulator:test:private_execution Calling importer main function 09:32:01 PASS src/contract_function_simulator/oracle/private_execution.test.ts (13.167 s) 09:32:01 Private Execution test suite 09:32:01 no constructor 09:32:01 emits a field array as an encrypted log (375 ms) 09:32:01 stateful test contract 09:32:01 should have a constructor with arguments that inserts notes (507 ms) 09:32:01 should run the create_note function (282 ms) 09:32:01 should run the destroy_and_create function (623 ms) 09:32:01 should be able to destroy_and_create with dummy notes (718 ms) 09:32:01 nested calls 09:32:01 child function should be callable (97 ms) 09:32:01 parent should call child (230 ms) 09:32:01 nested calls through autogenerated interface 09:32:01 test function should be directly callable (220 ms) 09:32:01 test function should be callable through autogenerated interface (268 ms) 09:32:01 consuming messages 09:32:01 L1 to L2 09:32:01 Should be able to consume a dummy cross chain message (294 ms) 09:32:01 Invalid membership proof (339 ms) 09:32:01 Invalid recipient (340 ms) 09:32:01 Invalid sender (251 ms) 09:32:01 Invalid chainid (274 ms) 09:32:01 Invalid version (298 ms) 09:32:01 Invalid content (289 ms) 09:32:01 Invalid Secret (276 ms) 09:32:01 enqueued calls 09:32:01 parent should enqueue call to child (internal false) (208 ms) 09:32:01 parent should enqueue call to child (internal true) (183 ms) 09:32:01 should be ok for parent to enqueue calls with <= max total args (285 ms) 09:32:01 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (439 ms) 09:32:01 setting teardown function 09:32:01 should be able to set a teardown function (190 ms) 09:32:01 setting fee payer 09:32:01 should default to not being a fee payer (191 ms) 09:32:01 should be able to set a fee payer (180 ms) 09:32:01 pending note hashes contract 09:32:01 should be able to insert, read, and nullify pending note hashes in one call (653 ms) 09:32:01 should be able to insert, read, and nullify pending note hashes in nested calls (543 ms) 09:32:01 cant read a commitment that is inserted later in same call (460 ms) 09:32:01 get master incoming viewing public key 09:32:01 gets the public key for an address (241 ms) 09:32:01 Get notes 09:32:01 fails if returning no notes (264 ms) 09:32:01 Context oracles 09:32:01 this_address should return the current context address (221 ms) 09:32:01 Private global variables 09:32:01 Private global vars are correctly set (230 ms) 09:32:01 Throws when chainId is incorrectly set (209 ms) 09:32:01 Throws when version is incorrectly set (211 ms) 09:32:01 Historical header in private context 09:32:01 Header is correctly set (211 ms) 09:32:01 Throws when header is not as expected (202 ms) 09:32:01 09:32:01 Test Suites: 1 passed, 1 total 09:32:01 Tests: 35 passed, 35 total 09:32:01 Snapshots: 0 total 09:32:01 Time: 13.243 s 09:32:01 Ran all test suites matching /pxe\/src\/contract_function_simulator\/oracle\/private_execution.test.ts/i. 09:32:01 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?