Parent Log:
http://ci.aztec-labs.com/dd2e464ee553ddb1
Command: de45f87db227bac7 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/df0c3e8efd6211cf15eedf67d2a591cc54099ac8
Env: REF_NAME=gh-readonly-queue/next/pr-14847-d71b7a63300e898a3d40f7da703f7cde545afb41 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 18 18:09:57 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14847_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
18:10:04 [18:10:04.008]
INFO:
simulator:test:private_execution Parent deployed at 0x2900a9f19a08d1f0b4c841dd90a38dba33e19db1c432631699831c1982f10e70
18:10:04 [18:10:04.014]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x06bb772a7d79e8f497f9920d7e189e6639a6fdfd0e68bfc5e91d17e1c6356f17
18:10:04 [18:10:04.225]
INFO:
simulator:test:private_execution Calling testCodeGen function
18:10:04 [18:10:04.621]
INFO:
simulator:test:private_execution Calling importer main function
18:10:12
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.935 s)
18:10:12 Private Execution test suite
18:10:12 no constructor
18:10:12
✓ emits a field array as an encrypted log (405 ms)
18:10:12 stateful test contract
18:10:12
✓ should have a constructor with arguments that inserts notes (556 ms)
18:10:12
✓ should run the create_note function (327 ms)
18:10:12
✓ should run the destroy_and_create function (758 ms)
18:10:12
✓ should be able to destroy_and_create with dummy notes (698 ms)
18:10:12 nested calls
18:10:12
✓ child function should be callable (80 ms)
18:10:12
✓ parent should call child (254 ms)
18:10:12 nested calls through autogenerated interface
18:10:12
✓ test function should be directly callable (221 ms)
18:10:12
✓ test function should be callable through autogenerated interface (278 ms)
18:10:12 consuming messages
18:10:12 L1 to L2
18:10:12
✓ Should be able to consume a dummy cross chain message (312 ms)
18:10:12
✓ Invalid membership proof (296 ms)
18:10:12
✓ Invalid recipient (289 ms)
18:10:12
✓ Invalid sender (269 ms)
18:10:12
✓ Invalid chainid (310 ms)
18:10:12
✓ Invalid version (306 ms)
18:10:12
✓ Invalid content (281 ms)
18:10:12
✓ Invalid Secret (276 ms)
18:10:12 enqueued calls
18:10:12
✓ parent should enqueue call to child (internal false) (183 ms)
18:10:12
✓ parent should enqueue call to child (internal true) (181 ms)
18:10:12
✓ should be ok for parent to enqueue calls with <= max total args (266 ms)
18:10:12
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (450 ms)
18:10:12 setting teardown function
18:10:12
✓ should be able to set a teardown function (211 ms)
18:10:12 setting fee payer
18:10:12
✓ should default to not being a fee payer (199 ms)
18:10:12
✓ should be able to set a fee payer (217 ms)
18:10:12 pending note hashes contract
18:10:12
✓ should be able to insert, read, and nullify pending note hashes in one call (584 ms)
18:10:12
✓ should be able to insert, read, and nullify pending note hashes in nested calls (583 ms)
18:10:12
✓ cant read a commitment that is inserted later in same call (527 ms)
18:10:12 get master incoming viewing public key
18:10:12
✓ gets the public key for an address (224 ms)
18:10:12 Get notes
18:10:12
✓ fails if returning no notes (247 ms)
18:10:12 Context oracles
18:10:12
✓ this_address should return the current context address (203 ms)
18:10:12 Private global variables
18:10:12
✓ Private global vars are correctly set (227 ms)
18:10:12
✓ Throws when chainId is incorrectly set (248 ms)
18:10:12
✓ Throws when version is incorrectly set (222 ms)
18:10:12 Historical header in private context
18:10:12
✓ Header is correctly set (216 ms)
18:10:12
✓ Throws when header is not as expected (212 ms)
18:10:12
18:10:12
Test Suites: 1 passed, 1 total
18:10:12
Tests: 35 passed, 35 total
18:10:12
Snapshots: 0 total
18:10:12
Time: 14.039 s
18:10:12
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
18:10:12
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?