Parent Log:
http://ci.aztec-labs.com/ec1631b4308ef02d
Command: 41a28e9a16c8daa6 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/a9bb2f683797c8e631b892c5f539a2867bddaabf
Env: REF_NAME=gh-readonly-queue/next/pr-15130-e050b787f6dead84c4ef7e5bdb8dcc8cf81d5f65 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 18 15:40:23 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15130_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:40:29 [15:40:29.822]
INFO:
simulator:test:private_execution Parent deployed at 0x24b6a27ff7eda9796ed967d55bd4826453512f9a650626b95cb13eb7e6ce7fd7
15:40:29 [15:40:29.827]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x0c423e44f3877de83f139aed88d786837bb5a8348ed4e3bbc842280e08ca6a36
15:40:30 [15:40:30.033]
INFO:
simulator:test:private_execution Calling testCodeGen function
15:40:30 [15:40:30.427]
INFO:
simulator:test:private_execution Calling importer main function
15:40:37
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.522 s)
15:40:37 Private Execution test suite
15:40:37 no constructor
15:40:37
✓ emits a field array as an encrypted log (404 ms)
15:40:37 stateful test contract
15:40:37
✓ should have a constructor with arguments that inserts notes (519 ms)
15:40:37
✓ should run the create_note function (324 ms)
15:40:37
✓ should run the destroy_and_create function (798 ms)
15:40:37
✓ should be able to destroy_and_create with dummy notes (703 ms)
15:40:37 nested calls
15:40:37
✓ child function should be callable (78 ms)
15:40:37
✓ parent should call child (251 ms)
15:40:37 nested calls through autogenerated interface
15:40:37
✓ test function should be directly callable (237 ms)
15:40:37
✓ test function should be callable through autogenerated interface (249 ms)
15:40:37 consuming messages
15:40:37 L1 to L2
15:40:37
✓ Should be able to consume a dummy cross chain message (254 ms)
15:40:37
✓ Invalid membership proof (293 ms)
15:40:37
✓ Invalid recipient (260 ms)
15:40:37
✓ Invalid sender (274 ms)
15:40:37
✓ Invalid chainid (283 ms)
15:40:37
✓ Invalid version (285 ms)
15:40:37
✓ Invalid content (286 ms)
15:40:37
✓ Invalid Secret (259 ms)
15:40:37 enqueued calls
15:40:37
✓ parent should enqueue call to child (internal false) (189 ms)
15:40:37
✓ parent should enqueue call to child (internal true) (178 ms)
15:40:37
✓ should be ok for parent to enqueue calls with <= max total args (283 ms)
15:40:37
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (583 ms)
15:40:37 setting teardown function
15:40:37
✓ should be able to set a teardown function (189 ms)
15:40:37 setting fee payer
15:40:37
✓ should default to not being a fee payer (218 ms)
15:40:37
✓ should be able to set a fee payer (233 ms)
15:40:37 pending note hashes contract
15:40:37
✓ should be able to insert, read, and nullify pending note hashes in one call (538 ms)
15:40:37
✓ should be able to insert, read, and nullify pending note hashes in nested calls (549 ms)
15:40:37
✓ cant read a commitment that is inserted later in same call (478 ms)
15:40:37 get master incoming viewing public key
15:40:37
✓ gets the public key for an address (212 ms)
15:40:37 Get notes
15:40:37
✓ fails if returning no notes (215 ms)
15:40:37 Context oracles
15:40:37
✓ this_address should return the current context address (176 ms)
15:40:37 Private global variables
15:40:37
✓ Private global vars are correctly set (196 ms)
15:40:37
✓ Throws when chainId is incorrectly set (198 ms)
15:40:37
✓ Throws when version is incorrectly set (197 ms)
15:40:37 Historical header in private context
15:40:37
✓ Header is correctly set (238 ms)
15:40:37
✓ Throws when header is not as expected (207 ms)
15:40:37
15:40:37
Test Suites: 1 passed, 1 total
15:40:37
Tests: 35 passed, 35 total
15:40:37
Snapshots: 0 total
15:40:37
Time: 13.623 s
15:40:37
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
15:40:37
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?