==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done ==> Making package: python-uvloop 0.21.0-2 (Tue Dec 24 01:38:10 2024) ==> Retrieving sources... -> Cloning uvloop git repo... Cloning into bare repository '/home/leming/work/python-uvloop/uvloop'... ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with b2sums... uvloop ... Skipped ==> Making package: python-uvloop 0.21.0-2 (Tue Dec 24 01:38:33 2024) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (1) libuv-1.49.2-1 Total Installed Size: 0.57 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 libuv... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... [?25h==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (18) perl-error-0.17029-7 perl-mailtools-2.22-1 perl-timedate-2.33-7 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 git-2.47.1-1 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: 67.98 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 perl-error... installing perl-timedate... installing perl-mailtools... installing git... Optional dependencies for git tk: gitk and git gui openssh: ssh transport and crypto perl-libwww: git svn perl-term-readkey: git svn and interactive.singlekey setting perl-io-socket-ssl: git send-email TLS support perl-authen-sasl: git send-email TLS support perl-mediawiki-api: git mediawiki support perl-datetime-format-iso8601: git mediawiki support perl-lwp-protocol-https: git mediawiki https support perl-cgi: gitweb (web interface) support python: git svn & git p4 [installed] subversion: git svn org.freedesktop.secrets: keyring credential helper libsecret: libsecret credential helper [installed] 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/4) Creating system user accounts... Creating group 'git' with GID 971. Creating user 'git' (git daemon user) with UID 971 and GID 971. (2/4) Reloading system manager configuration... Skipped: Current root is not booted. (3/4) Arming ConditionNeedsUpdate... (4/4) Warn about old perl modules [?25h==> Retrieving sources... ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Creating working copy of uvloop git repo... Cloning into 'uvloop'... done. Switched to a new branch 'makepkg' ==> Starting prepare()... ==> Starting pkgver()... ==> Starting build()... * Getting build dependencies for wheel... * Building wheel... running bdist_wheel running build running build_py creating build/lib.linux-armv7l-cpython-313/uvloop copying uvloop/_noop.py -> build/lib.linux-armv7l-cpython-313/uvloop copying uvloop/__init__.py -> build/lib.linux-armv7l-cpython-313/uvloop copying uvloop/_testbase.py -> build/lib.linux-armv7l-cpython-313/uvloop copying uvloop/_version.py -> build/lib.linux-armv7l-cpython-313/uvloop running egg_info creating uvloop.egg-info writing uvloop.egg-info/PKG-INFO writing dependency_links to uvloop.egg-info/dependency_links.txt writing requirements to uvloop.egg-info/requires.txt writing top-level names to uvloop.egg-info/top_level.txt writing manifest file 'uvloop.egg-info/SOURCES.txt' Compiling uvloop/loop.pyx because it changed. [1/1] Cythonizing uvloop/loop.pyx reading manifest file 'uvloop.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'vendor/libuv' warning: no previously-included files matching '*' found under directory 'vendor/libuv/.git' warning: no previously-included files matching '*' found under directory 'vendor/libuv/docs' warning: no previously-included files matching '*' found under directory 'vendor/libuv/img' adding license file 'LICENSE-APACHE' adding license file 'LICENSE-MIT' writing manifest file 'uvloop.egg-info/SOURCES.txt' /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'uvloop.handles' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'uvloop.handles' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'uvloop.handles' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'uvloop.handles' to be distributed and are already explicitly excluding 'uvloop.handles' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'uvloop.includes' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'uvloop.includes' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'uvloop.includes' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'uvloop.includes' to be distributed and are already explicitly excluding 'uvloop.includes' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) copying uvloop/cbhandles.pxd -> build/lib.linux-armv7l-cpython-313/uvloop copying uvloop/cbhandles.pyx -> build/lib.linux-armv7l-cpython-313/uvloop copying uvloop/dns.pyx -> build/lib.linux-armv7l-cpython-313/uvloop copying uvloop/errors.pyx -> build/lib.linux-armv7l-cpython-313/uvloop copying uvloop/loop.pxd -> build/lib.linux-armv7l-cpython-313/uvloop copying uvloop/loop.pyi -> build/lib.linux-armv7l-cpython-313/uvloop copying uvloop/loop.pyx -> build/lib.linux-armv7l-cpython-313/uvloop copying uvloop/lru.pyx -> build/lib.linux-armv7l-cpython-313/uvloop copying uvloop/pseudosock.pyx -> build/lib.linux-armv7l-cpython-313/uvloop copying uvloop/py.typed -> build/lib.linux-armv7l-cpython-313/uvloop copying uvloop/request.pxd -> build/lib.linux-armv7l-cpython-313/uvloop copying uvloop/request.pyx -> build/lib.linux-armv7l-cpython-313/uvloop copying uvloop/server.pxd -> build/lib.linux-armv7l-cpython-313/uvloop copying uvloop/server.pyx -> build/lib.linux-armv7l-cpython-313/uvloop copying uvloop/sslproto.pxd -> build/lib.linux-armv7l-cpython-313/uvloop copying uvloop/sslproto.pyx -> build/lib.linux-armv7l-cpython-313/uvloop creating build/lib.linux-armv7l-cpython-313/uvloop/handles copying uvloop/handles/async_.pxd -> build/lib.linux-armv7l-cpython-313/uvloop/handles copying uvloop/handles/async_.pyx -> build/lib.linux-armv7l-cpython-313/uvloop/handles copying uvloop/handles/basetransport.pxd -> build/lib.linux-armv7l-cpython-313/uvloop/handles copying uvloop/handles/basetransport.pyx -> build/lib.linux-armv7l-cpython-313/uvloop/handles copying uvloop/handles/check.pxd -> build/lib.linux-armv7l-cpython-313/uvloop/handles copying uvloop/handles/check.pyx -> build/lib.linux-armv7l-cpython-313/uvloop/handles copying uvloop/handles/fsevent.pxd -> build/lib.linux-armv7l-cpython-313/uvloop/handles copying uvloop/handles/fsevent.pyx -> build/lib.linux-armv7l-cpython-313/uvloop/handles copying uvloop/handles/handle.pxd -> build/lib.linux-armv7l-cpython-313/uvloop/handles copying uvloop/handles/handle.pyx -> build/lib.linux-armv7l-cpython-313/uvloop/handles copying uvloop/handles/idle.pxd -> build/lib.linux-armv7l-cpython-313/uvloop/handles copying uvloop/handles/idle.pyx -> build/lib.linux-armv7l-cpython-313/uvloop/handles copying uvloop/handles/pipe.pxd -> build/lib.linux-armv7l-cpython-313/uvloop/handles copying uvloop/handles/pipe.pyx -> build/lib.linux-armv7l-cpython-313/uvloop/handles copying uvloop/handles/poll.pxd -> build/lib.linux-armv7l-cpython-313/uvloop/handles copying uvloop/handles/poll.pyx -> build/lib.linux-armv7l-cpython-313/uvloop/handles copying uvloop/handles/process.pxd -> build/lib.linux-armv7l-cpython-313/uvloop/handles copying uvloop/handles/process.pyx -> build/lib.linux-armv7l-cpython-313/uvloop/handles copying uvloop/handles/stream.pxd -> build/lib.linux-armv7l-cpython-313/uvloop/handles copying uvloop/handles/stream.pyx -> build/lib.linux-armv7l-cpython-313/uvloop/handles copying uvloop/handles/streamserver.pxd -> build/lib.linux-armv7l-cpython-313/uvloop/handles copying uvloop/handles/streamserver.pyx -> build/lib.linux-armv7l-cpython-313/uvloop/handles copying uvloop/handles/tcp.pxd -> build/lib.linux-armv7l-cpython-313/uvloop/handles copying uvloop/handles/tcp.pyx -> build/lib.linux-armv7l-cpython-313/uvloop/handles copying uvloop/handles/timer.pxd -> build/lib.linux-armv7l-cpython-313/uvloop/handles copying uvloop/handles/timer.pyx -> build/lib.linux-armv7l-cpython-313/uvloop/handles copying uvloop/handles/udp.pxd -> build/lib.linux-armv7l-cpython-313/uvloop/handles copying uvloop/handles/udp.pyx -> build/lib.linux-armv7l-cpython-313/uvloop/handles creating build/lib.linux-armv7l-cpython-313/uvloop/includes copying uvloop/includes/__init__.py -> build/lib.linux-armv7l-cpython-313/uvloop/includes copying uvloop/includes/consts.pxi -> build/lib.linux-armv7l-cpython-313/uvloop/includes copying uvloop/includes/debug.pxd -> build/lib.linux-armv7l-cpython-313/uvloop/includes copying uvloop/includes/flowcontrol.pxd -> build/lib.linux-armv7l-cpython-313/uvloop/includes copying uvloop/includes/python.pxd -> build/lib.linux-armv7l-cpython-313/uvloop/includes copying uvloop/includes/stdlib.pxi -> build/lib.linux-armv7l-cpython-313/uvloop/includes copying uvloop/includes/system.pxd -> build/lib.linux-armv7l-cpython-313/uvloop/includes copying uvloop/includes/uv.pxd -> build/lib.linux-armv7l-cpython-313/uvloop/includes running build_ext building 'uvloop.loop' extension creating build/temp.linux-armv7l-cpython-313/uvloop gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -march=armv7-a -mfloat-abi=hard -mfpu=neon -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv7-a -mfloat-abi=hard -mfpu=neon -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv7-a -mfloat-abi=hard -mfpu=neon -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -I/usr/include/python3.13 -c uvloop/loop.c -o build/temp.linux-armv7l-cpython-313/uvloop/loop.o -O2 uvloop/loop.c: In function '__pyx_pf_6uvloop_4loop_4_testhelper_unwrap_capsuled_pointer': uvloop/loop.c:72531:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] uvloop/loop.c: In function '__Pyx_PyInt_AndObjC': uvloop/loop.c:209080:56: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'long int' [-Wsign-compare] uvloop/loop.c:209082:117: warning: operand of '?:' changes signedness from 'long int' to 'long unsigned int' due to unsignedness of other operand [-Wsign-compare] 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=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection build/temp.linux-armv7l-cpython-313/uvloop/loop.o -L/usr/lib -luv -lrt -lpthread -o build/lib.linux-armv7l-cpython-313/uvloop/loop.cpython-313-arm-linux-gnueabihf.so installing to build/bdist.linux-armv7l/wheel running install running install_lib creating build/bdist.linux-armv7l/wheel creating build/bdist.linux-armv7l/wheel/uvloop copying build/lib.linux-armv7l-cpython-313/uvloop/cbhandles.pyx -> build/bdist.linux-armv7l/wheel/./uvloop copying build/lib.linux-armv7l-cpython-313/uvloop/loop.pyx -> build/bdist.linux-armv7l/wheel/./uvloop copying build/lib.linux-armv7l-cpython-313/uvloop/_noop.py -> build/bdist.linux-armv7l/wheel/./uvloop copying build/lib.linux-armv7l-cpython-313/uvloop/sslproto.pyx -> build/bdist.linux-armv7l/wheel/./uvloop copying build/lib.linux-armv7l-cpython-313/uvloop/py.typed -> build/bdist.linux-armv7l/wheel/./uvloop copying build/lib.linux-armv7l-cpython-313/uvloop/request.pxd -> build/bdist.linux-armv7l/wheel/./uvloop copying build/lib.linux-armv7l-cpython-313/uvloop/loop.pyi -> build/bdist.linux-armv7l/wheel/./uvloop copying build/lib.linux-armv7l-cpython-313/uvloop/server.pyx -> build/bdist.linux-armv7l/wheel/./uvloop copying build/lib.linux-armv7l-cpython-313/uvloop/sslproto.pxd -> build/bdist.linux-armv7l/wheel/./uvloop copying build/lib.linux-armv7l-cpython-313/uvloop/loop.pxd -> build/bdist.linux-armv7l/wheel/./uvloop copying build/lib.linux-armv7l-cpython-313/uvloop/lru.pyx -> build/bdist.linux-armv7l/wheel/./uvloop copying build/lib.linux-armv7l-cpython-313/uvloop/errors.pyx -> build/bdist.linux-armv7l/wheel/./uvloop copying build/lib.linux-armv7l-cpython-313/uvloop/loop.cpython-313-arm-linux-gnueabihf.so -> build/bdist.linux-armv7l/wheel/./uvloop copying build/lib.linux-armv7l-cpython-313/uvloop/__init__.py -> build/bdist.linux-armv7l/wheel/./uvloop copying build/lib.linux-armv7l-cpython-313/uvloop/_testbase.py -> build/bdist.linux-armv7l/wheel/./uvloop copying build/lib.linux-armv7l-cpython-313/uvloop/pseudosock.pyx -> build/bdist.linux-armv7l/wheel/./uvloop creating build/bdist.linux-armv7l/wheel/uvloop/includes copying build/lib.linux-armv7l-cpython-313/uvloop/includes/python.pxd -> build/bdist.linux-armv7l/wheel/./uvloop/includes copying build/lib.linux-armv7l-cpython-313/uvloop/includes/stdlib.pxi -> build/bdist.linux-armv7l/wheel/./uvloop/includes copying build/lib.linux-armv7l-cpython-313/uvloop/includes/flowcontrol.pxd -> build/bdist.linux-armv7l/wheel/./uvloop/includes copying build/lib.linux-armv7l-cpython-313/uvloop/includes/consts.pxi -> build/bdist.linux-armv7l/wheel/./uvloop/includes copying build/lib.linux-armv7l-cpython-313/uvloop/includes/system.pxd -> build/bdist.linux-armv7l/wheel/./uvloop/includes copying build/lib.linux-armv7l-cpython-313/uvloop/includes/__init__.py -> build/bdist.linux-armv7l/wheel/./uvloop/includes copying build/lib.linux-armv7l-cpython-313/uvloop/includes/debug.pxd -> build/bdist.linux-armv7l/wheel/./uvloop/includes copying build/lib.linux-armv7l-cpython-313/uvloop/includes/uv.pxd -> build/bdist.linux-armv7l/wheel/./uvloop/includes copying build/lib.linux-armv7l-cpython-313/uvloop/_version.py -> build/bdist.linux-armv7l/wheel/./uvloop copying build/lib.linux-armv7l-cpython-313/uvloop/cbhandles.pxd -> build/bdist.linux-armv7l/wheel/./uvloop copying build/lib.linux-armv7l-cpython-313/uvloop/request.pyx -> build/bdist.linux-armv7l/wheel/./uvloop copying build/lib.linux-armv7l-cpython-313/uvloop/dns.pyx -> build/bdist.linux-armv7l/wheel/./uvloop creating build/bdist.linux-armv7l/wheel/uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/handles/udp.pyx -> build/bdist.linux-armv7l/wheel/./uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/handles/poll.pyx -> build/bdist.linux-armv7l/wheel/./uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/handles/check.pyx -> build/bdist.linux-armv7l/wheel/./uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/handles/streamserver.pyx -> build/bdist.linux-armv7l/wheel/./uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/handles/handle.pxd -> build/bdist.linux-armv7l/wheel/./uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/handles/pipe.pyx -> build/bdist.linux-armv7l/wheel/./uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/handles/handle.pyx -> build/bdist.linux-armv7l/wheel/./uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/handles/udp.pxd -> build/bdist.linux-armv7l/wheel/./uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/handles/check.pxd -> build/bdist.linux-armv7l/wheel/./uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/handles/poll.pxd -> build/bdist.linux-armv7l/wheel/./uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/handles/tcp.pyx -> build/bdist.linux-armv7l/wheel/./uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/handles/async_.pyx -> build/bdist.linux-armv7l/wheel/./uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/handles/stream.pxd -> build/bdist.linux-armv7l/wheel/./uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/handles/process.pxd -> build/bdist.linux-armv7l/wheel/./uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/handles/streamserver.pxd -> build/bdist.linux-armv7l/wheel/./uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/handles/stream.pyx -> build/bdist.linux-armv7l/wheel/./uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/handles/pipe.pxd -> build/bdist.linux-armv7l/wheel/./uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/handles/fsevent.pyx -> build/bdist.linux-armv7l/wheel/./uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/handles/idle.pyx -> build/bdist.linux-armv7l/wheel/./uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/handles/fsevent.pxd -> build/bdist.linux-armv7l/wheel/./uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/handles/idle.pxd -> build/bdist.linux-armv7l/wheel/./uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/handles/timer.pyx -> build/bdist.linux-armv7l/wheel/./uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/handles/timer.pxd -> build/bdist.linux-armv7l/wheel/./uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/handles/basetransport.pyx -> build/bdist.linux-armv7l/wheel/./uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/handles/tcp.pxd -> build/bdist.linux-armv7l/wheel/./uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/handles/process.pyx -> build/bdist.linux-armv7l/wheel/./uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/handles/async_.pxd -> build/bdist.linux-armv7l/wheel/./uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/handles/basetransport.pxd -> build/bdist.linux-armv7l/wheel/./uvloop/handles copying build/lib.linux-armv7l-cpython-313/uvloop/server.pxd -> build/bdist.linux-armv7l/wheel/./uvloop running install_egg_info Copying uvloop.egg-info to build/bdist.linux-armv7l/wheel/./uvloop-0.21.0-py3.13.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/uvloop-0.21.0.dist-info/WHEEL creating '/build/python-uvloop/src/uvloop/dist/.tmp-n6copjac/uvloop-0.21.0-cp313-cp313-linux_armv7l.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'uvloop/__init__.py' adding 'uvloop/_noop.py' adding 'uvloop/_testbase.py' adding 'uvloop/_version.py' adding 'uvloop/cbhandles.pxd' adding 'uvloop/cbhandles.pyx' adding 'uvloop/dns.pyx' adding 'uvloop/errors.pyx' adding 'uvloop/loop.cpython-313-arm-linux-gnueabihf.so' adding 'uvloop/loop.pxd' adding 'uvloop/loop.pyi' adding 'uvloop/loop.pyx' adding 'uvloop/lru.pyx' adding 'uvloop/pseudosock.pyx' adding 'uvloop/py.typed' adding 'uvloop/request.pxd' adding 'uvloop/request.pyx' adding 'uvloop/server.pxd' adding 'uvloop/server.pyx' adding 'uvloop/sslproto.pxd' adding 'uvloop/sslproto.pyx' adding 'uvloop/handles/async_.pxd' adding 'uvloop/handles/async_.pyx' adding 'uvloop/handles/basetransport.pxd' adding 'uvloop/handles/basetransport.pyx' adding 'uvloop/handles/check.pxd' adding 'uvloop/handles/check.pyx' adding 'uvloop/handles/fsevent.pxd' adding 'uvloop/handles/fsevent.pyx' adding 'uvloop/handles/handle.pxd' adding 'uvloop/handles/handle.pyx' adding 'uvloop/handles/idle.pxd' adding 'uvloop/handles/idle.pyx' adding 'uvloop/handles/pipe.pxd' adding 'uvloop/handles/pipe.pyx' adding 'uvloop/handles/poll.pxd' adding 'uvloop/handles/poll.pyx' adding 'uvloop/handles/process.pxd' adding 'uvloop/handles/process.pyx' adding 'uvloop/handles/stream.pxd' adding 'uvloop/handles/stream.pyx' adding 'uvloop/handles/streamserver.pxd' adding 'uvloop/handles/streamserver.pyx' adding 'uvloop/handles/tcp.pxd' adding 'uvloop/handles/tcp.pyx' adding 'uvloop/handles/timer.pxd' adding 'uvloop/handles/timer.pyx' adding 'uvloop/handles/udp.pxd' adding 'uvloop/handles/udp.pyx' adding 'uvloop/includes/__init__.py' adding 'uvloop/includes/consts.pxi' adding 'uvloop/includes/debug.pxd' adding 'uvloop/includes/flowcontrol.pxd' adding 'uvloop/includes/python.pxd' adding 'uvloop/includes/stdlib.pxi' adding 'uvloop/includes/system.pxd' adding 'uvloop/includes/uv.pxd' adding 'uvloop-0.21.0.dist-info/LICENSE-APACHE' adding 'uvloop-0.21.0.dist-info/LICENSE-MIT' adding 'uvloop-0.21.0.dist-info/METADATA' adding 'uvloop-0.21.0.dist-info/WHEEL' adding 'uvloop-0.21.0.dist-info/top_level.txt' adding 'uvloop-0.21.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Successfully built uvloop-0.21.0-cp313-cp313-linux_armv7l.whl ==> Entering fakeroot environment... ==> Starting package()... ==> 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-uvloop"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-uvloop 0.21.0-2 (Tue Dec 24 01:40:52 2024) ==> Cleaning up...