-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[mono] Tests failing with Failed to find compatible device: arm64-v8a
#87267
Comments
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue DetailsBuild InformationBuild: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=298055
Pull request: #86652 Error MessageFill the error message using step by step known issues guidance. {
"ErrorMessage": "ERROR: The process \"corerun.exe\" not found",
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
|
linux_bionic-arm64 Release AllSubsets_Mono
with corerun.exe not found
@ivanpovazan I think this log statement is from
and is harmless. E.g. it triggered on my #87165 for the JIT.opt workitem but the actual failure there was #87258 |
@jakobbotsch thanks for the info! |
I don't think there is an issue related to that log statement and I don't think it causes the work items to fail. So you should look for other failures in the logs. E.g. in [02:00:43] info: An error occurred running System.IO.Pipes.Tests.sh
[02:00:43] dbug: Exit code: 1
Std out:
Discovering: System.IO.Pipes.Tests (method display = ClassAndMethod, method display options = None)
Discovered: System.IO.Pipes.Tests (found 107 of 538 test cases)
Starting: System.IO.Pipes.Tests (parallel test collections = on, max threads = 8)
System.UnauthorizedAccessException : Access to the path '/data/local/tmp/CoreFxPipe_g2n3xo52.px0' is denied.
Stack Trace:
/_/src/libraries/System.IO.Pipes/src/System/IO/Pipes/NamedPipeServerStream.Unix.cs(336,0): at System.IO.Pipes.NamedPipeServerStream.SharedServer..ctor(String path, Int32 maxCount, Boolean isFirstPipeInstance)
/_/src/libraries/System.IO.Pipes/src/System/IO/Pipes/NamedPipeServerStream.Unix.cs(279,0): at System.IO.Pipes.NamedPipeServerStream.SharedServer.Get(String path, Int32 maxCount, PipeOptions pipeOptions)
/_/src/libraries/System.IO.Pipes/src/System/IO/Pipes/NamedPipeServerStream.Unix.cs(43,0): at System.IO.Pipes.NamedPipeServerStream.Create(String pipeName, PipeDirection direction, Int32 maxNumberOfServerInstances, PipeTransmissionMode transmissionMode, PipeOptions options, Int32 inBufferSize, Int32 outBufferSize, HandleInheritability inheritability)
/_/src/libraries/System.IO.Pipes/src/System/IO/Pipes/NamedPipeServerStream.cs(82,0): at System.IO.Pipes.NamedPipeServerStream..ctor(String pipeName, PipeDirection direction, Int32 maxNumberOfServerInstances, PipeTransmissionMode transmissionMode, PipeOptions options, Int32 inBufferSize, Int32 outBufferSize, HandleInheritability inheritability)
/_/src/libraries/System.IO.Pipes/src/System/IO/Pipes/NamedPipeServerStream.cs(39,0): at System.IO.Pipes.NamedPipeServerStream..ctor(String pipeName, PipeDirection direction, Int32 maxNumberOfServerInstances, PipeTransmissionMode transmissionMode, PipeOptions options)
/_/src/libraries/System.IO.Pipes/tests/NamedPipeTests/NamedPipeTest.CreateServer.cs(263,0): at System.IO.Pipes.Tests.NamedPipeTest_CreateServer.PipeOptions_FirstPipeInstanceWithSameNameReuse_Throws_UnauthorizedAccessException()
/_/src/mono/System.Private.CoreLib/src/System/Reflection/MethodInvoker.Mono.cs(30,0): at System.Reflection.MethodInvoker.InterpretedInvoke(Object obj, IntPtr* args)
/_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodInvoker.cs(59,0): at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
Finished: System.IO.Pipes.Tests
=== TEST EXECUTION SUMMARY ===
System.IO.Pipes.Tests Total: 150, Errors: 0, Failed: 1, Skipped: 0, Time: 2.364s
Std err:
System.IO.Pipes.Tests.NamedPipeTest_CreateServer.PipeOptions_FirstPipeInstanceWithSameNameReuse_Throws_UnauthorizedAccessException [FAIL] So for example you could use |
Failed to find compatible device: arm64-v8a
Thank you very much for the detailed explanation, and sorry for the confusion. I have updated the search term to be: This issue seems to be related to a missing device on
I will create a separate tracking issue as these don't seem to be related. |
The recent failures were because of a broken machine: DNCENGWIN-038 |
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=298055
Build error leg:
Tests failing:
Pull request: #86652
Error Message
Fill the error message using step by step known issues guidance.
Report
Summary
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=323893
Error message validated:
crit: Failed to find compatible device: arm64-v8a
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 6/28/2023 9:22:27 PM UTC
The text was updated successfully, but these errors were encountered: