Parent Log: http://ci.aztec-labs.com/f27583dcca804169 Command: 582720422b3f4dff yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/505a3c071181dbc5242dc8b655a9b2d69988c8db Env: REF_NAME=gh-readonly-queue/staging/pr-15211-e8f6c3b7e3e0e72a33e118ddf8e67d11e51464a8 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Mon Jun 23 12:41:27 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15211_amd64_x1-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_staging 12:41:33 [12:41:33.712] INFO: simulator:test:private_execution Parent deployed at 0x1bd1209bfaf7a285165a5e7744102f634972b3b157dadc4bbf12f5b2377c07d1 12:41:33 [12:41:33.719] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x0cbc4391e50bf11bbefffbf875e08c10df8f5f9be782b184edf3099d4fec5eed 12:41:33 [12:41:33.910] INFO: simulator:test:private_execution Calling testCodeGen function 12:41:34 [12:41:34.304] INFO: simulator:test:private_execution Calling importer main function 12:41:41 PASS src/contract_function_simulator/oracle/private_execution.test.ts (13.054 s) 12:41:41 Private Execution test suite 12:41:41 no constructor 12:41:41 emits a field array as an encrypted log (334 ms) 12:41:41 stateful test contract 12:41:41 should have a constructor with arguments that inserts notes (456 ms) 12:41:41 should run the create_note function (277 ms) 12:41:41 should run the destroy_and_create function (690 ms) 12:41:41 should be able to destroy_and_create with dummy notes (711 ms) 12:41:41 nested calls 12:41:41 child function should be callable (93 ms) 12:41:41 parent should call child (241 ms) 12:41:41 nested calls through autogenerated interface 12:41:41 test function should be directly callable (222 ms) 12:41:41 test function should be callable through autogenerated interface (278 ms) 12:41:41 consuming messages 12:41:41 L1 to L2 12:41:41 Should be able to consume a dummy cross chain message (293 ms) 12:41:41 Invalid membership proof (307 ms) 12:41:41 Invalid recipient (275 ms) 12:41:41 Invalid sender (282 ms) 12:41:41 Invalid chainid (267 ms) 12:41:41 Invalid version (279 ms) 12:41:41 Invalid content (256 ms) 12:41:41 Invalid Secret (267 ms) 12:41:41 enqueued calls 12:41:41 parent should enqueue call to child (internal false) (157 ms) 12:41:41 parent should enqueue call to child (internal true) (152 ms) 12:41:41 should be ok for parent to enqueue calls with <= max total args (285 ms) 12:41:41 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (449 ms) 12:41:41 setting teardown function 12:41:41 should be able to set a teardown function (226 ms) 12:41:41 setting fee payer 12:41:41 should default to not being a fee payer (220 ms) 12:41:41 should be able to set a fee payer (234 ms) 12:41:41 pending note hashes contract 12:41:41 should be able to insert, read, and nullify pending note hashes in one call (573 ms) 12:41:41 should be able to insert, read, and nullify pending note hashes in nested calls (484 ms) 12:41:41 cant read a commitment that is inserted later in same call (481 ms) 12:41:41 get master incoming viewing public key 12:41:41 gets the public key for an address (203 ms) 12:41:41 Get notes 12:41:41 fails if returning no notes (234 ms) 12:41:41 Context oracles 12:41:41 this_address should return the current context address (252 ms) 12:41:41 Private global variables 12:41:41 Private global vars are correctly set (205 ms) 12:41:41 Throws when chainId is incorrectly set (184 ms) 12:41:41 Throws when version is incorrectly set (193 ms) 12:41:41 Historical header in private context 12:41:41 Header is correctly set (215 ms) 12:41:41 Throws when header is not as expected (229 ms) 12:41:41 12:41:41 Test Suites: 1 passed, 1 total 12:41:41 Tests: 35 passed, 35 total 12:41:41 Snapshots: 0 total 12:41:41 Time: 13.136 s 12:41:41 Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts. 12:41:41 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?