Build DNF5 containers on quay.io #332
Annotations
1 error and 1 warning
Build Image
Error: buildah exited with code 1
Resolved "fedora" as an alias (/etc/containers/registries.conf.d/shortnames.conf)
Trying to pull registry.fedoraproject.org/fedora:38...
Getting image source signatures
Copying blob sha256:95fe7b64e419f415e8175e1a4f65b41ddb69fdb5c5730a26abd9ffd4a50a1281
Copying blob sha256:95fe7b64e419f415e8175e1a4f65b41ddb69fdb5c5730a26abd9ffd4a50a1281
Copying config sha256:3eda970c1318e5ea564134338746c04d86ae9817c3a0defdc138b8ccdf787285
Writing manifest to image destination
Storing signatures
Enabling a Copr repository. Please note that this repository is not part
of the main distribution, and quality may vary.
The Fedora Project does not exercise any power over the contents of
this repository beyond the rules outlined in the Copr FAQ at
<https://docs.pagure.org/copr.copr/user_documentation.html#what-i-can-build-in-copr>,
and packages are not held to any quality or security level.
Please do not file bug reports about these packages in Fedora
Bugzilla. In case of problems, contact the owner of this repository.
Traceback (most recent call last):
File "/usr/lib/python3.11/site-packages/dnf-plugins/copr.py", line 500, in _download_repo
response = urlopen(self.copr_url + api_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.11/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.11/urllib/request.py", line 525, in open
response = meth(req, response)
^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.11/urllib/request.py", line 634, in http_response
response = self.parent.error(
^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.11/urllib/request.py", line 563, in error
return self._call_chain(*args)
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.11/urllib/request.py", line 496, in _call_chain
result = func(*args)
^^^^^^^^^^^
File "/usr/lib64/python3.11/urllib/request.py", line 643, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: NOT FOUND
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/dnf", line 62, in <module>
main.user_main(sys.argv[1:], exit_code=True)
File "/usr/lib/python3.11/site-packages/dnf/cli/main.py", line 208, in user_main
errcode = main(args)
^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.11/site-packages/dnf/cli/cli.py", line 1057, in run
return self.command.run()
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/dnf-plugins/copr.py", line 314, in run
self._download_repo(project_name, repo_filename)
File "/usr/lib/python3.11/site-packages/dnf-plugins/copr.py", line 510, in _download_repo
error_data_decoded = base64.b64decode(error_data).decode('utf-8')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa5 in position 6: invalid start byte
error building at STEP "RUN dnf -y update && dnf -y install 'dnf-command(copr)' && if [ "$NAME" == "dnf5-nightly" ]; then dnf copr -y enable rpmsoftwaremanagement/dnf-nightly ; fi && if [ "$NAME" == "dnf5-testing" ] || [ "$NAME" == "dnf5-testing-nightly" ]; then dnf copr -y enable rpmsoftwaremanagement/"$NAME" ; fi && dnf -y install dnf5 dnf-data dnf5-plugins && dnf4 -y remove 'dnf-command(copr)' && dnf4 clean all && dnf5 clean all": error while running runtime: exit status 1
time="2024-12-24T04:22:12Z" level=error msg
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading