Parent Log: http://ci.aztec-labs.com/93e57abb232d0808 Command: 731d98bdb3377842 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/4110b08ca823c6af4399e58e54e0483d6e3459ed Env: REF_NAME=gh-readonly-queue/next/pr-15064-daebab2c4bace59ef25ddb29040a040926f095e6 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Mon Jun 16 09:30:57 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15064_amd64_x3-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next 09:31:03 [09:31:03.118] INFO: simulator:test:private_execution Parent deployed at 0x2583c7217490457be3a37718c7d81e9a3e1dce953f7c6ba2f6088d7ff4f90e50 09:31:03 [09:31:03.123] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x2d19a587d2f11c72ccc3e9fd2f21195bffadd02cbadc92973f50fad392dd1363 09:31:03 [09:31:03.295] INFO: simulator:test:private_execution Calling testCodeGen function 09:31:03 [09:31:03.713] INFO: simulator:test:private_execution Calling importer main function 09:31:11 PASS src/contract_function_simulator/oracle/private_execution.test.ts (13.319 s) 09:31:11 Private Execution test suite 09:31:11 no constructor 09:31:11 emits a field array as an encrypted log (340 ms) 09:31:11 stateful test contract 09:31:11 should have a constructor with arguments that inserts notes (448 ms) 09:31:11 should run the create_note function (295 ms) 09:31:11 should run the destroy_and_create function (739 ms) 09:31:11 should be able to destroy_and_create with dummy notes (746 ms) 09:31:11 nested calls 09:31:11 child function should be callable (93 ms) 09:31:11 parent should call child (213 ms) 09:31:11 nested calls through autogenerated interface 09:31:11 test function should be directly callable (238 ms) 09:31:11 test function should be callable through autogenerated interface (285 ms) 09:31:11 consuming messages 09:31:11 L1 to L2 09:31:11 Should be able to consume a dummy cross chain message (303 ms) 09:31:11 Invalid membership proof (348 ms) 09:31:11 Invalid recipient (329 ms) 09:31:11 Invalid sender (316 ms) 09:31:11 Invalid chainid (295 ms) 09:31:11 Invalid version (324 ms) 09:31:11 Invalid content (283 ms) 09:31:11 Invalid Secret (288 ms) 09:31:11 enqueued calls 09:31:11 parent should enqueue call to child (internal false) (172 ms) 09:31:11 parent should enqueue call to child (internal true) (195 ms) 09:31:11 should be ok for parent to enqueue calls with <= max total args (285 ms) 09:31:11 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (457 ms) 09:31:11 setting teardown function 09:31:11 should be able to set a teardown function (264 ms) 09:31:11 setting fee payer 09:31:11 should default to not being a fee payer (223 ms) 09:31:11 should be able to set a fee payer (227 ms) 09:31:11 pending note hashes contract 09:31:11 should be able to insert, read, and nullify pending note hashes in one call (628 ms) 09:31:11 should be able to insert, read, and nullify pending note hashes in nested calls (495 ms) 09:31:11 cant read a commitment that is inserted later in same call (456 ms) 09:31:11 get master incoming viewing public key 09:31:11 gets the public key for an address (237 ms) 09:31:11 Get notes 09:31:11 fails if returning no notes (256 ms) 09:31:11 Context oracles 09:31:11 this_address should return the current context address (212 ms) 09:31:11 Private global variables 09:31:11 Private global vars are correctly set (199 ms) 09:31:11 Throws when chainId is incorrectly set (201 ms) 09:31:11 Throws when version is incorrectly set (188 ms) 09:31:11 Historical header in private context 09:31:11 Header is correctly set (232 ms) 09:31:11 Throws when header is not as expected (193 ms) 09:31:11 09:31:11 Test Suites: 1 passed, 1 total 09:31:11 Tests: 35 passed, 35 total 09:31:11 Snapshots: 0 total 09:31:11 Time: 13.403 s 09:31:11 Ran all test suites matching /pxe\/src\/contract_function_simulator\/oracle\/private_execution.test.ts/i. 09:31:11 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?