Parent Log: http://ci.aztec-labs.com/2f9b375d98da9914 Command: 128a905c1f9c1691 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/76ca48a2187e3506bb464eae574e49476c2876ca Env: REF_NAME=gh-readonly-queue/next/pr-15045-9d6fb0bd1594726370a5f3a56591963452264642 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Fri Jun 13 18:06:20 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15045_amd64_x4-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next 18:06:27 [18:06:27.224] INFO: simulator:test:private_execution Parent deployed at 0x27b6e7093e7302a6b7e40822e367613e5476d438eaecc3192f249285d9b7f9e2 18:06:27 [18:06:27.230] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x1f63128dee5f3c96edd28daa410b2e4810daa6b8a5c9f1159e60f1be67c06f7c 18:06:27 [18:06:27.371] INFO: simulator:test:private_execution Calling testCodeGen function 18:06:27 [18:06:27.698] INFO: simulator:test:private_execution Calling importer main function 18:06:35 PASS src/contract_function_simulator/oracle/private_execution.test.ts (13.711 s) 18:06:35 Private Execution test suite 18:06:35 no constructor 18:06:35 emits a field array as an encrypted log (377 ms) 18:06:35 stateful test contract 18:06:35 should have a constructor with arguments that inserts notes (500 ms) 18:06:35 should run the create_note function (339 ms) 18:06:35 should run the destroy_and_create function (883 ms) 18:06:35 should be able to destroy_and_create with dummy notes (766 ms) 18:06:35 nested calls 18:06:35 child function should be callable (86 ms) 18:06:35 parent should call child (190 ms) 18:06:35 nested calls through autogenerated interface 18:06:35 test function should be directly callable (182 ms) 18:06:35 test function should be callable through autogenerated interface (229 ms) 18:06:35 consuming messages 18:06:35 L1 to L2 18:06:35 Should be able to consume a dummy cross chain message (317 ms) 18:06:35 Invalid membership proof (323 ms) 18:06:35 Invalid recipient (272 ms) 18:06:35 Invalid sender (290 ms) 18:06:35 Invalid chainid (325 ms) 18:06:35 Invalid version (320 ms) 18:06:35 Invalid content (283 ms) 18:06:35 Invalid Secret (315 ms) 18:06:35 enqueued calls 18:06:35 parent should enqueue call to child (internal false) (197 ms) 18:06:35 parent should enqueue call to child (internal true) (158 ms) 18:06:35 should be ok for parent to enqueue calls with <= max total args (258 ms) 18:06:35 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (493 ms) 18:06:35 setting teardown function 18:06:35 should be able to set a teardown function (209 ms) 18:06:35 setting fee payer 18:06:35 should default to not being a fee payer (223 ms) 18:06:35 should be able to set a fee payer (261 ms) 18:06:35 pending note hashes contract 18:06:35 should be able to insert, read, and nullify pending note hashes in one call (647 ms) 18:06:35 should be able to insert, read, and nullify pending note hashes in nested calls (542 ms) 18:06:35 cant read a commitment that is inserted later in same call (497 ms) 18:06:35 get master incoming viewing public key 18:06:35 gets the public key for an address (255 ms) 18:06:35 Get notes 18:06:35 fails if returning no notes (237 ms) 18:06:35 Context oracles 18:06:35 this_address should return the current context address (219 ms) 18:06:35 Private global variables 18:06:35 Private global vars are correctly set (217 ms) 18:06:35 Throws when chainId is incorrectly set (211 ms) 18:06:35 Throws when version is incorrectly set (240 ms) 18:06:35 Historical header in private context 18:06:35 Header is correctly set (220 ms) 18:06:35 Throws when header is not as expected (189 ms) 18:06:35 18:06:35 Test Suites: 1 passed, 1 total 18:06:35 Tests: 35 passed, 35 total 18:06:35 Snapshots: 0 total 18:06:35 Time: 13.803 s 18:06:35 Ran all test suites matching /pxe\/src\/contract_function_simulator\/oracle\/private_execution.test.ts/i. 18:06:35 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?