System.Security.Cryptography.Csp.Tests failing on macOS x64 Debug
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=724252 Build error leg or test failing: System.Security.Cryptography.Csp.Tests.WorkItemExecution Pull request: https://github.com/dotnet/runtime/pull/104119
Error Message
Fill the error message using step by step known issues guidance.
{
"ErrorMessage": "System.Security.Cryptography.Csp.Tests.DSACryptoServiceProviderTests.SignHash_DefaultAlgorithm_Success [SKIP]",
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
Known issue validation
Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=724252
Error message validated: [System.Security.Cryptography.Csp.Tests.DSACryptoServiceProviderTests.SignHash_DefaultAlgorithm_Success [SKIP]]
Result validation: :white_check_mark: Known issue matched with the provided build.
Validation performed at: 6/28/2024 6:49:13 PM UTC
Report
| Build | Definition | Test | Pull Request |
|---|---|---|---|
| 782716 | dotnet/runtime | System.Security.Cryptography.Csp.Tests.WorkItemExecution | dotnet/runtime#106099 |
Summary
| 24-Hour Hit Count | 7-Day Hit Count | 1-Month Count |
|---|---|---|
| 0 | 1 | 1 |
Tagging subscribers to this area: @dotnet/area-system-security, @bartonjs, @vcsjones See info in area-owners.md if you want to be subscribed.
It's a crash from DSA. It looks like https://github.com/dotnet/runtime/issues/71738.
removing blocking-clean-ci as this issue has not failed in 30 days
| 24-Hour Hit Count | 7-Day Hit Count | 1-Month Count |
|---|---|---|
| 0 | 0 | 0 |
I think we can just close this. The logs don't give us any information anymore, and when I looked at it I identified it as a duplication of #71738. So let's close it as that.