-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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 4.0.0 build failing #14475
Comments
made it finally following the diff from bazelbuild/bazel#12887 I modified WORKSPACE like this. diff --git a/WORKSPACE b/WORKSPACE +load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
+load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies", "rules_proto_toolchains") ray_deps_setup() |
I actually have some errors - from time to time. Not sure is this compilation is the problem. I found the same issue with ray-nightly also (pid=gcs_server) [2021-03-08 16:35:53,918 C 124910 124910] gcs_placement_group_scheduler.cc:202: Check failed: it != placement_group_leasing_in_progress_.end() |
It seems the same issue as #14117 |
True, I'll watch that Issue. This can be closed |
What is the problem?
bazel build -c fastbuild //:ray_pkg failing
Ray version and other system information (Python version, TensorFlow version, OS):
git origin/master
Reproduction (REQUIRED)
I followed the steps from https://docs.ray.io/en/master/development.html
Fast, Debug, and Optimized Builds
Error is
DEBUG: /home/.../git/ray/bazel/ray_deps_setup.bzl:63:14: No implicit mirrors used because urls were explicitly provided
ERROR: /home/.../.cache/bazel/bazel.../3d6f788daadb4d2ddf971c3424fdc02c/external/com_google_protobuf/BUILD:873:21: in proto_lang_toolchain rule @com_google_protobuf//:cc_toolchain: '@com_google_protobuf//:cc_toolchain' does not have mandatory provider 'ProtoInfo'.
ERROR: Analysis of target '//:ray_pkg' failed; build aborted: Analysis of target '@com_google_protobuf//:cc_toolchain' failed
INFO: Elapsed time: 0.252s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded, 0 targets configured)
bazel --version
bazel 4.0.0
The text was updated successfully, but these errors were encountered: