Parent Log: http://ci.aztec-labs.com/0d8f7888711d05bb Command: 6e611b2acba6dc44 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/9a37be7dc4208f0eeb44ec50194c00ca3f5c4cc6 Env: REF_NAME=gh-readonly-queue/next/pr-15072-1e338a3fb2e2077f1feaee8b86c42644ff8a5352 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Mon Jun 16 16:41:55 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15072_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:42:02 [16:42:02.168] INFO: simulator:test:private_execution Parent deployed at 0x0a58d8528073dc499e7b4746b171e261c2980a67528e3c22b2ef02e131e8a62d 16:42:02 [16:42:02.175] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x2aee2d34023fd06cfebc72b32eb1ee6390610c1367436bc4e063e58d637a0d7e 16:42:02 [16:42:02.375] INFO: simulator:test:private_execution Calling testCodeGen function 16:42:02 [16:42:02.764] INFO: simulator:test:private_execution Calling importer main function 16:42:10 PASS src/contract_function_simulator/oracle/private_execution.test.ts (14.074 s) 16:42:10 Private Execution test suite 16:42:10 no constructor 16:42:10 emits a field array as an encrypted log (343 ms) 16:42:10 stateful test contract 16:42:10 should have a constructor with arguments that inserts notes (563 ms) 16:42:10 should run the create_note function (324 ms) 16:42:10 should run the destroy_and_create function (749 ms) 16:42:10 should be able to destroy_and_create with dummy notes (741 ms) 16:42:10 nested calls 16:42:10 child function should be callable (160 ms) 16:42:10 parent should call child (250 ms) 16:42:10 nested calls through autogenerated interface 16:42:10 test function should be directly callable (204 ms) 16:42:10 test function should be callable through autogenerated interface (301 ms) 16:42:10 consuming messages 16:42:10 L1 to L2 16:42:10 Should be able to consume a dummy cross chain message (307 ms) 16:42:10 Invalid membership proof (374 ms) 16:42:10 Invalid recipient (284 ms) 16:42:10 Invalid sender (281 ms) 16:42:10 Invalid chainid (288 ms) 16:42:10 Invalid version (280 ms) 16:42:10 Invalid content (270 ms) 16:42:10 Invalid Secret (287 ms) 16:42:10 enqueued calls 16:42:10 parent should enqueue call to child (internal false) (176 ms) 16:42:10 parent should enqueue call to child (internal true) (181 ms) 16:42:10 should be ok for parent to enqueue calls with <= max total args (276 ms) 16:42:10 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (571 ms) 16:42:10 setting teardown function 16:42:10 should be able to set a teardown function (239 ms) 16:42:10 setting fee payer 16:42:10 should default to not being a fee payer (208 ms) 16:42:10 should be able to set a fee payer (241 ms) 16:42:10 pending note hashes contract 16:42:10 should be able to insert, read, and nullify pending note hashes in one call (605 ms) 16:42:10 should be able to insert, read, and nullify pending note hashes in nested calls (540 ms) 16:42:10 cant read a commitment that is inserted later in same call (436 ms) 16:42:10 get master incoming viewing public key 16:42:10 gets the public key for an address (208 ms) 16:42:10 Get notes 16:42:10 fails if returning no notes (244 ms) 16:42:10 Context oracles 16:42:10 this_address should return the current context address (189 ms) 16:42:10 Private global variables 16:42:10 Private global vars are correctly set (191 ms) 16:42:10 Throws when chainId is incorrectly set (237 ms) 16:42:10 Throws when version is incorrectly set (218 ms) 16:42:10 Historical header in private context 16:42:10 Header is correctly set (185 ms) 16:42:10 Throws when header is not as expected (202 ms) 16:42:10 16:42:10 Test Suites: 1 passed, 1 total 16:42:10 Tests: 35 passed, 35 total 16:42:10 Snapshots: 0 total 16:42:10 Time: 14.206 s 16:42:10 Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts. 16:42:10 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?