Parent Log:
http://ci.aztec-labs.com/b76b4dcd886228d5
Command: 200d11860e478e79 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/00cd67e98e76d3202a0219baf301d59ef4211872
Env: REF_NAME=gh-readonly-queue/next/pr-15040-7339c264ad706420ee9babb0dd1b6ed793e97402 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 13 15:21:30 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15040_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
15:21:37 [15:21:37.031]
INFO:
simulator:test:private_execution Parent deployed at 0x0bbe59c0bd19d25f5ca26755c110a7b0a60db7ecc7767b79b8d91578300131f0
15:21:37 [15:21:37.037]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x0c7deeeb448fb170206925d36d66adc71f604217625829d5a966ac7d21c9e904
15:21:37 [15:21:37.245]
INFO:
simulator:test:private_execution Calling testCodeGen function
15:21:37 [15:21:37.623]
INFO:
simulator:test:private_execution Calling importer main function
15:21:45
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.644 s)
15:21:45 Private Execution test suite
15:21:45 no constructor
15:21:45
✓ emits a field array as an encrypted log (392 ms)
15:21:45 stateful test contract
15:21:45
✓ should have a constructor with arguments that inserts notes (545 ms)
15:21:45
✓ should run the create_note function (307 ms)
15:21:45
✓ should run the destroy_and_create function (916 ms)
15:21:45
✓ should be able to destroy_and_create with dummy notes (830 ms)
15:21:45 nested calls
15:21:45
✓ child function should be callable (106 ms)
15:21:45
✓ parent should call child (266 ms)
15:21:45 nested calls through autogenerated interface
15:21:45
✓ test function should be directly callable (216 ms)
15:21:45
✓ test function should be callable through autogenerated interface (294 ms)
15:21:45 consuming messages
15:21:45 L1 to L2
15:21:45
✓ Should be able to consume a dummy cross chain message (315 ms)
15:21:45
✓ Invalid membership proof (322 ms)
15:21:45
✓ Invalid recipient (294 ms)
15:21:45
✓ Invalid sender (341 ms)
15:21:45
✓ Invalid chainid (281 ms)
15:21:45
✓ Invalid version (295 ms)
15:21:45
✓ Invalid content (292 ms)
15:21:45
✓ Invalid Secret (320 ms)
15:21:45 enqueued calls
15:21:45
✓ parent should enqueue call to child (internal false) (206 ms)
15:21:45
✓ parent should enqueue call to child (internal true) (184 ms)
15:21:45
✓ should be ok for parent to enqueue calls with <= max total args (285 ms)
15:21:45
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (524 ms)
15:21:45 setting teardown function
15:21:45
✓ should be able to set a teardown function (204 ms)
15:21:45 setting fee payer
15:21:45
✓ should default to not being a fee payer (236 ms)
15:21:45
✓ should be able to set a fee payer (211 ms)
15:21:45 pending note hashes contract
15:21:45
✓ should be able to insert, read, and nullify pending note hashes in one call (566 ms)
15:21:45
✓ should be able to insert, read, and nullify pending note hashes in nested calls (562 ms)
15:21:45
✓ cant read a commitment that is inserted later in same call (519 ms)
15:21:45 get master incoming viewing public key
15:21:45
✓ gets the public key for an address (263 ms)
15:21:45 Get notes
15:21:45
✓ fails if returning no notes (238 ms)
15:21:45 Context oracles
15:21:45
✓ this_address should return the current context address (170 ms)
15:21:45 Private global variables
15:21:45
✓ Private global vars are correctly set (204 ms)
15:21:45
✓ Throws when chainId is incorrectly set (193 ms)
15:21:45
✓ Throws when version is incorrectly set (179 ms)
15:21:45 Historical header in private context
15:21:45
✓ Header is correctly set (192 ms)
15:21:45
✓ Throws when header is not as expected (193 ms)
15:21:45
15:21:45
Test Suites: 1 passed, 1 total
15:21:45
Tests: 35 passed, 35 total
15:21:45
Snapshots: 0 total
15:21:45
Time: 13.726 s
15:21:45
Ran all test suites matching /pxe\/src\/contract_function_simulator\/oracle\/private_execution.test.ts/i
.
15:21:45
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?