Parent Log:
http://ci.aztec-labs.com/59a7f67799d27b25
Command: 7a41fc0e1576329f yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/142e6cd5fbf7371f649078f9d6d08828585c664d
Env: REF_NAME=gh-readonly-queue/next/pr-14610-016def8adbfe93f34b41a41f439b146b5318c895 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 24 12:57:37 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14610_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
12:57:44 [12:57:44.617]
INFO:
simulator:test:private_execution Parent deployed at 0x2f8ddfb8f42bbf4ceefac731ad39aa874c2cda09ad71e38b4c7b2e7d46306b57
12:57:44 [12:57:44.622]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x067fbff315e6460265e4a5df7f4a2aba84405aa4475ad7693dc0d9fbd2a5eeea
12:57:44 [12:57:44.789]
INFO:
simulator:test:private_execution Calling testCodeGen function
12:57:45 [12:57:45.143]
INFO:
simulator:test:private_execution Calling importer main function
12:57:52
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.68 s)
12:57:52 Private Execution test suite
12:57:52 no constructor
12:57:52
✓ emits a field array as an encrypted log (364 ms)
12:57:52 stateful test contract
12:57:52
✓ should have a constructor with arguments that inserts notes (548 ms)
12:57:52
✓ should run the create_note function (318 ms)
12:57:52
✓ should run the destroy_and_create function (808 ms)
12:57:52
✓ should be able to destroy_and_create with dummy notes (718 ms)
12:57:52 nested calls
12:57:52
✓ child function should be callable (100 ms)
12:57:52
✓ parent should call child (208 ms)
12:57:52 nested calls through autogenerated interface
12:57:52
✓ test function should be directly callable (207 ms)
12:57:52
✓ test function should be callable through autogenerated interface (262 ms)
12:57:52 consuming messages
12:57:52 L1 to L2
12:57:52
✓ Should be able to consume a dummy cross chain message (325 ms)
12:57:52
✓ Invalid membership proof (315 ms)
12:57:52
✓ Invalid recipient (319 ms)
12:57:52
✓ Invalid sender (278 ms)
12:57:52
✓ Invalid chainid (247 ms)
12:57:52
✓ Invalid version (251 ms)
12:57:52
✓ Invalid content (251 ms)
12:57:52
✓ Invalid Secret (278 ms)
12:57:52 enqueued calls
12:57:52
✓ parent should enqueue call to child (internal false) (165 ms)
12:57:52
✓ parent should enqueue call to child (internal true) (179 ms)
12:57:52
✓ should be ok for parent to enqueue calls with <= max total args (230 ms)
12:57:52
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (431 ms)
12:57:52 setting teardown function
12:57:52
✓ should be able to set a teardown function (192 ms)
12:57:52 setting fee payer
12:57:52
✓ should default to not being a fee payer (289 ms)
12:57:52
✓ should be able to set a fee payer (226 ms)
12:57:52 pending note hashes contract
12:57:52
✓ should be able to insert, read, and nullify pending note hashes in one call (667 ms)
12:57:52
✓ should be able to insert, read, and nullify pending note hashes in nested calls (505 ms)
12:57:52
✓ cant read a commitment that is inserted later in same call (478 ms)
12:57:52 get master incoming viewing public key
12:57:52
✓ gets the public key for an address (196 ms)
12:57:52 Get notes
12:57:52
✓ fails if returning no notes (217 ms)
12:57:52 Context oracles
12:57:52
✓ this_address should return the current context address (224 ms)
12:57:52 Private global variables
12:57:52
✓ Private global vars are correctly set (241 ms)
12:57:52
✓ Throws when chainId is incorrectly set (221 ms)
12:57:52
✓ Throws when version is incorrectly set (204 ms)
12:57:52 Historical header in private context
12:57:52
✓ Header is correctly set (215 ms)
12:57:52
✓ Throws when header is not as expected (216 ms)
12:57:52
12:57:52
Test Suites: 1 passed, 1 total
12:57:52
Tests: 35 passed, 35 total
12:57:52
Snapshots: 0 total
12:57:52
Time: 13.774 s
12:57:52
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
12:57:52
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?