Parent Log: http://ci.aztec-labs.com/6988ab1501c7f3e7 Command: 5b134306478d06bb yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/e1613ca4b54a0ae509638dc4114780dd3cb0bc9b Env: REF_NAME=gh-readonly-queue/next/pr-15239-282da3bd25d49b92970e6fc85f110092e8566299 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Tue Jun 24 15:18:25 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15239_amd64_x3-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next 15:18:32 [15:18:32.276] INFO: simulator:test:private_execution Parent deployed at 0x2fad3e46fa6a782992d322f9249b35562b7568e4b903581b88ef8848386d6aeb 15:18:32 [15:18:32.285] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x17772252001efb9ec6525305d18297ab9b73a4b9ef370f2e592ad3d9db1c6f33 15:18:32 [15:18:32.464] INFO: simulator:test:private_execution Calling testCodeGen function 15:18:32 [15:18:32.836] INFO: simulator:test:private_execution Calling importer main function 15:18:40 PASS src/contract_function_simulator/oracle/private_execution.test.ts (13.565 s) 15:18:40 Private Execution test suite 15:18:40 no constructor 15:18:40 emits a field array as an encrypted log (362 ms) 15:18:40 stateful test contract 15:18:40 should have a constructor with arguments that inserts notes (492 ms) 15:18:40 should run the create_note function (299 ms) 15:18:40 should run the destroy_and_create function (754 ms) 15:18:40 should be able to destroy_and_create with dummy notes (766 ms) 15:18:40 nested calls 15:18:40 child function should be callable (86 ms) 15:18:40 parent should call child (211 ms) 15:18:40 nested calls through autogenerated interface 15:18:40 test function should be directly callable (219 ms) 15:18:40 test function should be callable through autogenerated interface (287 ms) 15:18:40 consuming messages 15:18:40 L1 to L2 15:18:40 Should be able to consume a dummy cross chain message (351 ms) 15:18:40 Invalid membership proof (353 ms) 15:18:40 Invalid recipient (336 ms) 15:18:40 Invalid sender (295 ms) 15:18:40 Invalid chainid (264 ms) 15:18:40 Invalid version (231 ms) 15:18:40 Invalid content (265 ms) 15:18:40 Invalid Secret (296 ms) 15:18:40 enqueued calls 15:18:40 parent should enqueue call to child (internal false) (171 ms) 15:18:40 parent should enqueue call to child (internal true) (198 ms) 15:18:40 should be ok for parent to enqueue calls with <= max total args (262 ms) 15:18:40 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (470 ms) 15:18:40 setting teardown function 15:18:40 should be able to set a teardown function (222 ms) 15:18:40 setting fee payer 15:18:40 should default to not being a fee payer (202 ms) 15:18:40 should be able to set a fee payer (203 ms) 15:18:40 pending note hashes contract 15:18:40 should be able to insert, read, and nullify pending note hashes in one call (597 ms) 15:18:40 should be able to insert, read, and nullify pending note hashes in nested calls (546 ms) 15:18:40 cant read a commitment that is inserted later in same call (615 ms) 15:18:40 get master incoming viewing public key 15:18:40 gets the public key for an address (204 ms) 15:18:40 Get notes 15:18:40 fails if returning no notes (237 ms) 15:18:40 Context oracles 15:18:40 this_address should return the current context address (204 ms) 15:18:40 Private global variables 15:18:40 Private global vars are correctly set (212 ms) 15:18:40 Throws when chainId is incorrectly set (195 ms) 15:18:40 Throws when version is incorrectly set (238 ms) 15:18:40 Historical header in private context 15:18:40 Header is correctly set (211 ms) 15:18:40 Throws when header is not as expected (228 ms) 15:18:40 15:18:40 Test Suites: 1 passed, 1 total 15:18:40 Tests: 35 passed, 35 total 15:18:40 Snapshots: 0 total 15:18:40 Time: 13.666 s 15:18:40 Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts. 15:18:40 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?