==> Retrieving sources... -> Found murmurhash-1.0.10.tar.gz ==> Generating checksums for source files... ==> Making package: python-murmurhash 1.0.10-1 (Wed 20 Nov 2024 12:58:24 PM UTC) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (7) New Version Net Change core/mpdecimal 4.0.0-2 0.32 MiB extra/python-iniconfig 2.0.0-5 0.04 MiB extra/python-packaging 24.2-1 0.66 MiB extra/python-pluggy 1.5.0-1 0.20 MiB extra/cython 3.0.11-1 18.10 MiB core/python 3.12.7-1 70.07 MiB extra/python-pytest 1:8.3.3-1 3.90 MiB Total Installed Size: 93.28 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing mpdecimal... 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] xz: for lzma [installed] tk: for tkinter installing python-iniconfig... installing python-packaging... installing python-pluggy... installing python-pytest... installing cython... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (9) New Version Net Change extra/python-autocommand 2.2.2-6 0.08 MiB extra/python-jaraco.collections 5.0.1-1 0.10 MiB extra/python-jaraco.context 5.3.0-1 0.04 MiB extra/python-jaraco.functools 4.0.2-1 0.07 MiB extra/python-jaraco.text 4.0.0-1 0.08 MiB extra/python-more-itertools 10.3.0-1 0.63 MiB extra/python-platformdirs 4.3.6-1 0.24 MiB extra/python-wheel 0.45.0-1 0.28 MiB extra/python-setuptools 1:75.2.0-2 7.99 MiB Total Installed Size: 9.53 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-jaraco.text... Optional dependencies for python-jaraco.text python-inflect: for show-newlines script installing python-jaraco.collections... installing python-platformdirs... installing python-wheel... Optional dependencies for python-wheel python-keyring: for wheel.signatures python-xdg: for wheel.signatures python-setuptools: for legacy bdist_wheel subcommand [pending] installing python-setuptools... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Found murmurhash-1.0.10.tar.gz ==> Validating source files with sha512sums... murmurhash-1.0.10.tar.gz ... Passed ==> Extracting sources... -> Extracting murmurhash-1.0.10.tar.gz with bsdtar ==> Starting build()... performance hint: murmurhash/mrmr.pxd:4:20: No exception value declared for 'hash32' in pxd file. Users cimporting this function and calling it without the gil will always require an exception check. Suggest adding an explicit exception value. performance hint: murmurhash/mrmr.pxd:5:20: No exception value declared for 'hash64' in pxd file. Users cimporting this function and calling it without the gil will always require an exception check. Suggest adding an explicit exception value. performance hint: murmurhash/mrmr.pxd:6:25: No exception value declared for 'real_hash64' in pxd file. Users cimporting this function and calling it without the gil will always require an exception check. Suggest adding an explicit exception value. performance hint: murmurhash/mrmr.pyx:29:5: Exception check on 'hash128_x86' will always require the GIL to be acquired. Possible solutions: 1. Declare 'hash128_x86' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'hash128_x86' to allow an error code to be returned. performance hint: murmurhash/mrmr.pyx:33:5: Exception check on 'hash128_x64' will always require the GIL to be acquired. Possible solutions: 1. Declare 'hash128_x64' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'hash128_x64' to allow an error code to be returned. Compiling murmurhash/mrmr.pyx because it changed. [1/1] Cythonizing murmurhash/mrmr.pyx running build running build_py creating build/lib.linux-x86_64-cpython-312/murmurhash copying murmurhash/__init__.py -> build/lib.linux-x86_64-cpython-312/murmurhash copying murmurhash/about.py -> build/lib.linux-x86_64-cpython-312/murmurhash creating build/lib.linux-x86_64-cpython-312/murmurhash/tests copying murmurhash/tests/__init__.py -> build/lib.linux-x86_64-cpython-312/murmurhash/tests copying murmurhash/tests/test_import.py -> build/lib.linux-x86_64-cpython-312/murmurhash/tests copying murmurhash/tests/test_hash.py -> build/lib.linux-x86_64-cpython-312/murmurhash/tests copying murmurhash/mrmr.pyx -> build/lib.linux-x86_64-cpython-312/murmurhash copying murmurhash/__init__.pxd -> build/lib.linux-x86_64-cpython-312/murmurhash copying murmurhash/mrmr.pxd -> build/lib.linux-x86_64-cpython-312/murmurhash creating build/lib.linux-x86_64-cpython-312/murmurhash/include/murmurhash copying murmurhash/include/murmurhash/MurmurHash3.h -> build/lib.linux-x86_64-cpython-312/murmurhash/include/murmurhash copying murmurhash/include/murmurhash/MurmurHash2.h -> build/lib.linux-x86_64-cpython-312/murmurhash/include/murmurhash running build_ext building 'murmurhash.mrmr' extension creating build/temp.linux-x86_64-cpython-312/murmurhash g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/src/packages/libs/python/python-murmurhash/src=/usr/src/debug/python-murmurhash -flto=auto -fPIC -I/usr/include/python3.12 -I/src/packages/libs/python/python-murmurhash/src/murmurhash-1.0.10/murmurhash/include -I/usr/include/python3.12 -c murmurhash/MurmurHash2.cpp -o build/temp.linux-x86_64-cpython-312/murmurhash/MurmurHash2.o -O3 -Wno-strict-prototypes -Wno-unused-function cc1plus: warning: command-line option ‘-Wno-strict-prototypes’ is valid for C/ObjC but not for C++ g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/src/packages/libs/python/python-murmurhash/src=/usr/src/debug/python-murmurhash -flto=auto -fPIC -I/usr/include/python3.12 -I/src/packages/libs/python/python-murmurhash/src/murmurhash-1.0.10/murmurhash/include -I/usr/include/python3.12 -c murmurhash/MurmurHash3.cpp -o build/temp.linux-x86_64-cpython-312/murmurhash/MurmurHash3.o -O3 -Wno-strict-prototypes -Wno-unused-function cc1plus: warning: command-line option ‘-Wno-strict-prototypes’ is valid for C/ObjC but not for C++ g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/src/packages/libs/python/python-murmurhash/src=/usr/src/debug/python-murmurhash -flto=auto -fPIC -I/usr/include/python3.12 -I/src/packages/libs/python/python-murmurhash/src/murmurhash-1.0.10/murmurhash/include -I/usr/include/python3.12 -c murmurhash/mrmr.cpp -o build/temp.linux-x86_64-cpython-312/murmurhash/mrmr.o -O3 -Wno-strict-prototypes -Wno-unused-function cc1plus: warning: command-line option ‘-Wno-strict-prototypes’ is valid for C/ObjC but not for C++ g++ -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/src/packages/libs/python/python-murmurhash/src=/usr/src/debug/python-murmurhash -flto=auto -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -flto=auto -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -flto=auto -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/src/packages/libs/python/python-murmurhash/src=/usr/src/debug/python-murmurhash -flto=auto build/temp.linux-x86_64-cpython-312/murmurhash/MurmurHash2.o build/temp.linux-x86_64-cpython-312/murmurhash/MurmurHash3.o build/temp.linux-x86_64-cpython-312/murmurhash/mrmr.o -L/usr/lib -o build/lib.linux-x86_64-cpython-312/murmurhash/mrmr.cpython-312-x86_64-linux-gnu.so ==> Entering fakeroot environment... ==> Starting package()... running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /src/packages/libs/python/python-murmurhash/pkg/python-murmurhash/usr/lib/python3.12/site-packages creating /src/packages/libs/python/python-murmurhash/pkg/python-murmurhash/usr/lib/python3.12/site-packages/murmurhash copying build/lib.linux-x86_64-cpython-312/murmurhash/__init__.py -> /src/packages/libs/python/python-murmurhash/pkg/python-murmurhash/usr/lib/python3.12/site-packages/murmurhash creating /src/packages/libs/python/python-murmurhash/pkg/python-murmurhash/usr/lib/python3.12/site-packages/murmurhash/include creating /src/packages/libs/python/python-murmurhash/pkg/python-murmurhash/usr/lib/python3.12/site-packages/murmurhash/include/murmurhash copying build/lib.linux-x86_64-cpython-312/murmurhash/include/murmurhash/MurmurHash3.h -> /src/packages/libs/python/python-murmurhash/pkg/python-murmurhash/usr/lib/python3.12/site-packages/murmurhash/include/murmurhash copying build/lib.linux-x86_64-cpython-312/murmurhash/include/murmurhash/MurmurHash2.h -> /src/packages/libs/python/python-murmurhash/pkg/python-murmurhash/usr/lib/python3.12/site-packages/murmurhash/include/murmurhash creating /src/packages/libs/python/python-murmurhash/pkg/python-murmurhash/usr/lib/python3.12/site-packages/murmurhash/tests copying build/lib.linux-x86_64-cpython-312/murmurhash/tests/__init__.py -> /src/packages/libs/python/python-murmurhash/pkg/python-murmurhash/usr/lib/python3.12/site-packages/murmurhash/tests copying build/lib.linux-x86_64-cpython-312/murmurhash/tests/test_import.py -> /src/packages/libs/python/python-murmurhash/pkg/python-murmurhash/usr/lib/python3.12/site-packages/murmurhash/tests copying build/lib.linux-x86_64-cpython-312/murmurhash/tests/test_hash.py -> /src/packages/libs/python/python-murmurhash/pkg/python-murmurhash/usr/lib/python3.12/site-packages/murmurhash/tests copying build/lib.linux-x86_64-cpython-312/murmurhash/about.py -> /src/packages/libs/python/python-murmurhash/pkg/python-murmurhash/usr/lib/python3.12/site-packages/murmurhash copying build/lib.linux-x86_64-cpython-312/murmurhash/mrmr.cpython-312-x86_64-linux-gnu.so -> /src/packages/libs/python/python-murmurhash/pkg/python-murmurhash/usr/lib/python3.12/site-packages/murmurhash copying build/lib.linux-x86_64-cpython-312/murmurhash/__init__.pxd -> /src/packages/libs/python/python-murmurhash/pkg/python-murmurhash/usr/lib/python3.12/site-packages/murmurhash copying build/lib.linux-x86_64-cpython-312/murmurhash/mrmr.pyx -> /src/packages/libs/python/python-murmurhash/pkg/python-murmurhash/usr/lib/python3.12/site-packages/murmurhash copying build/lib.linux-x86_64-cpython-312/murmurhash/mrmr.pxd -> /src/packages/libs/python/python-murmurhash/pkg/python-murmurhash/usr/lib/python3.12/site-packages/murmurhash byte-compiling /src/packages/libs/python/python-murmurhash/pkg/python-murmurhash/usr/lib/python3.12/site-packages/murmurhash/__init__.py to __init__.cpython-312.pyc byte-compiling /src/packages/libs/python/python-murmurhash/pkg/python-murmurhash/usr/lib/python3.12/site-packages/murmurhash/tests/__init__.py to __init__.cpython-312.pyc byte-compiling /src/packages/libs/python/python-murmurhash/pkg/python-murmurhash/usr/lib/python3.12/site-packages/murmurhash/tests/test_import.py to test_import.cpython-312.pyc byte-compiling /src/packages/libs/python/python-murmurhash/pkg/python-murmurhash/usr/lib/python3.12/site-packages/murmurhash/tests/test_hash.py to test_hash.cpython-312.pyc byte-compiling /src/packages/libs/python/python-murmurhash/pkg/python-murmurhash/usr/lib/python3.12/site-packages/murmurhash/about.py to about.cpython-312.pyc writing byte-compilation script '/tmp/tmpvdvi31cg.py' /usr/sbin/python /tmp/tmpvdvi31cg.py removing /tmp/tmpvdvi31cg.py running install_egg_info running egg_info writing murmurhash.egg-info/PKG-INFO writing dependency_links to murmurhash.egg-info/dependency_links.txt writing top-level names to murmurhash.egg-info/top_level.txt dependency /src/packages/libs/python/python-murmurhash/src/murmurhash-1.0.10/murmurhash/include/murmurhash/MurmurHash2.h won't be automatically included in the manifest: the path must be relative dependency /src/packages/libs/python/python-murmurhash/src/murmurhash-1.0.10/murmurhash/include/murmurhash/MurmurHash3.h won't be automatically included in the manifest: the path must be relative reading manifest file 'murmurhash.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'murmurhash.egg-info/SOURCES.txt' Copying murmurhash.egg-info to /src/packages/libs/python/python-murmurhash/pkg/python-murmurhash/usr/lib/python3.12/site-packages/murmurhash-1.0.10-py3.12.egg-info running install_scripts ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "python-murmurhash"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Creating package "python-murmurhash-debug"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-murmurhash 1.0.10-1 (Wed 20 Nov 2024 12:58:34 PM UTC) ==> Cleaning up... ==> Removing installed dependencies... checking dependencies... :: git optionally requires python: git svn & git p4 :: iproute2 optionally requires python: for routel :: libevent optionally requires python: event_rpcgen.py :: libxml2 optionally requires python: Python bindings :: rsync optionally requires python: for rrsync :: util-linux-libs optionally requires python: python bindings to libmount Package (16) Old Version Net Change cython 3.0.11-1 -18.10 MiB mpdecimal 4.0.0-2 -0.32 MiB python 3.12.7-1 -70.07 MiB python-autocommand 2.2.2-6 -0.08 MiB python-iniconfig 2.0.0-5 -0.04 MiB python-jaraco.collections 5.0.1-1 -0.10 MiB python-jaraco.context 5.3.0-1 -0.04 MiB python-jaraco.functools 4.0.2-1 -0.07 MiB python-jaraco.text 4.0.0-1 -0.08 MiB python-more-itertools 10.3.0-1 -0.63 MiB python-packaging 24.2-1 -0.66 MiB python-platformdirs 4.3.6-1 -0.24 MiB python-pluggy 1.5.0-1 -0.20 MiB python-pytest 1:8.3.3-1 -3.90 MiB python-setuptools 1:75.2.0-2 -7.99 MiB python-wheel 0.45.0-1 -0.28 MiB Total Removed Size: 102.81 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing python-setuptools... removing python-wheel... removing python-pytest... removing python-pluggy... removing python-platformdirs... removing python-packaging... removing python-jaraco.collections... removing python-jaraco.text... removing python-jaraco.functools... removing python-more-itertools... removing python-jaraco.context... removing python-iniconfig... removing python-autocommand... removing cython... removing python... removing mpdecimal... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate...