Parent Log:
http://ci.aztec-labs.com/9ec8d623fd1dfacd
Command: 304e7f59255d72e8 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/af8041048ee98abe05402607256df4b4cac51dd8
Env: REF_NAME=gh-readonly-queue/next/pr-15067-a0a8617413ca6f4fba2ad190ce73dab59bd75a45 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 15:08:20 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15067_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
15:08:27 [15:08:27.242]
INFO:
simulator:test:private_execution Parent deployed at 0x12379baa54545334019536e8f06df7df34b18b80eb2e275dd146a68107cc66e9
15:08:27 [15:08:27.247]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x279a98b987de8802dfeffc8102e1bb09a1f5a6ec5eae17aa086487af8f992576
15:08:27 [15:08:27.408]
INFO:
simulator:test:private_execution Calling testCodeGen function
15:08:27 [15:08:27.857]
INFO:
simulator:test:private_execution Calling importer main function
15:08:35
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.591 s)
15:08:35 Private Execution test suite
15:08:35 no constructor
15:08:35
✓ emits a field array as an encrypted log (377 ms)
15:08:35 stateful test contract
15:08:35
✓ should have a constructor with arguments that inserts notes (447 ms)
15:08:35
✓ should run the create_note function (275 ms)
15:08:35
✓ should run the destroy_and_create function (748 ms)
15:08:35
✓ should be able to destroy_and_create with dummy notes (719 ms)
15:08:35 nested calls
15:08:35
✓ child function should be callable (86 ms)
15:08:35
✓ parent should call child (202 ms)
15:08:35 nested calls through autogenerated interface
15:08:35
✓ test function should be directly callable (247 ms)
15:08:35
✓ test function should be callable through autogenerated interface (311 ms)
15:08:35 consuming messages
15:08:35 L1 to L2
15:08:35
✓ Should be able to consume a dummy cross chain message (330 ms)
15:08:35
✓ Invalid membership proof (295 ms)
15:08:35
✓ Invalid recipient (252 ms)
15:08:35
✓ Invalid sender (296 ms)
15:08:35
✓ Invalid chainid (278 ms)
15:08:35
✓ Invalid version (264 ms)
15:08:35
✓ Invalid content (287 ms)
15:08:35
✓ Invalid Secret (267 ms)
15:08:35 enqueued calls
15:08:35
✓ parent should enqueue call to child (internal false) (175 ms)
15:08:35
✓ parent should enqueue call to child (internal true) (164 ms)
15:08:35
✓ should be ok for parent to enqueue calls with <= max total args (316 ms)
15:08:35
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (568 ms)
15:08:35 setting teardown function
15:08:35
✓ should be able to set a teardown function (217 ms)
15:08:35 setting fee payer
15:08:35
✓ should default to not being a fee payer (211 ms)
15:08:35
✓ should be able to set a fee payer (215 ms)
15:08:35 pending note hashes contract
15:08:35
✓ should be able to insert, read, and nullify pending note hashes in one call (537 ms)
15:08:35
✓ should be able to insert, read, and nullify pending note hashes in nested calls (464 ms)
15:08:35
✓ cant read a commitment that is inserted later in same call (437 ms)
15:08:35 get master incoming viewing public key
15:08:35
✓ gets the public key for an address (262 ms)
15:08:35 Get notes
15:08:35
✓ fails if returning no notes (210 ms)
15:08:35 Context oracles
15:08:35
✓ this_address should return the current context address (201 ms)
15:08:35 Private global variables
15:08:35
✓ Private global vars are correctly set (194 ms)
15:08:35
✓ Throws when chainId is incorrectly set (228 ms)
15:08:35
✓ Throws when version is incorrectly set (181 ms)
15:08:35 Historical header in private context
15:08:35
✓ Header is correctly set (236 ms)
15:08:35
✓ Throws when header is not as expected (241 ms)
15:08:35
15:08:35
Test Suites: 1 passed, 1 total
15:08:35
Tests: 35 passed, 35 total
15:08:35
Snapshots: 0 total
15:08:35
Time: 13.704 s
15:08:35
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
15:08:35
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?