Parent Log:
http://ci.aztec-labs.com/af1e240df4354864
Command: 7e183daba6e4e4c5 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/712835e3cfa2ed6f980f2d482aa4b0ae767046a7
Env: REF_NAME=gh-readonly-queue/next/pr-15077-4b0e4dc09fa55f0bc808fa0c7c3e95e8fa997069 CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Tue Jun 17 21:11:45 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15077_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
21:11:50 [21:11:50.982]
INFO:
simulator:test:private_execution Parent deployed at 0x2b3d7fa195645e9a2d034613d282ef1081c9ced769d44a8ef71d679e769f0794
21:11:50 [21:11:50.986]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x008b01733c759bd8223994a4020f2fc0d5171dbb24d8e033ed32fea75cb805dd
21:11:51 [21:11:51.142]
INFO:
simulator:test:private_execution Calling testCodeGen function
21:11:51 [21:11:51.486]
INFO:
simulator:test:private_execution Calling importer main function
21:11:57
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
10.875 s)
21:11:57 Private Execution test suite
21:11:57 no constructor
21:11:57
✓ emits a field array as an encrypted log (306 ms)
21:11:57 stateful test contract
21:11:57
✓ should have a constructor with arguments that inserts notes (370 ms)
21:11:57
✓ should run the create_note function (247 ms)
21:11:57
✓ should run the destroy_and_create function (592 ms)
21:11:57
✓ should be able to destroy_and_create with dummy notes (560 ms)
21:11:57 nested calls
21:11:57
✓ child function should be callable (84 ms)
21:11:57
✓ parent should call child (186 ms)
21:11:57 nested calls through autogenerated interface
21:11:57
✓ test function should be directly callable (219 ms)
21:11:57
✓ test function should be callable through autogenerated interface (233 ms)
21:11:57 consuming messages
21:11:57 L1 to L2
21:11:57
✓ Should be able to consume a dummy cross chain message (239 ms)
21:11:57
✓ Invalid membership proof (264 ms)
21:11:57
✓ Invalid recipient (224 ms)
21:11:57
✓ Invalid sender (250 ms)
21:11:57
✓ Invalid chainid (220 ms)
21:11:57
✓ Invalid version (226 ms)
21:11:57
✓ Invalid content (231 ms)
21:11:57
✓ Invalid Secret (224 ms)
21:11:57 enqueued calls
21:11:57
✓ parent should enqueue call to child (internal false) (236 ms)
21:11:57
✓ parent should enqueue call to child (internal true) (140 ms)
21:11:57
✓ should be ok for parent to enqueue calls with <= max total args (230 ms)
21:11:57
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (406 ms)
21:11:57 setting teardown function
21:11:57
✓ should be able to set a teardown function (180 ms)
21:11:57 setting fee payer
21:11:57
✓ should default to not being a fee payer (174 ms)
21:11:57
✓ should be able to set a fee payer (177 ms)
21:11:57 pending note hashes contract
21:11:57
✓ should be able to insert, read, and nullify pending note hashes in one call (455 ms)
21:11:57
✓ should be able to insert, read, and nullify pending note hashes in nested calls (424 ms)
21:11:57
✓ cant read a commitment that is inserted later in same call (371 ms)
21:11:57 get master incoming viewing public key
21:11:57
✓ gets the public key for an address (174 ms)
21:11:57 Get notes
21:11:57
✓ fails if returning no notes (192 ms)
21:11:57 Context oracles
21:11:57
✓ this_address should return the current context address (175 ms)
21:11:57 Private global variables
21:11:57
✓ Private global vars are correctly set (172 ms)
21:11:57
✓ Throws when chainId is incorrectly set (190 ms)
21:11:57
✓ Throws when version is incorrectly set (165 ms)
21:11:57 Historical header in private context
21:11:57
✓ Header is correctly set (175 ms)
21:11:57
✓ Throws when header is not as expected (171 ms)
21:11:57
21:11:57
Test Suites: 1 passed, 1 total
21:11:57
Tests: 35 passed, 35 total
21:11:57
Snapshots: 0 total
21:11:57
Time: 10.96 s
21:11:57
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
21:11:57
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?