Parent Log: http://ci.aztec-labs.com/6dc709803944a101 Command: 5c58d0b0e69f02f7 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/7339c264ad706420ee9babb0dd1b6ed793e97402 Env: REF_NAME=gh-readonly-queue/next/pr-15039-ddabb45f79cc171e41a0a5330544775de9fdf7fd CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Fri Jun 13 15:03:04 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15039_amd64_x2-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next 15:03:10 [15:03:10.663] INFO: simulator:test:private_execution Parent deployed at 0x2aef107bbffeca6c209a096825afeca86e58d170c79c8a6017b1dce34f62d73f 15:03:10 [15:03:10.668] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x00d49930211d8e0ca39f3cb96140e3b7695070ea0b82433ab7d2b63a42eacf74 15:03:10 [15:03:10.811] INFO: simulator:test:private_execution Calling testCodeGen function 15:03:11 [15:03:11.135] INFO: simulator:test:private_execution Calling importer main function 15:03:18 PASS src/contract_function_simulator/oracle/private_execution.test.ts (13.198 s) 15:03:18 Private Execution test suite 15:03:18 no constructor 15:03:18 emits a field array as an encrypted log (398 ms) 15:03:18 stateful test contract 15:03:18 should have a constructor with arguments that inserts notes (475 ms) 15:03:18 should run the create_note function (340 ms) 15:03:18 should run the destroy_and_create function (811 ms) 15:03:18 should be able to destroy_and_create with dummy notes (698 ms) 15:03:18 nested calls 15:03:18 child function should be callable (92 ms) 15:03:18 parent should call child (189 ms) 15:03:18 nested calls through autogenerated interface 15:03:18 test function should be directly callable (189 ms) 15:03:18 test function should be callable through autogenerated interface (232 ms) 15:03:18 consuming messages 15:03:18 L1 to L2 15:03:18 Should be able to consume a dummy cross chain message (288 ms) 15:03:18 Invalid membership proof (294 ms) 15:03:18 Invalid recipient (243 ms) 15:03:18 Invalid sender (265 ms) 15:03:18 Invalid chainid (268 ms) 15:03:18 Invalid version (275 ms) 15:03:18 Invalid content (253 ms) 15:03:18 Invalid Secret (267 ms) 15:03:18 enqueued calls 15:03:18 parent should enqueue call to child (internal false) (193 ms) 15:03:18 parent should enqueue call to child (internal true) (190 ms) 15:03:18 should be ok for parent to enqueue calls with <= max total args (241 ms) 15:03:18 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (480 ms) 15:03:18 setting teardown function 15:03:18 should be able to set a teardown function (237 ms) 15:03:18 setting fee payer 15:03:18 should default to not being a fee payer (221 ms) 15:03:18 should be able to set a fee payer (240 ms) 15:03:18 pending note hashes contract 15:03:18 should be able to insert, read, and nullify pending note hashes in one call (599 ms) 15:03:18 should be able to insert, read, and nullify pending note hashes in nested calls (528 ms) 15:03:18 cant read a commitment that is inserted later in same call (489 ms) 15:03:18 get master incoming viewing public key 15:03:18 gets the public key for an address (198 ms) 15:03:18 Get notes 15:03:18 fails if returning no notes (204 ms) 15:03:18 Context oracles 15:03:18 this_address should return the current context address (174 ms) 15:03:18 Private global variables 15:03:18 Private global vars are correctly set (225 ms) 15:03:18 Throws when chainId is incorrectly set (228 ms) 15:03:18 Throws when version is incorrectly set (235 ms) 15:03:18 Historical header in private context 15:03:18 Header is correctly set (200 ms) 15:03:18 Throws when header is not as expected (230 ms) 15:03:18 15:03:18 Test Suites: 1 passed, 1 total 15:03:18 Tests: 35 passed, 35 total 15:03:18 Snapshots: 0 total 15:03:18 Time: 13.289 s 15:03:18 Ran all test suites matching /pxe\/src\/contract_function_simulator\/oracle\/private_execution.test.ts/i. 15:03:18 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?