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.Diagnostics.Process.Tests failure on net10.0-linux-Debug-arm64-Mono_Minijit_Debug #110643

Open
am11 opened this issue Dec 12, 2024 · 3 comments
Labels
area-System.Diagnostics.Process blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab untriaged New issue has not been triaged by the area owner

Comments

@am11
Copy link
Member

am11 commented Dec 12, 2024

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=893020
Build error leg or test failing: System.Diagnostics.Tests.ProcessTests.TestGetProcessById
Pull request: #110198

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": ["Expected: \".NET Long Runni\"","System.Diagnostics.Tests.ProcessTests.TestGetProcessById"],
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=893020
Error message validated: [Expected: ".NET Long Runni" System.Diagnostics.Tests.ProcessTests.TestGetProcessById]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 12/12/2024 6:55:46 PM UTC

Report

Build Definition Test Pull Request
893020 dotnet/runtime System.Diagnostics.Tests.ProcessTests.TestGetProcessById #110631

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 1 1

Report

Build Definition Test Pull Request
893020 dotnet/runtime System.Diagnostics.Tests.ProcessTests.TestGetProcessById #110631

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 1 1
@am11 am11 added area-System.Diagnostics-mono blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab labels Dec 12, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Dec 12, 2024
@jkotas
Copy link
Member

jkotas commented Dec 12, 2024

Expected: ".NET Long Runni" is very generic pattern that can match number of unrelated issues. I have updated it to be make it more specific.

@mdh1418
Copy link
Member

mdh1418 commented Dec 16, 2024

This looks like a dupe of #107821. It seems odd that the expected name is ".NET Long Runni", do we really expect the process started by CreateDefaultProcess to have that name (which looks like that name stems from a long running task being trimmed

) instead of dotnet?

All other instances of .NET Long Runni in other issues seem to be some problem with hangs/futex-internal.c when looking at callstacks in #92070, #90019, #105808, and maybe even #109630 and #106595 might have the same underlying issue.

Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Diagnostics.Process blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

4 participants