Parent Log: http://ci.aztec-labs.com/95979217b3f59e6f Command: 2f76ae4bba915073 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/87c4b689268afecc86ab007c3587e45110daa43d Env: REF_NAME=gh-readonly-queue/next/pr-15220-282da3bd25d49b92970e6fc85f110092e8566299 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Tue Jun 24 16:34:55 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15220_amd64_x4-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next 16:35:01 [16:35:01.886] INFO: simulator:test:private_execution Parent deployed at 0x02952596681c7f68523488cced2bfbaa1d75f62e2357765f7d57f67998e25d25 16:35:01 [16:35:01.892] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x10b0ec02518b93a5099f11d898a9ecd718ed54d059f3f5cdf5f9a1face5cd55b 16:35:02 [16:35:02.044] INFO: simulator:test:private_execution Calling testCodeGen function 16:35:02 [16:35:02.452] INFO: simulator:test:private_execution Calling importer main function 16:35:10 PASS src/contract_function_simulator/oracle/private_execution.test.ts (13.683 s) 16:35:10 Private Execution test suite 16:35:10 no constructor 16:35:10 emits a field array as an encrypted log (381 ms) 16:35:10 stateful test contract 16:35:10 should have a constructor with arguments that inserts notes (478 ms) 16:35:10 should run the create_note function (333 ms) 16:35:10 should run the destroy_and_create function (668 ms) 16:35:10 should be able to destroy_and_create with dummy notes (701 ms) 16:35:10 nested calls 16:35:10 child function should be callable (102 ms) 16:35:10 parent should call child (197 ms) 16:35:10 nested calls through autogenerated interface 16:35:10 test function should be directly callable (234 ms) 16:35:10 test function should be callable through autogenerated interface (292 ms) 16:35:10 consuming messages 16:35:10 L1 to L2 16:35:10 Should be able to consume a dummy cross chain message (299 ms) 16:35:10 Invalid membership proof (317 ms) 16:35:10 Invalid recipient (262 ms) 16:35:10 Invalid sender (292 ms) 16:35:10 Invalid chainid (293 ms) 16:35:10 Invalid version (296 ms) 16:35:10 Invalid content (245 ms) 16:35:10 Invalid Secret (239 ms) 16:35:10 enqueued calls 16:35:10 parent should enqueue call to child (internal false) (180 ms) 16:35:10 parent should enqueue call to child (internal true) (175 ms) 16:35:10 should be ok for parent to enqueue calls with <= max total args (229 ms) 16:35:10 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (455 ms) 16:35:10 setting teardown function 16:35:10 should be able to set a teardown function (230 ms) 16:35:10 setting fee payer 16:35:10 should default to not being a fee payer (212 ms) 16:35:10 should be able to set a fee payer (231 ms) 16:35:10 pending note hashes contract 16:35:10 should be able to insert, read, and nullify pending note hashes in one call (688 ms) 16:35:10 should be able to insert, read, and nullify pending note hashes in nested calls (573 ms) 16:35:10 cant read a commitment that is inserted later in same call (520 ms) 16:35:10 get master incoming viewing public key 16:35:10 gets the public key for an address (204 ms) 16:35:10 Get notes 16:35:10 fails if returning no notes (244 ms) 16:35:10 Context oracles 16:35:10 this_address should return the current context address (233 ms) 16:35:10 Private global variables 16:35:10 Private global vars are correctly set (272 ms) 16:35:10 Throws when chainId is incorrectly set (227 ms) 16:35:10 Throws when version is incorrectly set (207 ms) 16:35:10 Historical header in private context 16:35:10 Header is correctly set (206 ms) 16:35:10 Throws when header is not as expected (203 ms) 16:35:10 16:35:10 Test Suites: 1 passed, 1 total 16:35:10 Tests: 35 passed, 35 total 16:35:10 Snapshots: 0 total 16:35:10 Time: 13.804 s 16:35:10 Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts. 16:35:10 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?