Parent Log:
http://ci.aztec-labs.com/e1c501cb022b2628
Command: 270716767bef7882 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/1c2c2ee2949dbe31742cc9501a31bf3bce8083cf
Env: REF_NAME=gh-readonly-queue/next/pr-15232-aedcee89a2544b0e6baf93c4e71d88991f09111e CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 24 13:51:55 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15232_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
13:52:01 [13:52:01.493]
INFO:
simulator:test:private_execution Parent deployed at 0x02c00ed29776a9ae0ff3689a132045d9e766693b8f40404da9dc0f42ebfa31d1
13:52:01 [13:52:01.498]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x14d2581cf0b069dbb8f16bc728d2ded724f51d502fd073a1c8bdba19a54adb04
13:52:01 [13:52:01.661]
INFO:
simulator:test:private_execution Calling testCodeGen function
13:52:02 [13:52:02.026]
INFO:
simulator:test:private_execution Calling importer main function
13:52:09
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.574 s)
13:52:09 Private Execution test suite
13:52:09 no constructor
13:52:09
✓ emits a field array as an encrypted log (364 ms)
13:52:09 stateful test contract
13:52:09
✓ should have a constructor with arguments that inserts notes (464 ms)
13:52:09
✓ should run the create_note function (293 ms)
13:52:09
✓ should run the destroy_and_create function (696 ms)
13:52:09
✓ should be able to destroy_and_create with dummy notes (764 ms)
13:52:09 nested calls
13:52:09
✓ child function should be callable (93 ms)
13:52:09
✓ parent should call child (214 ms)
13:52:09 nested calls through autogenerated interface
13:52:09
✓ test function should be directly callable (209 ms)
13:52:09
✓ test function should be callable through autogenerated interface (264 ms)
13:52:09 consuming messages
13:52:09 L1 to L2
13:52:09
✓ Should be able to consume a dummy cross chain message (273 ms)
13:52:09
✓ Invalid membership proof (293 ms)
13:52:09
✓ Invalid recipient (271 ms)
13:52:09
✓ Invalid sender (295 ms)
13:52:09
✓ Invalid chainid (289 ms)
13:52:09
✓ Invalid version (263 ms)
13:52:09
✓ Invalid content (295 ms)
13:52:09
✓ Invalid Secret (239 ms)
13:52:09 enqueued calls
13:52:09
✓ parent should enqueue call to child (internal false) (197 ms)
13:52:09
✓ parent should enqueue call to child (internal true) (202 ms)
13:52:09
✓ should be ok for parent to enqueue calls with <= max total args (278 ms)
13:52:09
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (480 ms)
13:52:09 setting teardown function
13:52:09
✓ should be able to set a teardown function (228 ms)
13:52:09 setting fee payer
13:52:09
✓ should default to not being a fee payer (218 ms)
13:52:09
✓ should be able to set a fee payer (222 ms)
13:52:09 pending note hashes contract
13:52:09
✓ should be able to insert, read, and nullify pending note hashes in one call (675 ms)
13:52:09
✓ should be able to insert, read, and nullify pending note hashes in nested calls (530 ms)
13:52:09
✓ cant read a commitment that is inserted later in same call (500 ms)
13:52:09 get master incoming viewing public key
13:52:09
✓ gets the public key for an address (227 ms)
13:52:09 Get notes
13:52:09
✓ fails if returning no notes (227 ms)
13:52:09 Context oracles
13:52:09
✓ this_address should return the current context address (192 ms)
13:52:09 Private global variables
13:52:09
✓ Private global vars are correctly set (194 ms)
13:52:09
✓ Throws when chainId is incorrectly set (205 ms)
13:52:09
✓ Throws when version is incorrectly set (231 ms)
13:52:09 Historical header in private context
13:52:09
✓ Header is correctly set (205 ms)
13:52:09
✓ Throws when header is not as expected (219 ms)
13:52:09
13:52:09
Test Suites: 1 passed, 1 total
13:52:09
Tests: 35 passed, 35 total
13:52:09
Snapshots: 0 total
13:52:09
Time: 13.669 s
13:52:09
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
13:52:09
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?