Parent Log:
http://ci.aztec-labs.com/f97bdeeb954e1abb
Command: 17e0d785507e6983 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/5867520ed258adecfee692b3694d693b2c7964ca
Env: REF_NAME=gh-readonly-queue/next/pr-14770-9b801754ba98479ee645488c29d2fda1eecbfd85 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 21:51:36 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14770_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
21:51:43 [21:51:43.281]
INFO:
simulator:test:private_execution Parent deployed at 0x0a474db4c5090f1dc38f19b8d0512d948e5fd86707832daa85f7e015099edb2a
21:51:43 [21:51:43.287]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x0ce9507d3b880e73a74744bc4c96452c0ed41d0b995158fb6a0f10f2781bd616
21:51:43 [21:51:43.437]
INFO:
simulator:test:private_execution Calling testCodeGen function
21:51:43 [21:51:43.787]
INFO:
simulator:test:private_execution Calling importer main function
21:51:51
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.597 s)
21:51:51 Private Execution test suite
21:51:51 no constructor
21:51:51
✓ emits a field array as an encrypted log (349 ms)
21:51:51 stateful test contract
21:51:51
✓ should have a constructor with arguments that inserts notes (442 ms)
21:51:51
✓ should run the create_note function (335 ms)
21:51:51
✓ should run the destroy_and_create function (788 ms)
21:51:51
✓ should be able to destroy_and_create with dummy notes (668 ms)
21:51:51 nested calls
21:51:51
✓ child function should be callable (79 ms)
21:51:51
✓ parent should call child (195 ms)
21:51:51 nested calls through autogenerated interface
21:51:51
✓ test function should be directly callable (225 ms)
21:51:51
✓ test function should be callable through autogenerated interface (219 ms)
21:51:51 consuming messages
21:51:51 L1 to L2
21:51:51
✓ Should be able to consume a dummy cross chain message (302 ms)
21:51:51
✓ Invalid membership proof (324 ms)
21:51:51
✓ Invalid recipient (290 ms)
21:51:51
✓ Invalid sender (364 ms)
21:51:51
✓ Invalid chainid (331 ms)
21:51:51
✓ Invalid version (297 ms)
21:51:51
✓ Invalid content (316 ms)
21:51:51
✓ Invalid Secret (264 ms)
21:51:51 enqueued calls
21:51:51
✓ parent should enqueue call to child (internal false) (209 ms)
21:51:51
✓ parent should enqueue call to child (internal true) (192 ms)
21:51:51
✓ should be ok for parent to enqueue calls with <= max total args (251 ms)
21:51:51
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (453 ms)
21:51:51 setting teardown function
21:51:51
✓ should be able to set a teardown function (210 ms)
21:51:51 setting fee payer
21:51:51
✓ should default to not being a fee payer (227 ms)
21:51:51
✓ should be able to set a fee payer (209 ms)
21:51:51 pending note hashes contract
21:51:51
✓ should be able to insert, read, and nullify pending note hashes in one call (572 ms)
21:51:51
✓ should be able to insert, read, and nullify pending note hashes in nested calls (523 ms)
21:51:51
✓ cant read a commitment that is inserted later in same call (507 ms)
21:51:51 get master incoming viewing public key
21:51:51
✓ gets the public key for an address (254 ms)
21:51:51 Get notes
21:51:51
✓ fails if returning no notes (264 ms)
21:51:51 Context oracles
21:51:51
✓ this_address should return the current context address (249 ms)
21:51:51 Private global variables
21:51:51
✓ Private global vars are correctly set (210 ms)
21:51:51
✓ Throws when chainId is incorrectly set (221 ms)
21:51:51
✓ Throws when version is incorrectly set (201 ms)
21:51:51 Historical header in private context
21:51:51
✓ Header is correctly set (227 ms)
21:51:51
✓ Throws when header is not as expected (203 ms)
21:51:51
21:51:51
Test Suites: 1 passed, 1 total
21:51:51
Tests: 35 passed, 35 total
21:51:51
Snapshots: 0 total
21:51:51
Time: 13.707 s
21:51:51
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
21:51:51
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?