Parent Log:
http://ci.aztec-labs.com/f92f0e17b07b44aa
Command: 4cadf2b318302dc1 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/4bc54c2acb532388aae32aea2765a66709edfdc9
Env: REF_NAME=gh-readonly-queue/next/pr-15249-4873eb2f8189ef2d21a8b7fcfbfebe4dbc0f4145 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 25 20:09:32 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15249_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
20:09:39 [20:09:39.024]
INFO:
simulator:test:private_execution Parent deployed at 0x1202a77e714331b8b8e9f91dc88c010d9fe1cd2def90f886396b351492bd467b
20:09:39 [20:09:39.029]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x1779dd0e199ab4e25d7ed5e8506b0c71c0a40a9a007c657eb5e664ba70dd0fa6
20:09:39 [20:09:39.220]
INFO:
simulator:test:private_execution Calling testCodeGen function
20:09:39 [20:09:39.574]
INFO:
simulator:test:private_execution Calling importer main function
20:09:46
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.076 s)
20:09:46 Private Execution test suite
20:09:46 no constructor
20:09:46
✓ emits a field array as an encrypted log (409 ms)
20:09:46 stateful test contract
20:09:46
✓ should have a constructor with arguments that inserts notes (475 ms)
20:09:46
✓ should run the create_note function (303 ms)
20:09:46
✓ should run the destroy_and_create function (739 ms)
20:09:46
✓ should be able to destroy_and_create with dummy notes (671 ms)
20:09:46 nested calls
20:09:46
✓ child function should be callable (87 ms)
20:09:46
✓ parent should call child (235 ms)
20:09:46 nested calls through autogenerated interface
20:09:46
✓ test function should be directly callable (196 ms)
20:09:46
✓ test function should be callable through autogenerated interface (283 ms)
20:09:46 consuming messages
20:09:46 L1 to L2
20:09:46
✓ Should be able to consume a dummy cross chain message (323 ms)
20:09:46
✓ Invalid membership proof (308 ms)
20:09:46
✓ Invalid recipient (323 ms)
20:09:46
✓ Invalid sender (322 ms)
20:09:46
✓ Invalid chainid (273 ms)
20:09:46
✓ Invalid version (259 ms)
20:09:46
✓ Invalid content (283 ms)
20:09:46
✓ Invalid Secret (324 ms)
20:09:46 enqueued calls
20:09:46
✓ parent should enqueue call to child (internal false) (174 ms)
20:09:46
✓ parent should enqueue call to child (internal true) (154 ms)
20:09:46
✓ should be ok for parent to enqueue calls with <= max total args (274 ms)
20:09:46
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (435 ms)
20:09:46 setting teardown function
20:09:46
✓ should be able to set a teardown function (174 ms)
20:09:46 setting fee payer
20:09:46
✓ should default to not being a fee payer (182 ms)
20:09:46
✓ should be able to set a fee payer (186 ms)
20:09:46 pending note hashes contract
20:09:46
✓ should be able to insert, read, and nullify pending note hashes in one call (567 ms)
20:09:46
✓ should be able to insert, read, and nullify pending note hashes in nested calls (473 ms)
20:09:46
✓ cant read a commitment that is inserted later in same call (475 ms)
20:09:46 get master incoming viewing public key
20:09:46
✓ gets the public key for an address (191 ms)
20:09:46 Get notes
20:09:46
✓ fails if returning no notes (198 ms)
20:09:46 Context oracles
20:09:46
✓ this_address should return the current context address (189 ms)
20:09:46 Private global variables
20:09:46
✓ Private global vars are correctly set (197 ms)
20:09:46
✓ Throws when chainId is incorrectly set (178 ms)
20:09:46
✓ Throws when version is incorrectly set (187 ms)
20:09:46 Historical header in private context
20:09:46
✓ Header is correctly set (191 ms)
20:09:46
✓ Throws when header is not as expected (214 ms)
20:09:46
20:09:46
Test Suites: 1 passed, 1 total
20:09:46
Tests: 35 passed, 35 total
20:09:46
Snapshots: 0 total
20:09:46
Time: 13.182 s
20:09:46
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
20:09:46
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?