Parent Log:
http://ci.aztec-labs.com/54f15b1cfed48c5d
Command: 5fd30fafdf4fa09d yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/5c77169d7f01a9e15bc19b05fa231fd96111d7dd
Env: REF_NAME=gh-readonly-queue/next/pr-15042-d5c48d855d83e19712c6b72281801c6fce176ec1 CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Wed Jun 18 15:03:25 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15042_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:03:30 [15:03:30.409]
INFO:
simulator:test:private_execution Parent deployed at 0x07a5aa714e54407d0592ea78c81825c944335f4254931c3213667154718c4eb0
15:03:30 [15:03:30.413]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x2d1f32510f3a1205c87920238c7cfc7d7902af9ec1e8f14ef10adf9a7bc56e47
15:03:30 [15:03:30.551]
INFO:
simulator:test:private_execution Calling testCodeGen function
15:03:30 [15:03:30.849]
INFO:
simulator:test:private_execution Calling importer main function
15:03:36
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
10.532 s)
15:03:36 Private Execution test suite
15:03:36 no constructor
15:03:36
✓ emits a field array as an encrypted log (306 ms)
15:03:36 stateful test contract
15:03:36
✓ should have a constructor with arguments that inserts notes (376 ms)
15:03:36
✓ should run the create_note function (252 ms)
15:03:36
✓ should run the destroy_and_create function (578 ms)
15:03:36
✓ should be able to destroy_and_create with dummy notes (560 ms)
15:03:36 nested calls
15:03:36
✓ child function should be callable (86 ms)
15:03:36
✓ parent should call child (174 ms)
15:03:36 nested calls through autogenerated interface
15:03:36
✓ test function should be directly callable (174 ms)
15:03:36
✓ test function should be callable through autogenerated interface (208 ms)
15:03:36 consuming messages
15:03:36 L1 to L2
15:03:36
✓ Should be able to consume a dummy cross chain message (235 ms)
15:03:36
✓ Invalid membership proof (258 ms)
15:03:36
✓ Invalid recipient (228 ms)
15:03:36
✓ Invalid sender (235 ms)
15:03:36
✓ Invalid chainid (223 ms)
15:03:36
✓ Invalid version (238 ms)
15:03:36
✓ Invalid content (223 ms)
15:03:36
✓ Invalid Secret (232 ms)
15:03:36 enqueued calls
15:03:36
✓ parent should enqueue call to child (internal false) (155 ms)
15:03:36
✓ parent should enqueue call to child (internal true) (139 ms)
15:03:36
✓ should be ok for parent to enqueue calls with <= max total args (229 ms)
15:03:36
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (406 ms)
15:03:36 setting teardown function
15:03:36
✓ should be able to set a teardown function (181 ms)
15:03:36 setting fee payer
15:03:36
✓ should default to not being a fee payer (175 ms)
15:03:36
✓ should be able to set a fee payer (170 ms)
15:03:36 pending note hashes contract
15:03:36
✓ should be able to insert, read, and nullify pending note hashes in one call (459 ms)
15:03:36
✓ should be able to insert, read, and nullify pending note hashes in nested calls (411 ms)
15:03:36
✓ cant read a commitment that is inserted later in same call (379 ms)
15:03:36 get master incoming viewing public key
15:03:36
✓ gets the public key for an address (185 ms)
15:03:36 Get notes
15:03:36
✓ fails if returning no notes (196 ms)
15:03:36 Context oracles
15:03:36
✓ this_address should return the current context address (168 ms)
15:03:36 Private global variables
15:03:36
✓ Private global vars are correctly set (165 ms)
15:03:36
✓ Throws when chainId is incorrectly set (175 ms)
15:03:36
✓ Throws when version is incorrectly set (173 ms)
15:03:36 Historical header in private context
15:03:36
✓ Header is correctly set (177 ms)
15:03:36
✓ Throws when header is not as expected (169 ms)
15:03:36
15:03:36
Test Suites: 1 passed, 1 total
15:03:36
Tests: 35 passed, 35 total
15:03:36
Snapshots: 0 total
15:03:36
Time: 10.604 s
15:03:36
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
15:03:36
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?