Parent Log: http://ci.aztec-labs.com/7ce67c70832c0bce Command: 382b132597c2ea2f yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/99e234fe4473771b32124e0402885610a6a3f98a Env: REF_NAME=gh-readonly-queue/next/pr-15233-1c9ca312bfdace816082212846900a49694e1e50 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Tue Jun 24 09:00:13 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15233_amd64_x3-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next 09:00:19 [09:00:19.779] INFO: simulator:test:private_execution Parent deployed at 0x2f3e866edc4b904de7905502e742fcc0066bb70968072554f84d2d239b8979a1 09:00:19 [09:00:19.786] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x2f5fbb42084a41e0bd41e8f0cf2687b3f83dd55bb86f59a16177b26b21020a5b 09:00:19 [09:00:19.968] INFO: simulator:test:private_execution Calling testCodeGen function 09:00:20 [09:00:20.349] INFO: simulator:test:private_execution Calling importer main function 09:00:27 PASS src/contract_function_simulator/oracle/private_execution.test.ts (13.492 s) 09:00:27 Private Execution test suite 09:00:27 no constructor 09:00:27 emits a field array as an encrypted log (387 ms) 09:00:27 stateful test contract 09:00:27 should have a constructor with arguments that inserts notes (487 ms) 09:00:27 should run the create_note function (304 ms) 09:00:27 should run the destroy_and_create function (715 ms) 09:00:27 should be able to destroy_and_create with dummy notes (696 ms) 09:00:27 nested calls 09:00:27 child function should be callable (109 ms) 09:00:27 parent should call child (236 ms) 09:00:27 nested calls through autogenerated interface 09:00:27 test function should be directly callable (224 ms) 09:00:27 test function should be callable through autogenerated interface (279 ms) 09:00:27 consuming messages 09:00:27 L1 to L2 09:00:27 Should be able to consume a dummy cross chain message (279 ms) 09:00:27 Invalid membership proof (348 ms) 09:00:27 Invalid recipient (272 ms) 09:00:27 Invalid sender (276 ms) 09:00:27 Invalid chainid (265 ms) 09:00:27 Invalid version (282 ms) 09:00:27 Invalid content (251 ms) 09:00:27 Invalid Secret (280 ms) 09:00:27 enqueued calls 09:00:27 parent should enqueue call to child (internal false) (194 ms) 09:00:27 parent should enqueue call to child (internal true) (171 ms) 09:00:27 should be ok for parent to enqueue calls with <= max total args (316 ms) 09:00:27 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (462 ms) 09:00:27 setting teardown function 09:00:27 should be able to set a teardown function (191 ms) 09:00:27 setting fee payer 09:00:27 should default to not being a fee payer (208 ms) 09:00:27 should be able to set a fee payer (203 ms) 09:00:27 pending note hashes contract 09:00:27 should be able to insert, read, and nullify pending note hashes in one call (589 ms) 09:00:27 should be able to insert, read, and nullify pending note hashes in nested calls (528 ms) 09:00:27 cant read a commitment that is inserted later in same call (605 ms) 09:00:27 get master incoming viewing public key 09:00:27 gets the public key for an address (228 ms) 09:00:27 Get notes 09:00:27 fails if returning no notes (255 ms) 09:00:27 Context oracles 09:00:27 this_address should return the current context address (212 ms) 09:00:27 Private global variables 09:00:27 Private global vars are correctly set (216 ms) 09:00:27 Throws when chainId is incorrectly set (180 ms) 09:00:27 Throws when version is incorrectly set (218 ms) 09:00:27 Historical header in private context 09:00:27 Header is correctly set (218 ms) 09:00:27 Throws when header is not as expected (221 ms) 09:00:27 09:00:27 Test Suites: 1 passed, 1 total 09:00:27 Tests: 35 passed, 35 total 09:00:27 Snapshots: 0 total 09:00:27 Time: 13.598 s 09:00:27 Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts. 09:00:27 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?