Parent Log:
http://ci.aztec-labs.com/28d0f502ea393c6c
Command: d4b21b2021ea73d7 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/4e3f550332c81006b8d3cdbeb646f4c567473f9d
Env: REF_NAME=gh-readonly-queue/next/pr-15148-2f9d2861e2863437732f136f554fc8275c1bb1e7 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Thu Jun 19 18:20:02 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15148_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
18:20:09 [18:20:09.304]
INFO:
simulator:test:private_execution Parent deployed at 0x1f7ec047abf3ad11b2c2a18b2f1ff47f18944490b12ec75fc59e5d1ef3673463
18:20:09 [18:20:09.309]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x2d605283dea65e34169c5b5a106aedc9bed7943247ee528dec31cd84b189b52a
18:20:09 [18:20:09.479]
INFO:
simulator:test:private_execution Calling testCodeGen function
18:20:09 [18:20:09.861]
INFO:
simulator:test:private_execution Calling importer main function
18:20:17
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.961 s)
18:20:17 Private Execution test suite
18:20:17 no constructor
18:20:17
✓ emits a field array as an encrypted log (373 ms)
18:20:17 stateful test contract
18:20:17
✓ should have a constructor with arguments that inserts notes (451 ms)
18:20:17
✓ should run the create_note function (314 ms)
18:20:17
✓ should run the destroy_and_create function (614 ms)
18:20:17
✓ should be able to destroy_and_create with dummy notes (743 ms)
18:20:17 nested calls
18:20:17
✓ child function should be callable (101 ms)
18:20:17
✓ parent should call child (205 ms)
18:20:17 nested calls through autogenerated interface
18:20:17
✓ test function should be directly callable (227 ms)
18:20:17
✓ test function should be callable through autogenerated interface (279 ms)
18:20:17 consuming messages
18:20:17 L1 to L2
18:20:17
✓ Should be able to consume a dummy cross chain message (284 ms)
18:20:17
✓ Invalid membership proof (329 ms)
18:20:17
✓ Invalid recipient (310 ms)
18:20:17
✓ Invalid sender (272 ms)
18:20:17
✓ Invalid chainid (260 ms)
18:20:17
✓ Invalid version (245 ms)
18:20:17
✓ Invalid content (319 ms)
18:20:17
✓ Invalid Secret (303 ms)
18:20:17 enqueued calls
18:20:17
✓ parent should enqueue call to child (internal false) (229 ms)
18:20:17
✓ parent should enqueue call to child (internal true) (215 ms)
18:20:17
✓ should be ok for parent to enqueue calls with <= max total args (281 ms)
18:20:17
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (592 ms)
18:20:17 setting teardown function
18:20:17
✓ should be able to set a teardown function (219 ms)
18:20:17 setting fee payer
18:20:17
✓ should default to not being a fee payer (221 ms)
18:20:17
✓ should be able to set a fee payer (212 ms)
18:20:17 pending note hashes contract
18:20:17
✓ should be able to insert, read, and nullify pending note hashes in one call (589 ms)
18:20:17
✓ should be able to insert, read, and nullify pending note hashes in nested calls (639 ms)
18:20:17
✓ cant read a commitment that is inserted later in same call (509 ms)
18:20:17 get master incoming viewing public key
18:20:17
✓ gets the public key for an address (239 ms)
18:20:17 Get notes
18:20:17
✓ fails if returning no notes (259 ms)
18:20:17 Context oracles
18:20:17
✓ this_address should return the current context address (227 ms)
18:20:17 Private global variables
18:20:17
✓ Private global vars are correctly set (222 ms)
18:20:17
✓ Throws when chainId is incorrectly set (205 ms)
18:20:17
✓ Throws when version is incorrectly set (241 ms)
18:20:17 Historical header in private context
18:20:17
✓ Header is correctly set (248 ms)
18:20:17
✓ Throws when header is not as expected (220 ms)
18:20:17
18:20:17
Test Suites: 1 passed, 1 total
18:20:17
Tests: 35 passed, 35 total
18:20:17
Snapshots: 0 total
18:20:17
Time: 14.054 s
18:20:17
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
18:20:17
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?