Parent Log: http://ci.aztec-labs.com/7d50fe3fd123434b Command: 9e675ed54321cc5a yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/96a426245731b3f48fcb6dd5e2a683c858706602 Env: REF_NAME=gh-readonly-queue/next/pr-15083-5867520ed258adecfee692b3694d693b2c7964ca CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Mon Jun 16 21:53:52 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15083_amd64_x1-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next 21:53:58 [21:53:58.611] INFO: simulator:test:private_execution Parent deployed at 0x0c8bfb639b37c637108550239dce8c739e7e6f7d58fca8c7a50ade2ab3eabaa9 21:53:58 [21:53:58.615] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x0b21aa7c620dc7b76324cb8d32f9a8fe3e7e33e2571763fc9a21f8733527e433 21:53:58 [21:53:58.768] INFO: simulator:test:private_execution Calling testCodeGen function 21:53:59 [21:53:59.150] INFO: simulator:test:private_execution Calling importer main function 21:54:06 PASS src/contract_function_simulator/oracle/private_execution.test.ts (13.456 s) 21:54:06 Private Execution test suite 21:54:06 no constructor 21:54:06 emits a field array as an encrypted log (333 ms) 21:54:06 stateful test contract 21:54:06 should have a constructor with arguments that inserts notes (443 ms) 21:54:06 should run the create_note function (290 ms) 21:54:06 should run the destroy_and_create function (758 ms) 21:54:06 should be able to destroy_and_create with dummy notes (723 ms) 21:54:06 nested calls 21:54:06 child function should be callable (94 ms) 21:54:06 parent should call child (194 ms) 21:54:06 nested calls through autogenerated interface 21:54:06 test function should be directly callable (199 ms) 21:54:06 test function should be callable through autogenerated interface (303 ms) 21:54:06 consuming messages 21:54:06 L1 to L2 21:54:06 Should be able to consume a dummy cross chain message (287 ms) 21:54:06 Invalid membership proof (299 ms) 21:54:06 Invalid recipient (336 ms) 21:54:06 Invalid sender (344 ms) 21:54:06 Invalid chainid (282 ms) 21:54:06 Invalid version (288 ms) 21:54:06 Invalid content (263 ms) 21:54:06 Invalid Secret (294 ms) 21:54:06 enqueued calls 21:54:06 parent should enqueue call to child (internal false) (195 ms) 21:54:06 parent should enqueue call to child (internal true) (190 ms) 21:54:06 should be ok for parent to enqueue calls with <= max total args (283 ms) 21:54:06 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (562 ms) 21:54:06 setting teardown function 21:54:06 should be able to set a teardown function (216 ms) 21:54:06 setting fee payer 21:54:06 should default to not being a fee payer (207 ms) 21:54:06 should be able to set a fee payer (245 ms) 21:54:06 pending note hashes contract 21:54:06 should be able to insert, read, and nullify pending note hashes in one call (547 ms) 21:54:06 should be able to insert, read, and nullify pending note hashes in nested calls (471 ms) 21:54:06 cant read a commitment that is inserted later in same call (444 ms) 21:54:06 get master incoming viewing public key 21:54:06 gets the public key for an address (189 ms) 21:54:06 Get notes 21:54:06 fails if returning no notes (254 ms) 21:54:06 Context oracles 21:54:06 this_address should return the current context address (204 ms) 21:54:06 Private global variables 21:54:06 Private global vars are correctly set (206 ms) 21:54:06 Throws when chainId is incorrectly set (245 ms) 21:54:06 Throws when version is incorrectly set (207 ms) 21:54:06 Historical header in private context 21:54:06 Header is correctly set (195 ms) 21:54:06 Throws when header is not as expected (222 ms) 21:54:06 21:54:06 Test Suites: 1 passed, 1 total 21:54:06 Tests: 35 passed, 35 total 21:54:06 Snapshots: 0 total 21:54:06 Time: 13.578 s 21:54:06 Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts. 21:54:06 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?