Parent Log:
http://ci.aztec-labs.com/63b03b0d2f097aa8
Command: 68e9475192d7aeac yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/301dce04331dcfb583b7508b91491de618d4acf4
Env: REF_NAME=gh-readonly-queue/next/pr-15208-9b8ea5acda76687342ddb62595e293281661f029 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 10:24:32 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15208_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
10:24:39 [10:24:39.255]
INFO:
simulator:test:private_execution Parent deployed at 0x267c7c8f3fe1b24360a778a7213526c6d6cc2d1f1f69d119800450a199b3948a
10:24:39 [10:24:39.260]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x2beff93a1a227030feb3dc095f141bd35dad99df76e01434cec57234722d4b38
10:24:39 [10:24:39.459]
INFO:
simulator:test:private_execution Calling testCodeGen function
10:24:39 [10:24:39.831]
INFO:
simulator:test:private_execution Calling importer main function
10:24:47
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.366 s)
10:24:47 Private Execution test suite
10:24:47 no constructor
10:24:47
✓ emits a field array as an encrypted log (398 ms)
10:24:47 stateful test contract
10:24:47
✓ should have a constructor with arguments that inserts notes (437 ms)
10:24:47
✓ should run the create_note function (299 ms)
10:24:47
✓ should run the destroy_and_create function (787 ms)
10:24:47
✓ should be able to destroy_and_create with dummy notes (655 ms)
10:24:47 nested calls
10:24:47
✓ child function should be callable (104 ms)
10:24:47
✓ parent should call child (246 ms)
10:24:47 nested calls through autogenerated interface
10:24:47
✓ test function should be directly callable (232 ms)
10:24:47
✓ test function should be callable through autogenerated interface (259 ms)
10:24:47 consuming messages
10:24:47 L1 to L2
10:24:47
✓ Should be able to consume a dummy cross chain message (328 ms)
10:24:47
✓ Invalid membership proof (312 ms)
10:24:47
✓ Invalid recipient (268 ms)
10:24:47
✓ Invalid sender (331 ms)
10:24:47
✓ Invalid chainid (288 ms)
10:24:47
✓ Invalid version (273 ms)
10:24:47
✓ Invalid content (309 ms)
10:24:47
✓ Invalid Secret (286 ms)
10:24:47 enqueued calls
10:24:47
✓ parent should enqueue call to child (internal false) (197 ms)
10:24:47
✓ parent should enqueue call to child (internal true) (171 ms)
10:24:47
✓ should be ok for parent to enqueue calls with <= max total args (240 ms)
10:24:47
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (454 ms)
10:24:47 setting teardown function
10:24:47
✓ should be able to set a teardown function (232 ms)
10:24:47 setting fee payer
10:24:47
✓ should default to not being a fee payer (191 ms)
10:24:47
✓ should be able to set a fee payer (203 ms)
10:24:47 pending note hashes contract
10:24:47
✓ should be able to insert, read, and nullify pending note hashes in one call (547 ms)
10:24:47
✓ should be able to insert, read, and nullify pending note hashes in nested calls (549 ms)
10:24:47
✓ cant read a commitment that is inserted later in same call (423 ms)
10:24:47 get master incoming viewing public key
10:24:47
✓ gets the public key for an address (221 ms)
10:24:47 Get notes
10:24:47
✓ fails if returning no notes (255 ms)
10:24:47 Context oracles
10:24:47
✓ this_address should return the current context address (204 ms)
10:24:47 Private global variables
10:24:47
✓ Private global vars are correctly set (251 ms)
10:24:47
✓ Throws when chainId is incorrectly set (189 ms)
10:24:47
✓ Throws when version is incorrectly set (225 ms)
10:24:47 Historical header in private context
10:24:47
✓ Header is correctly set (203 ms)
10:24:47
✓ Throws when header is not as expected (207 ms)
10:24:47
10:24:47
Test Suites: 1 passed, 1 total
10:24:47
Tests: 35 passed, 35 total
10:24:47
Snapshots: 0 total
10:24:47
Time: 13.458 s
10:24:47
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
10:24:47
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?