Parent Log:
http://ci.aztec-labs.com/f4e0ca293bf0a04f
Command: f2016651899c5161 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/832c9f298cdc0c0098b9ffb3f9e8b69de37f2b14
Env: REF_NAME=gh-readonly-queue/next/pr-15169-227fd751f8d3e07a96e4c1564665f0676f8222af CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 12:04:26 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15169_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
12:04:32 [12:04:32.824]
INFO:
simulator:test:private_execution Parent deployed at 0x04fdc1aa02ee43baa3ff6c42d6d2e32ee4f5a4a1e155b8db128c0d0d899d87d9
12:04:32 [12:04:32.828]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x04827a69fa1329602a2d3881fa0b13e396dda9afe584ba030f9c18b643a5886c
12:04:32 [12:04:32.997]
INFO:
simulator:test:private_execution Calling testCodeGen function
12:04:33 [12:04:33.361]
INFO:
simulator:test:private_execution Calling importer main function
12:04:41
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.517 s)
12:04:41 Private Execution test suite
12:04:41 no constructor
12:04:41
✓ emits a field array as an encrypted log (424 ms)
12:04:41 stateful test contract
12:04:41
✓ should have a constructor with arguments that inserts notes (477 ms)
12:04:41
✓ should run the create_note function (344 ms)
12:04:41
✓ should run the destroy_and_create function (718 ms)
12:04:41
✓ should be able to destroy_and_create with dummy notes (804 ms)
12:04:41 nested calls
12:04:41
✓ child function should be callable (86 ms)
12:04:41
✓ parent should call child (206 ms)
12:04:41 nested calls through autogenerated interface
12:04:41
✓ test function should be directly callable (210 ms)
12:04:41
✓ test function should be callable through autogenerated interface (267 ms)
12:04:41 consuming messages
12:04:41 L1 to L2
12:04:41
✓ Should be able to consume a dummy cross chain message (321 ms)
12:04:41
✓ Invalid membership proof (327 ms)
12:04:41
✓ Invalid recipient (286 ms)
12:04:41
✓ Invalid sender (269 ms)
12:04:41
✓ Invalid chainid (258 ms)
12:04:41
✓ Invalid version (276 ms)
12:04:41
✓ Invalid content (278 ms)
12:04:41
✓ Invalid Secret (278 ms)
12:04:41 enqueued calls
12:04:41
✓ parent should enqueue call to child (internal false) (193 ms)
12:04:41
✓ parent should enqueue call to child (internal true) (206 ms)
12:04:41
✓ should be ok for parent to enqueue calls with <= max total args (307 ms)
12:04:41
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (481 ms)
12:04:41 setting teardown function
12:04:41
✓ should be able to set a teardown function (218 ms)
12:04:41 setting fee payer
12:04:41
✓ should default to not being a fee payer (241 ms)
12:04:41
✓ should be able to set a fee payer (234 ms)
12:04:41 pending note hashes contract
12:04:41
✓ should be able to insert, read, and nullify pending note hashes in one call (601 ms)
12:04:41
✓ should be able to insert, read, and nullify pending note hashes in nested calls (564 ms)
12:04:41
✓ cant read a commitment that is inserted later in same call (498 ms)
12:04:41 get master incoming viewing public key
12:04:41
✓ gets the public key for an address (246 ms)
12:04:41 Get notes
12:04:41
✓ fails if returning no notes (233 ms)
12:04:41 Context oracles
12:04:41
✓ this_address should return the current context address (235 ms)
12:04:41 Private global variables
12:04:41
✓ Private global vars are correctly set (202 ms)
12:04:41
✓ Throws when chainId is incorrectly set (194 ms)
12:04:41
✓ Throws when version is incorrectly set (240 ms)
12:04:41 Historical header in private context
12:04:41
✓ Header is correctly set (252 ms)
12:04:41
✓ Throws when header is not as expected (197 ms)
12:04:41
12:04:41
Test Suites: 1 passed, 1 total
12:04:41
Tests: 35 passed, 35 total
12:04:41
Snapshots: 0 total
12:04:41
Time: 13.607 s
12:04:41
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
12:04:41
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?