Parent Log: http://ci.aztec-labs.com/b43d68a3c8dbca0f Command: a668859b212fc7b1 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/3c1b9d57eadcc8fb03a7ed42610cf0a1ae4a32eb Env: REF_NAME=gh-readonly-queue/next/pr-14858-4b0e4dc09fa55f0bc808fa0c7c3e95e8fa997069 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Tue Jun 17 21:40:04 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14858_amd64_x4-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next 21:40:11 [21:40:11.785] INFO: simulator:test:private_execution Parent deployed at 0x17fb3af3ac97c9ac9ded3390501fc7232a3db23b03d4641a098680daa94fa937 21:40:11 [21:40:11.790] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x12d3ec66cbb54040af7a956995574f1bbb7451e8c98418e1b331cfb21bc4feff 21:40:11 [21:40:11.970] INFO: simulator:test:private_execution Calling testCodeGen function 21:40:12 [21:40:12.339] INFO: simulator:test:private_execution Calling importer main function 21:40:19 PASS src/contract_function_simulator/oracle/private_execution.test.ts (13.775 s) 21:40:19 Private Execution test suite 21:40:19 no constructor 21:40:19 emits a field array as an encrypted log (429 ms) 21:40:19 stateful test contract 21:40:19 should have a constructor with arguments that inserts notes (444 ms) 21:40:19 should run the create_note function (313 ms) 21:40:19 should run the destroy_and_create function (772 ms) 21:40:19 should be able to destroy_and_create with dummy notes (797 ms) 21:40:19 nested calls 21:40:19 child function should be callable (133 ms) 21:40:19 parent should call child (232 ms) 21:40:19 nested calls through autogenerated interface 21:40:19 test function should be directly callable (228 ms) 21:40:19 test function should be callable through autogenerated interface (250 ms) 21:40:19 consuming messages 21:40:19 L1 to L2 21:40:19 Should be able to consume a dummy cross chain message (305 ms) 21:40:19 Invalid membership proof (288 ms) 21:40:19 Invalid recipient (303 ms) 21:40:19 Invalid sender (278 ms) 21:40:19 Invalid chainid (260 ms) 21:40:19 Invalid version (268 ms) 21:40:19 Invalid content (243 ms) 21:40:19 Invalid Secret (305 ms) 21:40:19 enqueued calls 21:40:19 parent should enqueue call to child (internal false) (184 ms) 21:40:19 parent should enqueue call to child (internal true) (217 ms) 21:40:19 should be ok for parent to enqueue calls with <= max total args (272 ms) 21:40:19 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (518 ms) 21:40:19 setting teardown function 21:40:19 should be able to set a teardown function (189 ms) 21:40:19 setting fee payer 21:40:19 should default to not being a fee payer (213 ms) 21:40:19 should be able to set a fee payer (222 ms) 21:40:19 pending note hashes contract 21:40:19 should be able to insert, read, and nullify pending note hashes in one call (621 ms) 21:40:19 should be able to insert, read, and nullify pending note hashes in nested calls (514 ms) 21:40:19 cant read a commitment that is inserted later in same call (490 ms) 21:40:19 get master incoming viewing public key 21:40:19 gets the public key for an address (204 ms) 21:40:19 Get notes 21:40:19 fails if returning no notes (212 ms) 21:40:19 Context oracles 21:40:19 this_address should return the current context address (186 ms) 21:40:19 Private global variables 21:40:19 Private global vars are correctly set (181 ms) 21:40:19 Throws when chainId is incorrectly set (201 ms) 21:40:19 Throws when version is incorrectly set (203 ms) 21:40:19 Historical header in private context 21:40:19 Header is correctly set (235 ms) 21:40:19 Throws when header is not as expected (193 ms) 21:40:19 21:40:19 Test Suites: 1 passed, 1 total 21:40:19 Tests: 35 passed, 35 total 21:40:19 Snapshots: 0 total 21:40:19 Time: 13.9 s 21:40:19 Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts. 21:40:19 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?