Parent Log: http://ci.aztec-labs.com/cd44163f3616f4c5 Command: b71f9d6a9e3f68ca yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/ee24aac96469b4f1cb8d70e614b2dd27bf0eb134 Env: REF_NAME=gh-readonly-queue/next/pr-15242-1c2c2ee2949dbe31742cc9501a31bf3bce8083cf CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Tue Jun 24 14:07:57 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15242_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:08:04 [14:08:04.310] INFO: simulator:test:private_execution Parent deployed at 0x2ba6331db55822b5e9652c63a30fd49370ee2a0050314b951844a4c907b3ccbe 14:08:04 [14:08:04.315] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x2b06ea761f706b2aad65b5aaaee79782ea1fc46877ce589491f108e47175b775 14:08:04 [14:08:04.509] INFO: simulator:test:private_execution Calling testCodeGen function 14:08:04 [14:08:04.903] INFO: simulator:test:private_execution Calling importer main function 14:08:12 PASS src/contract_function_simulator/oracle/private_execution.test.ts (13.592 s) 14:08:12 Private Execution test suite 14:08:12 no constructor 14:08:12 emits a field array as an encrypted log (442 ms) 14:08:12 stateful test contract 14:08:12 should have a constructor with arguments that inserts notes (482 ms) 14:08:12 should run the create_note function (351 ms) 14:08:12 should run the destroy_and_create function (721 ms) 14:08:12 should be able to destroy_and_create with dummy notes (735 ms) 14:08:12 nested calls 14:08:12 child function should be callable (125 ms) 14:08:12 parent should call child (223 ms) 14:08:12 nested calls through autogenerated interface 14:08:12 test function should be directly callable (243 ms) 14:08:12 test function should be callable through autogenerated interface (259 ms) 14:08:12 consuming messages 14:08:12 L1 to L2 14:08:12 Should be able to consume a dummy cross chain message (305 ms) 14:08:12 Invalid membership proof (296 ms) 14:08:12 Invalid recipient (299 ms) 14:08:12 Invalid sender (314 ms) 14:08:12 Invalid chainid (265 ms) 14:08:12 Invalid version (246 ms) 14:08:12 Invalid content (254 ms) 14:08:12 Invalid Secret (239 ms) 14:08:12 enqueued calls 14:08:12 parent should enqueue call to child (internal false) (186 ms) 14:08:12 parent should enqueue call to child (internal true) (179 ms) 14:08:12 should be ok for parent to enqueue calls with <= max total args (271 ms) 14:08:12 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (498 ms) 14:08:12 setting teardown function 14:08:12 should be able to set a teardown function (226 ms) 14:08:12 setting fee payer 14:08:12 should default to not being a fee payer (221 ms) 14:08:12 should be able to set a fee payer (252 ms) 14:08:12 pending note hashes contract 14:08:12 should be able to insert, read, and nullify pending note hashes in one call (644 ms) 14:08:12 should be able to insert, read, and nullify pending note hashes in nested calls (549 ms) 14:08:12 cant read a commitment that is inserted later in same call (473 ms) 14:08:12 get master incoming viewing public key 14:08:12 gets the public key for an address (218 ms) 14:08:12 Get notes 14:08:12 fails if returning no notes (225 ms) 14:08:12 Context oracles 14:08:12 this_address should return the current context address (202 ms) 14:08:12 Private global variables 14:08:12 Private global vars are correctly set (202 ms) 14:08:12 Throws when chainId is incorrectly set (208 ms) 14:08:12 Throws when version is incorrectly set (200 ms) 14:08:12 Historical header in private context 14:08:12 Header is correctly set (212 ms) 14:08:12 Throws when header is not as expected (200 ms) 14:08:12 14:08:12 Test Suites: 1 passed, 1 total 14:08:12 Tests: 35 passed, 35 total 14:08:12 Snapshots: 0 total 14:08:12 Time: 13.681 s 14:08:12 Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts. 14:08:12 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?