Parent Log:
http://ci.aztec-labs.com/5b0c3de501d8603e
Command: 4ef547fa5e299294 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/016def8adbfe93f34b41a41f439b146b5318c895
Env: REF_NAME=gh-readonly-queue/next/pr-15237-d4893155ff105399557b55c16450c39921c70d11 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 24 11:55:58 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15237_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
11:56:04 [11:56:04.702]
INFO:
simulator:test:private_execution Parent deployed at 0x050cfa9e6bce0488eb2c71c3bdc384a75736311bb2149be9cf44bec89c07b838
11:56:04 [11:56:04.707]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x023d4be0a58498fbc7ba5f8938071343962145d45874bb67493396cab434b2a2
11:56:04 [11:56:04.883]
INFO:
simulator:test:private_execution Calling testCodeGen function
11:56:05 [11:56:05.271]
INFO:
simulator:test:private_execution Calling importer main function
11:56:12
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.481 s)
11:56:12 Private Execution test suite
11:56:12 no constructor
11:56:12
✓ emits a field array as an encrypted log (379 ms)
11:56:12 stateful test contract
11:56:12
✓ should have a constructor with arguments that inserts notes (486 ms)
11:56:12
✓ should run the create_note function (318 ms)
11:56:12
✓ should run the destroy_and_create function (760 ms)
11:56:12
✓ should be able to destroy_and_create with dummy notes (815 ms)
11:56:12 nested calls
11:56:12
✓ child function should be callable (88 ms)
11:56:12
✓ parent should call child (209 ms)
11:56:12 nested calls through autogenerated interface
11:56:12
✓ test function should be directly callable (233 ms)
11:56:12
✓ test function should be callable through autogenerated interface (288 ms)
11:56:12 consuming messages
11:56:12 L1 to L2
11:56:12
✓ Should be able to consume a dummy cross chain message (291 ms)
11:56:12
✓ Invalid membership proof (292 ms)
11:56:12
✓ Invalid recipient (309 ms)
11:56:12
✓ Invalid sender (276 ms)
11:56:12
✓ Invalid chainid (250 ms)
11:56:12
✓ Invalid version (272 ms)
11:56:12
✓ Invalid content (253 ms)
11:56:12
✓ Invalid Secret (268 ms)
11:56:12 enqueued calls
11:56:12
✓ parent should enqueue call to child (internal false) (176 ms)
11:56:12
✓ parent should enqueue call to child (internal true) (180 ms)
11:56:12
✓ should be ok for parent to enqueue calls with <= max total args (233 ms)
11:56:12
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (470 ms)
11:56:12 setting teardown function
11:56:12
✓ should be able to set a teardown function (229 ms)
11:56:12 setting fee payer
11:56:12
✓ should default to not being a fee payer (185 ms)
11:56:12
✓ should be able to set a fee payer (197 ms)
11:56:12 pending note hashes contract
11:56:12
✓ should be able to insert, read, and nullify pending note hashes in one call (650 ms)
11:56:12
✓ should be able to insert, read, and nullify pending note hashes in nested calls (559 ms)
11:56:12
✓ cant read a commitment that is inserted later in same call (492 ms)
11:56:12 get master incoming viewing public key
11:56:12
✓ gets the public key for an address (225 ms)
11:56:12 Get notes
11:56:12
✓ fails if returning no notes (250 ms)
11:56:12 Context oracles
11:56:12
✓ this_address should return the current context address (240 ms)
11:56:12 Private global variables
11:56:12
✓ Private global vars are correctly set (192 ms)
11:56:12
✓ Throws when chainId is incorrectly set (197 ms)
11:56:12
✓ Throws when version is incorrectly set (174 ms)
11:56:12 Historical header in private context
11:56:12
✓ Header is correctly set (211 ms)
11:56:12
✓ Throws when header is not as expected (199 ms)
11:56:12
11:56:12
Test Suites: 1 passed, 1 total
11:56:12
Tests: 35 passed, 35 total
11:56:12
Snapshots: 0 total
11:56:12
Time: 13.567 s
11:56:12
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
11:56:12
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?