You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.
Problem
Trying to deploy using init_project.sh and the following errors occur.
ERROR: /root/.cache/bazel/_bazel_root/2883744d33ed0db99e71fd4612c17bed/external/com_google_closure_stylesheets/BUILD:7:1: no such package '@com_google_javascript_closure_compiler//': java.io.IOException: Error downloading [https://mirror.bazel.build/repo1.maven.org/maven2/com/google/javascript/closure-compiler-unshaded/v20180805/closure-compiler-unshaded-v20180805.jar, http://repo1.maven.org/maven2/com/google/javascript/closure-compiler-unshaded/v20180805/closure-compiler-unshaded-v20180805.jar] to /root/.cache/bazel/_bazel_root/2883744d33ed0db99e71fd4612c17bed/external/com_google_javascript_closure_compiler/closure-compiler-unshaded-v20180805.jar: All mirrors are down: [GET returned 404 Not Found, GET returned 501 HTTPS Required] and referenced by '@com_google_closure_stylesheets//:com_google_closure_stylesheets' ERROR: Analysis of target '//upvote/gae:monolith_binary.deploy' failed; build aborted: no such package '@com_google_javascript_closure_compiler//': java.io.IOException: Error downloading [https://mirror.bazel.build/repo1.maven.org/maven2/com/google/javascript/closure-compiler-unshaded/v20180805/closure-compiler-unshaded-v20180805.jar, http://repo1.maven.org/maven2/com/google/javascript/closure-compiler-unshaded/v20180805/closure-compiler-unshaded-v20180805.jar] to /root/.cache/bazel/_bazel_root/2883744d33ed0db99e71fd4612c17bed/external/com_google_javascript_closure_compiler/closure-compiler-unshaded-v20180805.jar: All mirrors are down: [GET returned 404 Not Found, GET returned 501 HTTPS Required] INFO: Elapsed time: 16.994s INFO: 0 processes. FAILED: Build did NOT complete successfully (18 packages loaded, 849 targets configured) FAILED: Build did NOT complete successfully (18 packages loaded, 849 targets configured) Fetching @chardet_git; Cloning tags/3.0.2 of https://github.com/chardet/chardet.git 4s Fetching @com_google_javascript_closure_compiler; fetching
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Environment (Inside Docker)
OS: Ubuntu 16.04
Bazel: 0.23.2
Python: 2.7.12
Problem
Trying to deploy using
init_project.sh
and the following errors occur.ERROR: /root/.cache/bazel/_bazel_root/2883744d33ed0db99e71fd4612c17bed/external/com_google_closure_stylesheets/BUILD:7:1: no such package '@com_google_javascript_closure_compiler//': java.io.IOException: Error downloading [https://mirror.bazel.build/repo1.maven.org/maven2/com/google/javascript/closure-compiler-unshaded/v20180805/closure-compiler-unshaded-v20180805.jar, http://repo1.maven.org/maven2/com/google/javascript/closure-compiler-unshaded/v20180805/closure-compiler-unshaded-v20180805.jar] to /root/.cache/bazel/_bazel_root/2883744d33ed0db99e71fd4612c17bed/external/com_google_javascript_closure_compiler/closure-compiler-unshaded-v20180805.jar: All mirrors are down: [GET returned 404 Not Found, GET returned 501 HTTPS Required] and referenced by '@com_google_closure_stylesheets//:com_google_closure_stylesheets' ERROR: Analysis of target '//upvote/gae:monolith_binary.deploy' failed; build aborted: no such package '@com_google_javascript_closure_compiler//': java.io.IOException: Error downloading [https://mirror.bazel.build/repo1.maven.org/maven2/com/google/javascript/closure-compiler-unshaded/v20180805/closure-compiler-unshaded-v20180805.jar, http://repo1.maven.org/maven2/com/google/javascript/closure-compiler-unshaded/v20180805/closure-compiler-unshaded-v20180805.jar] to /root/.cache/bazel/_bazel_root/2883744d33ed0db99e71fd4612c17bed/external/com_google_javascript_closure_compiler/closure-compiler-unshaded-v20180805.jar: All mirrors are down: [GET returned 404 Not Found, GET returned 501 HTTPS Required] INFO: Elapsed time: 16.994s INFO: 0 processes. FAILED: Build did NOT complete successfully (18 packages loaded, 849 targets configured) FAILED: Build did NOT complete successfully (18 packages loaded, 849 targets configured) Fetching @chardet_git; Cloning tags/3.0.2 of https://github.com/chardet/chardet.git 4s Fetching @com_google_javascript_closure_compiler; fetching
The text was updated successfully, but these errors were encountered: