Parent Log: http://ci.aztec-labs.com/16d3d6253405b39c Command: 41adb1ae539b2f2b yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/a0944d6ab9d5708daa7ff219a932e7b3784c6637 Env: REF_NAME=gh-readonly-queue/next/pr-15020-90e495a77534c1d250949dbc053161959c9aadcc CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Tue Jun 17 15:08:39 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15020_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:08:46 [15:08:46.418] INFO: simulator:test:private_execution Parent deployed at 0x249bc75dbd83b3290f0881d8fa42d43be644397eae3c2955cec898103182d0b8 15:08:46 [15:08:46.424] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x0f9a9b30ad37488c2a9279ccbb176f2e0d4b1417d4ec9887e69643eb6ebcdff6 15:08:46 [15:08:46.572] INFO: simulator:test:private_execution Calling testCodeGen function 15:08:46 [15:08:46.966] INFO: simulator:test:private_execution Calling importer main function 15:08:54 PASS src/contract_function_simulator/oracle/private_execution.test.ts (13.647 s) 15:08:54 Private Execution test suite 15:08:54 no constructor 15:08:54 emits a field array as an encrypted log (370 ms) 15:08:54 stateful test contract 15:08:54 should have a constructor with arguments that inserts notes (510 ms) 15:08:54 should run the create_note function (300 ms) 15:08:54 should run the destroy_and_create function (803 ms) 15:08:54 should be able to destroy_and_create with dummy notes (743 ms) 15:08:54 nested calls 15:08:54 child function should be callable (75 ms) 15:08:54 parent should call child (186 ms) 15:08:54 nested calls through autogenerated interface 15:08:54 test function should be directly callable (207 ms) 15:08:54 test function should be callable through autogenerated interface (290 ms) 15:08:54 consuming messages 15:08:54 L1 to L2 15:08:54 Should be able to consume a dummy cross chain message (299 ms) 15:08:54 Invalid membership proof (314 ms) 15:08:54 Invalid recipient (285 ms) 15:08:54 Invalid sender (297 ms) 15:08:54 Invalid chainid (282 ms) 15:08:54 Invalid version (255 ms) 15:08:54 Invalid content (307 ms) 15:08:54 Invalid Secret (295 ms) 15:08:54 enqueued calls 15:08:54 parent should enqueue call to child (internal false) (206 ms) 15:08:54 parent should enqueue call to child (internal true) (231 ms) 15:08:54 should be ok for parent to enqueue calls with <= max total args (330 ms) 15:08:54 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (555 ms) 15:08:54 setting teardown function 15:08:54 should be able to set a teardown function (211 ms) 15:08:54 setting fee payer 15:08:54 should default to not being a fee payer (246 ms) 15:08:54 should be able to set a fee payer (240 ms) 15:08:54 pending note hashes contract 15:08:54 should be able to insert, read, and nullify pending note hashes in one call (667 ms) 15:08:54 should be able to insert, read, and nullify pending note hashes in nested calls (482 ms) 15:08:54 cant read a commitment that is inserted later in same call (472 ms) 15:08:54 get master incoming viewing public key 15:08:54 gets the public key for an address (229 ms) 15:08:54 Get notes 15:08:54 fails if returning no notes (203 ms) 15:08:54 Context oracles 15:08:54 this_address should return the current context address (183 ms) 15:08:54 Private global variables 15:08:54 Private global vars are correctly set (186 ms) 15:08:54 Throws when chainId is incorrectly set (168 ms) 15:08:54 Throws when version is incorrectly set (212 ms) 15:08:54 Historical header in private context 15:08:54 Header is correctly set (221 ms) 15:08:54 Throws when header is not as expected (208 ms) 15:08:54 15:08:54 Test Suites: 1 passed, 1 total 15:08:54 Tests: 35 passed, 35 total 15:08:54 Snapshots: 0 total 15:08:54 Time: 13.741 s 15:08:54 Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts. 15:08:54 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?