Parent Log:
http://ci.aztec-labs.com/4a6d30c36bb1e847
Command: d57d38082bbaf86d yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/fdc8ff50dee1a2a8a98393ff5069a285b52efa1f
Env: REF_NAME=gh-readonly-queue/next/pr-15187-9b8ea5acda76687342ddb62595e293281661f029 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 09:39:32 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15187_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
09:39:39 [09:39:39.744]
INFO:
simulator:test:private_execution Parent deployed at 0x0f854b735c5af206caeef622a72e304f8a5b950c593cef8dbacf378eeb271f09
09:39:39 [09:39:39.749]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x1d29a44cc2c13a86643717b873761975f0856771ce46b2c6fcf661381d7fdb00
09:39:39 [09:39:39.939]
INFO:
simulator:test:private_execution Calling testCodeGen function
09:39:40 [09:39:40.303]
INFO:
simulator:test:private_execution Calling importer main function
09:39:47
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.604 s)
09:39:47 Private Execution test suite
09:39:47 no constructor
09:39:47
✓ emits a field array as an encrypted log (363 ms)
09:39:47 stateful test contract
09:39:47
✓ should have a constructor with arguments that inserts notes (479 ms)
09:39:47
✓ should run the create_note function (315 ms)
09:39:47
✓ should run the destroy_and_create function (803 ms)
09:39:47
✓ should be able to destroy_and_create with dummy notes (689 ms)
09:39:47 nested calls
09:39:47
✓ child function should be callable (83 ms)
09:39:47
✓ parent should call child (232 ms)
09:39:47 nested calls through autogenerated interface
09:39:47
✓ test function should be directly callable (222 ms)
09:39:47
✓ test function should be callable through autogenerated interface (242 ms)
09:39:47 consuming messages
09:39:47 L1 to L2
09:39:47
✓ Should be able to consume a dummy cross chain message (288 ms)
09:39:47
✓ Invalid membership proof (328 ms)
09:39:47
✓ Invalid recipient (290 ms)
09:39:47
✓ Invalid sender (260 ms)
09:39:47
✓ Invalid chainid (315 ms)
09:39:47
✓ Invalid version (283 ms)
09:39:47
✓ Invalid content (245 ms)
09:39:47
✓ Invalid Secret (265 ms)
09:39:47 enqueued calls
09:39:47
✓ parent should enqueue call to child (internal false) (156 ms)
09:39:47
✓ parent should enqueue call to child (internal true) (173 ms)
09:39:47
✓ should be ok for parent to enqueue calls with <= max total args (267 ms)
09:39:47
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (470 ms)
09:39:47 setting teardown function
09:39:47
✓ should be able to set a teardown function (217 ms)
09:39:47 setting fee payer
09:39:47
✓ should default to not being a fee payer (193 ms)
09:39:47
✓ should be able to set a fee payer (191 ms)
09:39:47 pending note hashes contract
09:39:47
✓ should be able to insert, read, and nullify pending note hashes in one call (633 ms)
09:39:47
✓ should be able to insert, read, and nullify pending note hashes in nested calls (507 ms)
09:39:47
✓ cant read a commitment that is inserted later in same call (470 ms)
09:39:47 get master incoming viewing public key
09:39:47
✓ gets the public key for an address (214 ms)
09:39:47 Get notes
09:39:47
✓ fails if returning no notes (215 ms)
09:39:47 Context oracles
09:39:47
✓ this_address should return the current context address (228 ms)
09:39:47 Private global variables
09:39:47
✓ Private global vars are correctly set (206 ms)
09:39:47
✓ Throws when chainId is incorrectly set (244 ms)
09:39:47
✓ Throws when version is incorrectly set (198 ms)
09:39:47 Historical header in private context
09:39:47
✓ Header is correctly set (233 ms)
09:39:47
✓ Throws when header is not as expected (223 ms)
09:39:47
09:39:47
Test Suites: 1 passed, 1 total
09:39:47
Tests: 35 passed, 35 total
09:39:47
Snapshots: 0 total
09:39:47
Time: 13.72 s
09:39:47
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
09:39:47
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?