question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[release/2.1] Clean up `E_FAIL` compilation errors

See original GitHub issue

The SharedFx and later jobs emit loads (around 1000) of errors like:

Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL)) while compiling method MessagePackSerializer.SerializeAsync

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.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
AntonLapounovcommented, Mar 31, 2021

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.

0reactions
dougbucommented, Sep 21, 2021

Errors are definitely annoying but we can wade through them forever more, just as we have been.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Projects for some frameworks don't surface compilation ...
Current behavior After an initial clean build (no compilation errors), compilation errors are no longer surfaced in the runner.
Read more >
xcode doesn't show compiler errors in code
Here are no solutions, but 4 things to look at: 1. Sometimes Xcode is just very, very slow in getting error messages to...
Read more >
XCode 14 compile errors immediately disappear or do not ...
I'm unable to use XCode 14 to develop my app because as soon as a compiler error is shown, it is immediately withdrawn...
Read more >
Cleanup on error in CMake
When concerned about build actions (as opposite to configure actions), CMake is bad for general scripting. And a sequence of COMMAND options ...
Read more >
Troubleshooting compilation errors - Rhapsody
IBM® Engineering Systems Design Rhapsody® displays compilation errors that occur. To find the source of the compilation error in the code, double-click the ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found