Parent Log:
http://ci.aztec-labs.com/f1633612d470dd0c
Command: 430b662d7e79c93b yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/04760775ac41c49f04129b978fde906271954e3a
Env: REF_NAME=gh-readonly-queue/next/pr-15067-b70544b6d50e3ecb6598361f1990bd51745c7b55 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 23:20:49 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15067_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
23:20:55 [23:20:55.601]
INFO:
simulator:test:private_execution Parent deployed at 0x19c6bca44a488fc19ad35936bfb48271ecf4154b090435099d82cbd488783f18
23:20:55 [23:20:55.607]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x240a616f37d50fd39024594518939364fa8597d32d329090e139ca214805da57
23:20:55 [23:20:55.790]
INFO:
simulator:test:private_execution Calling testCodeGen function
23:20:56 [23:20:56.172]
INFO:
simulator:test:private_execution Calling importer main function
23:21:03
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.327 s)
23:21:03 Private Execution test suite
23:21:03 no constructor
23:21:03
✓ emits a field array as an encrypted log (363 ms)
23:21:03 stateful test contract
23:21:03
✓ should have a constructor with arguments that inserts notes (434 ms)
23:21:03
✓ should run the create_note function (277 ms)
23:21:03
✓ should run the destroy_and_create function (705 ms)
23:21:03
✓ should be able to destroy_and_create with dummy notes (642 ms)
23:21:03 nested calls
23:21:03
✓ child function should be callable (78 ms)
23:21:03
✓ parent should call child (237 ms)
23:21:03 nested calls through autogenerated interface
23:21:03
✓ test function should be directly callable (221 ms)
23:21:03
✓ test function should be callable through autogenerated interface (253 ms)
23:21:03 consuming messages
23:21:03 L1 to L2
23:21:03
✓ Should be able to consume a dummy cross chain message (269 ms)
23:21:03
✓ Invalid membership proof (355 ms)
23:21:03
✓ Invalid recipient (332 ms)
23:21:03
✓ Invalid sender (341 ms)
23:21:03
✓ Invalid chainid (259 ms)
23:21:03
✓ Invalid version (267 ms)
23:21:03
✓ Invalid content (260 ms)
23:21:03
✓ Invalid Secret (266 ms)
23:21:03 enqueued calls
23:21:03
✓ parent should enqueue call to child (internal false) (174 ms)
23:21:03
✓ parent should enqueue call to child (internal true) (183 ms)
23:21:03
✓ should be ok for parent to enqueue calls with <= max total args (317 ms)
23:21:03
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (495 ms)
23:21:03 setting teardown function
23:21:03
✓ should be able to set a teardown function (190 ms)
23:21:03 setting fee payer
23:21:03
✓ should default to not being a fee payer (201 ms)
23:21:03
✓ should be able to set a fee payer (212 ms)
23:21:03 pending note hashes contract
23:21:03
✓ should be able to insert, read, and nullify pending note hashes in one call (527 ms)
23:21:03
✓ should be able to insert, read, and nullify pending note hashes in nested calls (451 ms)
23:21:03
✓ cant read a commitment that is inserted later in same call (457 ms)
23:21:03 get master incoming viewing public key
23:21:03
✓ gets the public key for an address (294 ms)
23:21:03 Get notes
23:21:03
✓ fails if returning no notes (227 ms)
23:21:03 Context oracles
23:21:03
✓ this_address should return the current context address (254 ms)
23:21:03 Private global variables
23:21:03
✓ Private global vars are correctly set (235 ms)
23:21:03
✓ Throws when chainId is incorrectly set (200 ms)
23:21:03
✓ Throws when version is incorrectly set (189 ms)
23:21:03 Historical header in private context
23:21:03
✓ Header is correctly set (205 ms)
23:21:03
✓ Throws when header is not as expected (216 ms)
23:21:03
23:21:03
Test Suites: 1 passed, 1 total
23:21:03
Tests: 35 passed, 35 total
23:21:03
Snapshots: 0 total
23:21:03
Time: 13.435 s
23:21:03
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
23:21:03
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?