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 was archived by the owner on Nov 18, 2025. It is now read-only.
(00:02:05) WARNING: Download from http://central.maven.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException GET returned 501 HTTPS Required
--
| (00:02:05) ERROR: An error occurred during the fetch of repository 'scalac_rules_commons_io':
| java.io.IOException: Error downloading [http://central.maven.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar] to /var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/ec321eb2cc2d0f8f91b676b6d4c66c29/external/scalac_rules_commons_io/commons-io-2.6.jar: GET returned 501 HTTPS Required
Other Bazel CI projects also broke with similar errors. Culprit is, Maven repository no longer supports "http" fetches. Example fix in another repo: bazelbuild/codelabs#30