Parent Log: http://ci.aztec-labs.com/b5d6a8a821c1b271 Command: 73379369dc8552ae yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/7a1b59a9ea7f085cd243d25401ffbea660430ebd Env: REF_NAME=gh-readonly-queue/next/pr-15163-4608046e462faf9ff3fbee265ba34dbecb5d0b31 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Mon Jun 23 13:50:12 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15163_amd64_x4-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next 13:50:19 [13:50:19.028] INFO: simulator:test:private_execution Parent deployed at 0x136f21da98a60a01a7dbb38b752fe7869dad525126a9d2bd9f9878f2e6a10951 13:50:19 [13:50:19.038] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x0c6b901286647e9ca3f240656406f45f208ab36d234f59e49d0b5b8a565085e5 13:50:19 [13:50:19.247] INFO: simulator:test:private_execution Calling testCodeGen function 13:50:19 [13:50:19.612] INFO: simulator:test:private_execution Calling importer main function 13:50:27 PASS src/contract_function_simulator/oracle/private_execution.test.ts (13.572 s) 13:50:27 Private Execution test suite 13:50:27 no constructor 13:50:27 emits a field array as an encrypted log (357 ms) 13:50:27 stateful test contract 13:50:27 should have a constructor with arguments that inserts notes (435 ms) 13:50:27 should run the create_note function (296 ms) 13:50:27 should run the destroy_and_create function (724 ms) 13:50:27 should be able to destroy_and_create with dummy notes (708 ms) 13:50:27 nested calls 13:50:27 child function should be callable (120 ms) 13:50:27 parent should call child (239 ms) 13:50:27 nested calls through autogenerated interface 13:50:27 test function should be directly callable (219 ms) 13:50:27 test function should be callable through autogenerated interface (268 ms) 13:50:27 consuming messages 13:50:27 L1 to L2 13:50:27 Should be able to consume a dummy cross chain message (300 ms) 13:50:27 Invalid membership proof (382 ms) 13:50:27 Invalid recipient (255 ms) 13:50:27 Invalid sender (349 ms) 13:50:27 Invalid chainid (284 ms) 13:50:27 Invalid version (273 ms) 13:50:27 Invalid content (261 ms) 13:50:27 Invalid Secret (260 ms) 13:50:27 enqueued calls 13:50:27 parent should enqueue call to child (internal false) (194 ms) 13:50:27 parent should enqueue call to child (internal true) (206 ms) 13:50:27 should be ok for parent to enqueue calls with <= max total args (243 ms) 13:50:27 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (519 ms) 13:50:27 setting teardown function 13:50:27 should be able to set a teardown function (230 ms) 13:50:27 setting fee payer 13:50:27 should default to not being a fee payer (220 ms) 13:50:27 should be able to set a fee payer (212 ms) 13:50:27 pending note hashes contract 13:50:27 should be able to insert, read, and nullify pending note hashes in one call (591 ms) 13:50:27 should be able to insert, read, and nullify pending note hashes in nested calls (595 ms) 13:50:27 cant read a commitment that is inserted later in same call (487 ms) 13:50:27 get master incoming viewing public key 13:50:27 gets the public key for an address (195 ms) 13:50:27 Get notes 13:50:27 fails if returning no notes (261 ms) 13:50:27 Context oracles 13:50:27 this_address should return the current context address (202 ms) 13:50:27 Private global variables 13:50:27 Private global vars are correctly set (231 ms) 13:50:27 Throws when chainId is incorrectly set (222 ms) 13:50:27 Throws when version is incorrectly set (201 ms) 13:50:27 Historical header in private context 13:50:27 Header is correctly set (205 ms) 13:50:27 Throws when header is not as expected (195 ms) 13:50:27 13:50:27 Test Suites: 1 passed, 1 total 13:50:27 Tests: 35 passed, 35 total 13:50:27 Snapshots: 0 total 13:50:27 Time: 13.657 s 13:50:27 Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts. 13:50:27 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?