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
1410405 dotnet/runtime System.Security.Cryptography.Tests.WorkItemExecution
1409644 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127837
1409575 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127835
1409518 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127833
1409453 dotnet/runtime System.Security.Cryptography.Tests.WorkItemExecution
1409045 dotnet/runtime System.Security.Cryptography.Tests.WorkItemExecution
1408643 dotnet/runtime System.Runtime.InteropServices.Tests.WorkItemExecution #127578
1407342 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127742
1407204 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127739
1407195 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127737
1407143 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127726
1406848 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127690
1406826 dotnet/runtime System.IO.Compression.Tests.WorkItemExecution
1406235 dotnet/runtime System.Net.Sockets.Tests.WorkItemExecution #127613
1406427 dotnet/runtime System.Net.Sockets.Tests.WorkItemExecution
2965690 dotnet-runtime System.Runtime.Tests.WorkItemExecution
1406097 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127328
1405703 dotnet/runtime System.Net.Sockets.Tests.WorkItemExecution #127613
1404759 dotnet/runtime System.Net.NameResolution.Functional.Tests.WorkItemExecution
1404991 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127492
1404899 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125023
1404688 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125596
1404470 dotnet/runtime System.Net.Sockets.Tests.WorkItemExecution #127613
1400931 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126769
1404042 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127561
1403445 dotnet/runtime System.Net.Sockets.Tests.WorkItemExecution #127498
1403397 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127566
1403139 dotnet/runtime System.Runtime.Tests.WorkItemExecution
1403076 dotnet/runtime System.Net.NameResolution.Functional.Tests.WorkItemExecution
1402968 dotnet/runtime System.Net.Http.Functional.Tests.WorkItemExecution
1402980 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126277
1402862 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127589
1402808 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127585
1402676 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127303
1402544 dotnet/runtime System.Net.Sockets.Tests.WorkItemExecution #127578
1402575 dotnet/runtime System.Runtime.Tests.WorkItemExecution
1402363 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127492
1402127 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127256
1401464 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127549
1402042 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126549
1401979 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126805
1401941 dotnet/runtime System.Runtime.InteropServices.Tests.WorkItemExecution #127551
1401944 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127559
1401475 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127464
1401680 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127539
1401670 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125436
1401195 dotnet/runtime System.Diagnostics.FileVersionInfo.Tests.WorkItemExecution
1401647 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127511
1400293 dotnet/runtime System.Runtime.InteropServices.Tests.WorkItemExecution #127220
1401644 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126649
1401635 dotnet/runtime System.Runtime.InteropServices.Tests.WorkItemExecution #127438
1401623 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127016
1401598 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127553
1401583 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127281
1401577 dotnet/runtime System.Runtime.InteropServices.Tests.WorkItemExecution #127384
1401521 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127551
1401508 dotnet/runtime System.Runtime.InteropServices.Tests.WorkItemExecution #127497
1401498 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126954
1401494 dotnet/runtime System.Runtime.InteropServices.Tests.WorkItemExecution #126324
1401472 dotnet/runtime System.Runtime.InteropServices.Tests.WorkItemExecution #127060
1401480 dotnet/runtime System.Net.Mail.Functional.Tests.WorkItemExecution
1401447 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126809
1400100 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126953
1400851 dotnet/runtime System.Runtime.InteropServices.Tests.WorkItemExecution #127528
1401406 dotnet/runtime System.Runtime.InteropServices.Tests.WorkItemExecution #127538
1401379 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127548
1400191 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127292
1401344 dotnet/runtime System.Runtime.InteropServices.Tests.WorkItemExecution #126932
1401298 dotnet/runtime System.Runtime.InteropServices.Tests.WorkItemExecution #127491
1401250 dotnet/runtime System.Runtime.InteropServices.Tests.WorkItemExecution #127543
1401234 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127542
1401160 dotnet/runtime System.Runtime.InteropServices.Tests.WorkItemExecution #127539
1401150 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126852
1401082 dotnet/runtime System.Runtime.InteropServices.Tests.WorkItemExecution #127533
1400441 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126904
1401068 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127412
1401005 dotnet/runtime System.Runtime.InteropServices.Tests.WorkItemExecution #127538
1400988 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127419
1400956 dotnet/runtime System.Runtime.InteropServices.Tests.WorkItemExecution #127536
1400938 dotnet/runtime System.Net.WebSockets.Client.Tests.WorkItemExecution #127534
1400934 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127535
1400907 dotnet/runtime System.Runtime.InteropServices.Tests.WorkItemExecution #126968
1400903 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126916
1400886 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127106
1400864 dotnet/runtime System.Runtime.Tests.WorkItemExecution #123920
1400840 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127532
1400789 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127310
1400912 dotnet/runtime System.Runtime.Tests.WorkItemExecution #125955
1400761 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127531
1400755 dotnet/runtime System.Runtime.Tests.WorkItemExecution #124738
1400751 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127300
1400742 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127492
1400708 dotnet/runtime System.Runtime.InteropServices.Tests.WorkItemExecution #127395
1400666 dotnet/runtime System.Runtime.InteropServices.Tests.WorkItemExecution #126625
1400660 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127483
1400650 dotnet/runtime System.Runtime.Tests.WorkItemExecution #126905
1400614 dotnet/runtime System.Runtime.InteropServices.Tests.WorkItemExecution #126549
1400623 dotnet/runtime System.Runtime.InteropServices.Tests.WorkItemExecution
1400569 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127527
1400552 dotnet/runtime System.Runtime.Tests.WorkItemExecution #127482
Displaying 100 of 352 results

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
5 37 352

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions