Parent Log: http://ci.aztec-labs.com/3859087465092955 Command: dc9591c437eedcb5 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/42440bd429a3b283b3a344db0be4652d818bd261 Env: REF_NAME=gh-readonly-queue/next/pr-15046-2469b5f1633350f6be15733c04242af1cdc98227 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Mon Jun 16 19:50:00 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15046_amd64_x4-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next 19:50:06 [19:50:06.960] INFO: simulator:test:private_execution Parent deployed at 0x08e910a2fe9319e0ec9b543562dbb2dad240040cd5bbb1e58d05390ea9e7633c 19:50:06 [19:50:06.965] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x1addc15d87caf1ad201805905a7769b5d6e73fb3bdeb0269e6e8dca006e2329c 19:50:07 [19:50:07.157] INFO: simulator:test:private_execution Calling testCodeGen function 19:50:07 [19:50:07.505] INFO: simulator:test:private_execution Calling importer main function 19:50:14 PASS src/contract_function_simulator/oracle/private_execution.test.ts (13.528 s) 19:50:14 Private Execution test suite 19:50:14 no constructor 19:50:14 emits a field array as an encrypted log (346 ms) 19:50:14 stateful test contract 19:50:14 should have a constructor with arguments that inserts notes (423 ms) 19:50:14 should run the create_note function (347 ms) 19:50:14 should run the destroy_and_create function (890 ms) 19:50:14 should be able to destroy_and_create with dummy notes (779 ms) 19:50:14 nested calls 19:50:14 child function should be callable (110 ms) 19:50:14 parent should call child (239 ms) 19:50:14 nested calls through autogenerated interface 19:50:14 test function should be directly callable (206 ms) 19:50:14 test function should be callable through autogenerated interface (233 ms) 19:50:14 consuming messages 19:50:14 L1 to L2 19:50:14 Should be able to consume a dummy cross chain message (268 ms) 19:50:14 Invalid membership proof (325 ms) 19:50:14 Invalid recipient (289 ms) 19:50:14 Invalid sender (296 ms) 19:50:14 Invalid chainid (264 ms) 19:50:14 Invalid version (275 ms) 19:50:14 Invalid content (254 ms) 19:50:14 Invalid Secret (311 ms) 19:50:14 enqueued calls 19:50:14 parent should enqueue call to child (internal false) (234 ms) 19:50:14 parent should enqueue call to child (internal true) (181 ms) 19:50:14 should be ok for parent to enqueue calls with <= max total args (260 ms) 19:50:14 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (520 ms) 19:50:14 setting teardown function 19:50:14 should be able to set a teardown function (232 ms) 19:50:14 setting fee payer 19:50:14 should default to not being a fee payer (235 ms) 19:50:14 should be able to set a fee payer (197 ms) 19:50:14 pending note hashes contract 19:50:14 should be able to insert, read, and nullify pending note hashes in one call (503 ms) 19:50:14 should be able to insert, read, and nullify pending note hashes in nested calls (547 ms) 19:50:14 cant read a commitment that is inserted later in same call (447 ms) 19:50:14 get master incoming viewing public key 19:50:14 gets the public key for an address (249 ms) 19:50:14 Get notes 19:50:14 fails if returning no notes (243 ms) 19:50:14 Context oracles 19:50:14 this_address should return the current context address (216 ms) 19:50:14 Private global variables 19:50:14 Private global vars are correctly set (197 ms) 19:50:14 Throws when chainId is incorrectly set (218 ms) 19:50:14 Throws when version is incorrectly set (202 ms) 19:50:14 Historical header in private context 19:50:14 Header is correctly set (198 ms) 19:50:14 Throws when header is not as expected (229 ms) 19:50:14 19:50:14 Test Suites: 1 passed, 1 total 19:50:14 Tests: 35 passed, 35 total 19:50:14 Snapshots: 0 total 19:50:14 Time: 13.638 s 19:50:14 Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts. 19:50:14 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?