Parent Log: http://ci.aztec-labs.com/202b4985e033a35a Command: 2f90642d334347ff yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/13c9f60af5c2ea64e96c521ff1b514d2662d819e Env: REF_NAME=gh-readonly-queue/next/pr-15254-1bb4f0588a9dc5b1df622753aab1d907b3f12c7a CURRENT_VERSION=0.87.6 CI_FULL=0 Date: Wed Jun 25 09:16:20 UTC 2025 System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15254_arm64_a1-fast Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next 09:16:25 [09:16:25.831] INFO: simulator:test:private_execution Parent deployed at 0x282d66dbba28433c20247815fe7a7ec865b136629d8db4515fc23fa7c533ec4a 09:16:25 [09:16:25.835] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x12527e5240825cd754454bfd9877debc001deab0b6499a87e956e723a7256b43 09:16:25 [09:16:25.981] INFO: simulator:test:private_execution Calling testCodeGen function 09:16:26 [09:16:26.288] INFO: simulator:test:private_execution Calling importer main function 09:16:32 PASS src/contract_function_simulator/oracle/private_execution.test.ts (11.222 s) 09:16:32 Private Execution test suite 09:16:32 no constructor 09:16:32 emits a field array as an encrypted log (322 ms) 09:16:32 stateful test contract 09:16:32 should have a constructor with arguments that inserts notes (399 ms) 09:16:32 should run the create_note function (267 ms) 09:16:32 should run the destroy_and_create function (616 ms) 09:16:32 should be able to destroy_and_create with dummy notes (640 ms) 09:16:32 nested calls 09:16:32 child function should be callable (97 ms) 09:16:32 parent should call child (180 ms) 09:16:32 nested calls through autogenerated interface 09:16:32 test function should be directly callable (187 ms) 09:16:32 test function should be callable through autogenerated interface (216 ms) 09:16:32 consuming messages 09:16:32 L1 to L2 09:16:32 Should be able to consume a dummy cross chain message (245 ms) 09:16:32 Invalid membership proof (268 ms) 09:16:32 Invalid recipient (240 ms) 09:16:32 Invalid sender (251 ms) 09:16:32 Invalid chainid (223 ms) 09:16:32 Invalid version (231 ms) 09:16:32 Invalid content (224 ms) 09:16:32 Invalid Secret (237 ms) 09:16:32 enqueued calls 09:16:32 parent should enqueue call to child (internal false) (156 ms) 09:16:32 parent should enqueue call to child (internal true) (149 ms) 09:16:32 should be ok for parent to enqueue calls with <= max total args (238 ms) 09:16:32 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (398 ms) 09:16:32 setting teardown function 09:16:32 should be able to set a teardown function (171 ms) 09:16:32 setting fee payer 09:16:32 should default to not being a fee payer (185 ms) 09:16:32 should be able to set a fee payer (189 ms) 09:16:32 pending note hashes contract 09:16:32 should be able to insert, read, and nullify pending note hashes in one call (519 ms) 09:16:32 should be able to insert, read, and nullify pending note hashes in nested calls (472 ms) 09:16:32 cant read a commitment that is inserted later in same call (430 ms) 09:16:32 get master incoming viewing public key 09:16:32 gets the public key for an address (191 ms) 09:16:32 Get notes 09:16:32 fails if returning no notes (207 ms) 09:16:32 Context oracles 09:16:32 this_address should return the current context address (177 ms) 09:16:32 Private global variables 09:16:32 Private global vars are correctly set (174 ms) 09:16:32 Throws when chainId is incorrectly set (168 ms) 09:16:32 Throws when version is incorrectly set (174 ms) 09:16:32 Historical header in private context 09:16:32 Header is correctly set (177 ms) 09:16:32 Throws when header is not as expected (172 ms) 09:16:32 09:16:32 Test Suites: 1 passed, 1 total 09:16:32 Tests: 35 passed, 35 total 09:16:32 Snapshots: 0 total 09:16:32 Time: 11.294 s 09:16:32 Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts. 09:16:32 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?