==> Synchronizing chroot copy [/home/alhp/workspace2/chroot/root] -> [build_eebf4faa-aa74-4510-95ef-69218710d53a]...done ==> Making package: python-pygeos 0.14-2.2 (Sun Dec 10 07:31:42 2023) ==> Retrieving sources... -> Downloading pygeos-0.14.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 100 138k 0 0 390k 0 --:--:-- --:--:-- --:--:-- 390k ==> Validating source files with sha256sums... pygeos-0.14.tar.gz ... Passed ==> Making package: python-pygeos 0.14-2.2 (Sun Dec 10 07:31:49 2023) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Package (7) New Version Net Change extra/blas 3.12.0-2 0.65 MiB extra/cblas 3.12.0-2 0.34 MiB extra/lapack 3.12.0-2 7.48 MiB core/libnsl 2.0.1-1 0.07 MiB core/python 3.11.6-1 75.27 MiB extra/geos 3.12.0-1 6.39 MiB extra/python-numpy 1.26.2-1 47.99 MiB Total Installed Size: 138.19 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing geos... installing blas... installing cblas... installing lapack... installing libnsl... installing python... Optional dependencies for python python-setuptools: for building Python packages using tooling that is usually bundled with Python python-pip: for installing Python packages using tooling that is usually bundled with Python python-pipx: for installing Python software not packaged on Arch Linux sqlite: for a default database integration [installed] mpdecimal: for decimal xz: for lzma [installed] tk: for tkinter installing python-numpy... Optional dependencies for python-numpy blas-openblas: faster linear algebra [?25h==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Package (19) New Version Net Change extra/python-annotated-types 0.6.0-1 0.11 MiB extra/python-autocommand 2.2.2-4 0.08 MiB extra/python-fastjsonschema 2.19.0-1 0.30 MiB extra/python-inflect 7.0.0-2 0.39 MiB extra/python-jaraco.context 4.3.0-3 0.04 MiB extra/python-jaraco.functools 3.9.0-1 0.07 MiB extra/python-jaraco.text 3.11.1-3 0.09 MiB extra/python-more-itertools 10.1.0-1 0.63 MiB extra/python-ordered-set 4.1.0-4 0.07 MiB extra/python-packaging 23.2-1 0.53 MiB extra/python-platformdirs 4.1.0-1 0.23 MiB extra/python-pydantic 2.5.2-1 4.78 MiB extra/python-pydantic-core 1:2.14.5-1 5.51 MiB extra/python-tomli 2.0.1-3 0.11 MiB extra/python-trove-classifiers 2023.11.29-1 0.11 MiB extra/python-typing_extensions 4.8.0-1 0.35 MiB extra/python-validate-pyproject 0.13-1 0.29 MiB extra/cython 3.0.6-1 18.12 MiB extra/python-setuptools 1:68.2.2-1 4.68 MiB Total Installed Size: 36.46 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing cython... installing python-more-itertools... installing python-jaraco.functools... installing python-jaraco.context... installing python-autocommand... installing python-annotated-types... installing python-typing_extensions... installing python-pydantic-core... installing python-pydantic... Optional dependencies for python-pydantic mypy: for type validation with mypy python-dotenv: for .env file support python-email-validator: for email validation python-hypothesis: for hypothesis plugin when using legacy v1 installing python-inflect... installing python-jaraco.text... installing python-ordered-set... installing python-packaging... installing python-platformdirs... installing python-tomli... installing python-fastjsonschema... installing python-trove-classifiers... installing python-validate-pyproject... installing python-setuptools... [?25h==> Retrieving sources... -> Found pygeos-0.14.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting pygeos-0.14.tar.gz with bsdtar ==> Starting build()... /startdir/src/pygeos-0.14/setup.py:8: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html from pkg_resources import parse_version Error compiling Cython file: ------------------------------------------------------------ ... self.last_error = malloc((1025) * sizeof(char)) self.last_error[0] = 0 self.last_warning = malloc((1025) * sizeof(char)) self.last_warning[0] = 0 GEOSContext_setErrorMessageHandler_r( self.handle, &geos_message_handler, self.last_error ^ ------------------------------------------------------------ pygeos/_geos.pyx:30:25: Cannot assign type 'void (*)(const char *, void *) except *' to 'GEOSMessageHandler_r'. Exception values are incompatible. Suggest adding 'noexcept' to type 'void (const char *, void *) except *'. Error compiling Cython file: ------------------------------------------------------------ ... self.last_warning[0] = 0 GEOSContext_setErrorMessageHandler_r( self.handle, &geos_message_handler, self.last_error ) GEOSContext_setNoticeMessageHandler_r( self.handle, &geos_message_handler, self.last_warning ^ ------------------------------------------------------------ pygeos/_geos.pyx:33:25: Cannot assign type 'void (*)(const char *, void *) except *' to 'GEOSMessageHandler_r'. Exception values are incompatible. Suggest adding 'noexcept' to type 'void (const char *, void *) except *'. Compiling pygeos/_geometry.pyx because it changed. Compiling pygeos/_geos.pyx because it changed. [1/2] Cythonizing pygeos/_geometry.pyx [2/2] Cythonizing pygeos/_geos.pyx Traceback (most recent call last): File "/startdir/src/pygeos-0.14/setup.py", line 200, in ext_modules += cythonize( ^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/Cython/Build/Dependencies.py", line 1154, in cythonize cythonize_one(*args) File "/usr/lib/python3.11/site-packages/Cython/Build/Dependencies.py", line 1321, in cythonize_one raise CompileError(None, pyx_file) Cython.Compiler.Errors.CompileError: pygeos/_geos.pyx ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Build failed, check /home/alhp/workspace2/chroot/build_eebf4faa-aa74-4510-95ef-69218710d53a/build