Description of problem: We want to update pip from 25.2 to 25.3 in Rawhide but python-argcomplete fails to build: https://copr.fedorainfracloud.org/coprs/churchyard/pip-25.3/package/python-argcomplete/ ====================================================================== FAIL: test_console_script_module (__main__.TestBashGlobal.test_console_script_module) Test completing a console_script for a module. ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test.py", line 1399, in test_console_script_module self._test_console_script() ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test.py", line 1390, in _test_console_script self.assertEqual(self.sh.run_command("echo $?"), "0\r\n", install_output) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '1\r\n' != '0\r\n' - 1 + 0 : Processing /builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test_package Installing build dependencies ... [?25l- \ | / - error error: subprocess-exited-with-error × installing build dependencies did not run successfully. │ exit code: 1 ╰─> [7 lines of output] WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f69344ba660>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f6934483250>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f6934483390>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f69344834d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f6934483610>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ ERROR: Could not find a version that satisfies the requirement setuptools>=40.8.0 (from versions: none) ERROR: No matching distribution found for setuptools>=40.8.0 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed to build 'file:///builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test_package' when installing build dependencies [?25h ====================================================================== FAIL: test_console_script_module_wheel (__main__.TestBashGlobal.test_console_script_module_wheel) Test completing a console_script for a module from a wheel. ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test.py", line 1407, in test_console_script_module_wheel self._test_console_script(wheel=True) ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^ File "/builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test.py", line 1390, in _test_console_script self.assertEqual(self.sh.run_command("echo $?"), "0\r\n", install_output) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '1\r\n' != '0\r\n' - 1 + 0 : Processing /builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test_package Installing build dependencies ... [?25l- \ | / - error error: subprocess-exited-with-error × installing build dependencies did not run successfully. │ exit code: 1 ╰─> [7 lines of output] WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f057da3a660>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f057da03250>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f057da03390>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f057da034d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f057da03610>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ ERROR: Could not find a version that satisfies the requirement setuptools>=40.8.0 (from versions: none) ERROR: No matching distribution found for setuptools>=40.8.0 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed to build 'file:///builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test_package' when installing build dependencies [?25h ====================================================================== FAIL: test_console_script_package (__main__.TestBashGlobal.test_console_script_package) Test completing a console_script for a package. ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test.py", line 1403, in test_console_script_package self._test_console_script(package=True) ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^ File "/builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test.py", line 1390, in _test_console_script self.assertEqual(self.sh.run_command("echo $?"), "0\r\n", install_output) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '1\r\n' != '0\r\n' - 1 + 0 : Processing /builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test_package Installing build dependencies ... [?25l- \ | / - error error: subprocess-exited-with-error × installing build dependencies did not run successfully. │ exit code: 1 ╰─> [7 lines of output] WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f01706ea660>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f01706b3250>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f01706b3390>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f01706b34d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f01706b3610>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ ERROR: Could not find a version that satisfies the requirement setuptools>=40.8.0 (from versions: none) ERROR: No matching distribution found for setuptools>=40.8.0 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed to build 'file:///builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test_package' when installing build dependencies [?25h ====================================================================== FAIL: test_console_script_package_wheel (__main__.TestBashGlobal.test_console_script_package_wheel) Test completing a console_script for a package from a wheel. ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test.py", line 1411, in test_console_script_package_wheel self._test_console_script(package=True, wheel=True) ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test.py", line 1390, in _test_console_script self.assertEqual(self.sh.run_command("echo $?"), "0\r\n", install_output) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '1\r\n' != '0\r\n' - 1 + 0 : Processing /builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test_package Installing build dependencies ... [?25l- \ | / - error error: subprocess-exited-with-error × installing build dependencies did not run successfully. │ exit code: 1 ╰─> [7 lines of output] WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f4486bee660>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f4486bb7250>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f4486bb7390>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f4486bb74d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f4486bb7610>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ ERROR: Could not find a version that satisfies the requirement setuptools>=40.8.0 (from versions: none) ERROR: No matching distribution found for setuptools>=40.8.0 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed to build 'file:///builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test_package' when installing build dependencies [?25h ====================================================================== FAIL: test_console_script_module (__main__.TestZshGlobalExplicit.test_console_script_module) Test completing a console_script for a module. ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test.py", line 1399, in test_console_script_module self._test_console_script() ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test.py", line 1390, in _test_console_script self.assertEqual(self.sh.run_command("echo $?"), "0\r\n", install_output) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '1\r\n' != '0\r\n' - 1 + 0 : Processing /builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test_package Installing build dependencies ... [?25l- \ | / - error error: subprocess-exited-with-error × installing build dependencies did not run successfully. │ exit code: 1 ╰─> [7 lines of output] WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa3a4c56660>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa3a4c1f250>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa3a4c1f390>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa3a4c1f4d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fa3a4c1f610>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ ERROR: Could not find a version that satisfies the requirement setuptools>=40.8.0 (from versions: none) ERROR: No matching distribution found for setuptools>=40.8.0 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed to build 'file:///builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test_package' when installing build dependencies [?25h ====================================================================== FAIL: test_console_script_module_wheel (__main__.TestZshGlobalExplicit.test_console_script_module_wheel) Test completing a console_script for a module from a wheel. ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test.py", line 1407, in test_console_script_module_wheel self._test_console_script(wheel=True) ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^ File "/builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test.py", line 1390, in _test_console_script self.assertEqual(self.sh.run_command("echo $?"), "0\r\n", install_output) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '1\r\n' != '0\r\n' - 1 + 0 : Processing /builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test_package Installing build dependencies ... [?25l- \ | / - error error: subprocess-exited-with-error × installing build dependencies did not run successfully. │ exit code: 1 ╰─> [7 lines of output] WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f9d7422a660>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f9d741f3250>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f9d741f3390>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f9d741f34d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f9d741f3610>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ ERROR: Could not find a version that satisfies the requirement setuptools>=40.8.0 (from versions: none) ERROR: No matching distribution found for setuptools>=40.8.0 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed to build 'file:///builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test_package' when installing build dependencies [?25h ====================================================================== FAIL: test_console_script_package (__main__.TestZshGlobalExplicit.test_console_script_package) Test completing a console_script for a package. ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test.py", line 1403, in test_console_script_package self._test_console_script(package=True) ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^ File "/builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test.py", line 1390, in _test_console_script self.assertEqual(self.sh.run_command("echo $?"), "0\r\n", install_output) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '1\r\n' != '0\r\n' - 1 + 0 : Processing /builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test_package Installing build dependencies ... [?25l- \ | / - error error: subprocess-exited-with-error × installing build dependencies did not run successfully. │ exit code: 1 ╰─> [7 lines of output] WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f5648646660>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f564860f250>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f564860f390>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f564860f4d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f564860f610>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ ERROR: Could not find a version that satisfies the requirement setuptools>=40.8.0 (from versions: none) ERROR: No matching distribution found for setuptools>=40.8.0 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed to build 'file:///builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test_package' when installing build dependencies [?25h ====================================================================== FAIL: test_console_script_package_wheel (__main__.TestZshGlobalExplicit.test_console_script_package_wheel) Test completing a console_script for a package from a wheel. ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test.py", line 1411, in test_console_script_package_wheel self._test_console_script(package=True, wheel=True) ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test.py", line 1390, in _test_console_script self.assertEqual(self.sh.run_command("echo $?"), "0\r\n", install_output) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '1\r\n' != '0\r\n' - 1 + 0 : Processing /builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test_package Installing build dependencies ... [?25l- \ | / - error error: subprocess-exited-with-error × installing build dependencies did not run successfully. │ exit code: 1 ╰─> [7 lines of output] WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f3fdf56e660>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f3fdf537250>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f3fdf537390>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f3fdf5374d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f3fdf537610>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ ERROR: Could not find a version that satisfies the requirement setuptools>=40.8.0 (from versions: none) ERROR: No matching distribution found for setuptools>=40.8.0 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed to build 'file:///builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test_package' when installing build dependencies [?25h ====================================================================== FAIL: test_console_script_module (__main__.TestZshGlobalImplicit.test_console_script_module) Test completing a console_script for a module. ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test.py", line 1399, in test_console_script_module self._test_console_script() ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test.py", line 1390, in _test_console_script self.assertEqual(self.sh.run_command("echo $?"), "0\r\n", install_output) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '1\r\n' != '0\r\n' - 1 + 0 : Processing /builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test_package Installing build dependencies ... [?25l- \ | / - error error: subprocess-exited-with-error × installing build dependencies did not run successfully. │ exit code: 1 ╰─> [7 lines of output] WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f5dbf1f6660>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f5dbf1bf250>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f5dbf1bf390>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f5dbf1bf4d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f5dbf1bf610>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ ERROR: Could not find a version that satisfies the requirement setuptools>=40.8.0 (from versions: none) ERROR: No matching distribution found for setuptools>=40.8.0 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed to build 'file:///builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test_package' when installing build dependencies [?25h ====================================================================== FAIL: test_console_script_module_wheel (__main__.TestZshGlobalImplicit.test_console_script_module_wheel) Test completing a console_script for a module from a wheel. ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test.py", line 1407, in test_console_script_module_wheel self._test_console_script(wheel=True) ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^ File "/builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test.py", line 1390, in _test_console_script self.assertEqual(self.sh.run_command("echo $?"), "0\r\n", install_output) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '1\r\n' != '0\r\n' - 1 + 0 : Processing /builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test_package Installing build dependencies ... [?25l- \ | / - error error: subprocess-exited-with-error × installing build dependencies did not run successfully. │ exit code: 1 ╰─> [7 lines of output] WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fcab9d6e660>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fcab9d37250>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fcab9d37390>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fcab9d374d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fcab9d37610>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ ERROR: Could not find a version that satisfies the requirement setuptools>=40.8.0 (from versions: none) ERROR: No matching distribution found for setuptools>=40.8.0 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed to build 'file:///builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test_package' when installing build dependencies [?25h ====================================================================== FAIL: test_console_script_package (__main__.TestZshGlobalImplicit.test_console_script_package) Test completing a console_script for a package. ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test.py", line 1403, in test_console_script_package self._test_console_script(package=True) ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^ File "/builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test.py", line 1390, in _test_console_script self.assertEqual(self.sh.run_command("echo $?"), "0\r\n", install_output) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '1\r\n' != '0\r\n' - 1 + 0 : Processing /builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test_package Installing build dependencies ... [?25l- \ | / - error error: subprocess-exited-with-error × installing build dependencies did not run successfully. │ exit code: 1 ╰─> [7 lines of output] WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fd843cd6660>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fd843c9f250>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fd843c9f390>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fd843c9f4d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fd843c9f610>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ ERROR: Could not find a version that satisfies the requirement setuptools>=40.8.0 (from versions: none) ERROR: No matching distribution found for setuptools>=40.8.0 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed to build 'file:///builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test_package' when installing build dependencies [?25h ====================================================================== FAIL: test_console_script_package_wheel (__main__.TestZshGlobalImplicit.test_console_script_package_wheel) Test completing a console_script for a package from a wheel. ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test.py", line 1411, in test_console_script_package_wheel self._test_console_script(package=True, wheel=True) ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test.py", line 1390, in _test_console_script self.assertEqual(self.sh.run_command("echo $?"), "0\r\n", install_output) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: '1\r\n' != '0\r\n' - 1 + 0 : Processing /builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test_package Installing build dependencies ... [?25l- \ | / - error error: subprocess-exited-with-error × installing build dependencies did not run successfully. │ exit code: 1 ╰─> [7 lines of output] WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f7207656660>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f720761f250>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f720761f390>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f720761f4d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f720761f610>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/setuptools/ ERROR: Could not find a version that satisfies the requirement setuptools>=40.8.0 (from versions: none) ERROR: No matching distribution found for setuptools>=40.8.0 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed to build 'file:///builddir/build/BUILD/python-argcomplete-3.6.3-build/argcomplete-3.6.3/test/test_package' when installing build dependencies [?25h ---------------------------------------------------------------------- Ran 189 tests in 227.266s FAILED (failures=12, skipped=12, expected failures=5) This looks like the following change in pip: https://pip.pypa.io/en/stable/news/#v25-3 """ Remove support for the deprecated setup.py bdist_wheel mechanism. Consequently, --use-pep517 is now always on, and --no-use-pep517 has been removed. """ https://github.com/pypa/pip/issues/6334 As a workaround, try building the package with PIP_NO_BUILD_ISOLATION=0 set -- that disables build isolation (which is a tad confusing, see https://github.com/pypa/pip/issues/5735). Version-Release number of selected component (if applicable): 3.6.3-2.fc44 Steps to Reproduce: Build the package from distgit using our copr linked above. E.g.: fedpkg --release rawhide mockbuild -- --addrepo=https://download.copr.fedorainfracloud.org/results/churchyard/pip-25.3/fedora-rawhide-x86_64