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

Bazel CI pipeline broken at HEAD on all platforms #5113

Closed
jin opened this issue Apr 28, 2018 · 3 comments
Closed

Bazel CI pipeline broken at HEAD on all platforms #5113

jin opened this issue Apr 28, 2018 · 3 comments
Labels
breakage P0 This is an emergency and more important than other current work. (Assignee required)

Comments

@jin
Copy link
Member

jin commented Apr 28, 2018

ERROR: /var/lib/buildkite-agent/builds/buildkite-ubuntu1404-70nv-1/bazel/bazel-bazel/src/main/cpp/BUILD:69:1: Couldn't build file src/main/cpp/_objs/client/src/main/cpp/blaze.pic.o: C++ compilation of rule '//src/main/cpp:client' failed (Exit 1)
--
  | src/main/cpp/blaze.cc:37:28: fatal error: grpcpp/channel.h: No such file or directory
  | #include <grpcpp/channel.h>
  | ^
  | compilation terminated.
  | Target //src:bazel failed to build
  | Use --verbose_failures to see the command lines of failed build steps.
  | INFO: Elapsed time: 14.211s, Critical Path: 5.41s
  | FAILED: Build did NOT complete successfully
  | At least one test failed or was flaky.
  | 🚨 Error: The command exited with status 1

likely culprit: 52356e7

@jin jin added P0 This is an emergency and more important than other current work. (Assignee required) breakage labels Apr 28, 2018
@jin
Copy link
Member Author

jin commented Apr 28, 2018

Looks like OSS GRPC changed their references from grpc++ to grpcpp, but we are still referring to the older version.

grpc/grpc@c90a856

@jin
Copy link
Member Author

jin commented Apr 28, 2018

rollback in progress https://bazel-review.googlesource.com/c/bazel/+/53673

@jin
Copy link
Member Author

jin commented Apr 28, 2018

looks like our vendored GRPC C++ libs are 2 years old: https://github.com/bazelbuild/bazel/tree/master/third_party/grpc/include

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breakage P0 This is an emergency and more important than other current work. (Assignee required)
Projects
None yet
Development

No branches or pull requests

1 participant