Parent Log:
http://ci.aztec-labs.com/62cb07227cb8778b
Command: 3cad4e1fd0756a5c yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/e9a2301883801edbe36ea8bba05dcca7e714f30a
Env: REF_NAME=gh-readonly-queue/master/pr-15131-464e1a9d9b40b5188586643b44bc52bffccbc3e6 CURRENT_VERSION=0.87.8 CI_FULL=1
Date: Wed Jun 18 12:51:56 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15131_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_master
12:52:02 [12:52:02.994]
INFO:
simulator:test:private_execution Parent deployed at 0x184ed586d49d9ddfcf947384d16ac0c81261cfa9f7b15330ece2c6ffaa35bd61
12:52:02 [12:52:02.999]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x0e00350855af131d16869482c766a7929dfed54decb0150a564dedf2d221fdbe
12:52:03 [12:52:03.170]
INFO:
simulator:test:private_execution Calling testCodeGen function
12:52:03 [12:52:03.575]
INFO:
simulator:test:private_execution Calling importer main function
12:52:10
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
12.76 s)
12:52:10 Private Execution test suite
12:52:10 no constructor
12:52:10
✓ emits a field array as an encrypted log (398 ms)
12:52:10 stateful test contract
12:52:10
✓ should have a constructor with arguments that inserts notes (479 ms)
12:52:10
✓ should run the create_note function (311 ms)
12:52:10
✓ should run the destroy_and_create function (720 ms)
12:52:10
✓ should be able to destroy_and_create with dummy notes (620 ms)
12:52:10 nested calls
12:52:10
✓ child function should be callable (101 ms)
12:52:10
✓ parent should call child (216 ms)
12:52:10 nested calls through autogenerated interface
12:52:10
✓ test function should be directly callable (243 ms)
12:52:10
✓ test function should be callable through autogenerated interface (245 ms)
12:52:10 consuming messages
12:52:10 L1 to L2
12:52:10
✓ Should be able to consume a dummy cross chain message (289 ms)
12:52:10
✓ Invalid membership proof (305 ms)
12:52:10
✓ Invalid recipient (285 ms)
12:52:10
✓ Invalid sender (284 ms)
12:52:10
✓ Invalid chainid (272 ms)
12:52:10
✓ Invalid version (262 ms)
12:52:10
✓ Invalid content (272 ms)
12:52:10
✓ Invalid Secret (302 ms)
12:52:10 enqueued calls
12:52:10
✓ parent should enqueue call to child (internal false) (181 ms)
12:52:10
✓ parent should enqueue call to child (internal true) (169 ms)
12:52:10
✓ should be ok for parent to enqueue calls with <= max total args (248 ms)
12:52:10
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (414 ms)
12:52:10 setting teardown function
12:52:10
✓ should be able to set a teardown function (225 ms)
12:52:10 setting fee payer
12:52:10
✓ should default to not being a fee payer (274 ms)
12:52:10
✓ should be able to set a fee payer (237 ms)
12:52:10 pending note hashes contract
12:52:10
✓ should be able to insert, read, and nullify pending note hashes in one call (528 ms)
12:52:10
✓ should be able to insert, read, and nullify pending note hashes in nested calls (476 ms)
12:52:10
✓ cant read a commitment that is inserted later in same call (373 ms)
12:52:10 get master incoming viewing public key
12:52:10
✓ gets the public key for an address (204 ms)
12:52:10 Get notes
12:52:10
✓ fails if returning no notes (210 ms)
12:52:10 Context oracles
12:52:10
✓ this_address should return the current context address (225 ms)
12:52:10 Private global variables
12:52:10
✓ Private global vars are correctly set (227 ms)
12:52:10
✓ Throws when chainId is incorrectly set (202 ms)
12:52:10
✓ Throws when version is incorrectly set (204 ms)
12:52:10 Historical header in private context
12:52:10
✓ Header is correctly set (222 ms)
12:52:10
✓ Throws when header is not as expected (242 ms)
12:52:10
12:52:10
Test Suites: 1 passed, 1 total
12:52:10
Tests: 35 passed, 35 total
12:52:10
Snapshots: 0 total
12:52:10
Time: 12.831 s
12:52:10
Ran all test suites matching /pxe\/src\/contract_function_simulator\/oracle\/private_execution.test.ts/i
.
12:52:10
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?