Warning: Permanently added '2620:52:3:1:dead:beef:cafe:c28f' (ED25519) to the list of known hosts. You can reproduce this build on your computer by running: sudo dnf install copr-rpmbuild /usr/bin/copr-rpmbuild --verbose --drop-resultdir --srpm --task-url https://copr.fedorainfracloud.org/backend/get-srpm-build-task/8812990 Version: 1.2 PID: 9087 Logging PID: 9088 Task: {'appstream': False, 'background': True, 'build_id': 8812990, 'chroot': None, 'package_name': 'python-daops', 'project_dirname': 'PyPI', 'project_name': 'PyPI', 'project_owner': '@copr', 'repos': [], 'sandbox': '@copr/PyPI--ksurma', 'source_json': {'pypi_package_name': 'daops', 'pypi_package_version': '0.15.0', 'python_versions': [], 'spec_generator': 'pyp2spec', 'spec_template': ''}, 'source_type': 5, 'submitter': 'ksurma', 'task_id': '8812990'} Running: which pyp2spec cmd: ['which', 'pyp2spec'] cwd: . rc: 0 stdout: /usr/bin/pyp2spec stderr: Running: pyp2spec daops --fedora-compliant --automode -v 0.15.0 cmd: ['pyp2spec', 'daops', '--fedora-compliant', '--automode', '-v', '0.15.0'] cwd: . rc: 1 stdout: stderr: Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( (self._dns_host, self.port), self.timeout, **extra_kw ) File "/usr/lib/python3.13/site-packages/urllib3/util/connection.py", line 72, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.13/socket.py", line 975, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/urllib3/connectionpool.py", line 716, in urlopen httplib_response = self._make_request( conn, ...<5 lines>... chunked=chunked, ) File "/usr/lib/python3.13/site-packages/urllib3/connectionpool.py", line 404, in _make_request self._validate_conn(conn) ~~~~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.13/site-packages/urllib3/connectionpool.py", line 1061, in _validate_conn conn.connect() ~~~~~~~~~~~~^^ File "/usr/lib/python3.13/site-packages/urllib3/connection.py", line 363, in connect self.sock = conn = self._new_conn() ~~~~~~~~~~~~~~^^ File "/usr/lib/python3.13/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( self, "Failed to establish a new connection: %s" % e ) urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/requests/adapters.py", line 668, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/usr/lib/python3.13/site-packages/urllib3/connectionpool.py", line 802, in urlopen retries = retries.increment( method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/usr/lib/python3.13/site-packages/urllib3/util/retry.py", line 594, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /pypi/daops/0.15.0/json (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/pyp2spec", line 8, in sys.exit(main()) ~~~~^^ File "/usr/lib/python3.13/site-packages/click/core.py", line 1157, in __call__ return self.main(*args, **kwargs) ~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/click/core.py", line 1078, in main rv = self.invoke(ctx) File "/usr/lib/python3.13/site-packages/click/core.py", line 1434, in invoke return ctx.invoke(self.callback, **ctx.params) ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/click/core.py", line 783, in invoke return __callback(*args, **kwargs) File "/usr/lib/python3.13/site-packages/pyp2spec/pyp2conf.py", line 204, in wrapper return func(*args, **kwargs) File "/usr/lib/python3.13/site-packages/pyp2spec/pyp2spec.py", line 25, in main config_file = create_config(options) File "/usr/lib/python3.13/site-packages/pyp2spec/pyp2conf.py", line 172, in create_config contents = create_config_contents(options) File "/usr/lib/python3.13/site-packages/pyp2spec/pyp2conf.py", line 112, in create_config_contents pkg_info = create_package_from_source(package, version, compat, session) File "/usr/lib/python3.13/site-packages/pyp2spec/pyp2conf.py", line 88, in create_package_from_source pypi_pkg_data = load_from_pypi(package, version=version, compat=compat, session=session) File "/usr/lib/python3.13/site-packages/pyp2spec/pypi_loaders.py", line 94, in load_from_pypi return _get_versioned_pypi_package_data(package, version=version, session=session) File "/usr/lib/python3.13/site-packages/pyp2spec/pypi_loaders.py", line 47, in _get_versioned_pypi_package_data return _get_from_url(pkg_index, error_str, session=session).json() ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/pyp2spec/pypi_loaders.py", line 28, in _get_from_url response = _session.get(url) File "/usr/lib/python3.13/site-packages/requests/sessions.py", line 602, in get return self.request("GET", url, **kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/lib/python3.13/site-packages/requests/adapters.py", line 701, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /pypi/daops/0.15.0/json (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Unable to generate spec for `daops' Copr build error: Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( (self._dns_host, self.port), self.timeout, **extra_kw ) File "/usr/lib/python3.13/site-packages/urllib3/util/connection.py", line 72, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.13/socket.py", line 975, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/urllib3/connectionpool.py", line 716, in urlopen httplib_response = self._make_request( conn, ...<5 lines>... chunked=chunked, ) File "/usr/lib/python3.13/site-packages/urllib3/connectionpool.py", line 404, in _make_request self._validate_conn(conn) ~~~~~~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.13/site-packages/urllib3/connectionpool.py", line 1061, in _validate_conn conn.connect() ~~~~~~~~~~~~^^ File "/usr/lib/python3.13/site-packages/urllib3/connection.py", line 363, in connect self.sock = conn = self._new_conn() ~~~~~~~~~~~~~~^^ File "/usr/lib/python3.13/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( self, "Failed to establish a new connection: %s" % e ) urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/requests/adapters.py", line 668, in send resp = conn.urlopen( method=request.method, ...<9 lines>... chunked=chunked, ) File "/usr/lib/python3.13/site-packages/urllib3/connectionpool.py", line 802, in urlopen retries = retries.increment( method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] ) File "/usr/lib/python3.13/site-packages/urllib3/util/retry.py", line 594, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /pypi/daops/0.15.0/json (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/pyp2spec", line 8, in sys.exit(main()) ~~~~^^ File "/usr/lib/python3.13/site-packages/click/core.py", line 1157, in __call__ return self.main(*args, **kwargs) ~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/click/core.py", line 1078, in main rv = self.invoke(ctx) File "/usr/lib/python3.13/site-packages/click/core.py", line 1434, in invoke return ctx.invoke(self.callback, **ctx.params) ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/click/core.py", line 783, in invoke return __callback(*args, **kwargs) File "/usr/lib/python3.13/site-packages/pyp2spec/pyp2conf.py", line 204, in wrapper return func(*args, **kwargs) File "/usr/lib/python3.13/site-packages/pyp2spec/pyp2spec.py", line 25, in main config_file = create_config(options) File "/usr/lib/python3.13/site-packages/pyp2spec/pyp2conf.py", line 172, in create_config contents = create_config_contents(options) File "/usr/lib/python3.13/site-packages/pyp2spec/pyp2conf.py", line 112, in create_config_contents pkg_info = create_package_from_source(package, version, compat, session) File "/usr/lib/python3.13/site-packages/pyp2spec/pyp2conf.py", line 88, in create_package_from_source pypi_pkg_data = load_from_pypi(package, version=version, compat=compat, session=session) File "/usr/lib/python3.13/site-packages/pyp2spec/pypi_loaders.py", line 94, in load_from_pypi return _get_versioned_pypi_package_data(package, version=version, session=session) File "/usr/lib/python3.13/site-packages/pyp2spec/pypi_loaders.py", line 47, in _get_versioned_pypi_package_data return _get_from_url(pkg_index, error_str, session=session).json() ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/pyp2spec/pypi_loaders.py", line 28, in _get_from_url response = _session.get(url) File "/usr/lib/python3.13/site-packages/requests/sessions.py", line 602, in get return self.request("GET", url, **kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/lib/python3.13/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/lib/python3.13/site-packages/requests/adapters.py", line 701, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /pypi/daops/0.15.0/json (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))