You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: Couldn't auto load rules or symbols, because no dependency on module/repository 'rules_android' found. This will result in a failure if there's a reference to those rules or symbols.
ERROR: Traceback (most recent call last):
File "/home/xxx/.cache/bazel/_bazel_xxx/2c97009201ec9530a71969959cb7ca54/external/protoc-gen-validate+/validate/BUILD", line 3, column 47, in
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_proto_library")
Error: file '@rules_cc//cc:defs.bzl' does not contain symbol 'cc_proto_library'
ERROR: Traceback (most recent call last):
File "/home/xxx/.cache/bazel/_bazel_xxx/2c97009201ec9530a71969959cb7ca54/external/grpc++grpc_repo_deps_ext+com_envoyproxy_protoc_gen_validate/validate/BUILD", line 3, column 47, in
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_proto_library")
Error: file '@rules_cc//cc:defs.bzl' does not contain symbol 'cc_proto_library'
ERROR: /home/xxx/.cache/bazel/_bazel_xxx/2c97009201ec9530a71969959cb7ca54/external/grpc++grpc_repo_deps_ext+com_envoyproxy_protoc_gen_validate/validate/BUILD: no such target '@@grpc++grpc_repo_deps_ext+com_envoyproxy_protoc_gen_validate//validate:validate_proto': target 'validate_proto' not declared in package 'validate' defined by /home/xxx/.cache/bazel/_bazel_xxx/2c97009201ec9530a71969959cb7ca54/external/grpc++grpc_repo_deps_ext+com_envoyproxy_protoc_gen_validate/validate/BUILD
ERROR: /home/xxx/.cache/bazel/_bazel_xxx/2c97009201ec9530a71969959cb7ca54/external/grpc++grpc_repo_deps_ext+envoy_api/envoy/type/v3/BUILD:7:18: no such target '@@grpc++grpc_repo_deps_ext+com_envoyproxy_protoc_gen_validate//validate:validate_proto': target 'validate_proto' not declared in package 'validate' defined by /home/xxx/.cache/bazel/_bazel_xxx/2c97009201ec9530a71969959cb7ca54/external/grpc++grpc_repo_deps_ext+com_envoyproxy_protoc_gen_validate/validate/BUILD and referenced by '@@grpc++grpc_repo_deps_ext+envoy_api//envoy/type/v3:pkg'
ERROR: Analysis of target '//src/tools/notaman:notaman' failed; build aborted: Analysis failed
INFO: Elapsed time: 0.646s, Critical Path: 0.00s
INFO: 1 process: 1 internal.
ERROR: Build did NOT complete successfully
FAILED:
Fetching repository @@rules_cc++cc_configure_extension+local_config_cc; starting
Fetching repository @@boringssl+; starting
Version
Development (host) and target OS/architectures:
Output of bazel --version:
bazel 8.0.0
Version of relevant rules from the WORKSPACE or MODULE.bazel file:
bazel_dep(name = "boringssl", version = "0.20241024.0") works
bazel_dep(name = "boringssl", version = "0.20241209.0") doesnt
Language(s) and/or frameworks involved:
How to reproduce
No response
Any other information?
No response
The text was updated successfully, but these errors were encountered:
What happened?
WARNING: Couldn't auto load rules or symbols, because no dependency on module/repository 'rules_android' found. This will result in a failure if there's a reference to those rules or symbols.
ERROR: Traceback (most recent call last):
File "/home/xxx/.cache/bazel/_bazel_xxx/2c97009201ec9530a71969959cb7ca54/external/protoc-gen-validate+/validate/BUILD", line 3, column 47, in
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_proto_library")
Error: file '@rules_cc//cc:defs.bzl' does not contain symbol 'cc_proto_library'
ERROR: Traceback (most recent call last):
File "/home/xxx/.cache/bazel/_bazel_xxx/2c97009201ec9530a71969959cb7ca54/external/grpc++grpc_repo_deps_ext+com_envoyproxy_protoc_gen_validate/validate/BUILD", line 3, column 47, in
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_proto_library")
Error: file '@rules_cc//cc:defs.bzl' does not contain symbol 'cc_proto_library'
ERROR: /home/xxx/.cache/bazel/_bazel_xxx/2c97009201ec9530a71969959cb7ca54/external/grpc++grpc_repo_deps_ext+com_envoyproxy_protoc_gen_validate/validate/BUILD: no such target '@@grpc++grpc_repo_deps_ext+com_envoyproxy_protoc_gen_validate//validate:validate_proto': target 'validate_proto' not declared in package 'validate' defined by /home/xxx/.cache/bazel/_bazel_xxx/2c97009201ec9530a71969959cb7ca54/external/grpc++grpc_repo_deps_ext+com_envoyproxy_protoc_gen_validate/validate/BUILD
ERROR: /home/xxx/.cache/bazel/_bazel_xxx/2c97009201ec9530a71969959cb7ca54/external/grpc++grpc_repo_deps_ext+envoy_api/envoy/type/v3/BUILD:7:18: no such target '@@grpc++grpc_repo_deps_ext+com_envoyproxy_protoc_gen_validate//validate:validate_proto': target 'validate_proto' not declared in package 'validate' defined by /home/xxx/.cache/bazel/_bazel_xxx/2c97009201ec9530a71969959cb7ca54/external/grpc++grpc_repo_deps_ext+com_envoyproxy_protoc_gen_validate/validate/BUILD and referenced by '@@grpc++grpc_repo_deps_ext+envoy_api//envoy/type/v3:pkg'
ERROR: Analysis of target '//src/tools/notaman:notaman' failed; build aborted: Analysis failed
INFO: Elapsed time: 0.646s, Critical Path: 0.00s
INFO: 1 process: 1 internal.
ERROR: Build did NOT complete successfully
FAILED:
Fetching repository @@rules_cc++cc_configure_extension+local_config_cc; starting
Fetching repository @@boringssl+; starting
Version
Development (host) and target OS/architectures:
Output of
bazel --version
:bazel 8.0.0
Version of relevant rules from the
WORKSPACE
orMODULE.bazel
file:bazel_dep(name = "boringssl", version = "0.20241024.0") works
bazel_dep(name = "boringssl", version = "0.20241209.0") doesnt
Language(s) and/or frameworks involved:
How to reproduce
No response
Any other information?
No response
The text was updated successfully, but these errors were encountered: