Parent Log: http://ci.aztec-labs.com/531f1131bc5863dc Command: 1c48ff816cf3011e yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts Commit: https://github.com/AztecProtocol/aztec-packages/commit/e050b787f6dead84c4ef7e5bdb8dcc8cf81d5f65 Env: REF_NAME=gh-readonly-queue/next/pr-15129-d5c48d855d83e19712c6b72281801c6fce176ec1 CURRENT_VERSION=0.87.6 CI_FULL=1 Date: Wed Jun 18 15:33:03 UTC 2025 System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15129_amd64_x1-full Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s History: http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next 15:33:10 [15:33:10.048] INFO: simulator:test:private_execution Parent deployed at 0x2c2b4128be312fbe996c6d30edf68d41c8c6b1242ac7e4a19074cc3add76115b 15:33:10 [15:33:10.055] INFO: simulator:test:private_execution Calling child function 0xa0df92cc at 0x0cc02a39ce051ae033c34c4000c8f0b0892886718a12b87a7fca151955cb626c 15:33:10 [15:33:10.235] INFO: simulator:test:private_execution Calling testCodeGen function 15:33:10 [15:33:10.600] INFO: simulator:test:private_execution Calling importer main function 15:33:17 PASS src/contract_function_simulator/oracle/private_execution.test.ts (13.692 s) 15:33:17 Private Execution test suite 15:33:17 no constructor 15:33:17 emits a field array as an encrypted log (346 ms) 15:33:17 stateful test contract 15:33:17 should have a constructor with arguments that inserts notes (454 ms) 15:33:17 should run the create_note function (305 ms) 15:33:17 should run the destroy_and_create function (757 ms) 15:33:17 should be able to destroy_and_create with dummy notes (737 ms) 15:33:17 nested calls 15:33:17 child function should be callable (99 ms) 15:33:17 parent should call child (246 ms) 15:33:17 nested calls through autogenerated interface 15:33:17 test function should be directly callable (220 ms) 15:33:17 test function should be callable through autogenerated interface (275 ms) 15:33:17 consuming messages 15:33:17 L1 to L2 15:33:17 Should be able to consume a dummy cross chain message (271 ms) 15:33:17 Invalid membership proof (357 ms) 15:33:17 Invalid recipient (300 ms) 15:33:17 Invalid sender (278 ms) 15:33:17 Invalid chainid (229 ms) 15:33:17 Invalid version (305 ms) 15:33:17 Invalid content (273 ms) 15:33:17 Invalid Secret (263 ms) 15:33:17 enqueued calls 15:33:17 parent should enqueue call to child (internal false) (169 ms) 15:33:17 parent should enqueue call to child (internal true) (180 ms) 15:33:17 should be ok for parent to enqueue calls with <= max total args (294 ms) 15:33:17 (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (468 ms) 15:33:17 setting teardown function 15:33:17 should be able to set a teardown function (264 ms) 15:33:17 setting fee payer 15:33:17 should default to not being a fee payer (200 ms) 15:33:17 should be able to set a fee payer (206 ms) 15:33:17 pending note hashes contract 15:33:17 should be able to insert, read, and nullify pending note hashes in one call (573 ms) 15:33:17 should be able to insert, read, and nullify pending note hashes in nested calls (458 ms) 15:33:17 cant read a commitment that is inserted later in same call (490 ms) 15:33:17 get master incoming viewing public key 15:33:17 gets the public key for an address (224 ms) 15:33:17 Get notes 15:33:17 fails if returning no notes (237 ms) 15:33:17 Context oracles 15:33:17 this_address should return the current context address (188 ms) 15:33:17 Private global variables 15:33:17 Private global vars are correctly set (217 ms) 15:33:17 Throws when chainId is incorrectly set (196 ms) 15:33:17 Throws when version is incorrectly set (197 ms) 15:33:17 Historical header in private context 15:33:17 Header is correctly set (201 ms) 15:33:17 Throws when header is not as expected (167 ms) 15:33:17 15:33:17 Test Suites: 1 passed, 1 total 15:33:17 Tests: 35 passed, 35 total 15:33:17 Snapshots: 0 total 15:33:17 Time: 13.781 s 15:33:17 Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts. 15:33:17 Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?