Parent Log: http://ci.aztec-labs.com/30fc99b02d171efe Command: be792e9a8a7f847e yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/a8c553f203c98e5ca274e763c8e51daaaaf760d6 Env: REF_NAME=gh-readonly-queue/next/pr-15017-30660269b33bab8cca354c41659533acf4d48e07 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Fri Jun 13 09:38:28 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15017_amd64_x2-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next 09:38:34 [09:38:34.595] INFO: simulator:test:private_execution Parent deployed at 0x08f6cdf4498693190b1a63876070917cddb7573c3042e7041799f833b0b7ec05 09:38:34 [09:38:34.601] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x0234a9795feba77d300b2df26f6054e54e321d1442cc56f7f13c88e850ad5426 09:38:34 [09:38:34.772] INFO: simulator:test:private_execution Calling testCodeGen function 09:38:35 [09:38:35.143] INFO: simulator:test:private_execution Calling importer main function 09:38:42 PASS src/contract_function_simulator/oracle/private_execution.test.ts (13.259 s) 09:38:42 Private Execution test suite 09:38:42 no constructor 09:38:42 emits a field array as an encrypted log (352 ms) 09:38:42 stateful test contract 09:38:42 should have a constructor with arguments that inserts notes (440 ms) 09:38:42 should run the create_note function (308 ms) 09:38:42 should run the destroy_and_create function (757 ms) 09:38:42 should be able to destroy_and_create with dummy notes (694 ms) 09:38:42 nested calls 09:38:42 child function should be callable (84 ms) 09:38:42 parent should call child (216 ms) 09:38:42 nested calls through autogenerated interface 09:38:42 test function should be directly callable (200 ms) 09:38:42 test function should be callable through autogenerated interface (292 ms) 09:38:42 consuming messages 09:38:42 L1 to L2 09:38:42 Should be able to consume a dummy cross chain message (282 ms) 09:38:42 Invalid membership proof (342 ms) 09:38:42 Invalid recipient (292 ms) 09:38:42 Invalid sender (320 ms) 09:38:42 Invalid chainid (260 ms) 09:38:42 Invalid version (261 ms) 09:38:42 Invalid content (251 ms) 09:38:42 Invalid Secret (269 ms) 09:38:42 enqueued calls 09:38:42 parent should enqueue call to child (internal false) (192 ms) 09:38:42 parent should enqueue call to child (internal true) (179 ms) 09:38:42 should be ok for parent to enqueue calls with <= max total args (260 ms) 09:38:42 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (461 ms) 09:38:42 setting teardown function 09:38:42 should be able to set a teardown function (214 ms) 09:38:42 setting fee payer 09:38:42 should default to not being a fee payer (251 ms) 09:38:42 should be able to set a fee payer (212 ms) 09:38:42 pending note hashes contract 09:38:42 should be able to insert, read, and nullify pending note hashes in one call (587 ms) 09:38:42 should be able to insert, read, and nullify pending note hashes in nested calls (512 ms) 09:38:42 cant read a commitment that is inserted later in same call (474 ms) 09:38:42 get master incoming viewing public key 09:38:42 gets the public key for an address (232 ms) 09:38:42 Get notes 09:38:42 fails if returning no notes (221 ms) 09:38:42 Context oracles 09:38:42 this_address should return the current context address (200 ms) 09:38:42 Private global variables 09:38:42 Private global vars are correctly set (201 ms) 09:38:42 Throws when chainId is incorrectly set (240 ms) 09:38:42 Throws when version is incorrectly set (213 ms) 09:38:42 Historical header in private context 09:38:42 Header is correctly set (217 ms) 09:38:42 Throws when header is not as expected (219 ms) 09:38:42 09:38:42 Test Suites: 1 passed, 1 total 09:38:42 Tests: 35 passed, 35 total 09:38:42 Snapshots: 0 total 09:38:42 Time: 13.338 s 09:38:42 Ran all test suites matching /pxe\/src\/contract_function_simulator\/oracle\/private_execution.test.ts/i. 09:38:42 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?