Parent Log: http://ci.aztec-labs.com/29fbaf04147fb1cc Command: 0241ddbeca6635d5 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/4873eb2f8189ef2d21a8b7fcfbfebe4dbc0f4145 Env: REF_NAME=gh-readonly-queue/next/pr-15244-ae57aa9d16f6f3a9e1bc0a5487573e779a4a3ee3 CURRENT_VERSION=0.87.6 CI_FULL=0 Date: Wed Jun 25 19:34:38 UTC 2025 System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15244_arm64_a1-fast Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next 19:34:43 [19:34:43.461] INFO: simulator:test:private_execution Parent deployed at 0x0c1f5f49eef3992ba9237cd316cc1cb16cde7eb1f0a5442d51f15ba328efd7b4 19:34:43 [19:34:43.464] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x19a861c42128b7375a7abcf9d1c331039c91edbd35070670cd063c4a78708acd 19:34:43 [19:34:43.605] INFO: simulator:test:private_execution Calling testCodeGen function 19:34:43 [19:34:43.915] INFO: simulator:test:private_execution Calling importer main function 19:34:50 PASS src/contract_function_simulator/oracle/private_execution.test.ts (11.063 s) 19:34:50 Private Execution test suite 19:34:50 no constructor 19:34:50 emits a field array as an encrypted log (334 ms) 19:34:50 stateful test contract 19:34:50 should have a constructor with arguments that inserts notes (407 ms) 19:34:50 should run the create_note function (282 ms) 19:34:50 should run the destroy_and_create function (606 ms) 19:34:50 should be able to destroy_and_create with dummy notes (589 ms) 19:34:50 nested calls 19:34:50 child function should be callable (75 ms) 19:34:50 parent should call child (173 ms) 19:34:50 nested calls through autogenerated interface 19:34:50 test function should be directly callable (184 ms) 19:34:50 test function should be callable through autogenerated interface (220 ms) 19:34:50 consuming messages 19:34:50 L1 to L2 19:34:50 Should be able to consume a dummy cross chain message (241 ms) 19:34:50 Invalid membership proof (264 ms) 19:34:50 Invalid recipient (238 ms) 19:34:50 Invalid sender (250 ms) 19:34:50 Invalid chainid (232 ms) 19:34:50 Invalid version (227 ms) 19:34:50 Invalid content (235 ms) 19:34:50 Invalid Secret (232 ms) 19:34:50 enqueued calls 19:34:50 parent should enqueue call to child (internal false) (153 ms) 19:34:50 parent should enqueue call to child (internal true) (151 ms) 19:34:50 should be ok for parent to enqueue calls with <= max total args (227 ms) 19:34:50 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (397 ms) 19:34:50 setting teardown function 19:34:50 should be able to set a teardown function (182 ms) 19:34:50 setting fee payer 19:34:50 should default to not being a fee payer (175 ms) 19:34:50 should be able to set a fee payer (184 ms) 19:34:50 pending note hashes contract 19:34:50 should be able to insert, read, and nullify pending note hashes in one call (525 ms) 19:34:50 should be able to insert, read, and nullify pending note hashes in nested calls (461 ms) 19:34:50 cant read a commitment that is inserted later in same call (416 ms) 19:34:50 get master incoming viewing public key 19:34:50 gets the public key for an address (186 ms) 19:34:50 Get notes 19:34:50 fails if returning no notes (196 ms) 19:34:50 Context oracles 19:34:50 this_address should return the current context address (179 ms) 19:34:50 Private global variables 19:34:50 Private global vars are correctly set (174 ms) 19:34:50 Throws when chainId is incorrectly set (168 ms) 19:34:50 Throws when version is incorrectly set (195 ms) 19:34:50 Historical header in private context 19:34:50 Header is correctly set (181 ms) 19:34:50 Throws when header is not as expected (178 ms) 19:34:50 19:34:50 Test Suites: 1 passed, 1 total 19:34:50 Tests: 35 passed, 35 total 19:34:50 Snapshots: 0 total 19:34:50 Time: 11.134 s 19:34:50 Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts. 19:34:50 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?