-
Notifications
You must be signed in to change notification settings - Fork 19
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
[iOS.Simulator] Failed to determine the exit code #639
Comments
This seems to occur in the logs:
|
As pointed out above - seems like a SDK mismatch - error NETSDK1045: The current .NET SDK does not support targeting .NET 9.0. Either target .NET 8.0 or lower, or use a version of the .NET SDK that supports .NET 9.0. Download the .NET SDK from https://aka.ms/dotnet/download @steveisok - who is the best contact to assign this issue too. Killing many iOS simulator runs. |
Weirdly, that doesn't seem to be stopping anything. If you look at https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-heads-main-597fd7c448d446a1a3/JIT_Methodical/1/console.b37fd04b.log?helixlogtype=result, you'll notice the app builds and executes. I think
Notice the failed to determine is from XHarness.log and on the next line it finds it within JIT_Methodical.log. I think some of these are passing. |
@akoeplinger, I have to suspect the |
Interesting, I checked a few other logs, yeah, the tests are indeed passing. |
This has been fixed with: dotnet/runtime@e8b8a77 |
@ilyas1974 when you get a chance, can you close this issue as it has been resolved? |
Build
https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=383982
Build leg reported
iOS.Simulator.LibraryMode.Test.WorkItemExecution
Pull Request
dotnet/runtime#91008
Known issue core information
Fill out the known issue JSON section by following the step by step documentation on how to create a known issue
@dotnet/dnceng
Release Note Category
Release Note Description
Additional information about the issue reported
No response
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=383982
Error message validated:
Failed to determine the exit code
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 8/24/2023 3:44:42 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: