-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
[release/2.1] Clean up E_FAIL
compilation errors
#30760
Comments
/fyi @dotnet/aspnet-build I need to download a binary log to debug timeouts I'm seeing in internal (i.e. actual validation😀) builds of my branch for #30729. I'll self-assign this and fix it if the problem is fairly obvious. But, because this issue doesn't cause build failures, I won't spend too much time on it. |
Found errors mostly or all are about @trylek @AntonLapounov @jkotas given that context, how can we clean up our messy builds❔ |
We have dotnet/coreclr#24386 fix in .NET Core 3.x branches, but not in 2.x ones. Considering .NET Core 2.1 is near its end-of-support, I am not sure whether there will be another release. |
This isn't really true for ASP.NET Core because .NET Framework on Windows exists. From https://dotnet.microsoft.com/platform/support/policy/aspnet
Admittedly, https://dotnet.microsoft.com/platform/support/policy/aspnetcore-2.1 lists the packages from this repo and dotnet/extensions that will be supported going forward and the platform-specific packages derived from Microsoft.AspNetCore.App and Microsoft.AspNetCore.All e.g. runtime.win-x86.Microsoft.AspNetCore.All (where we use /fyi @Pilchie is working with a few others to add dotnet/corefx / dotnet/core-setup packages to the package listing. From #30729
Doesn't sound like a great option because important problems could be lost. My strong preference is to avoid the |
@dougbu You may discuss with danmoseley whether that would meet the bar for release/2.1. |
@AntonLapounov thanks. Will follow up once I have confirmation on packages like runtime.win-x86.Microsoft.AspNetCore.All. @Pilchie will we need those longer term❔ |
I should have mentioned this issue has existed forever. What's new is building on AzDO instead of TeamCity. The extra verbiage is much more difficult to get through because TeamCity automatically hides large swaths of build output unless you really want to see it. |
I'm not sure yet - there is a meeting next week to sort out the plan for supporting ASP.NET Core 2.1 on .NET Framework after .NET Core 2.1 goes out of support. Hopefully that will bring some clarity here. |
To confirm: You meant to close this @Pilchie and will reopen it if we need the runtime packs post-2.1-EOL❔ |
Whoops - sorry! No, I didn't mean to close it. |
Errors are definitely annoying but we can wade through them forever more, just as we have been. |
The SharedFx and later jobs emit loads (around 1000) of errors like:
These errors do not fail builds but do make for rather noisy logs❕ Would like to get to the bottom of this…
Problems are limited to the internal build pipeline and first show up around https://dev.azure.com/dnceng/internal/_build/results?buildId=997298. It's not clear whether the problem existed before then because most builds were unsuccessful in the earlier "Build and test: Windows" job.
The text was updated successfully, but these errors were encountered: