Parent Log: http://ci.aztec-labs.com/680c9782ad4fbb8a Command: 02087f8fc23cff6c yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/78d87cb88633aee537d022d6fd8e57ceb74a3a95 Env: REF_NAME=gh-readonly-queue/next/pr-15024-78a5deb1c3aa24503935bbda20f9374ba35aa5c4 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Wed Jun 18 10:50:23 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15024_amd64_x1-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next 10:50:29 [10:50:29.136] INFO: simulator:test:private_execution Parent deployed at 0x2e4bfa908478761813ef3d8aa4922231730c7a9c3aaa39e11318e9dcdfc37fef 10:50:29 [10:50:29.142] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x1ed13d39dd84208da9f13746cf441075b0b7732e76efbe86244f5f67bfad9315 10:50:29 [10:50:29.288] INFO: simulator:test:private_execution Calling testCodeGen function 10:50:29 [10:50:29.685] INFO: simulator:test:private_execution Calling importer main function 10:50:36 PASS src/contract_function_simulator/oracle/private_execution.test.ts (12.848 s) 10:50:36 Private Execution test suite 10:50:36 no constructor 10:50:36 emits a field array as an encrypted log (348 ms) 10:50:36 stateful test contract 10:50:36 should have a constructor with arguments that inserts notes (459 ms) 10:50:36 should run the create_note function (278 ms) 10:50:36 should run the destroy_and_create function (652 ms) 10:50:36 should be able to destroy_and_create with dummy notes (633 ms) 10:50:36 nested calls 10:50:36 child function should be callable (82 ms) 10:50:36 parent should call child (181 ms) 10:50:36 nested calls through autogenerated interface 10:50:36 test function should be directly callable (264 ms) 10:50:36 test function should be callable through autogenerated interface (237 ms) 10:50:36 consuming messages 10:50:36 L1 to L2 10:50:36 Should be able to consume a dummy cross chain message (280 ms) 10:50:36 Invalid membership proof (322 ms) 10:50:36 Invalid recipient (278 ms) 10:50:36 Invalid sender (257 ms) 10:50:36 Invalid chainid (311 ms) 10:50:36 Invalid version (281 ms) 10:50:36 Invalid content (275 ms) 10:50:36 Invalid Secret (251 ms) 10:50:36 enqueued calls 10:50:36 parent should enqueue call to child (internal false) (189 ms) 10:50:36 parent should enqueue call to child (internal true) (175 ms) 10:50:36 should be ok for parent to enqueue calls with <= max total args (249 ms) 10:50:36 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (492 ms) 10:50:36 setting teardown function 10:50:36 should be able to set a teardown function (206 ms) 10:50:36 setting fee payer 10:50:36 should default to not being a fee payer (172 ms) 10:50:36 should be able to set a fee payer (189 ms) 10:50:36 pending note hashes contract 10:50:36 should be able to insert, read, and nullify pending note hashes in one call (573 ms) 10:50:36 should be able to insert, read, and nullify pending note hashes in nested calls (521 ms) 10:50:36 cant read a commitment that is inserted later in same call (453 ms) 10:50:36 get master incoming viewing public key 10:50:36 gets the public key for an address (218 ms) 10:50:36 Get notes 10:50:36 fails if returning no notes (247 ms) 10:50:36 Context oracles 10:50:36 this_address should return the current context address (220 ms) 10:50:36 Private global variables 10:50:36 Private global vars are correctly set (184 ms) 10:50:36 Throws when chainId is incorrectly set (205 ms) 10:50:36 Throws when version is incorrectly set (188 ms) 10:50:36 Historical header in private context 10:50:36 Header is correctly set (187 ms) 10:50:36 Throws when header is not as expected (200 ms) 10:50:36 10:50:36 Test Suites: 1 passed, 1 total 10:50:36 Tests: 35 passed, 35 total 10:50:36 Snapshots: 0 total 10:50:36 Time: 12.941 s 10:50:36 Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts. 10:50:36 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?