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

CoreCLR GCC Product Build Linux x64 leg failing in CI #58744

Closed
ViktorHofer opened this issue Sep 7, 2021 · 3 comments
Closed

CoreCLR GCC Product Build Linux x64 leg failing in CI #58744

ViktorHofer opened this issue Sep 7, 2021 · 3 comments
Labels
area-Infrastructure blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'
Milestone

Comments

@ViktorHofer
Copy link
Member

CMake Error at /__w/1/s/src/libraries/Native/Unix/configure.cmake:683 (check_library_exists):
  check_library_exists Macro invoked with incorrect arguments for macro
  named: CHECK_LIBRARY_EXISTS
Call Stack (most recent call first):
  /__w/1/s/src/libraries/Native/Unix/CMakeLists.txt:112 (include)

-- Configuring incomplete, errors occurred!
See also "/__w/1/s/artifacts/obj/coreclr/Linux.x64.Checked/CMakeFiles/CMakeOutput.log".
See also "/__w/1/s/artifacts/obj/coreclr/Linux.x64.Checked/CMakeFiles/CMakeError.log".
/__w/1/s
/__w/1/s/artifacts/obj/coreclr/Linux.x64.Checked /__w/1/s
Executing make install -j 4
make: *** No rule to make target `install'.  Stop.
/__w/1/s
##[error]Failed to build "CoreCLR component".
##[error]Bash exited with code '2'.

Likely regressed with #58701 which didn't run the failing leg (for whatever reason?).

cc @MichalStrehovsky

@dotnet-issue-labeler dotnet-issue-labeler bot added area-Infrastructure-coreclr untriaged New issue has not been triaged by the area owner labels Sep 7, 2021
@ViktorHofer ViktorHofer added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' and removed area-Infrastructure-coreclr untriaged New issue has not been triaged by the area owner labels Sep 7, 2021
@MichalStrehovsky
Copy link
Member

Not at my PC anymore for the rest of the day, but submitted #58746 to see if it fixes it. That line cost me half an hour of investigation (I saw a red herring) and it feels like it might be behind this too.

@ViktorHofer
Copy link
Member Author

Reverted the offending change in #58755.

@MichalStrehovsky
Copy link
Member

which didn't run the failing leg (for whatever reason?).

@ViktorHofer Looks like the leg only triggers when coreclr is changed but it doesn't consider changes to src/libraries/Native to be coreclr changes (it also doesn't trigger in #58746).

I tried to find where the definition of "coreclr changes" is but got lost in the yaml. Filed #58779 so that it doesn't get lost.

@ghost ghost locked as resolved and limited conversation to collaborators Oct 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Infrastructure blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms'
Projects
None yet
Development

No branches or pull requests

3 participants