Parent Log:
http://ci.aztec-labs.com/844afe2f59201208
Command: 7d3a4ee7e143e35a yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/3b5835195491b53670250790b18c14d922718574
Env: REF_NAME=gh-readonly-queue/next/pr-15094-1542a83b8e029762e119474de1725d84a1aee3d2 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 10:24:11 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15094_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
10:24:18 [10:24:18.809]
INFO:
simulator:test:private_execution Parent deployed at 0x20c35ffdf5fe9d484d7d079eb263a292c66ad8f2c2c273aa77a4785a555ec671
10:24:18 [10:24:18.813]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x0784e930eba428c1efd7852f2dff4e0ef33cddbd7e6af9e1af525e2c994103ff
10:24:18 [10:24:18.961]
INFO:
simulator:test:private_execution Calling testCodeGen function
10:24:19 [10:24:19.303]
INFO:
simulator:test:private_execution Calling importer main function
10:24:26
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.496 s)
10:24:26 Private Execution test suite
10:24:26 no constructor
10:24:26
✓ emits a field array as an encrypted log (405 ms)
10:24:26 stateful test contract
10:24:26
✓ should have a constructor with arguments that inserts notes (445 ms)
10:24:26
✓ should run the create_note function (290 ms)
10:24:26
✓ should run the destroy_and_create function (794 ms)
10:24:26
✓ should be able to destroy_and_create with dummy notes (616 ms)
10:24:26 nested calls
10:24:26
✓ child function should be callable (76 ms)
10:24:26
✓ parent should call child (183 ms)
10:24:26 nested calls through autogenerated interface
10:24:26
✓ test function should be directly callable (189 ms)
10:24:26
✓ test function should be callable through autogenerated interface (244 ms)
10:24:26 consuming messages
10:24:26 L1 to L2
10:24:26
✓ Should be able to consume a dummy cross chain message (273 ms)
10:24:26
✓ Invalid membership proof (328 ms)
10:24:26
✓ Invalid recipient (284 ms)
10:24:26
✓ Invalid sender (346 ms)
10:24:26
✓ Invalid chainid (270 ms)
10:24:26
✓ Invalid version (292 ms)
10:24:26
✓ Invalid content (253 ms)
10:24:26
✓ Invalid Secret (253 ms)
10:24:26 enqueued calls
10:24:26
✓ parent should enqueue call to child (internal false) (155 ms)
10:24:26
✓ parent should enqueue call to child (internal true) (160 ms)
10:24:26
✓ should be ok for parent to enqueue calls with <= max total args (263 ms)
10:24:26
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (549 ms)
10:24:26 setting teardown function
10:24:26
✓ should be able to set a teardown function (225 ms)
10:24:26 setting fee payer
10:24:26
✓ should default to not being a fee payer (183 ms)
10:24:26
✓ should be able to set a fee payer (194 ms)
10:24:26 pending note hashes contract
10:24:26
✓ should be able to insert, read, and nullify pending note hashes in one call (634 ms)
10:24:26
✓ should be able to insert, read, and nullify pending note hashes in nested calls (567 ms)
10:24:26
✓ cant read a commitment that is inserted later in same call (444 ms)
10:24:26 get master incoming viewing public key
10:24:26
✓ gets the public key for an address (191 ms)
10:24:26 Get notes
10:24:26
✓ fails if returning no notes (201 ms)
10:24:26 Context oracles
10:24:26
✓ this_address should return the current context address (227 ms)
10:24:26 Private global variables
10:24:26
✓ Private global vars are correctly set (188 ms)
10:24:26
✓ Throws when chainId is incorrectly set (172 ms)
10:24:26
✓ Throws when version is incorrectly set (188 ms)
10:24:26 Historical header in private context
10:24:26
✓ Header is correctly set (204 ms)
10:24:26
✓ Throws when header is not as expected (180 ms)
10:24:26
10:24:26
Test Suites: 1 passed, 1 total
10:24:26
Tests: 35 passed, 35 total
10:24:26
Snapshots: 0 total
10:24:26
Time: 13.621 s
10:24:26
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
10:24:26
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?