Information for task buildSRPMFromSCM (/xcp-ng-rpms/branding-xcp-ng.git:0928ed6764f883f1b9e5d827cb926f4236257a6d)
| ID | 98368 |
|---|---|
| Method | buildSRPMFromSCM |
| Parameters |
Build tag: v9.0-incoming
Url: git+https://github.com/xcp-ng-rpms/branding-xcp-ng.git?#0928ed6764f883f1b9e5d827cb926f4236257a6d Options: repo_id = 29292 scratch = True |
| State | failed |
| Created | Fri, 27 Feb 2026 11:45:06 UTC |
| Started | Fri, 27 Feb 2026 11:45:07 UTC |
| Completed | Fri, 27 Feb 2026 11:45:29 UTC |
| Total time | 0:00:22 |
| Task time | 0:00:21 |
| Owner | samuel.verschelde |
| Channel | default |
| Host | koji_builder1 |
| Arch | noarch |
| Buildroot |
/var/lib/mock/v9.0-incoming-10752-29292 |
| Parent | build (v9.0-incoming, /xcp-ng-rpms/branding-xcp-ng.git:0928ed6764f883f1b9e5d827cb926f4236257a6d) |
| Descendants | |
| Waiting? | no |
| Awaited? | no |
| Priority | 19 |
| Weight | 1.00 |
| Result |
Traceback (most recent call last):
File "/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 715, in urlopen
httplib_response = self._make_request(
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 404, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.12/site-packages/urllib3/connectionp ...
Traceback (most recent call last):
File "/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 715, in urlopen
httplib_response = self._make_request(
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 404, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1060, in _validate_conn
conn.connect()
File "/usr/lib/python3.12/site-packages/urllib3/connection.py", line 419, in connect
self.sock = ssl_wrap_socket(
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket
ssl_sock = _ssl_wrap_socket_impl(
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl
return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/ssl.py", line 455, in wrap_socket
return self.sslsocket_class._create(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/ssl.py", line 1041, in _create
self.do_handshake()
File "/usr/lib64/python3.12/ssl.py", line 1319, in do_handshake
self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:998)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.12/site-packages/requests/adapters.py", line 667, in send
resp = conn.urlopen(
^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 829, in urlopen
return self.urlopen(
^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 829, in urlopen
return self.urlopen(
^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 829, in urlopen
return self.urlopen(
^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/urllib3/connectionpool.py", line 801, in urlopen
retries = retries.increment(
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/urllib3/util/retry.py", line 594, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='kojihub.xcp-ng.org', port=443): Max retries exceeded with url: /kojifiles//repos/v9.0-incoming/29292/x86_64_v2/rpmlist.jsonl (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:998)')))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.12/site-packages/koji/daemon.py", line 1421, in runTask
response = (handler.run(),)
^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/koji/tasks.py", line 343, in run
return koji.util.call_with_argcheck(self.handler, self.params, self.opts)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/koji/util.py", line 516, in call_with_argcheck
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/sbin/kojid", line 5319, in handler
broot.init()
File "/usr/sbin/kojid", line 545, in init
self.session.host.setBuildRootList(self.id, self.getPackageList())
^^^^^^^^^^^^^^^^^^^^^
File "/usr/sbin/kojid", line 687, in getPackageList
self.mapInternalRPMs(ret)
File "/usr/sbin/kojid", line 859, in mapInternalRPMs
with koji.openRemoteFile(rpmlist_path, **opts) as fo:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 2056, in openRemoteFile
downloadFile(url, path=relpath, fo=fo)
File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 2028, in downloadFile
resp = request_with_retry().get(url, stream=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/requests/sessions.py", line 602, in get
return self.request("GET", url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/requests/adapters.py", line 698, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='kojihub.xcp-ng.org', port=443): Max retries exceeded with url: /kojifiles//repos/v9.0-incoming/29292/x86_64_v2/rpmlist.jsonl (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:998)')))
|
| Output |
build.log
(tail)
dnf.log (tail) dnf.librepo.log (tail) dnf.rpm.log (tail) hw_info.log (tail) mock_config.log (tail) mock_output.log (tail) root.log (tail) state.log (tail) |
