Closed jkotas closed 11 months ago
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries See info in area-owners.md if you want to be subscribed.
Author: | jkotas |
---|---|
Assignees: | - |
Labels: | `area-Infrastructure-libraries`, `blocking-clean-ci`, `Known Build Error` |
Milestone: | - |
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas See info in area-owners.md if you want to be subscribed.
Author: | jkotas |
---|---|
Assignees: | - |
Labels: | `area-Infrastructure-libraries`, `blocking-clean-ci`, `untriaged`, `area-NativeAOT-coreclr`, `Known Build Error` |
Milestone: | - |
ARM64 Linux and ILC is compiled with OptimizationPreference=Speed
. Could be related to #86929.
ARM64 Linux and ILC is compiled with
OptimizationPreference=Speed
. Could be related to #86929.
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: https://github.com/dotnet/runtime/issues/87078#issuecomment-1579859383
Reopening this as I'm seeing this in CI recently and it's blocking tests from being run.
Where do you see this? I disabled the test on Linux in #95896
I saw it in https://github.com/dotnet/runtime/pull/95808 which last ran before that change was merged. Should we keep this open as the tracking issue?
Ah, 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: https://github.com/dotnet/runtime/pull/91831
Error Message
Fill the error message using step by step known issues guidance.
Known issue validation
Build: :mag_right: 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: :white_check_mark: Known issue matched with the provided build. Validation performed at: 9/11/2023 3:20:56 PM UTCReport
Summary