bazelbuild / rules_nodejs

NodeJS toolchain for Bazel.

Home Page:https://bazelbuild.github.io/rules_nodejs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Errors encountered resolving select() keys for //:using_headers_test with Bazel@HEAD

sgowroji opened this issue · comments

https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3413#018b6494-6644-4a1a-bd98-927e1e1ec4be

Platform : rules_nodejs (ubuntu1804-smoke on :ubuntu: 18.04 LTS (OpenJDK 11, gcc 7.5.0)), rules_nodejs (windows-smoke on :windows: (OpenJDK 11, VS2019)), rules_nodejs (rbe_ubuntu1604-smoke on RBE :ubuntu: 16.04 LTS (OpenJDK 8, gcc 5.4.0))

Logs:

(02:21:16) ERROR: /var/lib/buildkite-agent/builds/bk-docker-zl39/bazel-downstream-projects/rules_nodejs/e2e/smoke/BUILD.bazel:280:10: errors encountered resolving select() keys for //:using_headers_test
(02:21:16) ERROR: Analysis of target '//:using_headers_test' failed; build aborted

Steps:

git clone -v https://github.com/bazelbuild/rules_nodejs.git && cd e2e/smoke
git reset 00f8569f3c148c35fec2edb73dc3998d2da25db7 --hard
export USE_BAZEL_VERSION=6c02329b1e1c549e916d5b2c77b60fbdd89a5b59
bazel build //...

Culprit : 30d033cd7e2153e8b8d7eb034a5323053192ecaa

CC Greenteam @meteorcloudy

Hi @alexeagle, Can you have a look at the above issue. Thanks!

Looks like some missing bazel_deps due to --enable_bzlmod being flipped.

This issue has been automatically marked as stale because it has had no recent activity. It will be closed if no further activity occurs in 30 days. Note as of rules_nodejs v6 the rules_nodejs repository contains only the core nodejs toolchain and @bazel/runfiles package. All rulesets are removed and unmaintained. For alternate rulesets suggestions include https://github.com/aspect-build/rules_js, https://github.com/aspect-build/rules_ts Collaborators can add a "cleanup" or "need: discussion" label to keep it open indefinitely. Thanks for your contributions to rules_nodejs!

Above failure is not shown for rules_nodejs CI. Closing this issue now.