configure: WARNING: unrecognized options: --without-gcc Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1 configure: WARNING: unrecognized options: --without-gcc /Library/Developer/CommandLineTools/usr/bin/ranlib: file: libpython3.9d.a(dynamic_annotations.o) has no symbols ld: warning: directory not found for option '-L/usr/lib/termcap' /Users/jenkins/w/cci_PR-1510@3/.conan/data/cpython/3.9.0/_/_/build/684a8a5c67d4bf0893cfb8ed07e75892ee423153/source_subfolder/Modules/_ctypes/callbacks.c:21:9: error: implicit declaration of function 'ffi_closure_free' is invalid in C99 [-Werror,-Wimplicit-function-declaration] ffi_closure_free(self->pcl_write); ^ /Users/jenkins/w/cci_PR-1510@3/.conan/data/cpython/3.9.0/_/_/build/684a8a5c67d4bf0893cfb8ed07e75892ee423153/source_subfolder/Modules/_ctypes/callbacks.c:21:9: warning: this function declaration is not a prototype [-Wstrict-prototypes] /Users/jenkins/w/cci_PR-1510@3/.conan/data/cpython/3.9.0/_/_/build/684a8a5c67d4bf0893cfb8ed07e75892ee423153/source_subfolder/Modules/_ctypes/callbacks.c:364:20: error: implicit declaration of function 'ffi_closure_alloc' is invalid in C99 [-Werror,-Wimplicit-function-declaration] p->pcl_write = ffi_closure_alloc(sizeof(ffi_closure), ^ /Users/jenkins/w/cci_PR-1510@3/.conan/data/cpython/3.9.0/_/_/build/684a8a5c67d4bf0893cfb8ed07e75892ee423153/source_subfolder/Modules/_ctypes/callbacks.c:364:20: warning: this function declaration is not a prototype [-Wstrict-prototypes] /Users/jenkins/w/cci_PR-1510@3/.conan/data/cpython/3.9.0/_/_/build/684a8a5c67d4bf0893cfb8ed07e75892ee423153/source_subfolder/Modules/_ctypes/callbacks.c:364:18: warning: incompatible integer to pointer conversion assigning to 'ffi_closure *' (aka 'struct ffi_closure *') from 'int' [-Wint-conversion] p->pcl_write = ffi_closure_alloc(sizeof(ffi_closure), ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings and 2 errors generated. /Users/jenkins/w/cci_PR-1510@3/.conan/data/cpython/3.9.0/_/_/build/684a8a5c67d4bf0893cfb8ed07e75892ee423153/source_subfolder/Modules/_ctypes/callbacks.c:21:9: error: implicit declaration of function 'ffi_closure_free' is invalid in C99 [-Werror,-Wimplicit-function-declaration] ffi_closure_free(self->pcl_write); ^ /Users/jenkins/w/cci_PR-1510@3/.conan/data/cpython/3.9.0/_/_/build/684a8a5c67d4bf0893cfb8ed07e75892ee423153/source_subfolder/Modules/_ctypes/callbacks.c:21:9: warning: this function declaration is not a prototype [-Wstrict-prototypes] /Users/jenkins/w/cci_PR-1510@3/.conan/data/cpython/3.9.0/_/_/build/684a8a5c67d4bf0893cfb8ed07e75892ee423153/source_subfolder/Modules/_ctypes/callbacks.c:364:20: error: implicit declaration of function 'ffi_closure_alloc' is invalid in C99 [-Werror,-Wimplicit-function-declaration] p->pcl_write = ffi_closure_alloc(sizeof(ffi_closure), ^ /Users/jenkins/w/cci_PR-1510@3/.conan/data/cpython/3.9.0/_/_/build/684a8a5c67d4bf0893cfb8ed07e75892ee423153/source_subfolder/Modules/_ctypes/callbacks.c:364:20: warning: this function declaration is not a prototype [-Wstrict-prototypes] /Users/jenkins/w/cci_PR-1510@3/.conan/data/cpython/3.9.0/_/_/build/684a8a5c67d4bf0893cfb8ed07e75892ee423153/source_subfolder/Modules/_ctypes/callbacks.c:364:18: warning: incompatible integer to pointer conversion assigning to 'ffi_closure *' (aka 'struct ffi_closure *') from 'int' [-Wint-conversion] p->pcl_write = ffi_closure_alloc(sizeof(ffi_closure), ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings and 2 errors generated. /Users/jenkins/w/cci_PR-1510@3/.conan/data/cpython/3.9.0/_/_/build/684a8a5c67d4bf0893cfb8ed07e75892ee423153/source_subfolder/Modules/_ctypes/cfield.c:2:10: fatal error: 'pycore_byteswap.h' file not found #include "pycore_byteswap.h" // _Py_bswap32() ^~~~~~~~~~~~~~~~~~~ 1 error generated. /Users/jenkins/w/cci_PR-1510@3/.conan/data/cpython/3.9.0/_/_/build/684a8a5c67d4bf0893cfb8ed07e75892ee423153/source_subfolder/Lib/runpy.py:111: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+ __import__(pkg_name) /Users/jenkins/w/cci_PR-1510@3/.conan/data/cpython/3.9.0/_/_/build/684a8a5c67d4bf0893cfb8ed07e75892ee423153/source_subfolder/Lib/runpy.py:111: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+ __import__(pkg_name) WARNING: The script easy_install-3.9 is installed in '/Users/jenkins/w/cci_PR-1510@3/.conan/data/cpython/3.9.0/_/_/package/684a8a5c67d4bf0893cfb8ed07e75892ee423153/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. Traceback (most recent call last): File "/Users/jenkins/w/cci_PR-1510@3/.conan/data/cpython/3.9.0/_/_/build/684a8a5c67d4bf0893cfb8ed07e75892ee423153/source_subfolder/Lib/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "/Users/jenkins/w/cci_PR-1510@3/.conan/data/cpython/3.9.0/_/_/build/684a8a5c67d4bf0893cfb8ed07e75892ee423153/source_subfolder/Lib/runpy.py", line 87, in _run_code exec(code, run_globals) File "/Users/jenkins/w/cci_PR-1510@3/.conan/data/cpython/3.9.0/_/_/build/684a8a5c67d4bf0893cfb8ed07e75892ee423153/source_subfolder/Lib/ensurepip/__main__.py", line 5, in sys.exit(ensurepip._main()) File "/Users/jenkins/w/cci_PR-1510@3/.conan/data/cpython/3.9.0/_/_/build/684a8a5c67d4bf0893cfb8ed07e75892ee423153/source_subfolder/Lib/ensurepip/__init__.py", line 210, in _main return _bootstrap( File "/Users/jenkins/w/cci_PR-1510@3/.conan/data/cpython/3.9.0/_/_/build/684a8a5c67d4bf0893cfb8ed07e75892ee423153/source_subfolder/Lib/ensurepip/__init__.py", line 129, in _bootstrap return _run_pip(args + [p[0] for p in _PROJECTS], additional_paths) File "/Users/jenkins/w/cci_PR-1510@3/.conan/data/cpython/3.9.0/_/_/build/684a8a5c67d4bf0893cfb8ed07e75892ee423153/source_subfolder/Lib/ensurepip/__init__.py", line 38, in _run_pip return subprocess.run([sys.executable, "-c", code], check=True).returncode File "/Users/jenkins/w/cci_PR-1510@3/.conan/data/cpython/3.9.0/_/_/build/684a8a5c67d4bf0893cfb8ed07e75892ee423153/source_subfolder/Lib/subprocess.py", line 524, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/Users/jenkins/w/cci_PR-1510@3/.conan/data/cpython/3.9.0/_/_/build/684a8a5c67d4bf0893cfb8ed07e75892ee423153/python.exe', '-c', '\nimport runpy\nimport sys\nsys.path = [\'/var/folders/w0/81x2f2hd41126wthzppsfrj400015j/T/tmpqsk1csps/setuptools-49.2.1-py3-none-any.whl\', \'/var/folders/w0/81x2f2hd41126wthzppsfrj400015j/T/tmpqsk1csps/pip-20.2.3-py2.py3-none-any.whl\'] + sys.path\nsys.argv[1:] = [\'install\', \'--no-cache-dir\', \'--no-index\', \'--find-links\', \'/var/folders/w0/81x2f2hd41126wthzppsfrj400015j/T/tmpqsk1csps\', \'--root\', \'/\', \'--upgrade\', \'setuptools\', \'pip\']\nrunpy.run_module("pip", run_name="__main__", alter_sys=True)\n']' died with . make: *** [install] Terminated: 15 ERROR: Exiting with code: 5