Parent Log:
http://ci.aztec-labs.com/9dbdeae6fbc98ad5
Command: d14a91e37c8b1083 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/97080f178c0a3e244c64b3c17bf255bed63fc3cf
Env: REF_NAME=gh-readonly-queue/next/pr-15065-4110b08ca823c6af4399e58e54e0483d6e3459ed CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 10:22:35 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15065_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
10:22:41 [10:22:41.846]
INFO:
simulator:test:private_execution Parent deployed at 0x01d04fef3cfb41bb09a5debb953db26cd60d5c7fcf09e410aae5595288c94b56
10:22:41 [10:22:41.864]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x26e8e6c8213369de1d9cd673636658f4e32e026fbd45beeb5cc848bdf029bed9
10:22:42 [10:22:42.041]
INFO:
simulator:test:private_execution Calling testCodeGen function
10:22:42 [10:22:42.412]
INFO:
simulator:test:private_execution Calling importer main function
10:22:49
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.133 s)
10:22:49 Private Execution test suite
10:22:49 no constructor
10:22:49
✓ emits a field array as an encrypted log (351 ms)
10:22:49 stateful test contract
10:22:49
✓ should have a constructor with arguments that inserts notes (501 ms)
10:22:49
✓ should run the create_note function (296 ms)
10:22:49
✓ should run the destroy_and_create function (764 ms)
10:22:49
✓ should be able to destroy_and_create with dummy notes (791 ms)
10:22:49 nested calls
10:22:49
✓ child function should be callable (102 ms)
10:22:49
✓ parent should call child (234 ms)
10:22:49 nested calls through autogenerated interface
10:22:49
✓ test function should be directly callable (208 ms)
10:22:49
✓ test function should be callable through autogenerated interface (261 ms)
10:22:49 consuming messages
10:22:49 L1 to L2
10:22:49
✓ Should be able to consume a dummy cross chain message (292 ms)
10:22:49
✓ Invalid membership proof (334 ms)
10:22:49
✓ Invalid recipient (251 ms)
10:22:49
✓ Invalid sender (290 ms)
10:22:49
✓ Invalid chainid (261 ms)
10:22:49
✓ Invalid version (267 ms)
10:22:49
✓ Invalid content (266 ms)
10:22:49
✓ Invalid Secret (302 ms)
10:22:49 enqueued calls
10:22:49
✓ parent should enqueue call to child (internal false) (197 ms)
10:22:49
✓ parent should enqueue call to child (internal true) (175 ms)
10:22:49
✓ should be ok for parent to enqueue calls with <= max total args (226 ms)
10:22:49
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (499 ms)
10:22:49 setting teardown function
10:22:49
✓ should be able to set a teardown function (251 ms)
10:22:49 setting fee payer
10:22:49
✓ should default to not being a fee payer (198 ms)
10:22:49
✓ should be able to set a fee payer (191 ms)
10:22:49 pending note hashes contract
10:22:49
✓ should be able to insert, read, and nullify pending note hashes in one call (651 ms)
10:22:49
✓ should be able to insert, read, and nullify pending note hashes in nested calls (487 ms)
10:22:49
✓ cant read a commitment that is inserted later in same call (451 ms)
10:22:49 get master incoming viewing public key
10:22:49
✓ gets the public key for an address (230 ms)
10:22:49 Get notes
10:22:49
✓ fails if returning no notes (303 ms)
10:22:49 Context oracles
10:22:49
✓ this_address should return the current context address (200 ms)
10:22:49 Private global variables
10:22:49
✓ Private global vars are correctly set (216 ms)
10:22:49
✓ Throws when chainId is incorrectly set (174 ms)
10:22:49
✓ Throws when version is incorrectly set (188 ms)
10:22:49 Historical header in private context
10:22:49
✓ Header is correctly set (224 ms)
10:22:49
✓ Throws when header is not as expected (209 ms)
10:22:49
10:22:49
Test Suites: 1 passed, 1 total
10:22:49
Tests: 35 passed, 35 total
10:22:49
Snapshots: 0 total
10:22:49
Time: 13.217 s
10:22:49
Ran all test suites matching /pxe\/src\/contract_function_simulator\/oracle\/private_execution.test.ts/i
.
10:22:49
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?