Parent Log:
http://ci.aztec-labs.com/5209a44cea503853
Command: b54d5ade67e7ffc9 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/347f29fb98cc855ead57129b4d1a444d9fb16820
Env: REF_NAME=gh-readonly-queue/next/pr-15059-16fc84676c7308fa5f7ca4a54b67319803d0f5b7 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 16:00:31 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15059_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
16:00:38 [16:00:38.301]
INFO:
simulator:test:private_execution Parent deployed at 0x02b6a4444788bdb4313a1608eaee8a5fe39d950b74250493143bd8107a9efeef
16:00:38 [16:00:38.306]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x0d93ac65551a9c49b664677ba98759b57282a983754eb4b14e7fb4bc048782a7
16:00:38 [16:00:38.493]
INFO:
simulator:test:private_execution Calling testCodeGen function
16:00:38 [16:00:38.912]
INFO:
simulator:test:private_execution Calling importer main function
16:00:46
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.773 s)
16:00:46 Private Execution test suite
16:00:46 no constructor
16:00:46
✓ emits a field array as an encrypted log (439 ms)
16:00:46 stateful test contract
16:00:46
✓ should have a constructor with arguments that inserts notes (486 ms)
16:00:46
✓ should run the create_note function (336 ms)
16:00:46
✓ should run the destroy_and_create function (737 ms)
16:00:46
✓ should be able to destroy_and_create with dummy notes (763 ms)
16:00:46 nested calls
16:00:46
✓ child function should be callable (99 ms)
16:00:46
✓ parent should call child (232 ms)
16:00:46 nested calls through autogenerated interface
16:00:46
✓ test function should be directly callable (271 ms)
16:00:46
✓ test function should be callable through autogenerated interface (262 ms)
16:00:46 consuming messages
16:00:46 L1 to L2
16:00:46
✓ Should be able to consume a dummy cross chain message (293 ms)
16:00:46
✓ Invalid membership proof (290 ms)
16:00:46
✓ Invalid recipient (292 ms)
16:00:46
✓ Invalid sender (293 ms)
16:00:46
✓ Invalid chainid (287 ms)
16:00:46
✓ Invalid version (252 ms)
16:00:46
✓ Invalid content (311 ms)
16:00:46
✓ Invalid Secret (287 ms)
16:00:46 enqueued calls
16:00:46
✓ parent should enqueue call to child (internal false) (190 ms)
16:00:46
✓ parent should enqueue call to child (internal true) (188 ms)
16:00:46
✓ should be ok for parent to enqueue calls with <= max total args (333 ms)
16:00:46
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (498 ms)
16:00:46 setting teardown function
16:00:46
✓ should be able to set a teardown function (206 ms)
16:00:46 setting fee payer
16:00:46
✓ should default to not being a fee payer (188 ms)
16:00:46
✓ should be able to set a fee payer (237 ms)
16:00:46 pending note hashes contract
16:00:46
✓ should be able to insert, read, and nullify pending note hashes in one call (593 ms)
16:00:46
✓ should be able to insert, read, and nullify pending note hashes in nested calls (504 ms)
16:00:46
✓ cant read a commitment that is inserted later in same call (460 ms)
16:00:46 get master incoming viewing public key
16:00:46
✓ gets the public key for an address (241 ms)
16:00:46 Get notes
16:00:46
✓ fails if returning no notes (290 ms)
16:00:46 Context oracles
16:00:46
✓ this_address should return the current context address (177 ms)
16:00:46 Private global variables
16:00:46
✓ Private global vars are correctly set (190 ms)
16:00:46
✓ Throws when chainId is incorrectly set (178 ms)
16:00:46
✓ Throws when version is incorrectly set (186 ms)
16:00:46 Historical header in private context
16:00:46
✓ Header is correctly set (181 ms)
16:00:46
✓ Throws when header is not as expected (218 ms)
16:00:46
16:00:46
Test Suites: 1 passed, 1 total
16:00:46
Tests: 35 passed, 35 total
16:00:46
Snapshots: 0 total
16:00:46
Time: 13.906 s
16:00:46
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
16:00:46
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?