Parent Log: http://ci.aztec-labs.com/4829924e1f2af3e5 Command: a01b491a8c032117 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/60e60f99f2634ad75a76b6e103858ff9ccd041d5 Env: REF_NAME=gh-readonly-queue/next/pr-15081-58b067708e8ff927bf26b2994203134853a7eb71 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Mon Jun 16 18:29:25 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15081_amd64_x1-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next 18:29:32 [18:29:32.496] INFO: simulator:test:private_execution Parent deployed at 0x2ffba74a38c94b872edae8eb30a24c98146cb44998c284734208df6ae4b99537 18:29:32 [18:29:32.503] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x08f3112b6e9ff264bb79464b5c3b3ed4c071245328c5450ee16b30e0719ad67b 18:29:32 [18:29:32.687] INFO: simulator:test:private_execution Calling testCodeGen function 18:29:33 [18:29:33.047] INFO: simulator:test:private_execution Calling importer main function 18:29:40 PASS src/contract_function_simulator/oracle/private_execution.test.ts (13.629 s) 18:29:40 Private Execution test suite 18:29:40 no constructor 18:29:40 emits a field array as an encrypted log (381 ms) 18:29:40 stateful test contract 18:29:40 should have a constructor with arguments that inserts notes (512 ms) 18:29:40 should run the create_note function (325 ms) 18:29:40 should run the destroy_and_create function (791 ms) 18:29:40 should be able to destroy_and_create with dummy notes (731 ms) 18:29:40 nested calls 18:29:40 child function should be callable (108 ms) 18:29:40 parent should call child (243 ms) 18:29:40 nested calls through autogenerated interface 18:29:40 test function should be directly callable (212 ms) 18:29:40 test function should be callable through autogenerated interface (272 ms) 18:29:40 consuming messages 18:29:40 L1 to L2 18:29:40 Should be able to consume a dummy cross chain message (301 ms) 18:29:40 Invalid membership proof (347 ms) 18:29:40 Invalid recipient (294 ms) 18:29:40 Invalid sender (258 ms) 18:29:40 Invalid chainid (325 ms) 18:29:40 Invalid version (251 ms) 18:29:40 Invalid content (259 ms) 18:29:40 Invalid Secret (248 ms) 18:29:40 enqueued calls 18:29:40 parent should enqueue call to child (internal false) (189 ms) 18:29:40 parent should enqueue call to child (internal true) (170 ms) 18:29:40 should be ok for parent to enqueue calls with <= max total args (256 ms) 18:29:40 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (439 ms) 18:29:40 setting teardown function 18:29:40 should be able to set a teardown function (253 ms) 18:29:40 setting fee payer 18:29:40 should default to not being a fee payer (181 ms) 18:29:40 should be able to set a fee payer (230 ms) 18:29:40 pending note hashes contract 18:29:40 should be able to insert, read, and nullify pending note hashes in one call (531 ms) 18:29:40 should be able to insert, read, and nullify pending note hashes in nested calls (442 ms) 18:29:40 cant read a commitment that is inserted later in same call (484 ms) 18:29:40 get master incoming viewing public key 18:29:40 gets the public key for an address (229 ms) 18:29:40 Get notes 18:29:40 fails if returning no notes (216 ms) 18:29:40 Context oracles 18:29:40 this_address should return the current context address (248 ms) 18:29:40 Private global variables 18:29:40 Private global vars are correctly set (260 ms) 18:29:40 Throws when chainId is incorrectly set (164 ms) 18:29:40 Throws when version is incorrectly set (218 ms) 18:29:40 Historical header in private context 18:29:40 Header is correctly set (207 ms) 18:29:40 Throws when header is not as expected (226 ms) 18:29:40 18:29:40 Test Suites: 1 passed, 1 total 18:29:40 Tests: 35 passed, 35 total 18:29:40 Snapshots: 0 total 18:29:40 Time: 13.752 s 18:29:40 Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts. 18:29:40 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?