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

R2RDumpTests failing under gcstress with "App Exit Code: 259" #93233

Closed
jakobbotsch opened this issue Oct 9, 2023 · 4 comments · Fixed by #93820
Closed

R2RDumpTests failing under gcstress with "App Exit Code: 259" #93233

jakobbotsch opened this issue Oct 9, 2023 · 4 comments · Fixed by #93820
Labels
area-R2RDump-coreclr Ready-to-run image dump tool blocking-clean-ci-optional Blocking optional rolling runs Known Build Error Use this to report build issues in the .NET Helix tab
Milestone

Comments

@jakobbotsch
Copy link
Member

jakobbotsch commented Oct 9, 2023

Error Blob

{
  "ErrorMessage": "",
  "BuildRetry": false,
  "ErrorPattern": "Running test: readytorun/r2rdump/FrameworkTests/R2RDumpTests/R2RDumpTests.dll\\nApp Exit Code: 259",
  "ExcludeConsoleLog": false
}

Reproduction Steps

See readytorun.0.1 work item failures in https://dev.azure.com/dnceng-public/public/_build/results?buildId=431262&view=ms.vss-test-web.build-test-results-tab&runId=9537426&resultId=166901&paneView=dotnet-dnceng.dnceng-anon-build-release-tasks.helix-anon-test-information-tab

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=431262
Error message validated: Running test: readytorun/r2rdump/FrameworkTests/R2RDumpTests/R2RDumpTests.dll\nApp Exit Code: 259
Result validation: ❌ Known issue did not match with the provided build.
Validation performed at: 10/9/2023 3:27:25 PM UTC

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
@jakobbotsch jakobbotsch added blocking-clean-ci-optional Blocking optional rolling runs Known Build Error Use this to report build issues in the .NET Helix tab labels Oct 9, 2023
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-R2RDump-coreclr Ready-to-run image dump tool label Oct 9, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Oct 9, 2023
@mangod9 mangod9 removed the untriaged New issue has not been triaged by the area owner label Oct 9, 2023
@mangod9 mangod9 added this to the 9.0.0 milestone Oct 9, 2023
@mangod9
Copy link
Member

mangod9 commented Oct 9, 2023

@trylek @cshung

@jakobbotsch
Copy link
Member Author

The test is already marked as GCStressIncompatible, so why is it running? This looks introduced by #92029. @trylek can you figure out how to disable it again so that GCStress isn't red?

@jakobbotsch
Copy link
Member Author

Also cc @markples, I seem to recall him having some similar issues around GCStress when doing the JIT test merging. Not sure how we ended up resolving it.

@markples
Copy link
Member

This test needs to have RequiresProcessIsolation set. The merged infrastructure doesn't handle GCStressIncompatible, so we need to go back to the cmd/sh logic for now. @trylek Can you please check the steps that you used to convert this directory to see if there are any others like this? (Did ILTransform miss it, or was another technique used here?)

jakobbotsch added a commit to jakobbotsch/runtime that referenced this issue Oct 21, 2023
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Oct 21, 2023
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Oct 23, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Nov 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-R2RDump-coreclr Ready-to-run image dump tool blocking-clean-ci-optional Blocking optional rolling runs Known Build Error Use this to report build issues in the .NET Helix tab
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants