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 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: uv.lock
Command failed: uv lock --upgrade-package types-requests
Using CPython 3.14.3 interpreter at: /opt/containerbase/tools/python/3.14.3/bin/python3
× Failed to build `libvirt-python==11.9.0`
├─▶ The build backend returned an error
╰─▶ Call to `setuptools.build_meta.build_wheel` failed (exit status: 1)
[stderr]
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libvirt', required by 'virtual:world', not found
Traceback (most recent call last):
File "<string>", line 14, in <module>
requires = get_requires_for_build({})
File
"/home/ubuntu/.cache/uv/builds-v0/.tmp92kyOH/lib/python3.14/site-packages/setuptools/build_meta.py",
line 333, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=[])
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/home/ubuntu/.cache/uv/builds-v0/.tmp92kyOH/lib/python3.14/site-packages/setuptools/build_meta.py",
line 301, in _get_build_requires
self.run_setup()
~~~~~~~~~~~~~~^^
File
"/home/ubuntu/.cache/uv/builds-v0/.tmp92kyOH/lib/python3.14/site-packages/setuptools/build_meta.py",
line 317, in run_setup
exec(code, locals())
~~~~^^^^^^^^^^^^^^^^
File "<string>", line 275, in <module>
File "<string>", line 87, in get_module_lists
File "<string>", line 54, in get_pkgconfig_data
File
"/opt/containerbase/tools/python/3.14.3/lib/python3.14/subprocess.py",
line 472, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
**kwargs).stdout
^^^^^^^^^
File
"/opt/containerbase/tools/python/3.14.3/lib/python3.14/subprocess.py",
line 577, in run
raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['pkg-config', '--libs-only-L',
'libvirt']' returned non-zero exit status 1.
hint: This usually indicates a problem with the package or the build
environment.
help: `libvirt-python` (v11.9.0) was included because `tmt[all]`
(v1.70.0.dev3+gbe8a73434.d20260313) depends on `testcloud>=0.11.7`
(v0.11.8) which depends on `libvirt-python`
This is what I was worried about, it seems renovate needs to run uv lock to update packages, so we will need to give it an environment where it can do that without breaking on missing pypi packages. Thankfully we have ways to do so: https://github.com/renovatebot/github-action
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: uv.lock
Command failed: uv lock --upgrade-package types-requests
Using CPython 3.14.3 interpreter at: /opt/containerbase/tools/python/3.14.3/bin/python3
× Failed to build `libvirt-python==11.9.0`
├─▶ The build backend returned an error
╰─▶ Call to `setuptools.build_meta.build_wheel` failed (exit status: 1)
[stderr]
Package libvirt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libvirt', required by 'virtual:world', not found
Traceback (most recent call last):
File "<string>", line 14, in <module>
requires = get_requires_for_build({})
File
"/home/ubuntu/.cache/uv/builds-v0/.tmpCecbg1/lib/python3.14/site-packages/setuptools/build_meta.py",
line 333, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=[])
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/home/ubuntu/.cache/uv/builds-v0/.tmpCecbg1/lib/python3.14/site-packages/setuptools/build_meta.py",
line 301, in _get_build_requires
self.run_setup()
~~~~~~~~~~~~~~^^
File
"/home/ubuntu/.cache/uv/builds-v0/.tmpCecbg1/lib/python3.14/site-packages/setuptools/build_meta.py",
line 317, in run_setup
exec(code, locals())
~~~~^^^^^^^^^^^^^^^^
File "<string>", line 275, in <module>
File "<string>", line 87, in get_module_lists
File "<string>", line 54, in get_pkgconfig_data
File
"/opt/containerbase/tools/python/3.14.3/lib/python3.14/subprocess.py",
line 472, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
**kwargs).stdout
^^^^^^^^^
File
"/opt/containerbase/tools/python/3.14.3/lib/python3.14/subprocess.py",
line 577, in run
raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['pkg-config', '--libs-only-L',
'libvirt']' returned non-zero exit status 1.
hint: This usually indicates a problem with the package or the build
environment.
help: `libvirt-python` (v11.9.0) was included because `tmt[all]`
(v1.69.0.dev18+g151955916.d20260311) depends on `testcloud>=0.11.7`
(v0.11.8) which depends on `libvirt-python`
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:
<2.31.0.7→<2.32.4.20260108Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.