bazelbuild / bazelisk

A user-friendly launcher for Bazel.
Apache License 2.0
1.95k stars 300 forks source link

[Bazel CI] Bazelisk tests are failing at Bazel@HEAD #580

Closed sgowroji closed 2 weeks ago

sgowroji commented 4 weeks ago

CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3902#018fe75a-7665-4a00-adbb-87ebd97844a3

Platform: MacOS

Logs:

//:go_bazelisk_test                                                      FAILED in 8.7s
  /private/var/tmp/_bazel_buildkite/a6f8a0a4ea6e7127ec5b65eeef6c82b7/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/go_bazelisk_test/test.log
//:py3_bazelisk_test                                                     FAILED in 17.1s
  /private/var/tmp/_bazel_buildkite/a6f8a0a4ea6e7127ec5b65eeef6c82b7/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/py3_bazelisk_test/test.log
//:py_bazelisk_test                                                      FAILED in 8.7s
  /private/var/tmp/_bazel_buildkite/a6f8a0a4ea6e7127ec5b65eeef6c82b7/execroot/_main/bazel-out/darwin_x86_64-fastbuild/testlogs/py_bazelisk_test/test.log

Culprit:

Steps:

 git clone https://github.com/bazelbuild/bazelisk
git reset 47f60477721681a117cbf905784ee5220100e68b  --hard
export USE_BAZEL_VERSION=642b571962ca9e6cf40ce94a8f53b8618f12080a
bazel test //... 

CC Greenteam @wyverald

sgowroji commented 2 weeks ago

As the Bazelisk Downstream CI is green now. We are closing this issue