Parent Log: http://ci.aztec-labs.com/b2aeb59125c8259a Command: f409422f407df62d yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/f5bf74cc7cfdd8f2c3b0a69b410ed0dd2e068cda Env: REF_NAME=gh-readonly-queue/next/pr-14610-d5c48d855d83e19712c6b72281801c6fce176ec1 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Wed Jun 18 14:00:05 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14610_amd64_x4-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next 14:00:12 [14:00:12.678] INFO: simulator:test:private_execution Parent deployed at 0x28c5e5d6c8c566d6715e671b603a7d0bba1561154ca35907a6ca45b18d55ef2a 14:00:12 [14:00:12.695] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x1ea7f0308aae7b10dbf1224b4c4023938e92bd3fd3516c772962b887a8669fa6 14:00:12 [14:00:12.889] INFO: simulator:test:private_execution Calling testCodeGen function 14:00:13 [14:00:13.283] INFO: simulator:test:private_execution Calling importer main function 14:00:20 PASS src/contract_function_simulator/oracle/private_execution.test.ts (13.582 s) 14:00:20 Private Execution test suite 14:00:20 no constructor 14:00:20 emits a field array as an encrypted log (409 ms) 14:00:20 stateful test contract 14:00:20 should have a constructor with arguments that inserts notes (461 ms) 14:00:20 should run the create_note function (279 ms) 14:00:20 should run the destroy_and_create function (732 ms) 14:00:20 should be able to destroy_and_create with dummy notes (805 ms) 14:00:20 nested calls 14:00:20 child function should be callable (71 ms) 14:00:20 parent should call child (252 ms) 14:00:20 nested calls through autogenerated interface 14:00:20 test function should be directly callable (237 ms) 14:00:20 test function should be callable through autogenerated interface (262 ms) 14:00:20 consuming messages 14:00:20 L1 to L2 14:00:20 Should be able to consume a dummy cross chain message (309 ms) 14:00:20 Invalid membership proof (339 ms) 14:00:20 Invalid recipient (273 ms) 14:00:20 Invalid sender (282 ms) 14:00:20 Invalid chainid (269 ms) 14:00:20 Invalid version (253 ms) 14:00:20 Invalid content (252 ms) 14:00:20 Invalid Secret (293 ms) 14:00:20 enqueued calls 14:00:20 parent should enqueue call to child (internal false) (192 ms) 14:00:20 parent should enqueue call to child (internal true) (153 ms) 14:00:20 should be ok for parent to enqueue calls with <= max total args (284 ms) 14:00:20 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (524 ms) 14:00:20 setting teardown function 14:00:20 should be able to set a teardown function (240 ms) 14:00:20 setting fee payer 14:00:20 should default to not being a fee payer (189 ms) 14:00:20 should be able to set a fee payer (229 ms) 14:00:20 pending note hashes contract 14:00:20 should be able to insert, read, and nullify pending note hashes in one call (544 ms) 14:00:20 should be able to insert, read, and nullify pending note hashes in nested calls (488 ms) 14:00:20 cant read a commitment that is inserted later in same call (461 ms) 14:00:20 get master incoming viewing public key 14:00:20 gets the public key for an address (266 ms) 14:00:20 Get notes 14:00:20 fails if returning no notes (205 ms) 14:00:20 Context oracles 14:00:20 this_address should return the current context address (222 ms) 14:00:20 Private global variables 14:00:20 Private global vars are correctly set (205 ms) 14:00:20 Throws when chainId is incorrectly set (200 ms) 14:00:20 Throws when version is incorrectly set (210 ms) 14:00:20 Historical header in private context 14:00:20 Header is correctly set (184 ms) 14:00:20 Throws when header is not as expected (190 ms) 14:00:20 14:00:20 Test Suites: 1 passed, 1 total 14:00:20 Tests: 35 passed, 35 total 14:00:20 Snapshots: 0 total 14:00:20 Time: 13.687 s 14:00:20 Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts. 14:00:20 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?