Parent Log: http://ci.aztec-labs.com/f0efc728cc2e20ca Command: 21081b81c02e2d2a yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/c06f30929f18b85bcea93c0926a8d640a3819f00 Env: REF_NAME=gh-readonly-queue/master/pr-15074-2707ec99de02004f3e30e7af0810e0d741ab9794 CURRENT_VERSION=0.87.8 CI_FULL=1 Date: Mon Jun 16 16:21:25 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15074_amd64_x1-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_master 16:21:30 [16:21:30.928] INFO: simulator:test:private_execution Parent deployed at 0x1567fae65db7082b3016586dca1c8936f4729426ec29c17ed5d5e23625ef4ca2 16:21:30 [16:21:30.934] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x1a1712e53ea453ab44ea7d73b47030b817d2f52efc2e5cb1c77fc318e6531493 16:21:31 [16:21:31.072] INFO: simulator:test:private_execution Calling testCodeGen function 16:21:31 [16:21:31.577] INFO: simulator:test:private_execution Calling importer main function 16:21:38 PASS src/contract_function_simulator/oracle/private_execution.test.ts (12.833 s) 16:21:38 Private Execution test suite 16:21:38 no constructor 16:21:38 emits a field array as an encrypted log (435 ms) 16:21:38 stateful test contract 16:21:38 should have a constructor with arguments that inserts notes (438 ms) 16:21:38 should run the create_note function (335 ms) 16:21:38 should run the destroy_and_create function (680 ms) 16:21:38 should be able to destroy_and_create with dummy notes (660 ms) 16:21:38 nested calls 16:21:38 child function should be callable (92 ms) 16:21:38 parent should call child (167 ms) 16:21:38 nested calls through autogenerated interface 16:21:38 test function should be directly callable (314 ms) 16:21:38 test function should be callable through autogenerated interface (314 ms) 16:21:38 consuming messages 16:21:38 L1 to L2 16:21:38 Should be able to consume a dummy cross chain message (344 ms) 16:21:38 Invalid membership proof (361 ms) 16:21:38 Invalid recipient (308 ms) 16:21:38 Invalid sender (326 ms) 16:21:38 Invalid chainid (343 ms) 16:21:38 Invalid version (304 ms) 16:21:38 Invalid content (283 ms) 16:21:38 Invalid Secret (275 ms) 16:21:38 enqueued calls 16:21:38 parent should enqueue call to child (internal false) (193 ms) 16:21:38 parent should enqueue call to child (internal true) (155 ms) 16:21:38 should be ok for parent to enqueue calls with <= max total args (213 ms) 16:21:38 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (340 ms) 16:21:38 setting teardown function 16:21:38 should be able to set a teardown function (198 ms) 16:21:38 setting fee payer 16:21:38 should default to not being a fee payer (210 ms) 16:21:38 should be able to set a fee payer (220 ms) 16:21:38 pending note hashes contract 16:21:38 should be able to insert, read, and nullify pending note hashes in one call (474 ms) 16:21:38 should be able to insert, read, and nullify pending note hashes in nested calls (499 ms) 16:21:38 cant read a commitment that is inserted later in same call (392 ms) 16:21:38 get master incoming viewing public key 16:21:38 gets the public key for an address (241 ms) 16:21:38 Get notes 16:21:38 fails if returning no notes (241 ms) 16:21:38 Context oracles 16:21:38 this_address should return the current context address (216 ms) 16:21:38 Private global variables 16:21:38 Private global vars are correctly set (215 ms) 16:21:38 Throws when chainId is incorrectly set (205 ms) 16:21:38 Throws when version is incorrectly set (230 ms) 16:21:38 Historical header in private context 16:21:38 Header is correctly set (216 ms) 16:21:38 Throws when header is not as expected (206 ms) 16:21:38 16:21:38 Test Suites: 1 passed, 1 total 16:21:38 Tests: 35 passed, 35 total 16:21:38 Snapshots: 0 total 16:21:38 Time: 12.917 s 16:21:38 Ran all test suites matching /pxe\/src\/contract_function_simulator\/oracle\/private_execution.test.ts/i. 16:21:38 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?