-
Notifications
You must be signed in to change notification settings - Fork 360
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
Helix SDK fails to pull files from netcorenativeassets
because of SSL errors
#8703
Comments
netcorenativeassets
because of SSL errors
There were no code changes in that area for month, I am suspecting that some agents might have problems with TLS 1.2 or something like that is happening |
This happens on following agents: Operating System
Virtual Environment
Virtual Environment Provisioner
|
Fix was merged, it now needs to flow to runtime and then we can monitor Kusto for the alerts: TimelineIssues
| where Type == "error" and Message contains "CreateXHarnessAppleWorkItems"
| join kind=inner TimelineBuilds on BuildId
| where StartTime > now() - 7d
| order by StartTime desc
| project QueueTime, Project, Repository, Reason, BuildNumber, Definition, SourceBranch If things are good for a couple of days, we can close this |
Have we ever seen this on MacOS 12? Should we try moving to 12.0 build machines to see if that addresses the TLS failures? |
We could but I think updating the SDK in runtime should do the trick too. I understand you're blocked because of the .NET 7.0 bump but this PR should help: For 12.00, we were not able to move originally as there were some blockers for MacCatalyt and iOS simulators but those have been resolved and we could do that as well. I don't know if it will help this issue though (we don't have data on this as it only manifests rarely). |
This is blocked by dotnet/runtime#67771 |
There were no occurrences in the last 6 days so feels like the fix helped, closing... |
Seems like downloading of the profile can fail: dotnet/runtime#67349
It is failing the rolling build of runtime: https://dev.azure.com/dnceng/public/_build/results?buildId=1694490&view=logs&j=f4520fb1-1559-5885-1d9c-3cb3f6a85e23&t=6c7a8cfe-f92e-569a-eef9-b2ad3e13056d
The text was updated successfully, but these errors were encountered: