Parent Log:
http://ci.aztec-labs.com/708af06a83330240
Command: 02573248fd9c66ba 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=1
Date: Tue Jun 17 21:08:10 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15077_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
21:08:17 [21:08:17.804]
INFO:
simulator:test:private_execution Parent deployed at 0x046e23193bbe1a76a01f666bc7eae50b4e5eb13d95f290d96ca01eb5a402f3cd
21:08:17 [21:08:17.808]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x1a3ae0e5b38bece09b4cd7aa86d19ba917aa9983b1b01506b84c31416a887348
21:08:17 [21:08:17.938]
INFO:
simulator:test:private_execution Calling testCodeGen function
21:08:18 [21:08:18.283]
INFO:
simulator:test:private_execution Calling importer main function
21:08:25
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.461 s)
21:08:25 Private Execution test suite
21:08:25 no constructor
21:08:25
✓ emits a field array as an encrypted log (405 ms)
21:08:25 stateful test contract
21:08:25
✓ should have a constructor with arguments that inserts notes (496 ms)
21:08:25
✓ should run the create_note function (338 ms)
21:08:25
✓ should run the destroy_and_create function (784 ms)
21:08:25
✓ should be able to destroy_and_create with dummy notes (639 ms)
21:08:25 nested calls
21:08:25
✓ child function should be callable (95 ms)
21:08:25
✓ parent should call child (203 ms)
21:08:25 nested calls through autogenerated interface
21:08:25
✓ test function should be directly callable (211 ms)
21:08:25
✓ test function should be callable through autogenerated interface (222 ms)
21:08:25 consuming messages
21:08:25 L1 to L2
21:08:25
✓ Should be able to consume a dummy cross chain message (246 ms)
21:08:25
✓ Invalid membership proof (298 ms)
21:08:25
✓ Invalid recipient (279 ms)
21:08:25
✓ Invalid sender (261 ms)
21:08:25
✓ Invalid chainid (254 ms)
21:08:25
✓ Invalid version (297 ms)
21:08:25
✓ Invalid content (237 ms)
21:08:25
✓ Invalid Secret (260 ms)
21:08:25 enqueued calls
21:08:25
✓ parent should enqueue call to child (internal false) (165 ms)
21:08:25
✓ parent should enqueue call to child (internal true) (141 ms)
21:08:25
✓ should be ok for parent to enqueue calls with <= max total args (269 ms)
21:08:25
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (558 ms)
21:08:25 setting teardown function
21:08:25
✓ should be able to set a teardown function (256 ms)
21:08:25 setting fee payer
21:08:25
✓ should default to not being a fee payer (219 ms)
21:08:25
✓ should be able to set a fee payer (184 ms)
21:08:25 pending note hashes contract
21:08:25
✓ should be able to insert, read, and nullify pending note hashes in one call (630 ms)
21:08:25
✓ should be able to insert, read, and nullify pending note hashes in nested calls (488 ms)
21:08:25
✓ cant read a commitment that is inserted later in same call (463 ms)
21:08:25 get master incoming viewing public key
21:08:25
✓ gets the public key for an address (208 ms)
21:08:25 Get notes
21:08:25
✓ fails if returning no notes (246 ms)
21:08:25 Context oracles
21:08:25
✓ this_address should return the current context address (198 ms)
21:08:25 Private global variables
21:08:25
✓ Private global vars are correctly set (205 ms)
21:08:25
✓ Throws when chainId is incorrectly set (203 ms)
21:08:25
✓ Throws when version is incorrectly set (208 ms)
21:08:25 Historical header in private context
21:08:25
✓ Header is correctly set (216 ms)
21:08:25
✓ Throws when header is not as expected (223 ms)
21:08:25
21:08:25
Test Suites: 1 passed, 1 total
21:08:25
Tests: 35 passed, 35 total
21:08:25
Snapshots: 0 total
21:08:25
Time: 13.607 s
21:08:25
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
21:08:25
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?