Parent Log: http://ci.aztec-labs.com/8251982aad1ef834 Command: a5511b51e55ea9c0 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/9cbd161a1dfa928167c1f969200b95df55ed4c6b Env: REF_NAME=gh-readonly-queue/next/pr-15157-6e3848bbd6845559b55825f0bc64df0673272969 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Fri Jun 20 09:43:10 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15157_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:43:16 [09:43:16.714] INFO: simulator:test:private_execution Parent deployed at 0x0363bc4b68de29100dc9922962f5b773d8dfa470810daa107e4b352bf1d08de2 09:43:16 [09:43:16.720] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x221bf6e105ff0e6017ce90b3375c54fc716c8449b27f8277a90636051271dcf1 09:43:16 [09:43:16.893] INFO: simulator:test:private_execution Calling testCodeGen function 09:43:17 [09:43:17.285] INFO: simulator:test:private_execution Calling importer main function 09:43:25 PASS src/contract_function_simulator/oracle/private_execution.test.ts (13.813 s) 09:43:25 Private Execution test suite 09:43:25 no constructor 09:43:25 emits a field array as an encrypted log (403 ms) 09:43:25 stateful test contract 09:43:25 should have a constructor with arguments that inserts notes (415 ms) 09:43:25 should run the create_note function (312 ms) 09:43:25 should run the destroy_and_create function (642 ms) 09:43:25 should be able to destroy_and_create with dummy notes (829 ms) 09:43:25 nested calls 09:43:25 child function should be callable (127 ms) 09:43:25 parent should call child (216 ms) 09:43:25 nested calls through autogenerated interface 09:43:25 test function should be directly callable (218 ms) 09:43:25 test function should be callable through autogenerated interface (288 ms) 09:43:25 consuming messages 09:43:25 L1 to L2 09:43:25 Should be able to consume a dummy cross chain message (275 ms) 09:43:25 Invalid membership proof (324 ms) 09:43:25 Invalid recipient (352 ms) 09:43:25 Invalid sender (356 ms) 09:43:25 Invalid chainid (329 ms) 09:43:25 Invalid version (276 ms) 09:43:25 Invalid content (313 ms) 09:43:25 Invalid Secret (291 ms) 09:43:25 enqueued calls 09:43:25 parent should enqueue call to child (internal false) (213 ms) 09:43:25 parent should enqueue call to child (internal true) (214 ms) 09:43:25 should be ok for parent to enqueue calls with <= max total args (292 ms) 09:43:25 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (486 ms) 09:43:25 setting teardown function 09:43:25 should be able to set a teardown function (227 ms) 09:43:25 setting fee payer 09:43:25 should default to not being a fee payer (241 ms) 09:43:25 should be able to set a fee payer (234 ms) 09:43:25 pending note hashes contract 09:43:25 should be able to insert, read, and nullify pending note hashes in one call (559 ms) 09:43:25 should be able to insert, read, and nullify pending note hashes in nested calls (587 ms) 09:43:25 cant read a commitment that is inserted later in same call (480 ms) 09:43:25 get master incoming viewing public key 09:43:25 gets the public key for an address (280 ms) 09:43:25 Get notes 09:43:25 fails if returning no notes (223 ms) 09:43:25 Context oracles 09:43:25 this_address should return the current context address (199 ms) 09:43:25 Private global variables 09:43:25 Private global vars are correctly set (208 ms) 09:43:25 Throws when chainId is incorrectly set (223 ms) 09:43:25 Throws when version is incorrectly set (242 ms) 09:43:25 Historical header in private context 09:43:25 Header is correctly set (217 ms) 09:43:25 Throws when header is not as expected (203 ms) 09:43:25 09:43:25 Test Suites: 1 passed, 1 total 09:43:25 Tests: 35 passed, 35 total 09:43:25 Snapshots: 0 total 09:43:25 Time: 13.897 s 09:43:25 Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts. 09:43:25 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?