Parent Log: http://ci.aztec-labs.com/bba6ba24268b9dc1 Command: 1b54ea671a21576c yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/30660269b33bab8cca354c41659533acf4d48e07 Env: REF_NAME=gh-readonly-queue/next/pr-15026-d96baf1c44329e8b2e3a432ad803f702f5184a62 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Fri Jun 13 09:35:52 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15026_amd64_x4-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next 09:35:59 [09:35:59.091] INFO: simulator:test:private_execution Parent deployed at 0x2f750e9087d55f31a8009e0139dcf64f4f6a0d33953fd516c88f1d9ca6ef3327 09:35:59 [09:35:59.098] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x24f8c2fd24391d6bb97d413f90ffbb5bfc775ad9fb483f299f80977482234a5c 09:35:59 [09:35:59.260] INFO: simulator:test:private_execution Calling testCodeGen function 09:35:59 [09:35:59.612] INFO: simulator:test:private_execution Calling importer main function 09:36:07 PASS src/contract_function_simulator/oracle/private_execution.test.ts (13.655 s) 09:36:07 Private Execution test suite 09:36:07 no constructor 09:36:07 emits a field array as an encrypted log (459 ms) 09:36:07 stateful test contract 09:36:07 should have a constructor with arguments that inserts notes (559 ms) 09:36:07 should run the create_note function (332 ms) 09:36:07 should run the destroy_and_create function (815 ms) 09:36:07 should be able to destroy_and_create with dummy notes (725 ms) 09:36:07 nested calls 09:36:07 child function should be callable (101 ms) 09:36:07 parent should call child (209 ms) 09:36:07 nested calls through autogenerated interface 09:36:07 test function should be directly callable (197 ms) 09:36:07 test function should be callable through autogenerated interface (249 ms) 09:36:07 consuming messages 09:36:07 L1 to L2 09:36:07 Should be able to consume a dummy cross chain message (286 ms) 09:36:07 Invalid membership proof (309 ms) 09:36:07 Invalid recipient (281 ms) 09:36:07 Invalid sender (289 ms) 09:36:07 Invalid chainid (317 ms) 09:36:07 Invalid version (280 ms) 09:36:07 Invalid content (333 ms) 09:36:07 Invalid Secret (296 ms) 09:36:07 enqueued calls 09:36:07 parent should enqueue call to child (internal false) (215 ms) 09:36:07 parent should enqueue call to child (internal true) (208 ms) 09:36:07 should be ok for parent to enqueue calls with <= max total args (280 ms) 09:36:07 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (512 ms) 09:36:07 setting teardown function 09:36:07 should be able to set a teardown function (209 ms) 09:36:07 setting fee payer 09:36:07 should default to not being a fee payer (193 ms) 09:36:07 should be able to set a fee payer (196 ms) 09:36:07 pending note hashes contract 09:36:07 should be able to insert, read, and nullify pending note hashes in one call (506 ms) 09:36:07 should be able to insert, read, and nullify pending note hashes in nested calls (441 ms) 09:36:07 cant read a commitment that is inserted later in same call (431 ms) 09:36:07 get master incoming viewing public key 09:36:07 gets the public key for an address (284 ms) 09:36:07 Get notes 09:36:07 fails if returning no notes (235 ms) 09:36:07 Context oracles 09:36:07 this_address should return the current context address (221 ms) 09:36:07 Private global variables 09:36:07 Private global vars are correctly set (198 ms) 09:36:07 Throws when chainId is incorrectly set (199 ms) 09:36:07 Throws when version is incorrectly set (181 ms) 09:36:07 Historical header in private context 09:36:07 Header is correctly set (204 ms) 09:36:07 Throws when header is not as expected (243 ms) 09:36:07 09:36:07 Test Suites: 1 passed, 1 total 09:36:07 Tests: 35 passed, 35 total 09:36:07 Snapshots: 0 total 09:36:07 Time: 13.742 s 09:36:07 Ran all test suites matching /pxe\/src\/contract_function_simulator\/oracle\/private_execution.test.ts/i. 09:36:07 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?