Parent Log:
http://ci.aztec-labs.com/090e33d2919b194d
Command: 3aa3a54f792fc08a yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/2868628b6ae039db35b4267ab3975abc64a5d9b4
Env: REF_NAME=gh-readonly-queue/next/pr-15179-227fd751f8d3e07a96e4c1564665f0676f8222af CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 12:41:55 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15179_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:42:02 [12:42:02.258]
INFO:
simulator:test:private_execution Parent deployed at 0x1103c88884e160666f1410c3c399b97f15594d96acb0428034abbea9480f055f
12:42:02 [12:42:02.262]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x24e7c2f03e2cd44cfc7683923e6bd33b2c6ed124485055459c828459e58c269b
12:42:02 [12:42:02.404]
INFO:
simulator:test:private_execution Calling testCodeGen function
12:42:02 [12:42:02.791]
INFO:
simulator:test:private_execution Calling importer main function
12:42:10
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.523 s)
12:42:10 Private Execution test suite
12:42:10 no constructor
12:42:10
✓ emits a field array as an encrypted log (332 ms)
12:42:10 stateful test contract
12:42:10
✓ should have a constructor with arguments that inserts notes (470 ms)
12:42:10
✓ should run the create_note function (298 ms)
12:42:10
✓ should run the destroy_and_create function (804 ms)
12:42:10
✓ should be able to destroy_and_create with dummy notes (740 ms)
12:42:10 nested calls
12:42:10
✓ child function should be callable (85 ms)
12:42:10
✓ parent should call child (174 ms)
12:42:10 nested calls through autogenerated interface
12:42:10
✓ test function should be directly callable (248 ms)
12:42:10
✓ test function should be callable through autogenerated interface (253 ms)
12:42:10 consuming messages
12:42:10 L1 to L2
12:42:10
✓ Should be able to consume a dummy cross chain message (278 ms)
12:42:10
✓ Invalid membership proof (315 ms)
12:42:10
✓ Invalid recipient (332 ms)
12:42:10
✓ Invalid sender (287 ms)
12:42:10
✓ Invalid chainid (309 ms)
12:42:10
✓ Invalid version (277 ms)
12:42:10
✓ Invalid content (293 ms)
12:42:10
✓ Invalid Secret (269 ms)
12:42:10 enqueued calls
12:42:10
✓ parent should enqueue call to child (internal false) (207 ms)
12:42:10
✓ parent should enqueue call to child (internal true) (167 ms)
12:42:10
✓ should be ok for parent to enqueue calls with <= max total args (277 ms)
12:42:10
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (475 ms)
12:42:10 setting teardown function
12:42:10
✓ should be able to set a teardown function (209 ms)
12:42:10 setting fee payer
12:42:10
✓ should default to not being a fee payer (216 ms)
12:42:10
✓ should be able to set a fee payer (214 ms)
12:42:10 pending note hashes contract
12:42:10
✓ should be able to insert, read, and nullify pending note hashes in one call (639 ms)
12:42:10
✓ should be able to insert, read, and nullify pending note hashes in nested calls (534 ms)
12:42:10
✓ cant read a commitment that is inserted later in same call (467 ms)
12:42:10 get master incoming viewing public key
12:42:10
✓ gets the public key for an address (224 ms)
12:42:10 Get notes
12:42:10
✓ fails if returning no notes (220 ms)
12:42:10 Context oracles
12:42:10
✓ this_address should return the current context address (207 ms)
12:42:10 Private global variables
12:42:10
✓ Private global vars are correctly set (220 ms)
12:42:10
✓ Throws when chainId is incorrectly set (205 ms)
12:42:10
✓ Throws when version is incorrectly set (191 ms)
12:42:10 Historical header in private context
12:42:10
✓ Header is correctly set (192 ms)
12:42:10
✓ Throws when header is not as expected (193 ms)
12:42:10
12:42:10
Test Suites: 1 passed, 1 total
12:42:10
Tests: 35 passed, 35 total
12:42:10
Snapshots: 0 total
12:42:10
Time: 13.613 s
12:42:10
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
12:42:10
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?