-
Notifications
You must be signed in to change notification settings - Fork 155
Open
Description
Hi, starting from today I noticed a lot of MacOS builds fail with an IOException when they try to download something:
(09:54:31) ERROR: /private/var/tmp/_bazel_buildkite/b4c0627c439d4ed2bde34f6b03e1c9e8/external/bazel_tools/tools/build_defs/repo/http.bzl:155:45: An error occurred during the fetch of repository 'rules_python+':
Traceback (most recent call last):
File "/private/var/tmp/_bazel_buildkite/b4c0627c439d4ed2bde34f6b03e1c9e8/external/bazel_tools/tools/build_defs/repo/http.bzl", line 155, column 45, in _http_archive_impl
download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: Error downloading [https://github.com/bazel-contrib/rules_python/releases/download/1.6.3/rules_python-1.6.3.tar.gz] to /private/var/tmp/_bazel_buildkite/b4c0627c439d4ed2bde34f6b03e1c9e8/external/rules_python+/temp13587739174847289599/rules_python-1.6.3.tar.gz: Connect timed out
Here are some failing CI runs on bazelbuild/intellij
:
- https://buildkite.com/bazel/clion-plugin/builds/26890
- https://buildkite.com/bazel/clion-plugin/builds/26887
I also found a similar issue with the CI on bazelbuild/rules_python
: