Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Test Failure] System.Net.Security.Tests.CertificateValidationClientServer.CertificateValidationClientServer_EndToEnd_Ok on Windows AoT #88832

Closed
rzikm opened this issue Jul 13, 2023 · 8 comments
Labels
area-System.Net.Security Known Build Error Use this to report build issues in the .NET Helix tab test-run-core Test failures in .NET Core test runs
Milestone

Comments

@rzikm
Copy link
Member

rzikm commented Jul 13, 2023

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=332434
Build error leg or test failing: System.Net.Security.Tests.CertificateValidationClientServer.CertificateValidationClientServer_EndToEnd_Ok
Pull request:

Error Message

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

{
  "ErrorMessage": "System.Net.Security.Tests.CertificateValidationClientServer.CertificateValidationClientServer_EndToEnd_Ok(clientCertSource: CertificateContext)",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Report

Build Definition Test Pull Request
701919 dotnet/runtime System.Net.Security.Tests.CertificateValidationClientServer.CertificateValidationClientServer_EndToEnd_Ok #103161
699212 dotnet/runtime System.Net.Security.Tests.CertificateValidationClientServer.CertificateValidationClientServer_EndToEnd_Ok #103037

Summary

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

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=332434
Error message validated: System.Net.Security.Tests.CertificateValidationClientServer.CertificateValidationClientServer_EndToEnd_Ok(clientCertSource: CertificateContext)
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 7/13/2023 2:17:22 PM UTC

@rzikm rzikm added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab labels Jul 13, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Jul 13, 2023
@ghost
Copy link

ghost commented Jul 13, 2023

Tagging subscribers to this area: @dotnet/ncl, @bartonjs, @vcsjones
See info in area-owners.md if you want to be subscribed.

Issue Details

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=332434
Build error leg or test failing: System.Net.Security.Tests.CertificateValidationClientServer.CertificateValidationClientServer_EndToEnd_Ok
Pull request:

Error Message

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

{
  "ErrorMessage": "System.Net.Security.Tests.CertificateValidationClientServer.CertificateValidationClientServer_EndToEnd_Ok(clientCertSource: CertificateContext)",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}
Author: rzikm
Assignees: -
Labels:

area-System.Net.Security, blocking-clean-ci, Known Build Error

Milestone: -

@karelz
Copy link
Member

karelz commented Jul 20, 2023

Triage: Looks like unpleasant investigation will be needed. It is not super-common and affecting only AOT for now. Moving to 9.0.

@karelz karelz added this to the 9.0.0 milestone Jul 20, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Jul 20, 2023
@karelz karelz added the test-run-core Test failures in .NET Core test runs label Sep 21, 2023
@ghost ghost added in-pr There is an active PR which will close this issue when it is merged and removed in-pr There is an active PR which will close this issue when it is merged labels Oct 2, 2023
@wfurt
Copy link
Member

wfurt commented Nov 3, 2023

Do we have any info left what was failing @rzikm? I don't see it failing now and it does not seems to be disabled. It does not seems like we can do much at the moment. Perhaps close and re-open if we see more failures?

@rzikm
Copy link
Member Author

rzikm commented Nov 6, 2023

It is still failing, see https://helixre107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-heads-main-1ac9acfc4068453ca0/System.Net.Security.Tests/3/console.33101fec.log?helixlogtype=result

The failing check in question is sslClientStream.IsMutuallyAuthenticated

@wfurt
Copy link
Member

wfurt commented Nov 6, 2023

ok. It seems to be running on Windows 8. I think we should try to reproduce it. I don't see why AOT would matter in this case...

@build-analysis build-analysis bot removed this from the 9.0.0 milestone Nov 15, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Nov 15, 2023
@rzikm rzikm added this to the 9.0.0 milestone Nov 16, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Nov 16, 2023
@build-analysis build-analysis bot removed this from the 9.0.0 milestone Nov 16, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Nov 16, 2023
@akoeplinger akoeplinger added this to the 9.0.0 milestone Nov 24, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Nov 24, 2023
@karelz
Copy link
Member

karelz commented Nov 27, 2023

@rzikm @wfurt would it be possible to disable the test on the bad platform to reduce CI noise? Thanks!

@rzikm rzikm self-assigned this Nov 28, 2023
@rzikm rzikm added the disabled-test The test is disabled in source code against the issue label Nov 29, 2023
@rzikm rzikm removed their assignment Nov 29, 2023
@jeffschwMSFT jeffschwMSFT removed the blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' label Mar 1, 2024
@jeffschwMSFT
Copy link
Member

removing blocking-clean-ci as this has not failed in 30 days

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

@rzikm rzikm assigned rzikm and unassigned rzikm Apr 16, 2024
@rzikm rzikm self-assigned this May 21, 2024
@rzikm rzikm removed the disabled-test The test is disabled in source code against the issue label Jun 11, 2024
@rzikm
Copy link
Member Author

rzikm commented Jun 26, 2024

Looking at CI db, this failure stopped happening about 2 weeks ago. There are other failures of this test on non-windows platforms but they are a different problem than reported in this issue. Closing now until the issue resurfaces.

@rzikm rzikm closed this as not planned Won't fix, can't repro, duplicate, stale Jun 26, 2024
@rzikm rzikm removed their assignment Jun 26, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jul 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net.Security Known Build Error Use this to report build issues in the .NET Helix tab test-run-core Test failures in .NET Core test runs
Projects
None yet
Development

No branches or pull requests

5 participants