Skip to content

Update dependency rules_python to v2.3.4 - autoclosed - #147

Closed
dodoentbot wants to merge 1 commit into
masterfrom
renovate/rules_python-2.x
Closed

dodoentbot wants to merge 1 commit into
masterfrom
renovate/rules_python-2.x

Conversation

@dodoentbot

Copy link
Copy Markdown
Collaborator

This PR contains the following updates:

Package Type Update Change
rules_python bazel_dep patch 2.3.3 → 2.3.4

Release Notes

bazel-contrib/rules_python (rules_python)

v2.3.4

Compare Source

For more detailed setup instructions, see https://rules-python.readthedocs.io/en/latest/getting-started.html

For the user-facing changelog see here

Using Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "rules_python", version = "2.3.4")

python = use_extension("@rules_python//python/extensions:python.bzl", "python")
python.toolchain(
    python_version = "3.13",
)

pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
pip.parse(
    hub_name = "pypi",
    python_version = "3.13",
    requirements_lock = "//:requirements_lock.txt",
)

use_repo(pip, "pypi")

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_python",
    sha256 = "a535712f12ba25253d73975ba2932994b5e53773f94b58fb3f8fa7827de8b6b7",
    strip_prefix = "rules_python-2.3.4",
    url = "https://github.com/bazel-contrib/rules_python/releases/download/2.3.4/rules_python-2.3.4.tar.gz",
)

load("@rules_python//python:repositories.bzl", "py_repositories")

py_repositories()
Gazelle plugin

Paste this snippet into your WORKSPACE file:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_python_gazelle_plugin",
    sha256 = "a535712f12ba25253d73975ba2932994b5e53773f94b58fb3f8fa7827de8b6b7",
    strip_prefix = "rules_python-2.3.4/gazelle",
    url = "https://github.com/bazel-contrib/rules_python/releases/download/2.3.4/rules_python-2.3.4.tar.gz",
)

# To compile the rules_python gazelle extension from source,

# we must fetch some third-party go dependencies that it uses.

load("@rules_python_gazelle_plugin//:deps.bzl", _py_gazelle_deps = "gazelle_deps")

_py_gazelle_deps()

What's Changed

Full Changelog: bazel-contrib/rules_python@2.3.3...2.3.4


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

@dodoentbot

Copy link
Copy Markdown
Collaborator Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: MODULE.bazel.lock
Command failed: bazel mod deps --lockfile_mode=update
Starting local Bazel server (9.2.0) and connecting to it...
INFO: Invocation ID: 2018fdfb-cdb1-445e-9dc0-25c0b9316468
 no actions running
 no actions running
 no actions running
 no actions running
 no actions running
INFO: Repo buildozer+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
INFO: Repo rules_shell+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'rules_shell+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'buildozer+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
INFO: Repo rules_cc+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
INFO: Repo gazelle+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'gazelle+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'rules_cc+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
INFO: Repo windows_support+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
INFO: Repo protobuf+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'windows_support+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'protobuf+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
INFO: Repo rules_java+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'rules_java+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
INFO: Repo rules_rust+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'rules_rust+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
INFO: Repo platforms defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
INFO: Repo bazel_features+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'platforms':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'bazel_features+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
INFO: Repo tar.bzl+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'tar.bzl+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
INFO: Repo aspect_bazel_lib+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'aspect_bazel_lib+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
 no actions running
INFO: Repo rules_swift+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'rules_swift+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
INFO: Repo rules_android+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'rules_android+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
INFO: Repo bazel_lib+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'bazel_lib+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
INFO: Repo rules_nodejs+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'rules_nodejs+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
INFO: Repo rules_apple+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'rules_apple+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
INFO: Repo llvm+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'llvm+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
INFO: Repo jq.bzl+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'jq.bzl+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
INFO: Repo googletest+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'googletest+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
INFO: Repo rules_python+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'rules_python+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
INFO: Repo rules_jvm_external+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
INFO: Repo rules_qt+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'rules_jvm_external+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
INFO: Repo rules_m4+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'rules_qt+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'rules_m4+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
INFO: Repo rules_kotlin+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'rules_kotlin+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
INFO: Repo rules_bison+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
INFO: Repo bazel_linux_packages+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
INFO: Repo apple_support+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'rules_bison+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'apple_support+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'bazel_linux_packages+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
INFO: Repo rules_perl+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'rules_perl+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
INFO: Repo pybind11_bazel+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
INFO: Repo rules_xcodeproj+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'pybind11_bazel+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'rules_xcodeproj+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
INFO: Repo rules_go+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'rules_go+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
INFO: Repo hermetic_android_toolchains+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'hermetic_android_toolchains+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
INFO: Repo rules_android_ndk+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'rules_android_ndk+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
INFO: Repo emsdk+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'emsdk+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
INFO: Repo rules_robolectric+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
INFO: Repo hermetic_launcher+ defined by rule http_archive in @@bazel_tools//tools/build_defs/repo:http.bzl
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'rules_robolectric+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl:203:45: An error occurred during the fetch of repository 'hermetic_launcher+':
   Traceback (most recent call last):
	File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/d473c9179200a488508828b22e0ec68a/external/bazel_tools/tools/build_defs/repo/http.bzl", line 203, column 45, in _http_archive_impl
		download_info = ctx.download_and_extract(
Error in download_and_extract: java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key
ERROR: no such package '@@llvm+//extensions': java.io.IOException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Missing API key

@dodoentbot dodoentbot changed the title Update dependency rules_python to v2.3.4 Update dependency rules_python to v2.3.4 - autoclosed Sep 22, 2026
@dodoentbot dodoentbot closed this Sep 22, 2026
@dodoentbot
dodoentbot deleted the renovate/rules_python-2.x branch September 22, 2026 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants