-
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
ilc crash while compiling System.Text.Json.SourceGeneration.Roslyn tests #91885
Comments
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue Details
Build InformationBuild: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=400925 Error MessageFill the error message using step by step known issues guidance. {
"ErrorMessage": "",
"ErrorPattern": "ilc.*System.Text.Json.SourceGeneration.Roslyn.*exited with code 137",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
|
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas Issue Details
Build InformationBuild: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=400925 Error MessageFill the error message using step by step known issues guidance. {
"ErrorMessage": "",
"ErrorPattern": "ilc.*System.Text.Json.SourceGeneration.Roslyn.*exited with code 137",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
|
ARM64 Linux and ILC is compiled with |
Ah, cross build to ARM64, not ARM64. |
Also, this looks like ILC running on CoreCLR. We need dumps for crashes during the build to make a good progress on issues like this one. |
This looks like an OOM kill. |
Reopening this as I'm seeing this in CI recently and it's blocking tests from being run. Additional context: #87078 (comment) |
Where do you see this? I disabled the test on Linux in #95896 |
I saw it in #95808 which last ran before that change was merged. Should we keep this open as the tracking issue? |
I don't think there's anything we can do about the test besides maybe completely disabling parallel build (I don't want to do that). It's a big test, and it's not platform specific, so we get enough coverage on Windows. |
/__w/1/s/artifacts/bin/coreclr/linux.arm64.Checked/build/Microsoft.NETCore.Native.targets(302,5): error MSB3073: The command ""/__w/1/s/artifacts/bin/coreclr/linux.arm64.Checked/x64/ilc/ilc" @"/__w/1/s/artifacts/obj/System.Text.Json.SourceGeneration.Roslyn4.4.Tests/Release/net9.0/native/System.Text.Json.SourceGeneration.Roslyn4.4.Tests.ilc.rsp"" exited with code 137.
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=400925
Build error leg or test failing: Build / linux-x64 Release NativeAOT_Libs
Pull request: #91831
Error Message
Fill the error message using step by step known issues guidance.
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=400925
Error message validated:
ilc.*System.Text.Json.SourceGeneration.Roslyn.*exited with code 137
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 9/11/2023 3:20:56 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: