Parent Log:
http://ci.aztec-labs.com/8987cc544dfadd81
Command: 766c06d3b41e663f yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/2b96419831503435fa46a83dc2e2b7ba19109d0f
Env: REF_NAME=gh-readonly-queue/next/pr-15229-af094bce13530e078c78de9f3264280e6693d533 CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Tue Jun 24 08:44:59 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15229_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
08:45:04 [08:45:04.229]
INFO:
simulator:test:private_execution Parent deployed at 0x17c090e54c7f6ee806ec9250c6cee7935474ac40dea3261cf29139dc8988ab8b
08:45:04 [08:45:04.233]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x2210badeb8196c99de58ba72368023b95d39c2be3e53657a2a97f8e45fbaa2a5
08:45:04 [08:45:04.378]
INFO:
simulator:test:private_execution Calling testCodeGen function
08:45:04 [08:45:04.694]
INFO:
simulator:test:private_execution Calling importer main function
08:45:11
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
11.014 s)
08:45:11 Private Execution test suite
08:45:11 no constructor
08:45:11
✓ emits a field array as an encrypted log (331 ms)
08:45:11 stateful test contract
08:45:11
✓ should have a constructor with arguments that inserts notes (387 ms)
08:45:11
✓ should run the create_note function (267 ms)
08:45:11
✓ should run the destroy_and_create function (618 ms)
08:45:11
✓ should be able to destroy_and_create with dummy notes (582 ms)
08:45:11 nested calls
08:45:11
✓ child function should be callable (77 ms)
08:45:11
✓ parent should call child (179 ms)
08:45:11 nested calls through autogenerated interface
08:45:11
✓ test function should be directly callable (183 ms)
08:45:11
✓ test function should be callable through autogenerated interface (226 ms)
08:45:11 consuming messages
08:45:11 L1 to L2
08:45:11
✓ Should be able to consume a dummy cross chain message (249 ms)
08:45:11
✓ Invalid membership proof (272 ms)
08:45:11
✓ Invalid recipient (231 ms)
08:45:11
✓ Invalid sender (233 ms)
08:45:11
✓ Invalid chainid (265 ms)
08:45:11
✓ Invalid version (227 ms)
08:45:11
✓ Invalid content (247 ms)
08:45:11
✓ Invalid Secret (224 ms)
08:45:11 enqueued calls
08:45:11
✓ parent should enqueue call to child (internal false) (160 ms)
08:45:11
✓ parent should enqueue call to child (internal true) (155 ms)
08:45:11
✓ should be ok for parent to enqueue calls with <= max total args (228 ms)
08:45:11
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (397 ms)
08:45:11 setting teardown function
08:45:11
✓ should be able to set a teardown function (182 ms)
08:45:11 setting fee payer
08:45:11
✓ should default to not being a fee payer (173 ms)
08:45:11
✓ should be able to set a fee payer (184 ms)
08:45:11 pending note hashes contract
08:45:11
✓ should be able to insert, read, and nullify pending note hashes in one call (509 ms)
08:45:11
✓ should be able to insert, read, and nullify pending note hashes in nested calls (458 ms)
08:45:11
✓ cant read a commitment that is inserted later in same call (424 ms)
08:45:11 get master incoming viewing public key
08:45:11
✓ gets the public key for an address (182 ms)
08:45:11 Get notes
08:45:11
✓ fails if returning no notes (206 ms)
08:45:11 Context oracles
08:45:11
✓ this_address should return the current context address (174 ms)
08:45:11 Private global variables
08:45:11
✓ Private global vars are correctly set (192 ms)
08:45:11
✓ Throws when chainId is incorrectly set (189 ms)
08:45:11
✓ Throws when version is incorrectly set (184 ms)
08:45:11 Historical header in private context
08:45:11
✓ Header is correctly set (186 ms)
08:45:11
✓ Throws when header is not as expected (184 ms)
08:45:11
08:45:11
Test Suites: 1 passed, 1 total
08:45:11
Tests: 35 passed, 35 total
08:45:11
Snapshots: 0 total
08:45:11
Time: 11.084 s
08:45:11
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
08:45:11
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?