Warning: Permanently added '2620:52:3:1:dead:beef:cafe:c2a4' (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/8582257 Version: 1.2 PID: 9948 Logging PID: 9949 Task: {'appstream': False, 'background': True, 'build_id': 8582257, 'chroot': None, 'package_name': 'python-metasdk', 'project_dirname': 'PyPI', 'project_name': 'PyPI', 'project_owner': '@copr', 'repos': [], 'sandbox': '@copr/PyPI--ksurma', 'source_json': {'pypi_package_name': 'metasdk', 'pypi_package_version': '1.9.9', 'python_versions': [], 'spec_generator': 'pyp2spec', 'spec_template': ''}, 'source_type': 5, 'submitter': 'ksurma', 'task_id': '8582257'} Running: which pyp2spec cmd: ['which', 'pyp2spec'] cwd: . rc: 0 stdout: /usr/bin/pyp2spec stderr: Running: pyp2spec metasdk --fedora-compliant --automode -v 1.9.9 cmd: ['pyp2spec', 'metasdk', '--fedora-compliant', '--automode', '-v', '1.9.9'] cwd: . rc: 1 stdout: Querying PyPI for package 'metasdk' 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='files.pythonhosted.org', port=443): Max retries exceeded with url: /packages/08/9a/aed60fc4dcc32df134aa857b0574249ede1d8acc8d250b791fad5aa88f35/metasdk-1.9.9-py3-none-any.whl.metadata (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 379, in wrapper return func(*args, **kwargs) File "/usr/lib/python3.13/site-packages/pyp2spec/pyp2spec.py", line 18, in main config_file = create_config(options) File "/usr/lib/python3.13/site-packages/pyp2spec/pyp2conf.py", line 345, in create_config contents = create_config_contents( options["package"], ...<3 lines>... automode=options["automode"] ) File "/usr/lib/python3.13/site-packages/pyp2spec/pyp2conf.py", line 293, in create_config_contents pkg = PypiPackage(package, version=version, session=session) File "/usr/lib/python3.13/site-packages/pyp2spec/pyp2conf.py", line 52, in __init__ self.core_metadata = core_metadata or self.parse_core_metadata() ~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.13/site-packages/pyp2spec/pyp2conf.py", line 92, in parse_core_metadata metadata = self._get_metadata_file() File "/usr/lib/python3.13/site-packages/pyp2spec/pyp2conf.py", line 85, in _get_metadata_file response = self._session.get(entry["url"] + ".metadata") 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='files.pythonhosted.org', port=443): Max retries exceeded with url: /packages/08/9a/aed60fc4dcc32df134aa857b0574249ede1d8acc8d250b791fad5aa88f35/metasdk-1.9.9-py3-none-any.whl.metadata (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Unable to generate spec for `metasdk' 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='files.pythonhosted.org', port=443): Max retries exceeded with url: /packages/08/9a/aed60fc4dcc32df134aa857b0574249ede1d8acc8d250b791fad5aa88f35/metasdk-1.9.9-py3-none-any.whl.metadata (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 379, in wrapper return func(*args, **kwargs) File "/usr/lib/python3.13/site-packages/pyp2spec/pyp2spec.py", line 18, in main config_file = create_config(options) File "/usr/lib/python3.13/site-packages/pyp2spec/pyp2conf.py", line 345, in create_config contents = create_config_contents( options["package"], ...<3 lines>... automode=options["automode"] ) File "/usr/lib/python3.13/site-packages/pyp2spec/pyp2conf.py", line 293, in create_config_contents pkg = PypiPackage(package, version=version, session=session) File "/usr/lib/python3.13/site-packages/pyp2spec/pyp2conf.py", line 52, in __init__ self.core_metadata = core_metadata or self.parse_core_metadata() ~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.13/site-packages/pyp2spec/pyp2conf.py", line 92, in parse_core_metadata metadata = self._get_metadata_file() File "/usr/lib/python3.13/site-packages/pyp2spec/pyp2conf.py", line 85, in _get_metadata_file response = self._session.get(entry["url"] + ".metadata") 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='files.pythonhosted.org', port=443): Max retries exceeded with url: /packages/08/9a/aed60fc4dcc32df134aa857b0574249ede1d8acc8d250b791fad5aa88f35/metasdk-1.9.9-py3-none-any.whl.metadata (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))