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
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
1351548 dotnet/runtime System.Text.RegularExpressions.Unit.Tests.WorkItemExecution
1351212 dotnet/runtime System.Text.RegularExpressions.Tests.WorkItemExecution
1351537 dotnet/runtime System.Xml.Linq.Misc.Tests.WorkItemExecution
1351495 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125918
1350939 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126054
1351200 dotnet/runtime System.Text.RegularExpressions.Unit.Tests.WorkItemExecution
1350639 dotnet/runtime System.Xml.Linq.Events.Tests.WorkItemExecution
1350564 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126026
1350514 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126027
2934647 dotnet-runtime System.Runtime.Tests.WorkItemExecution #57892
1350068 dotnet/runtime System.Security.Cryptography.Tests.WorkItemExecution
1349831 dotnet/runtime System.Threading.Tasks.Dataflow.Tests.WorkItemExecution
1349307 dotnet/runtime System.Security.Cryptography.Xml.Tests.WorkItemExecution
1349514 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125939
1349447 dotnet/runtime System.Runtime.CompilerServices.VisualC.Tests.WorkItemExecution
1349323 dotnet/runtime System.Runtime.Tests.WorkItemExecution #100729
1349203 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125996
1349061 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125795
1348752 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125083
1348766 dotnet/runtime System.Net.Ping.Functional.Tests.WorkItemExecution
1348318 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125759
1348260 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125840
1348223 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125956
1348113 dotnet/runtime System.Reflection.Metadata.Tests.WorkItemExecution
1348110 dotnet/runtime System.Runtime.Tests.WorkItemExecution
1347491 dotnet/runtime System.Xml.Linq.TreeManipulation.Tests.WorkItemExecution
1347513 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125914
1347207 dotnet/runtime System.Runtime.Tests.WorkItemExecution #123145
1347107 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125925
1346874 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125914
1346796 dotnet/runtime System.Threading.Tasks.Tests.WorkItemExecution
1346644 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125897
1346562 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125880
1346526 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125889
1346363 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125766
1346357 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125512
1346340 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125732
1346141 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125884
1346067 dotnet/runtime System.Xml.Linq.SDMSample.Tests.WorkItemExecution
1345976 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125881
1345393 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125755
1345204 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125335
1345095 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125839
1344953 dotnet/runtime System.Runtime.Tests.WorkItemExecution
1344939 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125557
1344417 dotnet/runtime System.Threading.Overlapped.Tests.WorkItemExecution
1344344 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125816
1344071 dotnet/runtime System.Security.Cryptography.Tests.WorkItemExecution
2931049 dotnet-runtime System.Runtime.Tests.WorkItemExecution #59239
1344117 dotnet/runtime System.Runtime.Tests.WorkItemExecution
1344101 dotnet/runtime System.Runtime.Tests.WorkItemExecution
1343628 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125789
1343535 dotnet/runtime System.Runtime.Tests.WorkItemExecution
1343482 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125783
1343442 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125710
1343344 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125763
1343338 dotnet/runtime System.Runtime.Tests.WorkItemExecution #124628
1343072 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125768
1343011 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125772
1342906 dotnet/runtime System.Runtime.Tests.WorkItemExecution #124266
1342879 dotnet/runtime System.Runtime.Tests.WorkItemExecution #124648
1342414 dotnet/runtime System.Reflection.Emit.Tests.WorkItemExecution
1342208 dotnet/runtime System.Runtime.Serialization.Schema.Tests.WorkItemExecution
1342363 dotnet/runtime System.Security.Cryptography.Tests.WorkItemExecution
1341868 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125512
1341707 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125716
1341633 dotnet/runtime System.Text.RegularExpressions.Unit.Tests.WorkItemExecution
1341512 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125439
1341460 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125385
1341232 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125714
1341289 dotnet/runtime System.Runtime.Tests.WorkItemExecution
1340538 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125507
1340407 dotnet/runtime System.Runtime.Tests.WorkItemExecution #124716
1340346 dotnet/runtime System.Net.Mail.Unit.Tests.WorkItemExecution
1339813 dotnet/runtime System.Runtime.Serialization.Formatters.Tests.WorkItemExecution
1340236 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125682
1340155 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125698
1340091 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125535
1340082 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125692
1339999 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125686
1339810 dotnet/runtime System.Runtime.Tests.WorkItemExecution
1339128 dotnet/runtime System.IO.Tests.WorkItemExecution #125481
Displaying 100 of 142 results

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
6 63 142

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