Parent Log: http://ci.aztec-labs.com/8d164638210575e7 Command: 7ef5aa2e086f59c7 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/e56623c3f6400dc164642e49255b211d6fb03ac6 Env: REF_NAME=gh-readonly-queue/next/pr-15119-3c671e0822075208f705135771771f5a47e9652e CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Wed Jun 18 16:48:53 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15119_amd64_x2-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next 16:48:59 [16:48:59.538] INFO: simulator:test:private_execution Parent deployed at 0x14253494050d928f0578525d6b772f75e28e61168568d80414a6e60b8c88d684 16:48:59 [16:48:59.543] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x2816a2bab4c8c39a8d5efbab7f40ab254df3d747ea71ce2bdb3268702e295876 16:48:59 [16:48:59.687] INFO: simulator:test:private_execution Calling testCodeGen function 16:49:00 [16:49:00.073] INFO: simulator:test:private_execution Calling importer main function 16:49:07 PASS src/contract_function_simulator/oracle/private_execution.test.ts (13.096 s) 16:49:07 Private Execution test suite 16:49:07 no constructor 16:49:07 emits a field array as an encrypted log (323 ms) 16:49:07 stateful test contract 16:49:07 should have a constructor with arguments that inserts notes (488 ms) 16:49:07 should run the create_note function (347 ms) 16:49:07 should run the destroy_and_create function (688 ms) 16:49:07 should be able to destroy_and_create with dummy notes (708 ms) 16:49:07 nested calls 16:49:07 child function should be callable (80 ms) 16:49:07 parent should call child (190 ms) 16:49:07 nested calls through autogenerated interface 16:49:07 test function should be directly callable (238 ms) 16:49:07 test function should be callable through autogenerated interface (250 ms) 16:49:07 consuming messages 16:49:07 L1 to L2 16:49:07 Should be able to consume a dummy cross chain message (275 ms) 16:49:07 Invalid membership proof (302 ms) 16:49:07 Invalid recipient (260 ms) 16:49:07 Invalid sender (255 ms) 16:49:07 Invalid chainid (231 ms) 16:49:07 Invalid version (305 ms) 16:49:07 Invalid content (250 ms) 16:49:07 Invalid Secret (286 ms) 16:49:07 enqueued calls 16:49:07 parent should enqueue call to child (internal false) (223 ms) 16:49:07 parent should enqueue call to child (internal true) (168 ms) 16:49:07 should be ok for parent to enqueue calls with <= max total args (295 ms) 16:49:07 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (528 ms) 16:49:07 setting teardown function 16:49:07 should be able to set a teardown function (229 ms) 16:49:07 setting fee payer 16:49:07 should default to not being a fee payer (222 ms) 16:49:07 should be able to set a fee payer (226 ms) 16:49:07 pending note hashes contract 16:49:07 should be able to insert, read, and nullify pending note hashes in one call (499 ms) 16:49:07 should be able to insert, read, and nullify pending note hashes in nested calls (455 ms) 16:49:07 cant read a commitment that is inserted later in same call (496 ms) 16:49:07 get master incoming viewing public key 16:49:07 gets the public key for an address (266 ms) 16:49:07 Get notes 16:49:07 fails if returning no notes (234 ms) 16:49:07 Context oracles 16:49:07 this_address should return the current context address (194 ms) 16:49:07 Private global variables 16:49:07 Private global vars are correctly set (233 ms) 16:49:07 Throws when chainId is incorrectly set (219 ms) 16:49:07 Throws when version is incorrectly set (194 ms) 16:49:07 Historical header in private context 16:49:07 Header is correctly set (182 ms) 16:49:07 Throws when header is not as expected (193 ms) 16:49:07 16:49:07 Test Suites: 1 passed, 1 total 16:49:07 Tests: 35 passed, 35 total 16:49:07 Snapshots: 0 total 16:49:07 Time: 13.183 s 16:49:07 Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts. 16:49:07 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?