Parent Log:
http://ci.aztec-labs.com/96c46d3891517db0
Command: 1c06fcdf9304d11a yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/1b899817816052aa86b702e2fe099b5054167aa3
Env: REF_NAME=release-please--branches--next CURRENT_VERSION=0.88.0 CI_FULL=0
Date: Wed Jun 18 21:26:38 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=release-please--branches--next_amd64
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
21:26:44 [21:26:44.902]
INFO:
simulator:test:private_execution Parent deployed at 0x1b8d9a856c26d0a28958f903cf03a0de58189a57b5d965e118cfff476821fe69
21:26:44 [21:26:44.906]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x1fa85266b15f512968c85996f662b766e110d6a1ea21e3ff74b377c80a7ad507
21:26:45 [21:26:45.044]
INFO:
simulator:test:private_execution Calling testCodeGen function
21:26:45 [21:26:45.377]
INFO:
simulator:test:private_execution Calling importer main function
21:26:52
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
12.319 s)
21:26:52 Private Execution test suite
21:26:52 no constructor
21:26:52
✓ emits a field array as an encrypted log (352 ms)
21:26:52 stateful test contract
21:26:52
✓ should have a constructor with arguments that inserts notes (486 ms)
21:26:52
✓ should run the create_note function (290 ms)
21:26:52
✓ should run the destroy_and_create function (704 ms)
21:26:52
✓ should be able to destroy_and_create with dummy notes (670 ms)
21:26:52 nested calls
21:26:52
✓ child function should be callable (79 ms)
21:26:52
✓ parent should call child (173 ms)
21:26:52 nested calls through autogenerated interface
21:26:52
✓ test function should be directly callable (196 ms)
21:26:52
✓ test function should be callable through autogenerated interface (227 ms)
21:26:52 consuming messages
21:26:52 L1 to L2
21:26:52
✓ Should be able to consume a dummy cross chain message (296 ms)
21:26:52
✓ Invalid membership proof (277 ms)
21:26:52
✓ Invalid recipient (231 ms)
21:26:52
✓ Invalid sender (221 ms)
21:26:52
✓ Invalid chainid (281 ms)
21:26:52
✓ Invalid version (238 ms)
21:26:52
✓ Invalid content (276 ms)
21:26:52
✓ Invalid Secret (266 ms)
21:26:52 enqueued calls
21:26:52
✓ parent should enqueue call to child (internal false) (160 ms)
21:26:52
✓ parent should enqueue call to child (internal true) (161 ms)
21:26:52
✓ should be ok for parent to enqueue calls with <= max total args (233 ms)
21:26:52
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (380 ms)
21:26:52 setting teardown function
21:26:52
✓ should be able to set a teardown function (208 ms)
21:26:52 setting fee payer
21:26:52
✓ should default to not being a fee payer (227 ms)
21:26:52
✓ should be able to set a fee payer (191 ms)
21:26:52 pending note hashes contract
21:26:52
✓ should be able to insert, read, and nullify pending note hashes in one call (543 ms)
21:26:52
✓ should be able to insert, read, and nullify pending note hashes in nested calls (508 ms)
21:26:52
✓ cant read a commitment that is inserted later in same call (472 ms)
21:26:52 get master incoming viewing public key
21:26:52
✓ gets the public key for an address (179 ms)
21:26:52 Get notes
21:26:52
✓ fails if returning no notes (197 ms)
21:26:52 Context oracles
21:26:52
✓ this_address should return the current context address (199 ms)
21:26:52 Private global variables
21:26:52
✓ Private global vars are correctly set (219 ms)
21:26:52
✓ Throws when chainId is incorrectly set (208 ms)
21:26:52
✓ Throws when version is incorrectly set (168 ms)
21:26:52 Historical header in private context
21:26:52
✓ Header is correctly set (172 ms)
21:26:52
✓ Throws when header is not as expected (175 ms)
21:26:52
21:26:52
Test Suites: 1 passed, 1 total
21:26:52
Tests: 35 passed, 35 total
21:26:52
Snapshots: 0 total
21:26:52
Time: 12.402 s
21:26:52
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
21:26:52
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?