bazelbuild / bazelisk

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

Bazelisk is failing with "httputil:go_default_test" at Bazel@HEAD #525

Closed sgowroji closed 6 months ago

sgowroji commented 6 months ago

https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3566#018ccd5b-80c8-44a6-9402-8ae4a417471b

Platform : Windows, Ubuntu

Logs:

//httputil:go_default_test                                               FAILED in 0.0s

Steps:

git clone -v https://github.com/bazelbuild/bazelisk.git
git reset 9d3fc7d5e356071d2d40b75e69694a0c124e5e33 --hard
export USE_BAZEL_VERSION=955b0896819ba7608d13fa6a33ba0ba9d8473004
bazel test --flaky_test_attempts=3  test_output=streamed  //...

CC Greenteam @mai93

mai93 commented 6 months ago

passed after retry.

sgowroji commented 6 months ago

Thanks!