Parent Log: http://ci.aztec-labs.com/92c2dda0ace2278e 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/6ee95286f8bcc5bb6dca43222459ac5bf43a8a75 Env: REF_NAME=gh-readonly-queue/next/pr-15156-9cbd161a1dfa928167c1f969200b95df55ed4c6b CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Fri Jun 20 09:43:45 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15156_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:43:51 [09:43:51.826] INFO: simulator:test:private_execution Parent deployed at 0x26d9c65d2e6358382aafb89c4e1b7e756b4a164039729a99c8b5de2f3a7bf2c4 09:43:51 [09:43:51.831] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x29b3ce4b003c93185aae040b6e53bcad23c250af5899595bc957591f68308f8c 09:43:52 [09:43:52.003] INFO: simulator:test:private_execution Calling testCodeGen function 09:43:52 [09:43:52.376] INFO: simulator:test:private_execution Calling importer main function 09:43:59 PASS src/contract_function_simulator/oracle/private_execution.test.ts (13.576 s) 09:43:59 Private Execution test suite 09:43:59 no constructor 09:43:59 emits a field array as an encrypted log (412 ms) 09:43:59 stateful test contract 09:43:59 should have a constructor with arguments that inserts notes (464 ms) 09:43:59 should run the create_note function (376 ms) 09:43:59 should run the destroy_and_create function (934 ms) 09:43:59 should be able to destroy_and_create with dummy notes (679 ms) 09:43:59 nested calls 09:43:59 child function should be callable (86 ms) 09:43:59 parent should call child (216 ms) 09:43:59 nested calls through autogenerated interface 09:43:59 test function should be directly callable (204 ms) 09:43:59 test function should be callable through autogenerated interface (271 ms) 09:43:59 consuming messages 09:43:59 L1 to L2 09:43:59 Should be able to consume a dummy cross chain message (300 ms) 09:43:59 Invalid membership proof (279 ms) 09:43:59 Invalid recipient (284 ms) 09:43:59 Invalid sender (259 ms) 09:43:59 Invalid chainid (263 ms) 09:43:59 Invalid version (269 ms) 09:43:59 Invalid content (277 ms) 09:43:59 Invalid Secret (276 ms) 09:43:59 enqueued calls 09:43:59 parent should enqueue call to child (internal false) (170 ms) 09:43:59 parent should enqueue call to child (internal true) (159 ms) 09:43:59 should be ok for parent to enqueue calls with <= max total args (290 ms) 09:43:59 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (459 ms) 09:43:59 setting teardown function 09:43:59 should be able to set a teardown function (230 ms) 09:43:59 setting fee payer 09:43:59 should default to not being a fee payer (213 ms) 09:43:59 should be able to set a fee payer (201 ms) 09:43:59 pending note hashes contract 09:43:59 should be able to insert, read, and nullify pending note hashes in one call (621 ms) 09:43:59 should be able to insert, read, and nullify pending note hashes in nested calls (511 ms) 09:43:59 cant read a commitment that is inserted later in same call (440 ms) 09:43:59 get master incoming viewing public key 09:43:59 gets the public key for an address (207 ms) 09:43:59 Get notes 09:43:59 fails if returning no notes (212 ms) 09:43:59 Context oracles 09:43:59 this_address should return the current context address (196 ms) 09:43:59 Private global variables 09:43:59 Private global vars are correctly set (218 ms) 09:43:59 Throws when chainId is incorrectly set (198 ms) 09:43:59 Throws when version is incorrectly set (255 ms) 09:43:59 Historical header in private context 09:43:59 Header is correctly set (229 ms) 09:43:59 Throws when header is not as expected (243 ms) 09:43:59 09:43:59 Test Suites: 1 passed, 1 total 09:43:59 Tests: 35 passed, 35 total 09:43:59 Snapshots: 0 total 09:43:59 Time: 13.67 s 09:43:59 Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts. 09:43:59 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?