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
print(("%s not using checked in configs; '%s' was picked/selected "+
"as a candidate matching config but it does not match "+
"the 'env = %s', 'config_repos = %s', "+
"and/or 'create_cc_configs = %s' passed as attrs") %
(
name,
bazel_version,
str(bazel_compat_configs),
env,
config_repos,
create_cc_configs,
))
I encountered this error and it wasn't very helpful.
ERROR: /home/preston/.cache/bazel/_bazel_preston/6e220e5720b8243fd605645eb29a29ba/external/bazel_toolchains/rules/rbe_repo/checked_in.bzl:199:15: Traceback (most recent call last):
File "/home/preston/git/prysm/WORKSPACE", line 33
rbe_autoconfig(<7 more arguments>)
File "/home/preston/.cache/bazel/_bazel_preston/6e220e5720b8243fd605645eb29a29ba/external/bazel_toolchains/rules/rbe_repo.bzl", line 1045, in rbe_autoconfig
validateUseOfCheckedInConfigs(<16 more arguments>)
File "/home/preston/.cache/bazel/_bazel_preston/6e220e5720b8243fd605645eb29a29ba/external/bazel_toolchains/rules/rbe_repo/checked_in.bzl", line 199, in validateUseOfCheckedInConfigs
print(<1 more arguments>)
File "/home/preston/.cache/bazel/_bazel_preston/6e220e5720b8243fd605645eb29a29ba/external/bazel_toolchains/rules/rbe_repo/checked_in.bzl", line 199, in print
"%s not using checked in configs; '%s' was picked/selected as a candidate matching config but it does not match the 'env = %s', 'config_repos = %s', and/or 'create_cc_configs = %s' passed as attrs" % (name, bazel_version, <4 more arguments>)
not all arguments converted during string formatting
The text was updated successfully, but these errors were encountered:
bazel-toolchains/rules/rbe_repo/checked_in.bzl
Lines 199 to 210 in f10beec
I encountered this error and it wasn't very helpful.
The text was updated successfully, but these errors were encountered: