Skip to content

Android arm32 device not found (armeabi-v7a architecture unavailable) #125440

@matouskozak

Description

@matouskozak

Note: This issue was automatically generated by AI-Test-Triage. Please review and triage accordingly.

Build Information

Build: 20260309.1, 20260310.137, 20260310.2

Build error leg or test failing: System.Runtime.Tests.WorkItemExecution, System.IO.FileSystem.Manual.Tests.WorkItemExecution, System.Runtime.ReflectionInvokeInterpreted.Tests.WorkItemExecution, System.Reflection.TypeExtensions.Tests.WorkItemExecution, System.Security.Cryptography.Pkcs.Tests.WorkItemExecution, System.Security.Cryptography.Tests.WorkItemExecution

Affected CI jobs: build_android_arm_Release_AllSubsets_Mono_Smoke, build_Android_arm_Release_AllSubsets_Mono

Causing Commit Range Information

Commit range: {TODO: Insert commit range or link to changes}

Summary

  • XHarness fails to find attached device supporting armeabi-v7a (32-bit ARM) architecture on Android arm32 jobs.
  • Device enumeration succeeds but available devices (e.g., Pixel 9a) only support arm64 or x86/x86_64, not arm32.
  • Exit code 81 (DEVICE_NOT_FOUND) indicates architectural mismatch between test configuration (arm32/armeabi-v7a) and available device hardware.
  • Occurs on Android arm32 Mono test runs with physical device infrastructure.

Failure Statistics

Note: These statistics are based on the configured time range and might not reflect the full history of the failure.

  • Occurrence Count: 6
  • First Failure: 2026-03-10 07:35:08 UTC
  • Last Failure: 2026-03-11 08:06:52 UTC

Work Items

Work Item Console Log Build Job Name
System.Runtime.Tests Work Item
View Extract
[13:30:47] info: Will attempt to find device supporting architectures: 'armeabi-v7a'
[13:30:49] dbug: Found 1 possible devices
[13:30:49] dbug: Evaluating output line for device serial: 4B091JEBF28301 device product:tegu model:Pixel_9a device:tegu transport_id:1
[13:30:49] fail: No attached device supports one of required architectures armeabi-v7a
[13:30:49] crit: Failed to find compatible device: armeabi-v7a
XHarness exit code: 81 (DEVICE_NOT_FOUND)
Full Log
20260310.137 build_android_arm_Release_AllSubsets_Mono_Smoke
System.IO.FileSystem.Manual.Tests Work Item
View Extract
[21:14:55] info: Will attempt to find device supporting architectures: 'armeabi-v7a'
[21:14:57] dbug: Found 1 possible devices
[21:14:57] dbug: Evaluating output line for device serial: 4A301JEBF27611 device product:tegu model:Pixel_9a device:tegu transport_id:1
[21:14:57] fail: No attached device supports one of required architectures armeabi-v7a
[21:14:57] crit: Failed to find compatible device: armeabi-v7a
XHarness exit code: 81 (DEVICE_NOT_FOUND)

Encountered DEVICE_NOT_FOUND
If this occurs repeatedly, please check for architectural mismatch, e.g. sending arm64_v8a APKs to an x86_64 / x86 only queue
Full Log
20260309.1 build_Android_arm_Release_AllSubsets_Mono
System.Runtime.ReflectionInvokeInterpreted.Tests Work Item
View Extract
[21:07:24] info: Will attempt to find device supporting architectures: 'armeabi-v7a'
[21:07:26] fail: No attached device supports one of required architectures: armeabi-v7a. Found 1 device(s) with: 4A301JEBF29689=[arm64-v8a]
[21:07:31] crit: Failed to find compatible device: armeabi-v7a
Encountered DEVICE_NOT_FOUND
If this occurs repeatedly, please check for architectural mismatch, e.g. sending arm64_v8a APKs to an x86_64 / x86 only queue
Full Log
20260310.2 build_Android_arm_Release_AllSubsets_Mono
System.Reflection.TypeExtensions.Tests Work Item
View Extract
[21:07:44] info: Will attempt to find device supporting architectures: 'armeabi-v7a'
[21:07:46] dbug: Found 1 possible devices
[21:07:46] dbug: Evaluating output line for device serial: 4B091JEBF28301 device product:tegu model:Pixel_9a device:tegu transport_id:1
[21:07:46] fail: No attached device supports one of required architectures: armeabi-v7a. Found 1 device(s) with: 4B091JEBF28301=[arm64-v8a]
[21:07:46] dbug: No suitable devices found
[21:07:51] crit: Failed to find compatible device: armeabi-v7a
Full Log
20260310.2 build_Android_arm_Release_AllSubsets_Mono
System.Security.Cryptography.Pkcs.Tests Work Item
View Extract
[21:07:45] info: Will attempt to find device supporting architectures: 'armeabi-v7a'
[21:07:48] fail: No attached device supports one of required architectures: armeabi-v7a. Found 1 device(s) with: 4A221JEBF17867=[arm64-v8a]
[21:07:52] fail: No attached device supports one of required architectures: armeabi-v7a. Found 1 device(s) with: 4A221JEBF17867=[arm64-v8a]
[21:07:52] crit: Failed to find compatible device: armeabi-v7a
Encountered DEVICE_NOT_FOUND
If this occurs repeatedly, please check for architectural mismatch, e.g. sending arm64_v8a APKs to an x86_64 / x86 only queue
Full Log
20260310.2 build_Android_arm_Release_AllSubsets_Mono
System.Security.Cryptography.Tests Work Item
View Extract
[21:09:57] info: Will attempt to find device supporting architectures: 'armeabi-v7a'
[21:09:59] fail: No attached device supports one of required architectures: armeabi-v7a. Found 1 device(s) with: 4A021JEBF10254=[arm64-v8a]
[21:10:04] fail: No attached device supports one of required architectures: armeabi-v7a. Found 1 device(s) with: 4A021JEBF10254=[arm64-v8a]
[21:10:04] crit: Failed to find compatible device: armeabi-v7a
EXIT /b 81
Full Log
20260310.2 build_Android_arm_Release_AllSubsets_Mono

Error Message

{
  "ErrorMessage": [
    "fail: No attached device supports one of required architectures",
    "armeabi-v7a"
  ],
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Report

Build Definition Test Pull Request
1365045 dotnet/runtime System.Text.Encodings.Web.Tests.WorkItemExecution
1365162 dotnet/runtime System.Runtime.Tests.WorkItemExecution #124559
1365056 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126496
1364780 dotnet/runtime System.Composition.TypedParts.Tests.WorkItemExecution
1364492 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126034
1364443 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126200
1364229 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126423
1364192 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126451
1364027 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126449
2942223 dotnet-runtime System.Runtime.Tests.WorkItemExecution #59556
1363618 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126318
1363599 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126091
1363261 dotnet/runtime System.Diagnostics.TraceSource.Config.Tests.WorkItemExecution
1362636 dotnet/runtime System.Runtime.Serialization.Xml.Canonicalization.Tests.WorkItemExecution #125441
1362990 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126367
1362875 dotnet/runtime System.IO.FileSystem.Manual.Tests.WorkItemExecution
1362746 dotnet/runtime System.Linq.AsyncEnumerable.Tests.WorkItemExecution #126432
1362872 dotnet/runtime System.Runtime.Tests.WorkItemExecution
1362750 dotnet/runtime System.Net.Http.Functional.Tests.WorkItemExecution
1362760 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126058
1362747 dotnet/runtime System.Runtime.Tests.WorkItemExecution
1362551 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126420
1362388 dotnet/runtime System.Runtime.Tests.WorkItemExecution #124527
1362329 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125283
1362218 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126222
1362146 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126410
1361945 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126320
1361338 dotnet/runtime System.Reflection.DispatchProxy.Tests.WorkItemExecution
1361327 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126309
1360931 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125779
1360836 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126252
1360832 dotnet/runtime System.Runtime.Tests.WorkItemExecution #122828
1360574 dotnet/runtime System.ServiceModel.Syndication.Tests.WorkItemExecution #125629
1360468 dotnet/runtime System.Runtime.Tests.WorkItemExecution #124650
1360452 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125891
1360430 dotnet/runtime System.Xml.Linq.Streaming.Tests.WorkItemExecution
2940458 dotnet-runtime System.Runtime.Tests.WorkItemExecution #59556
1360213 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125436
1360167 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125437
1360069 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125835
1360049 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126082
1359805 dotnet/runtime System.Formats.Tar.Tests.WorkItemExecution #125441
1359740 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125439
1359722 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126041
1359383 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126109
1359346 dotnet/runtime System.Xml.Linq.Axes.Tests.WorkItemExecution
1359248 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126341
1359117 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125779
1358874 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125629
1358756 dotnet/runtime System.Runtime.Tests.WorkItemExecution
2939653 dotnet-runtime System.Runtime.Tests.WorkItemExecution #59556
1358470 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126324
1358434 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126320
2939406 dotnet-runtime System.Runtime.Tests.WorkItemExecution #59533
1357926 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126309
1357839 dotnet/runtime System.Runtime.Loader.Tests.WorkItemExecution #125441
1357763 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126302
1357704 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126222
1357567 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125651
1357328 dotnet/runtime System.Text.RegularExpressions.Unit.Tests.WorkItemExecution
1357094 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125966
1357090 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126279
1356957 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126276
1356819 dotnet/runtime System.Reflection.Extensions.Tests.WorkItemExecution
1356748 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126258
1356738 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126261
1356397 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126243
2938077 dotnet-runtime System.Runtime.Tests.WorkItemExecution
1356285 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125795
1356284 dotnet/runtime System.Runtime.Tests.WorkItemExecution
1356202 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126235
1356164 dotnet/runtime System.Runtime.CompilerServices.VisualC.Tests.WorkItemExecution
1356161 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126240
1356039 dotnet/runtime System.Runtime.Tests.WorkItemExecution #120326
1355466 dotnet/runtime System.Runtime.ReflectionInvokeEmit.Tests.WorkItemExecution
1355937 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126007
1355803 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126230
1355305 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126146
1355095 dotnet/runtime System.Runtime.Tests.WorkItemExecution #121999
1354941 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126157
1354944 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125438
1354786 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125610
1354408 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126187
1354364 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126184
1354325 dotnet/runtime System.Xml.Linq.Streaming.Tests.WorkItemExecution
1354191 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125799
1354061 dotnet/runtime System.Xml.Linq.Properties.Tests.WorkItemExecution
1353829 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126146
1353188 dotnet/runtime System.Security.Cryptography.Pkcs.Tests.WorkItemExecution
1353192 dotnet/runtime System.Runtime.Tests.WorkItemExecution #124716
1353096 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125759
1353051 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125973
1352624 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125645
1352988 dotnet/runtime System.Runtime.Tests.WorkItemExecution
1352780 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126125
1352660 dotnet/runtime System.Security.Claims.Tests.WorkItemExecution
1352271 dotnet/runtime System.Threading.Tasks.Parallel.Tests.WorkItemExecution
1352419 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126092
1352164 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126006
1351656 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125956
Displaying 100 of 224 results

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
8 79 224

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions