Parent Log: http://ci.aztec-labs.com/fb293d5910c3fe73 Command: 02573248fd9c66ba yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/712835e3cfa2ed6f980f2d482aa4b0ae767046a7 Env: REF_NAME=gh-readonly-queue/next/pr-15077-4b0e4dc09fa55f0bc808fa0c7c3e95e8fa997069 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Tue Jun 17 21:08:26 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15077_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:08:33 [21:08:33.039] INFO: simulator:test:private_execution Parent deployed at 0x1c7e74b6decdff4ce8111eaac2c07c0f4c592e60044da6efe2e4ca67eec88ddd 21:08:33 [21:08:33.044] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x0fc0bfd67059d77dade31e02f6c5c8a3ef2d6650bff73169711d724a83612295 21:08:33 [21:08:33.188] INFO: simulator:test:private_execution Calling testCodeGen function 21:08:33 [21:08:33.555] INFO: simulator:test:private_execution Calling importer main function 21:08:40 PASS src/contract_function_simulator/oracle/private_execution.test.ts (13.912 s) 21:08:40 Private Execution test suite 21:08:40 no constructor 21:08:40 emits a field array as an encrypted log (387 ms) 21:08:40 stateful test contract 21:08:40 should have a constructor with arguments that inserts notes (485 ms) 21:08:40 should run the create_note function (311 ms) 21:08:40 should run the destroy_and_create function (830 ms) 21:08:40 should be able to destroy_and_create with dummy notes (760 ms) 21:08:40 nested calls 21:08:40 child function should be callable (83 ms) 21:08:40 parent should call child (178 ms) 21:08:40 nested calls through autogenerated interface 21:08:40 test function should be directly callable (221 ms) 21:08:40 test function should be callable through autogenerated interface (244 ms) 21:08:40 consuming messages 21:08:40 L1 to L2 21:08:40 Should be able to consume a dummy cross chain message (265 ms) 21:08:40 Invalid membership proof (279 ms) 21:08:40 Invalid recipient (323 ms) 21:08:40 Invalid sender (292 ms) 21:08:40 Invalid chainid (267 ms) 21:08:40 Invalid version (304 ms) 21:08:40 Invalid content (295 ms) 21:08:40 Invalid Secret (248 ms) 21:08:40 enqueued calls 21:08:40 parent should enqueue call to child (internal false) (218 ms) 21:08:40 parent should enqueue call to child (internal true) (167 ms) 21:08:40 should be ok for parent to enqueue calls with <= max total args (286 ms) 21:08:40 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (534 ms) 21:08:40 setting teardown function 21:08:40 should be able to set a teardown function (188 ms) 21:08:40 setting fee payer 21:08:40 should default to not being a fee payer (215 ms) 21:08:40 should be able to set a fee payer (206 ms) 21:08:40 pending note hashes contract 21:08:40 should be able to insert, read, and nullify pending note hashes in one call (592 ms) 21:08:40 should be able to insert, read, and nullify pending note hashes in nested calls (460 ms) 21:08:40 cant read a commitment that is inserted later in same call (439 ms) 21:08:40 get master incoming viewing public key 21:08:40 gets the public key for an address (233 ms) 21:08:40 Get notes 21:08:40 fails if returning no notes (228 ms) 21:08:40 Context oracles 21:08:40 this_address should return the current context address (205 ms) 21:08:40 Private global variables 21:08:40 Private global vars are correctly set (231 ms) 21:08:40 Throws when chainId is incorrectly set (201 ms) 21:08:40 Throws when version is incorrectly set (190 ms) 21:08:40 Historical header in private context 21:08:40 Header is correctly set (208 ms) 21:08:40 Throws when header is not as expected (231 ms) 21:08:40 21:08:40 Test Suites: 1 passed, 1 total 21:08:40 Tests: 35 passed, 35 total 21:08:40 Snapshots: 0 total 21:08:40 Time: 14.005 s 21:08:40 Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts. 21:08:40 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?