aspnetcore icon indicating copy to clipboard operation
aspnetcore copied to clipboard

Helix failure `EPT_S_NOT_REGISTERED`

Open amcasey opened this issue 1 year ago • 5 comments

We've been seeing a lot of Helix runs fail with a number of messages related to EPT_S_NOT_REGISTERED:

System.ComponentModel.Win32Exception : The Local Security Authority cannot be contacted
System.Security.Cryptography.CryptographicException : There are no more endpoints available from the endpoint mapper.

The failures only occur on Windows and inconsistently affect subsets of the IIS, HTTPS, Data Protection, and Certificate tests.

AFAICT, EPT_S_NOT_REGISTERED indicates that lsass.exe is not available.

Known Issue Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "",
  "ErrorPattern": "(Local Security Authority cannot be contacted)|(no more endpoints available)",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=778691 Error message validated: [(Local Security Authority cannot be contacted)|(no more endpoints available)] Result validation: :white_check_mark: Known issue matched with the provided build. Validation performed at: 8/19/2024 8:44:57 PM UTC

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0

amcasey avatar Aug 19 '24 19:08 amcasey

Possibly relevant: https://github.com/GSA/piv-guides/issues/102#issuecomment-357303941 (via @adityamandaleeka)

amcasey avatar Aug 20 '24 23:08 amcasey

Sdk was is seeing validation errors in windows hosts https://github.com/dotnet/sdk/issues/42870

lewing avatar Aug 21 '24 00:08 lewing

did this start with the new helix rollout last week?

lewing avatar Aug 21 '24 00:08 lewing

Merged https://github.com/dotnet/aspnetcore/pull/57431 that hopefully avoids some of the template test problems.

javiercn avatar Aug 21 '24 22:08 javiercn

This is the same problem as https://github.com/dotnet/dnceng/issues/3844 AFAICT.

radical avatar Aug 26 '24 19:08 radical