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
Renovate failed to update artifacts 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
2026/03/19 13:04:55 Downloading https://releases.bazel.build/8.6.0/release/bazel-8.6.0-linux-x86_64...
Extracting Bazel installation...
Starting local Bazel server (8.6.0) and connecting to it...
no actions running
no actions running
no actions running
no actions running
no actions running
no actions running
no actions running
no actions running
no actions running
no actions running
no actions running
no actions running
no actions running
no actions running
no actions running
no actions running
no actions running
no actions running
no actions running
no actions running
no actions running
no actions running
no actions running
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/80c0c3c932110e68bc20e24a5aafc16f/external/rules_python+/python/private/python_register_toolchains.bzl:121:31: Traceback (most recent call last):
File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/80c0c3c932110e68bc20e24a5aafc16f/external/rules_python+/python/private/python.bzl", line 327, column 53, in _python_impl
register_result = python_register_toolchains(
File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/80c0c3c932110e68bc20e24a5aafc16f/external/rules_python+/python/private/python_register_toolchains.bzl", line 121, column 31, in python_register_toolchains
sha256 = tool_versions[python_version]["sha256"].get(platform, None)
Error: key "3.14.0b2" not found in dictionary
no actions running
no actions running
no actions running
DEBUG: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/80c0c3c932110e68bc20e24a5aafc16f/external/gazelle+/internal/bzlmod/go_deps.bzl:636:40:
Mismatch between versions requested for Go module github.com/openconfig/attestz:
bazel_dep version (MODULE.bazel): 0.6.10 (as "openconfig_attestz")
Go module version (go.mod): 0.6.8
Update the Go module version via
bazel run @io_bazel_rules_go//go -- get github.com/openconfig/attestz@v0.6.10
DEBUG: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/80c0c3c932110e68bc20e24a5aafc16f/external/gazelle+/internal/bzlmod/go_deps.bzl:660:36: The following Go modules were required by the root module at the given versions, but were implicitly updated to higher versions due to transitive dependencies:
github.com/openconfig/attestz: v0.6.8 -> v0.6.10
Update the root module's dependencies to match the resolved versions via:
bazel run @io_bazel_rules_go//go -- get github.com/openconfig/attestz@v0.6.10
ERROR: error evaluating module extension @@rules_python+//python/extensions:python.bzl%python
ERROR: Results may be incomplete as 2 extensions failed.
File name: MODULE.bazel.lock
Command failed: bazel mod deps
no actions running
ERROR: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/80c0c3c932110e68bc20e24a5aafc16f/external/rules_python+/python/private/python_register_toolchains.bzl:121:31: Traceback (most recent call last):
File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/80c0c3c932110e68bc20e24a5aafc16f/external/rules_python+/python/private/python.bzl", line 327, column 53, in _python_impl
register_result = python_register_toolchains(
File "/tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/80c0c3c932110e68bc20e24a5aafc16f/external/rules_python+/python/private/python_register_toolchains.bzl", line 121, column 31, in python_register_toolchains
sha256 = tool_versions[python_version]["sha256"].get(platform, None)
Error: key "3.14.0b2" not found in dictionary
DEBUG: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/80c0c3c932110e68bc20e24a5aafc16f/external/gazelle+/internal/bzlmod/go_deps.bzl:636:40:
Mismatch between versions requested for Go module github.com/openconfig/attestz:
bazel_dep version (MODULE.bazel): 0.6.10 (as "openconfig_attestz")
Go module version (go.mod): 0.6.11
Either ensure that you have
bazel_dep(name = "openconfig_attestz", version = "0.6.11")
in your MODULE.bazel file or downgrade the Go module version via
bazel run @io_bazel_rules_go//go -- get github.com/openconfig/attestz@v0.6.10
DEBUG: /tmp/containerbase/cache/.cache/bazel/_bazel_ubuntu/80c0c3c932110e68bc20e24a5aafc16f/external/gazelle+/internal/bzlmod/go_deps.bzl:636:40:
Mismatch between versions requested for Go module github.com/openconfig/gnsi:
bazel_dep version (MODULE.bazel): 1.9.0 (as "openconfig_gnsi")
Go module version (go.mod): 1.9.1
Either ensure that you have
bazel_dep(name = "openconfig_gnsi", version = "1.9.1")
in your MODULE.bazel file or downgrade the Go module version via
bazel run @io_bazel_rules_go//go -- get github.com/openconfig/gnsi@v1.9.0
ERROR: error evaluating module extension @@rules_python+//python/extensions:python.bzl%python
ERROR: Results may be incomplete as 2 extensions failed.
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️Warning: custom changes will be lost.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9255dc7→66822848e8c483→de0fac27a3fe6c→4b734648.5.1→8.6.0v1.42.0→v1.44.06b627b2→a0841cb175e84f→5adc3ebv0.6.8→v0.6.11v1.9.0→v1.9.11.25.5→1.26.11.25.5→1.26.1v1.6.0→v1.6.11.76.0.bcr.1→1.78.00.6.8→0.6.100.59.0→0.60.0v8.3.2→v8.5.0Release Notes
bazelbuild/bazel (bazel)
v8.6.0Compare Source
crate-ci/typos (crate-ci/typos)
v1.44.0Compare Source
Bug Fixes
Features
Performance
v1.43.5Compare Source
Bug Fixes
Features
Performance
v1.43.4Compare Source
Bug Fixes
Features
Performance
Configuration
📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.