Skip to content
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

outerloop: System.IO.Tests on linux-musl-x64 AOT running into SIGKILL #102800

Closed
am11 opened this issue May 29, 2024 · 7 comments
Closed

outerloop: System.IO.Tests on linux-musl-x64 AOT running into SIGKILL #102800

am11 opened this issue May 29, 2024 · 7 comments
Labels
area-NativeAOT-coreclr blocking-outerloop Blocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runs os-linux-musl Linux distributions using musl library.
Milestone

Comments

@am11
Copy link
Member

am11 commented May 29, 2024

From main branch: https://dev.azure.com/dnceng-public/public/_build/results?buildId=689281&view=logs&j=20e6f673-0b0c-5c85-377c-5d941d4c8ee3&t=5801e1cc-59c5-5e47-8484-142b970afd58

console logs: https://helixre107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-heads-main-9fc74348a0df49998b/System.IO.Tests/1/console.69ead1c7.log?helixlogtype=result

[SKIP] System.IO.Tests.TextWriterTests.CreateBroadcasting_AllMethodsOverridden
./RunTests.sh: line 179:    21 Killed                  ./System.IO.Tests -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing -xml testResults.xml $RSP_FILE
/root/helix/work/workitem/e
----- end Tue May 28 10:50:09 UTC 2024 ----- exit code 137 ----------------------------------------------------------
exit code 137 means SIGKILL Killed either due to out of memory/resources (see /var/log/messages) or by explicit kill.
ulimit -c value: unlimited
@am11 am11 added blocking-outerloop Blocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runs area-NativeAOT-coreclr labels May 29, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label May 29, 2024
Copy link
Contributor

Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas
See info in area-owners.md if you want to be subscribed.

@MichalStrehovsky MichalStrehovsky added the os-linux-musl Linux distributions using musl library. label May 29, 2024
@MichalStrehovsky
Copy link
Member

I've seen this before. It's a sigkill so there's no dump. And downloading the test binary from the CI and running it on Alpine locally works fine.

@am11
Copy link
Member Author

am11 commented May 29, 2024

Maybe we can turn it into a tracking issue with Known Build Error label, so Build Analysis doesn't fail in PRs?

@am11 am11 changed the title outerloop: System.IO.Tests on linux-x64 AOT running into SIGKILL outerloop: System.IO.Tests on linux-musl-x64 AOT running into SIGKILL May 29, 2024
@MichalStrehovsky
Copy link
Member

Build analysis doesn't look at runtime-nativeaot-outerloop pipeline.

@am11
Copy link
Member Author

am11 commented May 29, 2024

Ah ok. I saw #98964 (outerloop, tracking and with known-build-error label), so I thought that's the way. Since this is failing in CI, lets keep it opened so others' PR won't get blocked?

@MichalStrehovsky
Copy link
Member

Yep, I agree it should be open. Just don't know what to do with it :).

@MichalStrehovsky MichalStrehovsky added this to the Future milestone Jun 26, 2024
@agocke agocke removed the untriaged New issue has not been triaged by the area owner label Jun 28, 2024
@jkotas
Copy link
Member

jkotas commented Jul 3, 2024

This is not specific to native AOT. Duplicate of #100558

@jkotas jkotas closed this as completed Jul 3, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-NativeAOT-coreclr blocking-outerloop Blocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runs os-linux-musl Linux distributions using musl library.
Projects
Archived in project
Development

No branches or pull requests

4 participants