Parent Log: http://ci.aztec-labs.com/3b0d30f42ff50ca8 Command: 95671b91d9414288 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/347f29fb98cc855ead57129b4d1a444d9fb16820 Env: REF_NAME=gh-readonly-queue/next/pr-15059-16fc84676c7308fa5f7ca4a54b67319803d0f5b7 CURRENT_VERSION=0.87.6 CI_FULL=0 Date: Mon Jun 16 16:02:52 UTC 2025 System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15059_arm64_a1-fast Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next 16:02:57 [16:02:57.523] INFO: simulator:test:private_execution Parent deployed at 0x01f85db835a8a11b2687adccbb8f54be8efa5726dfbe38c17be111ea4fbeb15f 16:02:57 [16:02:57.527] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x255e4ae3469752cce5af88b85cf732ed6cd6c541bf81400e5067d1120d785f64 16:02:57 [16:02:57.668] INFO: simulator:test:private_execution Calling testCodeGen function 16:02:57 [16:02:57.985] INFO: simulator:test:private_execution Calling importer main function 16:03:04 PASS src/contract_function_simulator/oracle/private_execution.test.ts (10.919 s) 16:03:04 Private Execution test suite 16:03:04 no constructor 16:03:04 emits a field array as an encrypted log (304 ms) 16:03:04 stateful test contract 16:03:04 should have a constructor with arguments that inserts notes (377 ms) 16:03:04 should run the create_note function (255 ms) 16:03:04 should run the destroy_and_create function (605 ms) 16:03:04 should be able to destroy_and_create with dummy notes (571 ms) 16:03:04 nested calls 16:03:04 child function should be callable (88 ms) 16:03:04 parent should call child (177 ms) 16:03:04 nested calls through autogenerated interface 16:03:04 test function should be directly callable (179 ms) 16:03:04 test function should be callable through autogenerated interface (223 ms) 16:03:04 consuming messages 16:03:04 L1 to L2 16:03:04 Should be able to consume a dummy cross chain message (241 ms) 16:03:04 Invalid membership proof (259 ms) 16:03:04 Invalid recipient (241 ms) 16:03:04 Invalid sender (241 ms) 16:03:04 Invalid chainid (226 ms) 16:03:04 Invalid version (233 ms) 16:03:04 Invalid content (239 ms) 16:03:04 Invalid Secret (245 ms) 16:03:04 enqueued calls 16:03:04 parent should enqueue call to child (internal false) (157 ms) 16:03:04 parent should enqueue call to child (internal true) (147 ms) 16:03:04 should be ok for parent to enqueue calls with <= max total args (245 ms) 16:03:04 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (400 ms) 16:03:04 setting teardown function 16:03:04 should be able to set a teardown function (180 ms) 16:03:04 setting fee payer 16:03:04 should default to not being a fee payer (184 ms) 16:03:04 should be able to set a fee payer (203 ms) 16:03:04 pending note hashes contract 16:03:04 should be able to insert, read, and nullify pending note hashes in one call (455 ms) 16:03:04 should be able to insert, read, and nullify pending note hashes in nested calls (397 ms) 16:03:04 cant read a commitment that is inserted later in same call (398 ms) 16:03:04 get master incoming viewing public key 16:03:04 gets the public key for an address (187 ms) 16:03:04 Get notes 16:03:04 fails if returning no notes (197 ms) 16:03:04 Context oracles 16:03:04 this_address should return the current context address (180 ms) 16:03:04 Private global variables 16:03:04 Private global vars are correctly set (173 ms) 16:03:04 Throws when chainId is incorrectly set (179 ms) 16:03:04 Throws when version is incorrectly set (171 ms) 16:03:04 Historical header in private context 16:03:04 Header is correctly set (179 ms) 16:03:04 Throws when header is not as expected (184 ms) 16:03:04 16:03:04 Test Suites: 1 passed, 1 total 16:03:04 Tests: 35 passed, 35 total 16:03:04 Snapshots: 0 total 16:03:04 Time: 11.014 s 16:03:04 Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts. 16:03:04 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?