dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.42k stars 4.76k forks source link

ios-arm64 helix queue: Failed to list devices #110008

Closed akoeplinger closed 15 hours ago

akoeplinger commented 2 days ago

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=874462&view=logs&jobId=1a7f2d0f-403f-5f1a-afbb-20466d7ac54e Build error leg or test failing: Build / ios-arm64 Release AllSubsets_NativeAOT Pull request: https://github.com/dotnet/runtime/pull/109232

Error Message

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

{
  "ErrorMessage": "System.Exception: Failed to list devices",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=874462 Error message validated: [System.Exception: Failed to list devices] Result validation: :white_check_mark: Known issue matched with the provided build. Validation performed at: 11/20/2024 11:09:50 AM UTC

Report

Build Definition Test Pull Request
875124 dotnet/runtime System.Runtime.Tests.WorkItemExecution dotnet/runtime#104488
875051 dotnet/runtime iOS.Device.LibraryMode.Test.WorkItemExecution dotnet/runtime#110023
874703 dotnet/runtime System.Runtime.Tests.WorkItemExecution dotnet/runtime#110010
874592 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution dotnet/runtime#109638
874640 dotnet/runtime iOS.Device.ExportManagedSymbols.Test.WorkItemExecution dotnet/runtime#109540
874462 dotnet/runtime iOS.Device.LibraryMode.Test.WorkItemExecution dotnet/runtime#109232
873775 dotnet/runtime iOS.Device.Aot.Test.WorkItemExecution dotnet/runtime#109977

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
2 7 7
dotnet-policy-service[bot] commented 2 days ago

Tagging subscribers to 'os-ios': @vitek-karas, @kotlarmilos, @ivanpovazan, @steveisok, @akoeplinger See info in area-owners.md if you want to be subscribed.

dotnet-policy-service[bot] commented 2 days ago

Tagging subscribers to this area: @dotnet/runtime-infrastructure See info in area-owners.md if you want to be subscribed.

vitek-karas commented 2 days ago

@matouskozak could you please take a look - if this is an XHarness issue, or possibly hardware related.

akoeplinger commented 2 days ago

We hit this before (https://github.com/dotnet/runtime/issues/84394) and very likely specific to certain devices, Build Analysis should give us a list soon.

akoeplinger commented 1 day ago

Ok looks like it's just one instance, on DNCENGMAC117

matouskozak commented 1 day ago

Ok looks like it's just one instance, on DNCENGMAC117

It's failing consistently since 2024/11/17

WorkItems
| where MachineName == "DNCENGMAC117"
| sort by Queued desc
| project Queued, ExitCode, Status

I'll ask in first responders.

matouskozak commented 15 hours ago

Issue looks mitigated, latest runs are passing: Image