Parent Log: http://ci.aztec-labs.com/23b2d08823cc2202 Command: 3713b4397d55fa0c yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/314d7622c6bacc8333ae49fe9583967cab78349b Env: REF_NAME=gh-readonly-queue/next/pr-15000-c51485c507bcf668c6e55129eb2c1794af4a0732 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Fri Jun 13 11:34:29 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15000_amd64_x4-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next 11:34:35 [11:34:35.319] INFO: simulator:test:private_execution Parent deployed at 0x0c1195112ec3c854d8b94697088133e16342cad1304eaa07202808c3ecaa685a 11:34:35 [11:34:35.326] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x1856394f7c32f09d2db204b8728b86147e7246adb8cd120daaaef4f14e6501ec 11:34:35 [11:34:35.515] INFO: simulator:test:private_execution Calling testCodeGen function 11:34:35 [11:34:35.904] INFO: simulator:test:private_execution Calling importer main function 11:34:43 PASS src/contract_function_simulator/oracle/private_execution.test.ts (12.903 s) 11:34:43 Private Execution test suite 11:34:43 no constructor 11:34:43 emits a field array as an encrypted log (389 ms) 11:34:43 stateful test contract 11:34:43 should have a constructor with arguments that inserts notes (456 ms) 11:34:43 should run the create_note function (300 ms) 11:34:43 should run the destroy_and_create function (678 ms) 11:34:43 should be able to destroy_and_create with dummy notes (792 ms) 11:34:43 nested calls 11:34:43 child function should be callable (85 ms) 11:34:43 parent should call child (236 ms) 11:34:43 nested calls through autogenerated interface 11:34:43 test function should be directly callable (228 ms) 11:34:43 test function should be callable through autogenerated interface (275 ms) 11:34:43 consuming messages 11:34:43 L1 to L2 11:34:43 Should be able to consume a dummy cross chain message (296 ms) 11:34:43 Invalid membership proof (327 ms) 11:34:43 Invalid recipient (267 ms) 11:34:43 Invalid sender (267 ms) 11:34:43 Invalid chainid (304 ms) 11:34:43 Invalid version (279 ms) 11:34:43 Invalid content (293 ms) 11:34:43 Invalid Secret (264 ms) 11:34:43 enqueued calls 11:34:43 parent should enqueue call to child (internal false) (190 ms) 11:34:43 parent should enqueue call to child (internal true) (159 ms) 11:34:43 should be ok for parent to enqueue calls with <= max total args (229 ms) 11:34:43 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (410 ms) 11:34:43 setting teardown function 11:34:43 should be able to set a teardown function (217 ms) 11:34:43 setting fee payer 11:34:43 should default to not being a fee payer (217 ms) 11:34:43 should be able to set a fee payer (199 ms) 11:34:43 pending note hashes contract 11:34:43 should be able to insert, read, and nullify pending note hashes in one call (531 ms) 11:34:43 should be able to insert, read, and nullify pending note hashes in nested calls (486 ms) 11:34:43 cant read a commitment that is inserted later in same call (524 ms) 11:34:43 get master incoming viewing public key 11:34:43 gets the public key for an address (218 ms) 11:34:43 Get notes 11:34:43 fails if returning no notes (232 ms) 11:34:43 Context oracles 11:34:43 this_address should return the current context address (190 ms) 11:34:43 Private global variables 11:34:43 Private global vars are correctly set (190 ms) 11:34:43 Throws when chainId is incorrectly set (240 ms) 11:34:43 Throws when version is incorrectly set (214 ms) 11:34:43 Historical header in private context 11:34:43 Header is correctly set (218 ms) 11:34:43 Throws when header is not as expected (215 ms) 11:34:43 11:34:43 Test Suites: 1 passed, 1 total 11:34:43 Tests: 35 passed, 35 total 11:34:43 Snapshots: 0 total 11:34:43 Time: 12.99 s 11:34:43 Ran all test suites matching /pxe\/src\/contract_function_simulator\/oracle\/private_execution.test.ts/i. 11:34:43 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?