Parent Log: http://ci.aztec-labs.com/f612d45e6176d0af Command: a1fcfb018e125472 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/308037ad9b1489540aedbb57a9dac3d71282010e Env: REF_NAME=gh-readonly-queue/next/pr-15152-cb89edc02f7d386e48ee81660565d91895a3464b CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Fri Jun 20 12:40:10 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15152_amd64_x2-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next 12:40:16 [12:40:16.669] INFO: simulator:test:private_execution Parent deployed at 0x1dbfda7bd1628585891a8ddf17e29a74f0224c8f48033f1f7e6f7508d162da0f 12:40:16 [12:40:16.687] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x038413ed5a3c817bb9bc4945d2ff326e32ac789353221b0de8e51b204bc0ee57 12:40:16 [12:40:16.846] INFO: simulator:test:private_execution Calling testCodeGen function 12:40:17 [12:40:17.188] INFO: simulator:test:private_execution Calling importer main function 12:40:24 PASS src/contract_function_simulator/oracle/private_execution.test.ts (13.523 s) 12:40:24 Private Execution test suite 12:40:24 no constructor 12:40:24 emits a field array as an encrypted log (370 ms) 12:40:24 stateful test contract 12:40:24 should have a constructor with arguments that inserts notes (509 ms) 12:40:24 should run the create_note function (331 ms) 12:40:24 should run the destroy_and_create function (728 ms) 12:40:24 should be able to destroy_and_create with dummy notes (759 ms) 12:40:24 nested calls 12:40:24 child function should be callable (93 ms) 12:40:24 parent should call child (224 ms) 12:40:24 nested calls through autogenerated interface 12:40:24 test function should be directly callable (200 ms) 12:40:24 test function should be callable through autogenerated interface (239 ms) 12:40:24 consuming messages 12:40:24 L1 to L2 12:40:24 Should be able to consume a dummy cross chain message (306 ms) 12:40:24 Invalid membership proof (330 ms) 12:40:24 Invalid recipient (338 ms) 12:40:24 Invalid sender (355 ms) 12:40:24 Invalid chainid (285 ms) 12:40:24 Invalid version (295 ms) 12:40:24 Invalid content (301 ms) 12:40:24 Invalid Secret (268 ms) 12:40:24 enqueued calls 12:40:24 parent should enqueue call to child (internal false) (183 ms) 12:40:24 parent should enqueue call to child (internal true) (186 ms) 12:40:24 should be ok for parent to enqueue calls with <= max total args (278 ms) 12:40:24 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (431 ms) 12:40:24 setting teardown function 12:40:24 should be able to set a teardown function (173 ms) 12:40:24 setting fee payer 12:40:24 should default to not being a fee payer (191 ms) 12:40:24 should be able to set a fee payer (178 ms) 12:40:24 pending note hashes contract 12:40:24 should be able to insert, read, and nullify pending note hashes in one call (577 ms) 12:40:24 should be able to insert, read, and nullify pending note hashes in nested calls (538 ms) 12:40:24 cant read a commitment that is inserted later in same call (476 ms) 12:40:24 get master incoming viewing public key 12:40:24 gets the public key for an address (258 ms) 12:40:24 Get notes 12:40:24 fails if returning no notes (235 ms) 12:40:24 Context oracles 12:40:24 this_address should return the current context address (184 ms) 12:40:24 Private global variables 12:40:24 Private global vars are correctly set (223 ms) 12:40:24 Throws when chainId is incorrectly set (210 ms) 12:40:24 Throws when version is incorrectly set (200 ms) 12:40:24 Historical header in private context 12:40:24 Header is correctly set (216 ms) 12:40:24 Throws when header is not as expected (213 ms) 12:40:24 12:40:24 Test Suites: 1 passed, 1 total 12:40:24 Tests: 35 passed, 35 total 12:40:24 Snapshots: 0 total 12:40:24 Time: 13.609 s 12:40:24 Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts. 12:40:24 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?