Parent Log:
http://ci.aztec-labs.com/8168996f3854ebb8
Command: 73379369dc8552ae yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/7a1b59a9ea7f085cd243d25401ffbea660430ebd
Env: REF_NAME=gh-readonly-queue/next/pr-15163-4608046e462faf9ff3fbee265ba34dbecb5d0b31 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 13:50:29 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15163_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
13:50:36 [13:50:36.714]
INFO:
simulator:test:private_execution Parent deployed at 0x194f80445da2f49ac1ba8dbba9832d9f5fbcc42e81869ec2b84bd1432b53d701
13:50:36 [13:50:36.721]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x16b92b3c8b652e21b52ca2431ddc0d93dd3f8db30fbf536ad4377ce714492804
13:50:36 [13:50:36.904]
INFO:
simulator:test:private_execution Calling testCodeGen function
13:50:37 [13:50:37.264]
INFO:
simulator:test:private_execution Calling importer main function
13:50:45
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
14.717 s)
13:50:45 Private Execution test suite
13:50:45 no constructor
13:50:45
✓ emits a field array as an encrypted log (375 ms)
13:50:45 stateful test contract
13:50:45
✓ should have a constructor with arguments that inserts notes (488 ms)
13:50:45
✓ should run the create_note function (367 ms)
13:50:45
✓ should run the destroy_and_create function (843 ms)
13:50:45
✓ should be able to destroy_and_create with dummy notes (769 ms)
13:50:45 nested calls
13:50:45
✓ child function should be callable (113 ms)
13:50:45
✓ parent should call child (239 ms)
13:50:45 nested calls through autogenerated interface
13:50:45
✓ test function should be directly callable (205 ms)
13:50:45
✓ test function should be callable through autogenerated interface (252 ms)
13:50:45 consuming messages
13:50:45 L1 to L2
13:50:45
✓ Should be able to consume a dummy cross chain message (356 ms)
13:50:45
✓ Invalid membership proof (345 ms)
13:50:45
✓ Invalid recipient (340 ms)
13:50:45
✓ Invalid sender (279 ms)
13:50:45
✓ Invalid chainid (256 ms)
13:50:45
✓ Invalid version (265 ms)
13:50:45
✓ Invalid content (271 ms)
13:50:45
✓ Invalid Secret (311 ms)
13:50:45 enqueued calls
13:50:45
✓ parent should enqueue call to child (internal false) (210 ms)
13:50:45
✓ parent should enqueue call to child (internal true) (188 ms)
13:50:45
✓ should be ok for parent to enqueue calls with <= max total args (297 ms)
13:50:45
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (583 ms)
13:50:45 setting teardown function
13:50:45
✓ should be able to set a teardown function (195 ms)
13:50:45 setting fee payer
13:50:45
✓ should default to not being a fee payer (204 ms)
13:50:45
✓ should be able to set a fee payer (241 ms)
13:50:45 pending note hashes contract
13:50:45
✓ should be able to insert, read, and nullify pending note hashes in one call (620 ms)
13:50:45
✓ should be able to insert, read, and nullify pending note hashes in nested calls (613 ms)
13:50:45
✓ cant read a commitment that is inserted later in same call (575 ms)
13:50:45 get master incoming viewing public key
13:50:45
✓ gets the public key for an address (248 ms)
13:50:45 Get notes
13:50:45
✓ fails if returning no notes (276 ms)
13:50:45 Context oracles
13:50:45
✓ this_address should return the current context address (244 ms)
13:50:45 Private global variables
13:50:45
✓ Private global vars are correctly set (209 ms)
13:50:45
✓ Throws when chainId is incorrectly set (228 ms)
13:50:45
✓ Throws when version is incorrectly set (230 ms)
13:50:45 Historical header in private context
13:50:45
✓ Header is correctly set (265 ms)
13:50:45
✓ Throws when header is not as expected (228 ms)
13:50:45
13:50:45
Test Suites: 1 passed, 1 total
13:50:45
Tests: 35 passed, 35 total
13:50:45
Snapshots: 0 total
13:50:45
Time: 14.816 s
13:50:45
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
13:50:45
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?