Parent Log:
http://ci.aztec-labs.com/ed67305435d8b25f
Command: a5511b51e55ea9c0 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/f29a038c58fc1f3ad95ad05d18aea321f0f598b2
Env: REF_NAME=gh-readonly-queue/next/pr-15151-be1fa8aacb33d330cf496352bb1446439e34c51a CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 20 10:13:59 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15151_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
10:14:06 [10:14:06.168]
INFO:
simulator:test:private_execution Parent deployed at 0x03172d2687fb3520b763895de744600341a81b9aa9e973aed4fa10b646d42b1a
10:14:06 [10:14:06.173]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x126630590aae205e5fe07f0dec4dc6f1316f0bb69c45efe5e234d4564bd8edcd
10:14:06 [10:14:06.323]
INFO:
simulator:test:private_execution Calling testCodeGen function
10:14:06 [10:14:06.707]
INFO:
simulator:test:private_execution Calling importer main function
10:14:14
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.277 s)
10:14:14 Private Execution test suite
10:14:14 no constructor
10:14:14
✓ emits a field array as an encrypted log (409 ms)
10:14:14 stateful test contract
10:14:14
✓ should have a constructor with arguments that inserts notes (482 ms)
10:14:14
✓ should run the create_note function (331 ms)
10:14:14
✓ should run the destroy_and_create function (709 ms)
10:14:14
✓ should be able to destroy_and_create with dummy notes (671 ms)
10:14:14 nested calls
10:14:14
✓ child function should be callable (108 ms)
10:14:14
✓ parent should call child (198 ms)
10:14:14 nested calls through autogenerated interface
10:14:14
✓ test function should be directly callable (215 ms)
10:14:14
✓ test function should be callable through autogenerated interface (264 ms)
10:14:14 consuming messages
10:14:14 L1 to L2
10:14:14
✓ Should be able to consume a dummy cross chain message (283 ms)
10:14:14
✓ Invalid membership proof (339 ms)
10:14:14
✓ Invalid recipient (292 ms)
10:14:14
✓ Invalid sender (252 ms)
10:14:14
✓ Invalid chainid (331 ms)
10:14:14
✓ Invalid version (265 ms)
10:14:14
✓ Invalid content (263 ms)
10:14:14
✓ Invalid Secret (304 ms)
10:14:14 enqueued calls
10:14:14
✓ parent should enqueue call to child (internal false) (180 ms)
10:14:14
✓ parent should enqueue call to child (internal true) (184 ms)
10:14:14
✓ should be ok for parent to enqueue calls with <= max total args (293 ms)
10:14:14
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (457 ms)
10:14:14 setting teardown function
10:14:14
✓ should be able to set a teardown function (263 ms)
10:14:14 setting fee payer
10:14:14
✓ should default to not being a fee payer (228 ms)
10:14:14
✓ should be able to set a fee payer (221 ms)
10:14:14 pending note hashes contract
10:14:14
✓ should be able to insert, read, and nullify pending note hashes in one call (540 ms)
10:14:14
✓ should be able to insert, read, and nullify pending note hashes in nested calls (487 ms)
10:14:14
✓ cant read a commitment that is inserted later in same call (415 ms)
10:14:14 get master incoming viewing public key
10:14:14
✓ gets the public key for an address (231 ms)
10:14:14 Get notes
10:14:14
✓ fails if returning no notes (243 ms)
10:14:14 Context oracles
10:14:14
✓ this_address should return the current context address (213 ms)
10:14:14 Private global variables
10:14:14
✓ Private global vars are correctly set (236 ms)
10:14:14
✓ Throws when chainId is incorrectly set (207 ms)
10:14:14
✓ Throws when version is incorrectly set (197 ms)
10:14:14 Historical header in private context
10:14:14
✓ Header is correctly set (244 ms)
10:14:14
✓ Throws when header is not as expected (215 ms)
10:14:14
10:14:14
Test Suites: 1 passed, 1 total
10:14:14
Tests: 35 passed, 35 total
10:14:14
Snapshots: 0 total
10:14:14
Time: 13.369 s
10:14:14
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
10:14:14
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?