Parent Log: http://ci.aztec-labs.com/7ea5d9f48bbe738a Command: 53eb328a1446f762 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/a48851a8c6884f4b9615a154f8862a549722d25e Env: REF_NAME=gh-readonly-queue/next/pr-14680-3b5835195491b53670250790b18c14d922718574 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Tue Jun 17 11:29:14 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14680_amd64_x2-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next 11:29:21 [11:29:21.500] INFO: simulator:test:private_execution Parent deployed at 0x179317cc7f3cdd2ad09e16dfc9232ee2c7c26274fe55f2d422c38de005d83195 11:29:21 [11:29:21.505] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x220f37f956b3ab1dafde1f61c848b9447dd0d0cc55161c27090b90263b0e04f4 11:29:21 [11:29:21.708] INFO: simulator:test:private_execution Calling testCodeGen function 11:29:22 [11:29:22.053] INFO: simulator:test:private_execution Calling importer main function 11:29:29 PASS src/contract_function_simulator/oracle/private_execution.test.ts (13.304 s) 11:29:29 Private Execution test suite 11:29:29 no constructor 11:29:29 emits a field array as an encrypted log (364 ms) 11:29:29 stateful test contract 11:29:29 should have a constructor with arguments that inserts notes (466 ms) 11:29:29 should run the create_note function (272 ms) 11:29:29 should run the destroy_and_create function (765 ms) 11:29:29 should be able to destroy_and_create with dummy notes (678 ms) 11:29:29 nested calls 11:29:29 child function should be callable (111 ms) 11:29:29 parent should call child (234 ms) 11:29:29 nested calls through autogenerated interface 11:29:29 test function should be directly callable (216 ms) 11:29:29 test function should be callable through autogenerated interface (230 ms) 11:29:29 consuming messages 11:29:29 L1 to L2 11:29:29 Should be able to consume a dummy cross chain message (305 ms) 11:29:29 Invalid membership proof (259 ms) 11:29:29 Invalid recipient (273 ms) 11:29:29 Invalid sender (260 ms) 11:29:29 Invalid chainid (246 ms) 11:29:29 Invalid version (249 ms) 11:29:29 Invalid content (256 ms) 11:29:29 Invalid Secret (329 ms) 11:29:29 enqueued calls 11:29:29 parent should enqueue call to child (internal false) (202 ms) 11:29:29 parent should enqueue call to child (internal true) (202 ms) 11:29:29 should be ok for parent to enqueue calls with <= max total args (258 ms) 11:29:29 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (476 ms) 11:29:29 setting teardown function 11:29:29 should be able to set a teardown function (201 ms) 11:29:29 setting fee payer 11:29:29 should default to not being a fee payer (204 ms) 11:29:29 should be able to set a fee payer (191 ms) 11:29:29 pending note hashes contract 11:29:29 should be able to insert, read, and nullify pending note hashes in one call (478 ms) 11:29:29 should be able to insert, read, and nullify pending note hashes in nested calls (503 ms) 11:29:29 cant read a commitment that is inserted later in same call (494 ms) 11:29:29 get master incoming viewing public key 11:29:29 gets the public key for an address (202 ms) 11:29:29 Get notes 11:29:29 fails if returning no notes (249 ms) 11:29:29 Context oracles 11:29:29 this_address should return the current context address (228 ms) 11:29:29 Private global variables 11:29:29 Private global vars are correctly set (188 ms) 11:29:29 Throws when chainId is incorrectly set (228 ms) 11:29:29 Throws when version is incorrectly set (201 ms) 11:29:29 Historical header in private context 11:29:29 Header is correctly set (235 ms) 11:29:29 Throws when header is not as expected (219 ms) 11:29:29 11:29:29 Test Suites: 1 passed, 1 total 11:29:29 Tests: 35 passed, 35 total 11:29:29 Snapshots: 0 total 11:29:29 Time: 13.397 s 11:29:29 Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts. 11:29:29 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?