Parent Log:
http://ci.aztec-labs.com/70b89db270779f49
Command: a852c28f8f853b32 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/ffc8af0c47dad3be6fb4bfb9f3f5af6cd3a05a67
Env: REF_NAME=gh-readonly-queue/next/pr-15214-69efc9daf98e823f486416900de52fe8a44f25d9 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 16:12:31 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15214_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
16:12:37 [16:12:37.889]
INFO:
simulator:test:private_execution Parent deployed at 0x12d39fc02ea40904c68693b0b7a3d2eedde7604a873b193bcf3887f5b2a29515
16:12:37 [16:12:37.895]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x264629448a877425e58e0b0dc86d6cc3c7ec42eef722b3ebcc338ee0571fe3f9
16:12:38 [16:12:38.058]
INFO:
simulator:test:private_execution Calling testCodeGen function
16:12:38 [16:12:38.475]
INFO:
simulator:test:private_execution Calling importer main function
16:12:46
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.781 s)
16:12:46 Private Execution test suite
16:12:46 no constructor
16:12:46
✓ emits a field array as an encrypted log (384 ms)
16:12:46 stateful test contract
16:12:46
✓ should have a constructor with arguments that inserts notes (506 ms)
16:12:46
✓ should run the create_note function (323 ms)
16:12:46
✓ should run the destroy_and_create function (734 ms)
16:12:46
✓ should be able to destroy_and_create with dummy notes (709 ms)
16:12:46 nested calls
16:12:46
✓ child function should be callable (119 ms)
16:12:46
✓ parent should call child (202 ms)
16:12:46 nested calls through autogenerated interface
16:12:46
✓ test function should be directly callable (235 ms)
16:12:46
✓ test function should be callable through autogenerated interface (294 ms)
16:12:46 consuming messages
16:12:46 L1 to L2
16:12:46
✓ Should be able to consume a dummy cross chain message (276 ms)
16:12:46
✓ Invalid membership proof (369 ms)
16:12:46
✓ Invalid recipient (273 ms)
16:12:46
✓ Invalid sender (295 ms)
16:12:46
✓ Invalid chainid (292 ms)
16:12:46
✓ Invalid version (308 ms)
16:12:46
✓ Invalid content (279 ms)
16:12:46
✓ Invalid Secret (254 ms)
16:12:46 enqueued calls
16:12:46
✓ parent should enqueue call to child (internal false) (174 ms)
16:12:46
✓ parent should enqueue call to child (internal true) (144 ms)
16:12:46
✓ should be ok for parent to enqueue calls with <= max total args (329 ms)
16:12:46
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (523 ms)
16:12:46 setting teardown function
16:12:46
✓ should be able to set a teardown function (219 ms)
16:12:46 setting fee payer
16:12:46
✓ should default to not being a fee payer (206 ms)
16:12:46
✓ should be able to set a fee payer (259 ms)
16:12:46 pending note hashes contract
16:12:46
✓ should be able to insert, read, and nullify pending note hashes in one call (604 ms)
16:12:46
✓ should be able to insert, read, and nullify pending note hashes in nested calls (565 ms)
16:12:46
✓ cant read a commitment that is inserted later in same call (536 ms)
16:12:46 get master incoming viewing public key
16:12:46
✓ gets the public key for an address (244 ms)
16:12:46 Get notes
16:12:46
✓ fails if returning no notes (262 ms)
16:12:46 Context oracles
16:12:46
✓ this_address should return the current context address (183 ms)
16:12:46 Private global variables
16:12:46
✓ Private global vars are correctly set (243 ms)
16:12:46
✓ Throws when chainId is incorrectly set (206 ms)
16:12:46
✓ Throws when version is incorrectly set (209 ms)
16:12:46 Historical header in private context
16:12:46
✓ Header is correctly set (216 ms)
16:12:46
✓ Throws when header is not as expected (188 ms)
16:12:46
16:12:46
Test Suites: 1 passed, 1 total
16:12:46
Tests: 35 passed, 35 total
16:12:46
Snapshots: 0 total
16:12:46
Time: 13.882 s
16:12:46
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
16:12:46
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?