==> Synchronizing chroot copy [/home/alhp/workspace2/chroot/root] -> [build_ac5f58e1-ca65-43b5-9dbe-11830cc629dd]...done ==> Making package: python-pytables 3.7.0-5.2 (Sun Dec 10 07:49:13 2023) ==> Retrieving sources... -> Downloading python-pytables-3.7.0.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3451k 0 3451k 0 0 3900k 0 --:--:-- --:--:-- --:--:-- 3900k ==> Validating source files with sha256sums... python-pytables-3.7.0.tar.gz ... Passed ==> Making package: python-pytables 3.7.0-5.2 (Sun Dec 10 07:49:23 2023) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Package (12) 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 extra/libaec 1.0.6-1 0.13 MiB core/libnsl 2.0.1-1 0.07 MiB core/python 3.11.6-1 75.27 MiB extra/python-numpy 1.26.2-1 47.99 MiB extra/snappy 1.1.10-1 0.08 MiB extra/blosc 1.21.5-1 0.09 MiB extra/hdf5 1.14.3-1 11.37 MiB core/lzo 2.10-5 0.38 MiB extra/python-numexpr 2.8.7-1 0.72 MiB Total Installed Size: 144.57 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing snappy... installing blosc... installing lzo... installing libaec... installing hdf5... 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 installing python-numexpr... [?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 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... installing cython... [?25h==> Retrieving sources... -> Found python-pytables-3.7.0.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting python-pytables-3.7.0.tar.gz with bsdtar ==> Starting build()... /startdir/src/PyTables-3.7.0/setup.py:18: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html import pkg_resources Error compiling Cython file: ------------------------------------------------------------ ... def _dump_h5_backtrace(): cdef object bt = [] if H5Ewalk(H5E_DEFAULT, H5E_WALK_DOWNWARD, e_walk_cb, bt) < 0: ^ ------------------------------------------------------------ tables/utilsextension.pyx:387:47: Cannot assign type 'herr_t (unsigned int, const H5E_error_t *, void *) except? -1 nogil' to 'H5E_walk_t'. Exception values are incompatible. Suggest adding 'noexcept' to type 'herr_t (unsigned int, const H5E_error_t *, void *) except? -1 nogil'. * Using Python 3.11.6 (main, Nov 14 2023, 09:36:21) [GCC 13.2.1 20230801] * Found cython 3.0.6 * USE_PKGCONFIG: True * Found HDF5 headers at ``/usr/include``, library at ``/usr/lib``. * Found LZO 2 headers at ``/usr/include``, library at ``/usr/lib``. * Skipping detection of LZO 1 since LZO 2 has already been found. * Found bzip2 headers at ``/usr/include``, library at ``/usr/lib``. * Found blosc headers at ``/usr/include``, library at ``/usr/lib``. Compiling tables/utilsextension.pyx because it changed. [1/1] Cythonizing tables/utilsextension.pyx Traceback (most recent call last): File "/startdir/src/PyTables-3.7.0/setup.py", line 834, in cython_extfiles = get_cython_extfiles(cython_extnames) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/startdir/src/PyTables-3.7.0/setup.py", line 829, in get_cython_extfiles cythonize(str(extpfile), language_level="2") 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: tables/utilsextension.pyx ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Build failed, check /home/alhp/workspace2/chroot/build_ac5f58e1-ca65-43b5-9dbe-11830cc629dd/build