Parent Log: http://ci.aztec-labs.com/99010f58f098e93c Command: d4f09ddb861c41ed yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/d64582316e960acb89baf16d63e5ac1e59a00898 Env: REF_NAME=gh-readonly-queue/staging/pr-15274-9ba478709ce5c48099f79f9531da8292811cb18a CURRENT_VERSION=1.0.0 CI_FULL=1 Date: Wed Jun 25 10:35:58 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15274_amd64_x4-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_staging 10:36:04 [10:36:04.592] INFO: simulator:test:private_execution Parent deployed at 0x29c25c6a542cb37f5a31b12a6932fcb421f6233ba293aecfdf40686365cc697a 10:36:04 [10:36:04.597] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x0f292d5e29e050770500252d4d7e3a2777da71c99280bdfad0508b9ea553cda1 10:36:04 [10:36:04.761] INFO: simulator:test:private_execution Calling testCodeGen function 10:36:05 [10:36:05.106] INFO: simulator:test:private_execution Calling importer main function 10:36:12 PASS src/contract_function_simulator/oracle/private_execution.test.ts (13.404 s) 10:36:12 Private Execution test suite 10:36:12 no constructor 10:36:12 emits a field array as an encrypted log (374 ms) 10:36:12 stateful test contract 10:36:12 should have a constructor with arguments that inserts notes (465 ms) 10:36:12 should run the create_note function (325 ms) 10:36:12 should run the destroy_and_create function (741 ms) 10:36:12 should be able to destroy_and_create with dummy notes (679 ms) 10:36:12 nested calls 10:36:12 child function should be callable (112 ms) 10:36:12 parent should call child (221 ms) 10:36:12 nested calls through autogenerated interface 10:36:12 test function should be directly callable (197 ms) 10:36:12 test function should be callable through autogenerated interface (252 ms) 10:36:12 consuming messages 10:36:12 L1 to L2 10:36:12 Should be able to consume a dummy cross chain message (286 ms) 10:36:12 Invalid membership proof (330 ms) 10:36:12 Invalid recipient (283 ms) 10:36:12 Invalid sender (294 ms) 10:36:12 Invalid chainid (301 ms) 10:36:12 Invalid version (270 ms) 10:36:12 Invalid content (230 ms) 10:36:12 Invalid Secret (233 ms) 10:36:12 enqueued calls 10:36:12 parent should enqueue call to child (internal false) (164 ms) 10:36:12 parent should enqueue call to child (internal true) (161 ms) 10:36:12 should be ok for parent to enqueue calls with <= max total args (291 ms) 10:36:12 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (454 ms) 10:36:12 setting teardown function 10:36:12 should be able to set a teardown function (227 ms) 10:36:12 setting fee payer 10:36:12 should default to not being a fee payer (257 ms) 10:36:12 should be able to set a fee payer (225 ms) 10:36:12 pending note hashes contract 10:36:12 should be able to insert, read, and nullify pending note hashes in one call (516 ms) 10:36:12 should be able to insert, read, and nullify pending note hashes in nested calls (543 ms) 10:36:12 cant read a commitment that is inserted later in same call (465 ms) 10:36:12 get master incoming viewing public key 10:36:12 gets the public key for an address (233 ms) 10:36:12 Get notes 10:36:12 fails if returning no notes (246 ms) 10:36:12 Context oracles 10:36:12 this_address should return the current context address (210 ms) 10:36:12 Private global variables 10:36:12 Private global vars are correctly set (220 ms) 10:36:12 Throws when chainId is incorrectly set (209 ms) 10:36:12 Throws when version is incorrectly set (208 ms) 10:36:12 Historical header in private context 10:36:12 Header is correctly set (220 ms) 10:36:12 Throws when header is not as expected (205 ms) 10:36:12 10:36:12 Test Suites: 1 passed, 1 total 10:36:12 Tests: 35 passed, 35 total 10:36:12 Snapshots: 0 total 10:36:12 Time: 13.489 s 10:36:12 Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts. 10:36:12 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?