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

System.IO.FileSystem.Net5Compat.Tests failed on Android due to lowmemorykiller #55691

Closed
danmoseley opened this issue Jul 14, 2021 · 7 comments
Closed

Comments

@danmoseley
Copy link
Member

net6.0-Android-Release-x86-Mono_Release-Ubuntu.1804.Amd64.Android.Open

65 E lowmemorykiller: Kill 'net.dot.System.IO.FileSystem.Net5Compat.Tests' (7383), uid 10115, oom_adj 0 to free 2107432kB

Logs can be gotten from Work Item System.IO.FileSystem.Net5Compat.Tests in job 1db68265-e405-4d05-9dd7-cb05a69b84ff

in particular https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-46417-merge-1db68265e4054d059d/System.IO.FileSystem.Net5Compat.Tests/adb-logcat-net.dot.System.IO.FileSystem.Net5Compat.Tests-net.dot.MonoRunner.log?sv=2019-07-07&se=2021-08-03T20%3A09%3A04Z&sr=c&sp=rl&sig=NYCkCCBJSiwncQMds3ExUXcQiYOEFx3Ki%2BjTO5vv65I%3D

hit in #46417

@ghost
Copy link

ghost commented Jul 14, 2021

Tagging subscribers to this area: @dotnet/area-system-io
See info in area-owners.md if you want to be subscribed.

Issue Details

net6.0-Android-Release-x86-Mono_Release-Ubuntu.1804.Amd64.Android.Open

65 E lowmemorykiller: Kill 'net.dot.System.IO.FileSystem.Net5Compat.Tests' (7383), uid 10115, oom_adj 0 to free 2107432kB

Logs can be gotten from Work Item System.IO.FileSystem.Net5Compat.Tests in job 1db68265-e405-4d05-9dd7-cb05a69b84ff

in particular https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-46417-merge-1db68265e4054d059d/System.IO.FileSystem.Net5Compat.Tests/adb-logcat-net.dot.System.IO.FileSystem.Net5Compat.Tests-net.dot.MonoRunner.log?sv=2019-07-07&se=2021-08-03T20%3A09%3A04Z&sr=c&sp=rl&sig=NYCkCCBJSiwncQMds3ExUXcQiYOEFx3Ki%2BjTO5vv65I%3D

hit in #46417

Author: danmoseley
Assignees: -
Labels:

area-System.IO, os-android

Milestone: -

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Jul 14, 2021
@danmoseley
Copy link
Member Author

danmoseley commented Jul 15, 2021

@steveisok if there are other candidates for terminating perhaps we could use oom_score_adj to protect the test process? It can't make anything worse than terminating the test process?

If the test is simply using too much memory then I guess we need a dump to find out which test is the problem.

@steveisok steveisok added area-Infrastructure-mono and removed untriaged New issue has not been triaged by the area owner labels Jul 21, 2021
@ghost
Copy link

ghost commented Jul 21, 2021

Tagging subscribers to this area: @directhex
See info in area-owners.md if you want to be subscribed.

Issue Details

net6.0-Android-Release-x86-Mono_Release-Ubuntu.1804.Amd64.Android.Open

65 E lowmemorykiller: Kill 'net.dot.System.IO.FileSystem.Net5Compat.Tests' (7383), uid 10115, oom_adj 0 to free 2107432kB

Logs can be gotten from Work Item System.IO.FileSystem.Net5Compat.Tests in job 1db68265-e405-4d05-9dd7-cb05a69b84ff

in particular https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-46417-merge-1db68265e4054d059d/System.IO.FileSystem.Net5Compat.Tests/adb-logcat-net.dot.System.IO.FileSystem.Net5Compat.Tests-net.dot.MonoRunner.log?sv=2019-07-07&se=2021-08-03T20%3A09%3A04Z&sr=c&sp=rl&sig=NYCkCCBJSiwncQMds3ExUXcQiYOEFx3Ki%2BjTO5vv65I%3D

hit in #46417

Author: danmoseley
Assignees: -
Labels:

area-Infrastructure-mono, area-System.IO, os-android

Milestone: -

@steveisok steveisok added this to the 7.0.0 milestone Jul 21, 2021
@adamsitnik
Copy link
Member

Is this the only test project that fails with OOM on Android? I am asking because we plan to remove it in .NET 7 (#55196)

@steveisok
Copy link
Member

No, there are others and it's pretty random. I don't think this test is necessarily the cause.

@steveisok
Copy link
Member

Closing as the suite is no longer in .NET 7 and I haven't seen lowmem errors in emulators for a while.

@ghost ghost locked as resolved and limited conversation to collaborators Aug 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants