bazel 3.7.2 build error #19518
Labels
more data needed
stale
Issues or PRs that are stale (no activity for 30 days)
team-OSS
Issues for the Bazel OSS team: installation, release processBazel packaging, website
type: bug
Description of the bug:
zhiyun@css-intel-zhiyunMacBook-Pro-2 bazel % bazel build //src:bazel-dev
Starting local Bazel server and connecting to it...
DEBUG: /private/var/tmp/_bazel_zhiyun/2c27ae5b4010f0d0a0e461505d440b8b/external/bazel_toolchains/rules/rbe_repo/version_check.bzl:68:14:
Current running Bazel is ahead of bazel-toolchains repo. Please update your pin to bazel-toolchains repo in your WORKSPACE file.
DEBUG: /private/var/tmp/_bazel_zhiyun/2c27ae5b4010f0d0a0e461505d440b8b/external/bazel_toolchains/rules/rbe_repo/checked_in.bzl:103:14: rbe_ubuntu1804_java11 not using checked in configs as detect_java_home was set to True
DEBUG: /private/var/tmp/_bazel_zhiyun/2c27ae5b4010f0d0a0e461505d440b8b/external/bazel_toolchains/rules/rbe_repo/version_check.bzl:68:14:
Current running Bazel is ahead of bazel-toolchains repo. Please update your pin to bazel-toolchains repo in your WORKSPACE file.
DEBUG: /private/var/tmp/_bazel_zhiyun/2c27ae5b4010f0d0a0e461505d440b8b/external/bazel_toolchains/rules/rbe_repo/checked_in.bzl:103:14: rbe_ubuntu1604_java8 not using checked in configs as detect_java_home was set to True
ERROR: /private/var/tmp/_bazel_zhiyun/2c27ae5b4010f0d0a0e461505d440b8b/external/build_bazel_rules_nodejs/internal/node/node.bzl:89:45: invalid escape sequence: /. Use '\' to insert ''.
ERROR: /private/var/tmp/_bazel_zhiyun/2c27ae5b4010f0d0a0e461505d440b8b/external/build_bazel_rules_nodejs/internal/node/node.bzl:89:64: invalid escape sequence: .. Use '\' to insert ''.
ERROR: Error computing the main repository mapping: at /private/var/tmp/_bazel_zhiyun/2c27ae5b4010f0d0a0e461505d440b8b/external/build_bazel_rules_nodejs/index.bzl:25:5: compilation of module 'internal/node/node.bzl' failed
Which category does this issue belong to?
No response
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
No response
Which operating system are you running Bazel on?
mac
What is the output of
bazel info release
?No response
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse master; git rev-parse HEAD
?No response
Is this a regression? If yes, please try to identify the Bazel commit where the bug was introduced.
No response
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: