bazel-contrib / bcr-ui

Website for the Bazel Central Registry
https://registry.bazel.build
Apache License 2.0
17 stars 8 forks source link

Connection refused while installing bins #101

Closed sgammon closed 1 year ago

sgammon commented 1 year ago

There is an http:// URL in the WORKSPACE: https://github.com/bazel-contrib/bcr-ui/blob/9933edec3449e03e840c82d0ee3d363984276e0b/WORKSPACE#L12

When following the setup instructions, on the step:

./install_bins.sh

I get:

INFO: Repository buildifier_prebuilt instantiated at:                                                                                                                                                  
  /Volumes/VAULTROOM/bazel/bcr-ui/WORKSPACE:7:13: in <toplevel>
Repository rule http_archive defined at:
  /private/var/tmp/_bazel_sam/98a9fff92f5c1334fc7b28c52ddccb5b/external/bazel_tools/tools/build_defs/repo/http.bzl:372:31: in <toplevel>
ERROR: An error occurred during the fetch of repository 'buildifier_prebuilt':
   Traceback (most recent call last):
    File "/private/var/tmp/_bazel_sam/98a9fff92f5c1334fc7b28c52ddccb5b/external/bazel_tools/tools/build_defs/repo/http.bzl", line 132, column 45, in _http_archive_impl
        download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: thread interrupted
ERROR: /Volumes/VAULTROOM/bazel/bcr-ui/WORKSPACE:7:13: fetching http_archive rule //external:buildifier_prebuilt: Traceback (most recent call last):
    File "/private/var/tmp/_bazel_sam/98a9fff92f5c1334fc7b28c52ddccb5b/external/bazel_tools/tools/build_defs/repo/http.bzl", line 132, column 45, in _http_archive_impl
        download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: thread interrupted
ERROR: command interrupted while computing main repo mapping