-
Notifications
You must be signed in to change notification settings - Fork 5k
Ubuntu 18.04 x64 build failing #27954
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
Comments
I have tried deleting my |
I am also running Ubuntu 18.04 if that is relevant. |
You need the binary log viewer: https://github.com/Microsoft/msbuild/blob/master/documentation/wiki/Binary-Log.md |
I just tried with my azure Linux x64 Ubuntu 18.04 VM as well. I get similar symptoms. I'll try a fresh 18.04 VM. |
This is hard crash. Is it deterministic or does it go away when you retry the build? We seem to be hitting bad crashes during the build more frequently recently (another instance: https://github.com/dotnet/coreclr/issues/20487). Maybe related to arcade tooling updates? |
It seems to be repeatable. The log seems to end about the same place each time. |
This crash should generate coredump. Could you please try to get the coredump and open it in lldb to see where it is crashing? |
This is the call stack
|
This looks like a crash while trying to load unmanaged library. Could you please try to find the name of the library that this is trying to load? |
I tried a clean Ubuntu 18.04 VM, it had the same issue. |
Looks like it is trying to load Strace fragment
Strange thing is it found libc, opened it and kept looking... Perhaps not the expected version? |
In Ubuntu 18.04, libc.so contains
|
I created 14.04 & 16.04 VMs. Both build corefx successfully. |
Also failing for me consistently on Ubuntu 18.04.
|
Same issue(my track comment). |
Seems this is an issue of fragility in loading dependencies of LibGit2Sharp which is used by Microsoft.Build.Tasks.Git.RepositoryTasks which is owned by SourceLink: |
FWIW, I am getting this error when running
|
Please note that in the source link issue. |
@danmosemsft so is this https://github.com/dotnet/corefx/issues/33987, and was therefore fixed with dotnet/corefx#34186? |
No that's something different. See the linked issue |
Fixed with dotnet/arcade@bf5f600 |
On the current tip, I am seeing build failures on Linux x64.
The
./build.sh
script output ends with a messageThe
Build.binlog
is a binary file and does not seem to contain useful information.Early in the console output there are a series of warnings
The text was updated successfully, but these errors were encountered: