Parent Log:
http://ci.aztec-labs.com/4ca856a5ce1fa105
Command: a01b491a8c032117 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/60e60f99f2634ad75a76b6e103858ff9ccd041d5
Env: REF_NAME=gh-readonly-queue/next/pr-15081-58b067708e8ff927bf26b2994203134853a7eb71 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 18:17:08 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15081_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
18:17:15 [18:17:15.159]
INFO:
simulator:test:private_execution Parent deployed at 0x302626bbb4219d3cc3bf4a6e31f51531477a7b25b46052a0f7dba46e34e1945a
18:17:15 [18:17:15.168]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x1fb68f5986827f55200b9cd9955fcf6a90c65bad374eab3fe87be294e4c7a47a
18:17:15 [18:17:15.347]
INFO:
simulator:test:private_execution Calling testCodeGen function
18:17:15 [18:17:15.771]
INFO:
simulator:test:private_execution Calling importer main function
18:17:23
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.825 s)
18:17:23 Private Execution test suite
18:17:23 no constructor
18:17:23
✓ emits a field array as an encrypted log (434 ms)
18:17:23 stateful test contract
18:17:23
✓ should have a constructor with arguments that inserts notes (496 ms)
18:17:23
✓ should run the create_note function (291 ms)
18:17:23
✓ should run the destroy_and_create function (739 ms)
18:17:23
✓ should be able to destroy_and_create with dummy notes (763 ms)
18:17:23 nested calls
18:17:23
✓ child function should be callable (100 ms)
18:17:23
✓ parent should call child (228 ms)
18:17:23 nested calls through autogenerated interface
18:17:23
✓ test function should be directly callable (234 ms)
18:17:23
✓ test function should be callable through autogenerated interface (282 ms)
18:17:23 consuming messages
18:17:23 L1 to L2
18:17:23
✓ Should be able to consume a dummy cross chain message (291 ms)
18:17:23
✓ Invalid membership proof (372 ms)
18:17:23
✓ Invalid recipient (310 ms)
18:17:23
✓ Invalid sender (314 ms)
18:17:23
✓ Invalid chainid (263 ms)
18:17:23
✓ Invalid version (262 ms)
18:17:23
✓ Invalid content (271 ms)
18:17:23
✓ Invalid Secret (269 ms)
18:17:23 enqueued calls
18:17:23
✓ parent should enqueue call to child (internal false) (215 ms)
18:17:23
✓ parent should enqueue call to child (internal true) (186 ms)
18:17:23
✓ should be ok for parent to enqueue calls with <= max total args (261 ms)
18:17:23
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (492 ms)
18:17:23 setting teardown function
18:17:23
✓ should be able to set a teardown function (261 ms)
18:17:23 setting fee payer
18:17:23
✓ should default to not being a fee payer (209 ms)
18:17:23
✓ should be able to set a fee payer (221 ms)
18:17:23 pending note hashes contract
18:17:23
✓ should be able to insert, read, and nullify pending note hashes in one call (565 ms)
18:17:23
✓ should be able to insert, read, and nullify pending note hashes in nested calls (494 ms)
18:17:23
✓ cant read a commitment that is inserted later in same call (472 ms)
18:17:23 get master incoming viewing public key
18:17:23
✓ gets the public key for an address (227 ms)
18:17:23 Get notes
18:17:23
✓ fails if returning no notes (295 ms)
18:17:23 Context oracles
18:17:23
✓ this_address should return the current context address (251 ms)
18:17:23 Private global variables
18:17:23
✓ Private global vars are correctly set (237 ms)
18:17:23
✓ Throws when chainId is incorrectly set (204 ms)
18:17:23
✓ Throws when version is incorrectly set (194 ms)
18:17:23 Historical header in private context
18:17:23
✓ Header is correctly set (213 ms)
18:17:23
✓ Throws when header is not as expected (220 ms)
18:17:23
18:17:23
Test Suites: 1 passed, 1 total
18:17:23
Tests: 35 passed, 35 total
18:17:23
Snapshots: 0 total
18:17:23
Time: 13.926 s
18:17:23
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
18:17:23
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?