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 crossgen 2 failures: The file is not a ReadyToRun image #87299

Closed
hoyosjs opened this issue Jun 8, 2023 · 4 comments
Closed

Outerloop crossgen 2 failures: The file is not a ReadyToRun image #87299

hoyosjs opened this issue Jun 8, 2023 · 4 comments
Labels
area-R2RDump-coreclr Ready-to-run image dump tool blocking-outerloop Blocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runs Known Build Error Use this to report build issues in the .NET Helix tab

Comments

@hoyosjs
Copy link
Member

hoyosjs commented Jun 8, 2023

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=299541
Build error leg or test failing: JIT.opt.WorkItemExecution
Pull request: #87261

Error Message

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

{
  "ErrorMessage": "Error: System.BadImageFormatException: The file is not a ReadyToRun image",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Report

Build Definition Test Pull Request
318594 dotnet/runtime JIT/Regression/JitBlue/DevDiv_255294/DevDiv_255294/DevDiv_255294.cmd
317390 dotnet/runtime PayloadGroup0.WorkItemExecution
315024 dotnet/runtime JIT/Regression/JitBlue/DevDiv_255294/DevDiv_255294/DevDiv_255294.cmd
314400 dotnet/runtime JIT/Regression/JitBlue/DevDiv_255294/DevDiv_255294/DevDiv_255294.cmd
313103 dotnet/runtime PayloadGroup0.WorkItemExecution
311865 dotnet/runtime Regressions/coreclr/GitHub_54719/test54719/test54719.sh
311711 dotnet/runtime Regressions/coreclr/GitHub_45037/test45037/test45037.sh
311712 dotnet/runtime PayloadGroup0.WorkItemExecution
311597 dotnet/runtime Regressions/coreclr/GitHub_54719/test54719/test54719.sh
311578 dotnet/runtime Regressions/coreclr/GitHub_45037/test45037/test45037.sh
311497 dotnet/runtime Regressions/coreclr/GitHub_54719/test54719/test54719.sh
311363 dotnet/runtime Regressions/coreclr/GitHub_45037/test45037/test45037.sh
311319 dotnet/runtime PayloadGroup0.WorkItemExecution
311318 dotnet/runtime PayloadGroup0.WorkItemExecution
311307 dotnet/runtime Regressions/coreclr/GitHub_45037/test45037/test45037.sh
311305 dotnet/runtime Regressions/coreclr/GitHub_54719/test54719/test54719.sh
311190 dotnet/runtime Regressions/coreclr/GitHub_45037/test45037/test45037.sh
310909 dotnet/runtime PayloadGroup0.WorkItemExecution
310908 dotnet/runtime PayloadGroup0.WorkItemExecution
310889 dotnet/runtime PayloadGroup0.WorkItemExecution #87241
310769 dotnet/runtime PayloadGroup0.WorkItemExecution #87241
310510 dotnet/runtime PayloadGroup0.WorkItemExecution #87588
310478 dotnet/runtime PayloadGroup0.WorkItemExecution
309817 dotnet/runtime PayloadGroup0.WorkItemExecution
309621 dotnet/runtime PayloadGroup0.WorkItemExecution
309622 dotnet/runtime Regressions/coreclr/GitHub_54719/test54719/test54719.sh
309581 dotnet/runtime PayloadGroup0.WorkItemExecution #87421
309485 dotnet/runtime Regressions/coreclr/GitHub_54719/test54719/test54719.sh
309277 dotnet/runtime PayloadGroup0.WorkItemExecution #87438
308896 dotnet/runtime Regressions/coreclr/GitHub_54719/test54719/test54719.sh
308149 dotnet/runtime Regressions/coreclr/GitHub_54719/test54719/test54719.sh
308007 dotnet/runtime PayloadGroup0.WorkItemExecution
308008 dotnet/runtime PayloadGroup0.WorkItemExecution
307831 dotnet/runtime PayloadGroup0.WorkItemExecution
307293 dotnet/runtime PayloadGroup0.WorkItemExecution
306663 dotnet/runtime Regressions/coreclr/GitHub_45037/test45037/test45037.sh
306672 dotnet/runtime Regressions/coreclr/GitHub_54719/test54719/test54719.sh #87536
306512 dotnet/runtime PayloadGroup0.WorkItemExecution
306513 dotnet/runtime Regressions/coreclr/GitHub_45037/test45037/test45037.sh
306358 dotnet/runtime Regressions/coreclr/GitHub_45037/test45037/test45037.sh
305654 dotnet/runtime HardwareIntrinsics_X86_Avx_ro.WorkItemExecution
303328 dotnet/runtime TypeGeneratorTests1000-1099.WorkItemExecution
303173 dotnet/runtime Regression_2.WorkItemExecution
303167 dotnet/runtime jit64_4.WorkItemExecution
302824 dotnet/runtime JIT/Regression/JitBlue/DevDiv_255294/DevDiv_255294/DevDiv_255294.cmd
300944 dotnet/runtime JIT/Regression/JitBlue/DevDiv_255294/DevDiv_255294/DevDiv_255294.cmd
299568 dotnet/runtime JIT.opt.WorkItemExecution
299541 dotnet/runtime JIT.opt.WorkItemExecution #87261
299429 dotnet/runtime JIT.opt.WorkItemExecution
299427 dotnet/runtime JIT.opt.WorkItemExecution
299396 dotnet/runtime JIT.opt.WorkItemExecution
299397 dotnet/runtime JIT.opt.WorkItemExecution
299242 dotnet/runtime JIT.opt.WorkItemExecution

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 5 53
@hoyosjs hoyosjs added area-R2RDump-coreclr Ready-to-run image dump tool blocking-outerloop Blocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runs Known Build Error Use this to report build issues in the .NET Helix tab labels Jun 8, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Jun 8, 2023
@hoyosjs
Copy link
Member Author

hoyosjs commented Jun 8, 2023

Related: #86399

@jakobbotsch
Copy link
Member

This, #87305 and #87258 are likely all the same issue and were fixed by #87263. cc @EgorBo

@mangod9
Copy link
Member

mangod9 commented Jun 26, 2023

Is this ok to close? Havent seen hits in the last few days?

@hoyosjs
Copy link
Member Author

hoyosjs commented Jun 26, 2023

SGTM

@hoyosjs hoyosjs closed this as completed Jun 26, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Jun 26, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Jul 26, 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-outerloop Blocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runs Known Build Error Use this to report build issues in the .NET Helix tab
Projects
None yet
Development

No branches or pull requests

3 participants