-
Notifications
You must be signed in to change notification settings - Fork 273
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
Result uploads are failing due to import error (urllib3 v2.0) #3010
Comments
There are still some failures due to this occuring in the iOS runs on both runtime and performance repo runs. Using this issue to track the rest of the fallout failures due to the urllib change. |
@LoopedBard3 Any luck with updating SSL on the machines? |
@kotlarmilos I am currently in chat with FR to find the right way to go about updating the ssl certificates. However, all queues should be working if rebased off the latest performance repo. |
Thanks! It seems to be resolved. I've noticed several instances of unscheduled jobs for iOS performance measurements. Here's an example: https://helix.dot.net/api/jobs/2ef88556-41b2-490b-b60b-95cbeeb8d4a3/workitems/SOD%20-%20iOS%20HelloWorld%20Native%20AOT%20.app%20Size?api-version=2019-06-17 I suspect that the reason for the unscheduled jobs is |
After digging in more I have figured out that the estimated removal is not keeping the helix jobs from being run, just clobbering the helix results, as you seem to have figured out. I made a PR to change this behavior to match the windows machine behavior dotnet/runtime#86729. For the unscheduled job, you are most likely missing your access token, which is added by appending the url with '&access_token={token_here}'. The linked job shows waiting so I am not sure what is happening with that, but if you are able to track down other links like that for more recent runs, it should work. |
Thank you.
Probably, I will check in the explorer if there are measurements. |
@LoopedBard3 I confirm that the issue has been fixed. Besides the unscheduled status, the measurements have been recorded. Once you check the following feel free to close this issue.
|
Most of the runs have been mitigated such that they are succeeding, however some are still failing:
Other action items:
Error:
The text was updated successfully, but these errors were encountered: