Parent Log: http://ci.aztec-labs.com/f9d68d42e72642f5 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:35:08 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15220_amd64_x1-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next 16:35:14 [16:35:14.824] INFO: simulator:test:private_execution Parent deployed at 0x2c4b8b12f46ca4da8e39df824d30ebf6b19572a53a9ed2eb0f35f5f588e14443 16:35:14 [16:35:14.830] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x0452c083fe09c20b83b8598d55b51777d6fa18fe167bfcff67915093c297d76a 16:35:15 [16:35:15.026] INFO: simulator:test:private_execution Calling testCodeGen function 16:35:15 [16:35:15.403] INFO: simulator:test:private_execution Calling importer main function 16:35:23 PASS src/contract_function_simulator/oracle/private_execution.test.ts (13.86 s) 16:35:23 Private Execution test suite 16:35:23 no constructor 16:35:23 emits a field array as an encrypted log (404 ms) 16:35:23 stateful test contract 16:35:23 should have a constructor with arguments that inserts notes (488 ms) 16:35:23 should run the create_note function (319 ms) 16:35:23 should run the destroy_and_create function (755 ms) 16:35:23 should be able to destroy_and_create with dummy notes (733 ms) 16:35:23 nested calls 16:35:23 child function should be callable (83 ms) 16:35:23 parent should call child (234 ms) 16:35:23 nested calls through autogenerated interface 16:35:23 test function should be directly callable (238 ms) 16:35:23 test function should be callable through autogenerated interface (260 ms) 16:35:23 consuming messages 16:35:23 L1 to L2 16:35:23 Should be able to consume a dummy cross chain message (381 ms) 16:35:23 Invalid membership proof (317 ms) 16:35:23 Invalid recipient (298 ms) 16:35:23 Invalid sender (288 ms) 16:35:23 Invalid chainid (280 ms) 16:35:23 Invalid version (275 ms) 16:35:23 Invalid content (258 ms) 16:35:23 Invalid Secret (332 ms) 16:35:23 enqueued calls 16:35:23 parent should enqueue call to child (internal false) (204 ms) 16:35:23 parent should enqueue call to child (internal true) (172 ms) 16:35:23 should be ok for parent to enqueue calls with <= max total args (280 ms) 16:35:23 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (537 ms) 16:35:23 setting teardown function 16:35:23 should be able to set a teardown function (227 ms) 16:35:23 setting fee payer 16:35:23 should default to not being a fee payer (224 ms) 16:35:23 should be able to set a fee payer (219 ms) 16:35:23 pending note hashes contract 16:35:23 should be able to insert, read, and nullify pending note hashes in one call (664 ms) 16:35:23 should be able to insert, read, and nullify pending note hashes in nested calls (531 ms) 16:35:23 cant read a commitment that is inserted later in same call (628 ms) 16:35:23 get master incoming viewing public key 16:35:23 gets the public key for an address (238 ms) 16:35:23 Get notes 16:35:23 fails if returning no notes (209 ms) 16:35:23 Context oracles 16:35:23 this_address should return the current context address (171 ms) 16:35:23 Private global variables 16:35:23 Private global vars are correctly set (187 ms) 16:35:23 Throws when chainId is incorrectly set (178 ms) 16:35:23 Throws when version is incorrectly set (203 ms) 16:35:23 Historical header in private context 16:35:23 Header is correctly set (196 ms) 16:35:23 Throws when header is not as expected (202 ms) 16:35:23 16:35:23 Test Suites: 1 passed, 1 total 16:35:23 Tests: 35 passed, 35 total 16:35:23 Snapshots: 0 total 16:35:23 Time: 13.948 s 16:35:23 Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts. 16:35:23 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?