Parent Log: http://ci.aztec-labs.com/0cfbb3292f8dcdfc Command: f30d64a7ce604682 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/7d1abcb337009939ee47da8445b5fee80f39fb58 Env: REF_NAME=gh-readonly-queue/next/pr-15156-df137f9440a970af2eb6e2ee94c48bf3bf47e207 CURRENT_VERSION=0.87.6 CI_FULL=0 Date: Fri Jun 20 10:06:56 UTC 2025 System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15156_arm64_a1-fast Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next 10:07:01 [10:07:01.890] INFO: simulator:test:private_execution Parent deployed at 0x03a12a1d18929a33fb1d96fc6d18f2cb1c4e90b7c72c1d48fdeb0b2033c4fb11 10:07:01 [10:07:01.894] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x0a4288f77d63685d336e58557673ac8750e59df1d109273bd593b8198618237c 10:07:02 [10:07:02.036] INFO: simulator:test:private_execution Calling testCodeGen function 10:07:02 [10:07:02.342] INFO: simulator:test:private_execution Calling importer main function 10:07:08 PASS src/contract_function_simulator/oracle/private_execution.test.ts (10.691 s) 10:07:08 Private Execution test suite 10:07:08 no constructor 10:07:08 emits a field array as an encrypted log (313 ms) 10:07:08 stateful test contract 10:07:08 should have a constructor with arguments that inserts notes (378 ms) 10:07:08 should run the create_note function (254 ms) 10:07:08 should run the destroy_and_create function (584 ms) 10:07:08 should be able to destroy_and_create with dummy notes (572 ms) 10:07:08 nested calls 10:07:08 child function should be callable (89 ms) 10:07:08 parent should call child (172 ms) 10:07:08 nested calls through autogenerated interface 10:07:08 test function should be directly callable (180 ms) 10:07:08 test function should be callable through autogenerated interface (212 ms) 10:07:08 consuming messages 10:07:08 L1 to L2 10:07:08 Should be able to consume a dummy cross chain message (234 ms) 10:07:08 Invalid membership proof (254 ms) 10:07:08 Invalid recipient (228 ms) 10:07:08 Invalid sender (243 ms) 10:07:08 Invalid chainid (228 ms) 10:07:08 Invalid version (233 ms) 10:07:08 Invalid content (241 ms) 10:07:08 Invalid Secret (237 ms) 10:07:08 enqueued calls 10:07:08 parent should enqueue call to child (internal false) (155 ms) 10:07:08 parent should enqueue call to child (internal true) (141 ms) 10:07:08 should be ok for parent to enqueue calls with <= max total args (228 ms) 10:07:08 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (398 ms) 10:07:08 setting teardown function 10:07:08 should be able to set a teardown function (173 ms) 10:07:08 setting fee payer 10:07:08 should default to not being a fee payer (175 ms) 10:07:08 should be able to set a fee payer (180 ms) 10:07:08 pending note hashes contract 10:07:08 should be able to insert, read, and nullify pending note hashes in one call (459 ms) 10:07:08 should be able to insert, read, and nullify pending note hashes in nested calls (400 ms) 10:07:08 cant read a commitment that is inserted later in same call (376 ms) 10:07:08 get master incoming viewing public key 10:07:08 gets the public key for an address (173 ms) 10:07:08 Get notes 10:07:08 fails if returning no notes (194 ms) 10:07:08 Context oracles 10:07:08 this_address should return the current context address (173 ms) 10:07:08 Private global variables 10:07:08 Private global vars are correctly set (187 ms) 10:07:08 Throws when chainId is incorrectly set (172 ms) 10:07:08 Throws when version is incorrectly set (168 ms) 10:07:08 Historical header in private context 10:07:08 Header is correctly set (171 ms) 10:07:08 Throws when header is not as expected (177 ms) 10:07:08 10:07:08 Test Suites: 1 passed, 1 total 10:07:08 Tests: 35 passed, 35 total 10:07:08 Snapshots: 0 total 10:07:08 Time: 10.765 s 10:07:08 Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts. 10:07:08 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?