Parent Log:
http://ci.aztec-labs.com/88fdb72b2f06aef3
Command: 24e90b7895ff1ed6 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/8cc8a56892d36191eefb49254ebbe49ea99ef4b8
Env: REF_NAME=gh-readonly-queue/next/pr-14921-78d87cb88633aee537d022d6fd8e57ceb74a3a95 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 18 11:34:17 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14921_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
11:34:23 [11:34:23.876]
INFO:
simulator:test:private_execution Parent deployed at 0x18e2c8fdc5a6ac5e4fa06dcf9e4fba0f68ecb2ed057838003705d1d750e3e4a0
11:34:23 [11:34:23.882]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x1a415f6d973f92b977b17e6325d7e6952f665fe738d615724d90404a67667ddc
11:34:24 [11:34:24.034]
INFO:
simulator:test:private_execution Calling testCodeGen function
11:34:24 [11:34:24.417]
INFO:
simulator:test:private_execution Calling importer main function
11:34:31
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.441 s)
11:34:31 Private Execution test suite
11:34:31 no constructor
11:34:31
✓ emits a field array as an encrypted log (374 ms)
11:34:31 stateful test contract
11:34:31
✓ should have a constructor with arguments that inserts notes (492 ms)
11:34:31
✓ should run the create_note function (334 ms)
11:34:31
✓ should run the destroy_and_create function (674 ms)
11:34:31
✓ should be able to destroy_and_create with dummy notes (753 ms)
11:34:31 nested calls
11:34:31
✓ child function should be callable (85 ms)
11:34:31
✓ parent should call child (192 ms)
11:34:31 nested calls through autogenerated interface
11:34:31
✓ test function should be directly callable (209 ms)
11:34:31
✓ test function should be callable through autogenerated interface (276 ms)
11:34:31 consuming messages
11:34:31 L1 to L2
11:34:31
✓ Should be able to consume a dummy cross chain message (320 ms)
11:34:31
✓ Invalid membership proof (327 ms)
11:34:31
✓ Invalid recipient (296 ms)
11:34:31
✓ Invalid sender (272 ms)
11:34:31
✓ Invalid chainid (281 ms)
11:34:31
✓ Invalid version (278 ms)
11:34:31
✓ Invalid content (242 ms)
11:34:31
✓ Invalid Secret (280 ms)
11:34:31 enqueued calls
11:34:31
✓ parent should enqueue call to child (internal false) (191 ms)
11:34:31
✓ parent should enqueue call to child (internal true) (181 ms)
11:34:31
✓ should be ok for parent to enqueue calls with <= max total args (320 ms)
11:34:31
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (541 ms)
11:34:31 setting teardown function
11:34:31
✓ should be able to set a teardown function (206 ms)
11:34:31 setting fee payer
11:34:31
✓ should default to not being a fee payer (204 ms)
11:34:31
✓ should be able to set a fee payer (235 ms)
11:34:31 pending note hashes contract
11:34:31
✓ should be able to insert, read, and nullify pending note hashes in one call (582 ms)
11:34:31
✓ should be able to insert, read, and nullify pending note hashes in nested calls (516 ms)
11:34:31
✓ cant read a commitment that is inserted later in same call (461 ms)
11:34:31 get master incoming viewing public key
11:34:31
✓ gets the public key for an address (210 ms)
11:34:31 Get notes
11:34:31
✓ fails if returning no notes (216 ms)
11:34:31 Context oracles
11:34:31
✓ this_address should return the current context address (198 ms)
11:34:31 Private global variables
11:34:31
✓ Private global vars are correctly set (190 ms)
11:34:31
✓ Throws when chainId is incorrectly set (177 ms)
11:34:31
✓ Throws when version is incorrectly set (212 ms)
11:34:31 Historical header in private context
11:34:31
✓ Header is correctly set (218 ms)
11:34:31
✓ Throws when header is not as expected (197 ms)
11:34:31
11:34:31
Test Suites: 1 passed, 1 total
11:34:31
Tests: 35 passed, 35 total
11:34:31
Snapshots: 0 total
11:34:31
Time: 13.551 s
11:34:31
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
11:34:31
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?