Parent Log: http://ci.aztec-labs.com/762a0b96d67185c9 Command: d57d38082bbaf86d yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/2d661b35c089f032f50de084b07dded86f0873b8 Env: REF_NAME=gh-readonly-queue/next/pr-15187-301dce04331dcfb583b7508b91491de618d4acf4 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Mon Jun 23 10:50:43 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15187_amd64_x1-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next 10:50:49 [10:50:49.934] INFO: simulator:test:private_execution Parent deployed at 0x0c1aa83a65e28715bb35684debd3a152c3e68b5ad7d69069d9d32b4074e795ef 10:50:49 [10:50:49.939] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x1f4f810c8fa63cbccc299e4782e77d64902a8caaf280b286a625b481468d1e30 10:50:50 [10:50:50.107] INFO: simulator:test:private_execution Calling testCodeGen function 10:50:50 [10:50:50.450] INFO: simulator:test:private_execution Calling importer main function 10:50:57 PASS src/contract_function_simulator/oracle/private_execution.test.ts (13.095 s) 10:50:57 Private Execution test suite 10:50:57 no constructor 10:50:57 emits a field array as an encrypted log (390 ms) 10:50:57 stateful test contract 10:50:57 should have a constructor with arguments that inserts notes (505 ms) 10:50:57 should run the create_note function (332 ms) 10:50:57 should run the destroy_and_create function (835 ms) 10:50:57 should be able to destroy_and_create with dummy notes (682 ms) 10:50:57 nested calls 10:50:57 child function should be callable (103 ms) 10:50:57 parent should call child (202 ms) 10:50:57 nested calls through autogenerated interface 10:50:57 test function should be directly callable (215 ms) 10:50:57 test function should be callable through autogenerated interface (242 ms) 10:50:57 consuming messages 10:50:57 L1 to L2 10:50:57 Should be able to consume a dummy cross chain message (302 ms) 10:50:57 Invalid membership proof (356 ms) 10:50:57 Invalid recipient (268 ms) 10:50:57 Invalid sender (257 ms) 10:50:57 Invalid chainid (245 ms) 10:50:57 Invalid version (257 ms) 10:50:57 Invalid content (304 ms) 10:50:57 Invalid Secret (274 ms) 10:50:57 enqueued calls 10:50:57 parent should enqueue call to child (internal false) (209 ms) 10:50:57 parent should enqueue call to child (internal true) (149 ms) 10:50:57 should be ok for parent to enqueue calls with <= max total args (286 ms) 10:50:57 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (440 ms) 10:50:57 setting teardown function 10:50:57 should be able to set a teardown function (220 ms) 10:50:57 setting fee payer 10:50:57 should default to not being a fee payer (235 ms) 10:50:57 should be able to set a fee payer (222 ms) 10:50:57 pending note hashes contract 10:50:57 should be able to insert, read, and nullify pending note hashes in one call (544 ms) 10:50:57 should be able to insert, read, and nullify pending note hashes in nested calls (447 ms) 10:50:57 cant read a commitment that is inserted later in same call (436 ms) 10:50:57 get master incoming viewing public key 10:50:57 gets the public key for an address (234 ms) 10:50:57 Get notes 10:50:57 fails if returning no notes (251 ms) 10:50:57 Context oracles 10:50:57 this_address should return the current context address (180 ms) 10:50:57 Private global variables 10:50:57 Private global vars are correctly set (215 ms) 10:50:57 Throws when chainId is incorrectly set (191 ms) 10:50:57 Throws when version is incorrectly set (175 ms) 10:50:57 Historical header in private context 10:50:57 Header is correctly set (172 ms) 10:50:57 Throws when header is not as expected (181 ms) 10:50:57 10:50:57 Test Suites: 1 passed, 1 total 10:50:57 Tests: 35 passed, 35 total 10:50:57 Snapshots: 0 total 10:50:57 Time: 13.184 s 10:50:57 Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts. 10:50:57 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?