==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done ==> Making package: python-pyliblo 0.10.0-14 (Mon Dec 23 21:36:27 2024) ==> Retrieving sources... -> Found pyliblo-0.10.0.tar.gz -> Found python-pyliblo-0.10.0-python3.11.patch -> Found cython3.patch ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... pyliblo-0.10.0.tar.gz ... Passed python-pyliblo-0.10.0-python3.11.patch ... Passed cython3.patch ... Passed ==> Validating source files with b2sums... pyliblo-0.10.0.tar.gz ... Passed python-pyliblo-0.10.0-python3.11.patch ... Passed cython3.patch ... Passed ==> Making package: python-pyliblo 0.10.0-14 (Mon 23 Dec 2024 09:36:33 PM MST) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (1) liblo-1:0.32-1 Total Installed Size: 0.26 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing liblo... Optional dependencies for liblo liblo-docs: for documentation and examples :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... [?25h==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (14) python-autocommand-2.2.2-7 python-jaraco.collections-5.0.1-2 python-jaraco.context-5.3.0-3 python-jaraco.functools-4.1.0-1 python-jaraco.text-4.0.0-2 python-more-itertools-10.5.0-1 python-packaging-24.2-3 python-platformdirs-4.3.6-2 python-pyproject-hooks-1.2.0-3 cython-3.0.11-2 python-build-1.2.2-3 python-installer-0.7.0-10 python-setuptools-1:75.2.0-4 python-wheel-0.45.0-3 Total Installed Size: 28.84 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing cython... installing python-packaging... installing python-pyproject-hooks... installing python-build... Optional dependencies for python-build python-pip: to use as the Python package installer (default) python-uv: to use as the Python package installer python-virtualenv: to use virtualenv for build isolation installing python-installer... 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... [?25h==> Retrieving sources... -> Found pyliblo-0.10.0.tar.gz -> Found python-pyliblo-0.10.0-python3.11.patch -> Found cython3.patch ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting pyliblo-0.10.0.tar.gz with bsdtar ==> Starting prepare()... patching file src/liblo.pyx patching file src/liblo.pxd ==> Starting build()... * Getting build dependencies for wheel... /usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) running egg_info creating pyliblo.egg-info writing pyliblo.egg-info/PKG-INFO writing dependency_links to pyliblo.egg-info/dependency_links.txt writing top-level names to pyliblo.egg-info/top_level.txt writing manifest file 'pyliblo.egg-info/SOURCES.txt' reading manifest file 'pyliblo.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'doc/build' adding license file 'COPYING' writing manifest file 'pyliblo.egg-info/SOURCES.txt' * Building wheel... /usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) running bdist_wheel running build running build_ext Compiling src/liblo.pyx because it changed. [1/1] Cythonizing src/liblo.pyx /usr/lib/python3.13/site-packages/Cython/Compiler/Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: /build/python-pyliblo/src/pyliblo-0.10.0/src/liblo.pxd tree = Parsing.p_module(s, pxd, full_module_name) performance hint: src/liblo.pyx:286:5: Exception check on '_err_handler' will always require the GIL to be acquired. Possible solutions: 1. Declare '_err_handler' 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 '_err_handler' to allow an error code to be returned. building 'liblo' extension creating build/temp.linux-aarch64-cpython-313/src gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wno-incompatible-pointer-types -fPIC -I/usr/include/python3.13 -c src/liblo.c -o build/temp.linux-aarch64-cpython-313/src/liblo.o -fno-strict-aliasing -Werror-implicit-function-declaration -Wfatal-errors src/liblo.c: In function '__pyx_pf_5liblo_12ServerThread___init__': src/liblo.c:13549:3: warning: 'PyEval_InitThreads' is deprecated [-Wdeprecated-declarations] In file included from /usr/include/python3.13/Python.h:124, from src/liblo.c:37: /usr/include/python3.13/ceval.h:114:79: note: declared here creating build/lib.linux-aarch64-cpython-313 gcc -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wno-incompatible-pointer-types build/temp.linux-aarch64-cpython-313/src/liblo.o -L/usr/lib -llo -o build/lib.linux-aarch64-cpython-313/liblo.cpython-313-aarch64-linux-gnu.so running build_scripts creating build/scripts-3.13 copying and adjusting scripts/send_osc.py -> build/scripts-3.13 copying and adjusting scripts/dump_osc.py -> build/scripts-3.13 changing mode of build/scripts-3.13/send_osc.py from 644 to 755 changing mode of build/scripts-3.13/dump_osc.py from 644 to 755 renaming build/scripts-3.13/send_osc.py -> build/scripts-3.13/send_osc renaming build/scripts-3.13/dump_osc.py -> build/scripts-3.13/dump_osc installing to build/bdist.linux-aarch64/wheel running install running install_lib creating build/bdist.linux-aarch64/wheel copying build/lib.linux-aarch64-cpython-313/liblo.cpython-313-aarch64-linux-gnu.so -> build/bdist.linux-aarch64/wheel/. running install_data creating build/bdist.linux-aarch64/wheel/pyliblo-0.10.0.data/data creating build/bdist.linux-aarch64/wheel/pyliblo-0.10.0.data/data/share/man/man1 copying scripts/send_osc.1 -> build/bdist.linux-aarch64/wheel/pyliblo-0.10.0.data/data/share/man/man1 copying scripts/dump_osc.1 -> build/bdist.linux-aarch64/wheel/pyliblo-0.10.0.data/data/share/man/man1 running install_egg_info running egg_info writing pyliblo.egg-info/PKG-INFO writing dependency_links to pyliblo.egg-info/dependency_links.txt writing top-level names to pyliblo.egg-info/top_level.txt reading manifest file 'pyliblo.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'doc/build' adding license file 'COPYING' writing manifest file 'pyliblo.egg-info/SOURCES.txt' Copying pyliblo.egg-info to build/bdist.linux-aarch64/wheel/./pyliblo-0.10.0-py3.13.egg-info running install_scripts creating build/bdist.linux-aarch64/wheel/pyliblo-0.10.0.data/scripts copying build/scripts-3.13/send_osc -> build/bdist.linux-aarch64/wheel/pyliblo-0.10.0.data/scripts copying build/scripts-3.13/dump_osc -> build/bdist.linux-aarch64/wheel/pyliblo-0.10.0.data/scripts changing mode of build/bdist.linux-aarch64/wheel/pyliblo-0.10.0.data/scripts/send_osc to 755 changing mode of build/bdist.linux-aarch64/wheel/pyliblo-0.10.0.data/scripts/dump_osc to 755 creating build/bdist.linux-aarch64/wheel/pyliblo-0.10.0.dist-info/WHEEL creating '/build/python-pyliblo/src/pyliblo-0.10.0/dist/.tmp-rdpsae2j/pyliblo-0.10.0-cp313-cp313-linux_aarch64.whl' and adding 'build/bdist.linux-aarch64/wheel' to it adding 'liblo.cpython-313-aarch64-linux-gnu.so' adding 'pyliblo-0.10.0.data/data/share/man/man1/dump_osc.1' adding 'pyliblo-0.10.0.data/data/share/man/man1/send_osc.1' adding 'pyliblo-0.10.0.data/scripts/dump_osc' adding 'pyliblo-0.10.0.data/scripts/send_osc' adding 'pyliblo-0.10.0.dist-info/COPYING' adding 'pyliblo-0.10.0.dist-info/METADATA' adding 'pyliblo-0.10.0.dist-info/WHEEL' adding 'pyliblo-0.10.0.dist-info/top_level.txt' adding 'pyliblo-0.10.0.dist-info/RECORD' removing build/bdist.linux-aarch64/wheel Successfully built pyliblo-0.10.0-cp313-cp313-linux_aarch64.whl ==> Entering fakeroot environment... ==> Starting package_python-pyliblo()... install: creating directory '/build/python-pyliblo/pkg/python-pyliblo/usr/share/doc' install: creating directory '/build/python-pyliblo/pkg/python-pyliblo/usr/share/doc/python-pyliblo' 'NEWS' -> '/build/python-pyliblo/pkg/python-pyliblo/usr/share/doc/python-pyliblo/NEWS' 'README' -> '/build/python-pyliblo/pkg/python-pyliblo/usr/share/doc/python-pyliblo/README' ==> 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-pyliblo"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-pyliblo 0.10.0-14 (Mon 23 Dec 2024 09:36:56 PM MST) ==> Cleaning up...