Parent Log:
http://ci.aztec-labs.com/4fe6e45c33ed5dad
Command: 4ef547fa5e299294 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/016def8adbfe93f34b41a41f439b146b5318c895
Env: REF_NAME=gh-readonly-queue/next/pr-15237-d4893155ff105399557b55c16450c39921c70d11 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 24 11:55:54 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15237_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
11:56:01 [11:56:01.048]
INFO:
simulator:test:private_execution Parent deployed at 0x00c284494c50f840ac8d424d40fd7e0a80915dc627cfe673629ad791649d8570
11:56:01 [11:56:01.055]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x06f9350f129019763b6059f35590b1bfaa261b273c24d2e4b0f33dfeee838bc0
11:56:01 [11:56:01.275]
INFO:
simulator:test:private_execution Calling testCodeGen function
11:56:01 [11:56:01.678]
INFO:
simulator:test:private_execution Calling importer main function
11:56:09
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.788 s)
11:56:09 Private Execution test suite
11:56:09 no constructor
11:56:09
✓ emits a field array as an encrypted log (428 ms)
11:56:09 stateful test contract
11:56:09
✓ should have a constructor with arguments that inserts notes (504 ms)
11:56:09
✓ should run the create_note function (315 ms)
11:56:09
✓ should run the destroy_and_create function (698 ms)
11:56:09
✓ should be able to destroy_and_create with dummy notes (758 ms)
11:56:09 nested calls
11:56:09
✓ child function should be callable (111 ms)
11:56:09
✓ parent should call child (304 ms)
11:56:09 nested calls through autogenerated interface
11:56:09
✓ test function should be directly callable (247 ms)
11:56:09
✓ test function should be callable through autogenerated interface (263 ms)
11:56:09 consuming messages
11:56:09 L1 to L2
11:56:09
✓ Should be able to consume a dummy cross chain message (321 ms)
11:56:09
✓ Invalid membership proof (304 ms)
11:56:09
✓ Invalid recipient (300 ms)
11:56:09
✓ Invalid sender (307 ms)
11:56:09
✓ Invalid chainid (313 ms)
11:56:09
✓ Invalid version (308 ms)
11:56:09
✓ Invalid content (317 ms)
11:56:09
✓ Invalid Secret (254 ms)
11:56:09 enqueued calls
11:56:09
✓ parent should enqueue call to child (internal false) (210 ms)
11:56:09
✓ parent should enqueue call to child (internal true) (189 ms)
11:56:09
✓ should be ok for parent to enqueue calls with <= max total args (311 ms)
11:56:09
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (508 ms)
11:56:09 setting teardown function
11:56:09
✓ should be able to set a teardown function (178 ms)
11:56:09 setting fee payer
11:56:09
✓ should default to not being a fee payer (186 ms)
11:56:09
✓ should be able to set a fee payer (207 ms)
11:56:09 pending note hashes contract
11:56:09
✓ should be able to insert, read, and nullify pending note hashes in one call (549 ms)
11:56:09
✓ should be able to insert, read, and nullify pending note hashes in nested calls (560 ms)
11:56:09
✓ cant read a commitment that is inserted later in same call (473 ms)
11:56:09 get master incoming viewing public key
11:56:09
✓ gets the public key for an address (219 ms)
11:56:09 Get notes
11:56:09
✓ fails if returning no notes (220 ms)
11:56:09 Context oracles
11:56:09
✓ this_address should return the current context address (228 ms)
11:56:09 Private global variables
11:56:09
✓ Private global vars are correctly set (247 ms)
11:56:09
✓ Throws when chainId is incorrectly set (228 ms)
11:56:09
✓ Throws when version is incorrectly set (199 ms)
11:56:09 Historical header in private context
11:56:09
✓ Header is correctly set (235 ms)
11:56:09
✓ Throws when header is not as expected (198 ms)
11:56:09
11:56:09
Test Suites: 1 passed, 1 total
11:56:09
Tests: 35 passed, 35 total
11:56:09
Snapshots: 0 total
11:56:09
Time: 13.883 s
11:56:09
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
11:56:09
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?