-
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
profiler\\multiple\\multiple\\multiple.cmd failing on windows arm64 #98817
Comments
Known issues update: This issue has been affected by the issue described in: dotnet/dnceng#2065. Since all the issues opened after 02/20 can cause the build analysis to fail, I will exclude this issue from the build analysis and add a tracking label to restore it as a known issue once this problem is resolved. |
Tagging subscribers to this area: @tommcdon Issue DetailsBuild InformationBuild: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=574998 Error MessageFill the error message using step by step known issues guidance. {
"ErrorMessage": "Unhandled exception. System.Exception: Profiler tests are expected to contain the text 'PROFILER TEST PASSES'",
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
|
I will give it a quick look. |
It does not appear to be fixed. It was just hit by #98741 on windows arm64 checked:
|
Also failing in jitstress: #98787 |
This is a new failure mode, the test waits on an event for 5 minutes and is timing out waiting for all profilers to detach. I made a PR to increase the timeout here #99014 For the jitstress failures, it is marked as JitOptimizationSensitive, shouldn't it be blocked from running under jitstress? |
I don't know if zapdisable gets auto-detected as jit stress. Technically it's not true jit stress, it just happens to be running as part of the jit stress job.
|
Hopefully fixed with the increased timeout in #99014. If this continues to fail I can disable on arm64 |
5 minutes is a lot of time. I doubt that increasing it to 10 minutes is going to help. The most likely explanation of the symptoms is that the test is hitting intermittent hang (deadlock, etc.). Is it possible to modify the test to produce dumps when it is timing out so that we can see what's going on? |
Opened #99075 to throw an exception when we time out rather than just log |
Reactivating. This is still failing on number of PRs. |
The error message tracked by this issue can have number of different causes. The root cause of the failure tracked by this issue was fixed. This issue should not be reactivated. A new issue should be opened instead. |
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=574998
Build error leg or test failing: profiler\multiple\multiple\multiple.cmd
Pull request: #98777
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=574998
Error message validated:
[Unhandled exception. System.Exception: Profiler tests are expected to contain the text 'PROFILER TEST PASSES'
]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 2/28/2024 1:41:53 AM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: