Parent Log:
http://ci.aztec-labs.com/689bf7188b21e6fd
Command: dc7127b43d957436 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/106f897363bb5aee27ddd091b5be9641b011c5bb
Env: REF_NAME=gh-readonly-queue/next/pr-15004-2b9c409698cf0f475a7a9f5884117c8ad2a4f79a CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Thu Jun 12 15:54:04 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15004_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
15:54:09 [15:54:09.507]
INFO:
simulator:test:private_execution Parent deployed at 0x1d7da082e9a875f849cabe391ecaa7378e0ee18fbec8b53c886ee5f0e1c9b7a5
15:54:09 [15:54:09.510]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x2d11fa3e7a9b6d7c8d79ec4bbbfce3027b2d9427aef796e676917a932cd1c547
15:54:09 [15:54:09.643]
INFO:
simulator:test:private_execution Calling testCodeGen function
15:54:09 [15:54:09.995]
INFO:
simulator:test:private_execution Calling importer main function
15:54:16
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
10.691 s)
15:54:16 Private Execution test suite
15:54:16 no constructor
15:54:16
✓ emits a field array as an encrypted log (336 ms)
15:54:16 stateful test contract
15:54:16
✓ should have a constructor with arguments that inserts notes (371 ms)
15:54:16
✓ should run the create_note function (246 ms)
15:54:16
✓ should run the destroy_and_create function (582 ms)
15:54:16
✓ should be able to destroy_and_create with dummy notes (561 ms)
15:54:16 nested calls
15:54:16
✓ child function should be callable (77 ms)
15:54:16
✓ parent should call child (166 ms)
15:54:16 nested calls through autogenerated interface
15:54:16
✓ test function should be directly callable (200 ms)
15:54:16
✓ test function should be callable through autogenerated interface (238 ms)
15:54:16 consuming messages
15:54:16 L1 to L2
15:54:16
✓ Should be able to consume a dummy cross chain message (251 ms)
15:54:16
✓ Invalid membership proof (276 ms)
15:54:16
✓ Invalid recipient (249 ms)
15:54:16
✓ Invalid sender (265 ms)
15:54:16
✓ Invalid chainid (242 ms)
15:54:16
✓ Invalid version (253 ms)
15:54:16
✓ Invalid content (252 ms)
15:54:16
✓ Invalid Secret (247 ms)
15:54:16 enqueued calls
15:54:16
✓ parent should enqueue call to child (internal false) (146 ms)
15:54:16
✓ parent should enqueue call to child (internal true) (145 ms)
15:54:16
✓ should be ok for parent to enqueue calls with <= max total args (228 ms)
15:54:16
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (379 ms)
15:54:16 setting teardown function
15:54:16
✓ should be able to set a teardown function (191 ms)
15:54:16 setting fee payer
15:54:16
✓ should default to not being a fee payer (194 ms)
15:54:16
✓ should be able to set a fee payer (192 ms)
15:54:16 pending note hashes contract
15:54:16
✓ should be able to insert, read, and nullify pending note hashes in one call (450 ms)
15:54:16
✓ should be able to insert, read, and nullify pending note hashes in nested calls (388 ms)
15:54:16
✓ cant read a commitment that is inserted later in same call (373 ms)
15:54:16 get master incoming viewing public key
15:54:16
✓ gets the public key for an address (205 ms)
15:54:16 Get notes
15:54:16
✓ fails if returning no notes (209 ms)
15:54:16 Context oracles
15:54:16
✓ this_address should return the current context address (191 ms)
15:54:16 Private global variables
15:54:16
✓ Private global vars are correctly set (188 ms)
15:54:16
✓ Throws when chainId is incorrectly set (185 ms)
15:54:16
✓ Throws when version is incorrectly set (187 ms)
15:54:16 Historical header in private context
15:54:16
✓ Header is correctly set (194 ms)
15:54:16
✓ Throws when header is not as expected (192 ms)
15:54:16
15:54:16
Test Suites: 1 passed, 1 total
15:54:16
Tests: 35 passed, 35 total
15:54:16
Snapshots: 0 total
15:54:16
Time: 10.758 s
15:54:16
Ran all test suites matching /pxe\/src\/contract_function_simulator\/oracle\/private_execution.test.ts/i
.
15:54:16
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?