bazelbuild / bazelisk

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

py_bazelisk_test & py3_bazelisk_test is failing with Bazel@HEAD #519

Closed sgowroji closed 5 months ago

sgowroji commented 7 months ago

https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3497#018c231f-92e0-43c8-a115-523646740e2c

Platform : MacOS, Windows, Ubuntu

Logs:

//:py3_bazelisk_test                                                     FAILED in 0.6s
//:py_bazelisk_test                                                      FAILED in 0.6s

Steps:

git clone https://github.com/bazelbuild/bazelisk.git 
git reset 9d3fc7d5e356071d2d40b75e69694a0c124e5e33 --hard
export USE_BAZEL_VERSION=48eb0236b2f65babf3dd9c314069774a78b629a3
bazel test  --flaky_test_attempts=1 --test_output=streamed  //...

CC Greenteam @fweikert

fweikert commented 7 months ago

It's running on one of the new Macs which are located in an IPv6-only network. This has caused similar issues before - will investigate.

sgowroji commented 5 months ago

CI looks Green.We can close this issue now.