Parent Log:
http://ci.aztec-labs.com/0ea4460de0036ae9
Command: 519e29bba0e33530 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/2469b5f1633350f6be15733c04242af1cdc98227
Env: REF_NAME=gh-readonly-queue/next/pr-15042-ee3655e025191bc85c5b3d3122eeedb44e38ffb2 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 19:44:32 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15042_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
19:44:39 [19:44:39.586]
INFO:
simulator:test:private_execution Parent deployed at 0x11bac62589cc535ab1ccac5439be4f6b9618315969ab057335f7d148d6b6e4cb
19:44:39 [19:44:39.591]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x12cf06662c627edec6a9c4a7db5bed70370df2757150652227cf39ac7a4e87bf
19:44:39 [19:44:39.770]
INFO:
simulator:test:private_execution Calling testCodeGen function
19:44:40 [19:44:40.108]
INFO:
simulator:test:private_execution Calling importer main function
19:44:47
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.507 s)
19:44:47 Private Execution test suite
19:44:47 no constructor
19:44:47
✓ emits a field array as an encrypted log (379 ms)
19:44:47 stateful test contract
19:44:47
✓ should have a constructor with arguments that inserts notes (441 ms)
19:44:47
✓ should run the create_note function (297 ms)
19:44:47
✓ should run the destroy_and_create function (716 ms)
19:44:47
✓ should be able to destroy_and_create with dummy notes (697 ms)
19:44:47 nested calls
19:44:47
✓ child function should be callable (80 ms)
19:44:47
✓ parent should call child (218 ms)
19:44:47 nested calls through autogenerated interface
19:44:47
✓ test function should be directly callable (212 ms)
19:44:47
✓ test function should be callable through autogenerated interface (230 ms)
19:44:47 consuming messages
19:44:47 L1 to L2
19:44:47
✓ Should be able to consume a dummy cross chain message (258 ms)
19:44:47
✓ Invalid membership proof (311 ms)
19:44:47
✓ Invalid recipient (282 ms)
19:44:47
✓ Invalid sender (271 ms)
19:44:47
✓ Invalid chainid (282 ms)
19:44:47
✓ Invalid version (324 ms)
19:44:47
✓ Invalid content (237 ms)
19:44:47
✓ Invalid Secret (289 ms)
19:44:47 enqueued calls
19:44:47
✓ parent should enqueue call to child (internal false) (173 ms)
19:44:47
✓ parent should enqueue call to child (internal true) (192 ms)
19:44:47
✓ should be ok for parent to enqueue calls with <= max total args (291 ms)
19:44:47
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (441 ms)
19:44:47 setting teardown function
19:44:47
✓ should be able to set a teardown function (217 ms)
19:44:47 setting fee payer
19:44:47
✓ should default to not being a fee payer (195 ms)
19:44:47
✓ should be able to set a fee payer (234 ms)
19:44:47 pending note hashes contract
19:44:47
✓ should be able to insert, read, and nullify pending note hashes in one call (653 ms)
19:44:47
✓ should be able to insert, read, and nullify pending note hashes in nested calls (497 ms)
19:44:47
✓ cant read a commitment that is inserted later in same call (442 ms)
19:44:47 get master incoming viewing public key
19:44:47
✓ gets the public key for an address (242 ms)
19:44:47 Get notes
19:44:47
✓ fails if returning no notes (227 ms)
19:44:47 Context oracles
19:44:47
✓ this_address should return the current context address (212 ms)
19:44:47 Private global variables
19:44:47
✓ Private global vars are correctly set (197 ms)
19:44:47
✓ Throws when chainId is incorrectly set (235 ms)
19:44:47
✓ Throws when version is incorrectly set (222 ms)
19:44:47 Historical header in private context
19:44:47
✓ Header is correctly set (226 ms)
19:44:47
✓ Throws when header is not as expected (226 ms)
19:44:47
19:44:47
Test Suites: 1 passed, 1 total
19:44:47
Tests: 35 passed, 35 total
19:44:47
Snapshots: 0 total
19:44:47
Time: 13.643 s
19:44:47
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
19:44:47
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?