Parent Log:
http://ci.aztec-labs.com/d1a5498d1f5a5639
Command: 41adb1ae539b2f2b yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/a0944d6ab9d5708daa7ff219a932e7b3784c6637
Env: REF_NAME=gh-readonly-queue/next/pr-15020-90e495a77534c1d250949dbc053161959c9aadcc CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 15:08:13 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15020_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:08:20 [15:08:20.365]
INFO:
simulator:test:private_execution Parent deployed at 0x1483bd27468c030e620fab029b27be1cc457ef7f56cbdda884959c66319b83a4
15:08:20 [15:08:20.370]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x1ec363ee3c0ecc3b915f3930273255700fa8a63c6460827021b0e655335daf77
15:08:20 [15:08:20.548]
INFO:
simulator:test:private_execution Calling testCodeGen function
15:08:20 [15:08:20.901]
INFO:
simulator:test:private_execution Calling importer main function
15:08:28
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.372 s)
15:08:28 Private Execution test suite
15:08:28 no constructor
15:08:28
✓ emits a field array as an encrypted log (405 ms)
15:08:28 stateful test contract
15:08:28
✓ should have a constructor with arguments that inserts notes (440 ms)
15:08:28
✓ should run the create_note function (306 ms)
15:08:28
✓ should run the destroy_and_create function (873 ms)
15:08:28
✓ should be able to destroy_and_create with dummy notes (745 ms)
15:08:28 nested calls
15:08:28
✓ child function should be callable (97 ms)
15:08:28
✓ parent should call child (231 ms)
15:08:28 nested calls through autogenerated interface
15:08:28
✓ test function should be directly callable (206 ms)
15:08:28
✓ test function should be callable through autogenerated interface (254 ms)
15:08:28 consuming messages
15:08:28 L1 to L2
15:08:28
✓ Should be able to consume a dummy cross chain message (299 ms)
15:08:28
✓ Invalid membership proof (311 ms)
15:08:28
✓ Invalid recipient (255 ms)
15:08:28
✓ Invalid sender (261 ms)
15:08:28
✓ Invalid chainid (258 ms)
15:08:28
✓ Invalid version (263 ms)
15:08:28
✓ Invalid content (273 ms)
15:08:28
✓ Invalid Secret (265 ms)
15:08:28 enqueued calls
15:08:28
✓ parent should enqueue call to child (internal false) (174 ms)
15:08:28
✓ parent should enqueue call to child (internal true) (179 ms)
15:08:28
✓ should be ok for parent to enqueue calls with <= max total args (272 ms)
15:08:28
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (491 ms)
15:08:28 setting teardown function
15:08:28
✓ should be able to set a teardown function (232 ms)
15:08:28 setting fee payer
15:08:28
✓ should default to not being a fee payer (214 ms)
15:08:28
✓ should be able to set a fee payer (232 ms)
15:08:28 pending note hashes contract
15:08:28
✓ should be able to insert, read, and nullify pending note hashes in one call (603 ms)
15:08:28
✓ should be able to insert, read, and nullify pending note hashes in nested calls (494 ms)
15:08:28
✓ cant read a commitment that is inserted later in same call (454 ms)
15:08:28 get master incoming viewing public key
15:08:28
✓ gets the public key for an address (190 ms)
15:08:28 Get notes
15:08:28
✓ fails if returning no notes (256 ms)
15:08:28 Context oracles
15:08:28
✓ this_address should return the current context address (204 ms)
15:08:28 Private global variables
15:08:28
✓ Private global vars are correctly set (200 ms)
15:08:28
✓ Throws when chainId is incorrectly set (204 ms)
15:08:28
✓ Throws when version is incorrectly set (218 ms)
15:08:28 Historical header in private context
15:08:28
✓ Header is correctly set (210 ms)
15:08:28
✓ Throws when header is not as expected (217 ms)
15:08:28
15:08:28
Test Suites: 1 passed, 1 total
15:08:28
Tests: 35 passed, 35 total
15:08:28
Snapshots: 0 total
15:08:28
Time: 13.477 s
15:08:28
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
15:08:28
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?