Parent Log: http://ci.aztec-labs.com/e288acb99b2d3432 Command: d22bc4a94b0d21bc yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/c06f30929f18b85bcea93c0926a8d640a3819f00 Env: REF_NAME=gh-readonly-queue/master/pr-15074-2707ec99de02004f3e30e7af0810e0d741ab9794 CURRENT_VERSION=0.87.8 CI_FULL=0 Date: Mon Jun 16 16:26:27 UTC 2025 System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15074_arm64_a1-fast Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_master 16:26:31 [16:26:31.796] INFO: simulator:test:private_execution Parent deployed at 0x182818c27e68ac8ac7dc752b0ab91f8651b008a430986e26c3c18fcfe9f77610 16:26:31 [16:26:31.800] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x26d803912d45359079e1e20bc8bbaebc373055470826c9f40b271193fadd471f 16:26:31 [16:26:31.927] INFO: simulator:test:private_execution Calling testCodeGen function 16:26:32 [16:26:32.264] INFO: simulator:test:private_execution Calling importer main function 16:26:38 PASS src/contract_function_simulator/oracle/private_execution.test.ts (10.662 s) 16:26:38 Private Execution test suite 16:26:38 no constructor 16:26:38 emits a field array as an encrypted log (359 ms) 16:26:38 stateful test contract 16:26:38 should have a constructor with arguments that inserts notes (357 ms) 16:26:38 should run the create_note function (240 ms) 16:26:38 should run the destroy_and_create function (575 ms) 16:26:38 should be able to destroy_and_create with dummy notes (541 ms) 16:26:38 nested calls 16:26:38 child function should be callable (82 ms) 16:26:38 parent should call child (158 ms) 16:26:38 nested calls through autogenerated interface 16:26:38 test function should be directly callable (189 ms) 16:26:38 test function should be callable through autogenerated interface (225 ms) 16:26:38 consuming messages 16:26:38 L1 to L2 16:26:38 Should be able to consume a dummy cross chain message (246 ms) 16:26:38 Invalid membership proof (270 ms) 16:26:38 Invalid recipient (238 ms) 16:26:38 Invalid sender (243 ms) 16:26:38 Invalid chainid (249 ms) 16:26:38 Invalid version (242 ms) 16:26:38 Invalid content (241 ms) 16:26:38 Invalid Secret (246 ms) 16:26:38 enqueued calls 16:26:38 parent should enqueue call to child (internal false) (146 ms) 16:26:38 parent should enqueue call to child (internal true) (140 ms) 16:26:38 should be ok for parent to enqueue calls with <= max total args (215 ms) 16:26:38 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (363 ms) 16:26:38 setting teardown function 16:26:38 should be able to set a teardown function (198 ms) 16:26:38 setting fee payer 16:26:38 should default to not being a fee payer (199 ms) 16:26:38 should be able to set a fee payer (190 ms) 16:26:38 pending note hashes contract 16:26:38 should be able to insert, read, and nullify pending note hashes in one call (437 ms) 16:26:38 should be able to insert, read, and nullify pending note hashes in nested calls (374 ms) 16:26:38 cant read a commitment that is inserted later in same call (346 ms) 16:26:38 get master incoming viewing public key 16:26:38 gets the public key for an address (213 ms) 16:26:38 Get notes 16:26:38 fails if returning no notes (209 ms) 16:26:38 Context oracles 16:26:38 this_address should return the current context address (195 ms) 16:26:38 Private global variables 16:26:38 Private global vars are correctly set (186 ms) 16:26:38 Throws when chainId is incorrectly set (180 ms) 16:26:38 Throws when version is incorrectly set (183 ms) 16:26:38 Historical header in private context 16:26:38 Header is correctly set (190 ms) 16:26:38 Throws when header is not as expected (181 ms) 16:26:38 16:26:38 Test Suites: 1 passed, 1 total 16:26:38 Tests: 35 passed, 35 total 16:26:38 Snapshots: 0 total 16:26:38 Time: 10.728 s 16:26:38 Ran all test suites matching /pxe\/src\/contract_function_simulator\/oracle\/private_execution.test.ts/i. 16:26:38 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?