Parent Log: http://ci.aztec-labs.com/98af491b5c8c3c36 Command: d13c5cad0b739ddd yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/b80949775e5c27908a6055ad24592f7d98bdc45a Env: REF_NAME=gh-readonly-queue/next/pr-14816-fa159c5d52a45358479f951a547fed37f141a6ed CURRENT_VERSION=0.87.6 CI_FULL=0 Date: Sat Jun 14 10:47:11 UTC 2025 System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-14816_arm64_a1-fast Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next 10:47:16 [10:47:16.695] INFO: simulator:test:private_execution Parent deployed at 0x06349438b13856ea6568db8d5a80b81155d8e902254751e63c861727acce7921 10:47:16 [10:47:16.699] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x2912984f1226b90d5c69e192927ac1da2aa164056ed591e571f31959238ca6ed 10:47:16 [10:47:16.839] INFO: simulator:test:private_execution Calling testCodeGen function 10:47:17 [10:47:17.143] INFO: simulator:test:private_execution Calling importer main function 10:47:23 PASS src/contract_function_simulator/oracle/private_execution.test.ts (10.436 s) 10:47:23 Private Execution test suite 10:47:23 no constructor 10:47:23 emits a field array as an encrypted log (314 ms) 10:47:23 stateful test contract 10:47:23 should have a constructor with arguments that inserts notes (374 ms) 10:47:23 should run the create_note function (250 ms) 10:47:23 should run the destroy_and_create function (595 ms) 10:47:23 should be able to destroy_and_create with dummy notes (565 ms) 10:47:23 nested calls 10:47:23 child function should be callable (79 ms) 10:47:23 parent should call child (168 ms) 10:47:23 nested calls through autogenerated interface 10:47:23 test function should be directly callable (177 ms) 10:47:23 test function should be callable through autogenerated interface (210 ms) 10:47:23 consuming messages 10:47:23 L1 to L2 10:47:23 Should be able to consume a dummy cross chain message (233 ms) 10:47:23 Invalid membership proof (255 ms) 10:47:23 Invalid recipient (218 ms) 10:47:23 Invalid sender (241 ms) 10:47:23 Invalid chainid (216 ms) 10:47:23 Invalid version (229 ms) 10:47:23 Invalid content (222 ms) 10:47:23 Invalid Secret (219 ms) 10:47:23 enqueued calls 10:47:23 parent should enqueue call to child (internal false) (148 ms) 10:47:23 parent should enqueue call to child (internal true) (139 ms) 10:47:23 should be ok for parent to enqueue calls with <= max total args (232 ms) 10:47:23 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (384 ms) 10:47:23 setting teardown function 10:47:23 should be able to set a teardown function (175 ms) 10:47:23 setting fee payer 10:47:23 should default to not being a fee payer (169 ms) 10:47:23 should be able to set a fee payer (189 ms) 10:47:23 pending note hashes contract 10:47:23 should be able to insert, read, and nullify pending note hashes in one call (453 ms) 10:47:23 should be able to insert, read, and nullify pending note hashes in nested calls (396 ms) 10:47:23 cant read a commitment that is inserted later in same call (390 ms) 10:47:23 get master incoming viewing public key 10:47:23 gets the public key for an address (176 ms) 10:47:23 Get notes 10:47:23 fails if returning no notes (205 ms) 10:47:23 Context oracles 10:47:23 this_address should return the current context address (198 ms) 10:47:23 Private global variables 10:47:23 Private global vars are correctly set (190 ms) 10:47:23 Throws when chainId is incorrectly set (165 ms) 10:47:23 Throws when version is incorrectly set (173 ms) 10:47:23 Historical header in private context 10:47:23 Header is correctly set (184 ms) 10:47:23 Throws when header is not as expected (164 ms) 10:47:23 10:47:23 Test Suites: 1 passed, 1 total 10:47:23 Tests: 35 passed, 35 total 10:47:23 Snapshots: 0 total 10:47:23 Time: 10.503 s 10:47:23 Ran all test suites matching /pxe\/src\/contract_function_simulator\/oracle\/private_execution.test.ts/i. 10:47:23 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?