Parent Log:
http://ci.aztec-labs.com/d1c9fc644e1107b2
Command: dc9591c437eedcb5 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/42440bd429a3b283b3a344db0be4652d818bd261
Env: REF_NAME=gh-readonly-queue/next/pr-15046-2469b5f1633350f6be15733c04242af1cdc98227 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 19:50:16 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15046_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
19:50:23 [19:50:23.171]
INFO:
simulator:test:private_execution Parent deployed at 0x0826a2d2b00528cce02ab47fe9dd23bd05fe12cd49dd9c0f678b3da580092f0a
19:50:23 [19:50:23.176]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x0407a9c9fb9cba7f3ca328b4ed4d0715d0b7006444803e4c6dbfdddc2a17a948
19:50:23 [19:50:23.330]
INFO:
simulator:test:private_execution Calling testCodeGen function
19:50:23 [19:50:23.696]
INFO:
simulator:test:private_execution Calling importer main function
19:50:31
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.758 s)
19:50:31 Private Execution test suite
19:50:31 no constructor
19:50:31
✓ emits a field array as an encrypted log (368 ms)
19:50:31 stateful test contract
19:50:31
✓ should have a constructor with arguments that inserts notes (523 ms)
19:50:31
✓ should run the create_note function (319 ms)
19:50:31
✓ should run the destroy_and_create function (686 ms)
19:50:31
✓ should be able to destroy_and_create with dummy notes (721 ms)
19:50:31 nested calls
19:50:31
✓ child function should be callable (110 ms)
19:50:31
✓ parent should call child (190 ms)
19:50:31 nested calls through autogenerated interface
19:50:31
✓ test function should be directly callable (196 ms)
19:50:31
✓ test function should be callable through autogenerated interface (302 ms)
19:50:31 consuming messages
19:50:31 L1 to L2
19:50:31
✓ Should be able to consume a dummy cross chain message (333 ms)
19:50:31
✓ Invalid membership proof (337 ms)
19:50:31
✓ Invalid recipient (265 ms)
19:50:31
✓ Invalid sender (307 ms)
19:50:31
✓ Invalid chainid (313 ms)
19:50:31
✓ Invalid version (243 ms)
19:50:31
✓ Invalid content (277 ms)
19:50:31
✓ Invalid Secret (243 ms)
19:50:31 enqueued calls
19:50:31
✓ parent should enqueue call to child (internal false) (177 ms)
19:50:31
✓ parent should enqueue call to child (internal true) (193 ms)
19:50:31
✓ should be ok for parent to enqueue calls with <= max total args (303 ms)
19:50:31
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (563 ms)
19:50:31 setting teardown function
19:50:31
✓ should be able to set a teardown function (234 ms)
19:50:31 setting fee payer
19:50:31
✓ should default to not being a fee payer (234 ms)
19:50:31
✓ should be able to set a fee payer (254 ms)
19:50:31 pending note hashes contract
19:50:31
✓ should be able to insert, read, and nullify pending note hashes in one call (632 ms)
19:50:31
✓ should be able to insert, read, and nullify pending note hashes in nested calls (454 ms)
19:50:31
✓ cant read a commitment that is inserted later in same call (485 ms)
19:50:31 get master incoming viewing public key
19:50:31
✓ gets the public key for an address (257 ms)
19:50:31 Get notes
19:50:31
✓ fails if returning no notes (233 ms)
19:50:31 Context oracles
19:50:31
✓ this_address should return the current context address (173 ms)
19:50:31 Private global variables
19:50:31
✓ Private global vars are correctly set (207 ms)
19:50:31
✓ Throws when chainId is incorrectly set (251 ms)
19:50:31
✓ Throws when version is incorrectly set (251 ms)
19:50:31 Historical header in private context
19:50:31
✓ Header is correctly set (199 ms)
19:50:31
✓ Throws when header is not as expected (201 ms)
19:50:31
19:50:31
Test Suites: 1 passed, 1 total
19:50:31
Tests: 35 passed, 35 total
19:50:31
Snapshots: 0 total
19:50:31
Time: 13.873 s
19:50:31
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
19:50:31
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?