==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done ==> Making package: python-dogpile.cache 1.3.3-3 (Mon Apr 7 03:51:16 2025) ==> Retrieving sources... -> Found dogpile.cache-1.3.3.tar.gz ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... dogpile.cache-1.3.3.tar.gz ... Passed ==> Making package: python-dogpile.cache 1.3.3-3 (Mon Apr 7 03:51:23 2025) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (2) python-decorator-5.1.1-5 python-stevedore-5.4.0-1 Total Download Size: 0.07 MiB Total Installed Size: 0.43 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... python-stevedore-5.4.0-1-any downloading... python-decorator-5.1.1-5-any downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing python-decorator... installing python-stevedore... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... [?25h==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (13) python-autocommand-2.2.2-7 python-jaraco.collections-5.1.0-1 python-jaraco.context-6.0.1-1 python-jaraco.functools-4.1.0-1 python-jaraco.text-4.0.0-2 python-more-itertools-10.6.0-1 python-packaging-24.2-3 python-platformdirs-4.3.6-2 python-pyproject-hooks-1.2.0-3 python-build-1.2.2-3 python-installer-0.7.0-10 python-setuptools-1:75.8.0-1 python-wheel-0.45.1-1 Total Download Size: 1.49 MiB Total Installed Size: 10.84 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... python-setuptools-1:75.8.0-1-any downloading... python-more-itertools-10.6.0-1-any downloading... python-wheel-0.45.1-1-any downloading... python-platformdirs-4.3.6-2-any downloading... python-autocommand-2.2.2-7-any downloading... python-jaraco.collections-5.1.0-1-any downloading... python-jaraco.text-4.0.0-2-any downloading... python-jaraco.functools-4.1.0-1-any downloading... python-jaraco.context-6.0.1-1-any downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: 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-packaging... 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... 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... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... [?25h==> Retrieving sources... -> Found dogpile.cache-1.3.3.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting dogpile.cache-1.3.3.tar.gz with bsdtar ==> Starting build()... * Getting build dependencies for wheel... <string>:4: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated. !! ******************************************************************************** Please remove any references to `setuptools.command.test` in all supported versions of the affected package. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! running egg_info writing dogpile.cache.egg-info/PKG-INFO writing dependency_links to dogpile.cache.egg-info/dependency_links.txt writing entry points to dogpile.cache.egg-info/entry_points.txt writing requirements to dogpile.cache.egg-info/requires.txt writing top-level names to dogpile.cache.egg-info/top_level.txt reading manifest file 'dogpile.cache.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.jpg' under directory 'docs' warning: no files found matching '*.sty' under directory 'docs' warning: no files found matching '*.dat' under directory 'tests' warning: no files found matching '*.sh' under directory 'tests' warning: no files found matching 'CHANGES*' no previously-included directories found matching 'docs/build/output' adding license file 'LICENSE' writing manifest file 'dogpile.cache.egg-info/SOURCES.txt' * Building wheel... <string>:4: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated. !! ******************************************************************************** Please remove any references to `setuptools.command.test` in all supported versions of the affected package. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! running bdist_wheel running build running build_py creating build/lib/dogpile copying ./dogpile/core.py -> build/lib/dogpile copying ./dogpile/lock.py -> build/lib/dogpile copying ./dogpile/__init__.py -> build/lib/dogpile creating build/lib/dogpile/cache copying ./dogpile/cache/exception.py -> build/lib/dogpile/cache copying ./dogpile/cache/proxy.py -> build/lib/dogpile/cache copying ./dogpile/cache/api.py -> build/lib/dogpile/cache copying ./dogpile/cache/util.py -> build/lib/dogpile/cache copying ./dogpile/cache/region.py -> build/lib/dogpile/cache copying ./dogpile/cache/__init__.py -> build/lib/dogpile/cache creating build/lib/dogpile/util copying ./dogpile/util/typing.py -> build/lib/dogpile/util copying ./dogpile/util/readwrite_lock.py -> build/lib/dogpile/util copying ./dogpile/util/nameregistry.py -> build/lib/dogpile/util copying ./dogpile/util/langhelpers.py -> build/lib/dogpile/util copying ./dogpile/util/compat.py -> build/lib/dogpile/util copying ./dogpile/util/__init__.py -> build/lib/dogpile/util creating build/lib/dogpile/testing copying ./dogpile/testing/assertions.py -> build/lib/dogpile/testing copying ./dogpile/testing/fixtures.py -> build/lib/dogpile/testing copying ./dogpile/testing/__init__.py -> build/lib/dogpile/testing creating build/lib/dogpile/cache/backends copying ./dogpile/cache/backends/redis.py -> build/lib/dogpile/cache/backends copying ./dogpile/cache/backends/file.py -> build/lib/dogpile/cache/backends copying ./dogpile/cache/backends/memcached.py -> build/lib/dogpile/cache/backends copying ./dogpile/cache/backends/memory.py -> build/lib/dogpile/cache/backends copying ./dogpile/cache/backends/null.py -> build/lib/dogpile/cache/backends copying ./dogpile/cache/backends/__init__.py -> build/lib/dogpile/cache/backends creating build/lib/dogpile/cache/plugins copying ./dogpile/cache/plugins/mako_cache.py -> build/lib/dogpile/cache/plugins copying ./dogpile/cache/plugins/__init__.py -> build/lib/dogpile/cache/plugins running egg_info writing dogpile.cache.egg-info/PKG-INFO writing dependency_links to dogpile.cache.egg-info/dependency_links.txt writing entry points to dogpile.cache.egg-info/entry_points.txt writing requirements to dogpile.cache.egg-info/requires.txt writing top-level names to dogpile.cache.egg-info/top_level.txt reading manifest file 'dogpile.cache.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.jpg' under directory 'docs' warning: no files found matching '*.sty' under directory 'docs' warning: no files found matching '*.dat' under directory 'tests' warning: no files found matching '*.sh' under directory 'tests' warning: no files found matching 'CHANGES*' no previously-included directories found matching 'docs/build/output' adding license file 'LICENSE' writing manifest file 'dogpile.cache.egg-info/SOURCES.txt' copying ./dogpile/py.typed -> build/lib/dogpile installing to build/bdist.linux-aarch64/wheel running install running install_lib creating build/bdist.linux-aarch64/wheel creating build/bdist.linux-aarch64/wheel/dogpile creating build/bdist.linux-aarch64/wheel/dogpile/cache copying build/lib/dogpile/cache/exception.py -> build/bdist.linux-aarch64/wheel/./dogpile/cache creating build/bdist.linux-aarch64/wheel/dogpile/cache/backends copying build/lib/dogpile/cache/backends/redis.py -> build/bdist.linux-aarch64/wheel/./dogpile/cache/backends copying build/lib/dogpile/cache/backends/file.py -> build/bdist.linux-aarch64/wheel/./dogpile/cache/backends copying build/lib/dogpile/cache/backends/memcached.py -> build/bdist.linux-aarch64/wheel/./dogpile/cache/backends copying build/lib/dogpile/cache/backends/memory.py -> build/bdist.linux-aarch64/wheel/./dogpile/cache/backends copying build/lib/dogpile/cache/backends/null.py -> build/bdist.linux-aarch64/wheel/./dogpile/cache/backends copying build/lib/dogpile/cache/backends/__init__.py -> build/bdist.linux-aarch64/wheel/./dogpile/cache/backends copying build/lib/dogpile/cache/proxy.py -> build/bdist.linux-aarch64/wheel/./dogpile/cache copying build/lib/dogpile/cache/api.py -> build/bdist.linux-aarch64/wheel/./dogpile/cache copying build/lib/dogpile/cache/util.py -> build/bdist.linux-aarch64/wheel/./dogpile/cache copying build/lib/dogpile/cache/region.py -> build/bdist.linux-aarch64/wheel/./dogpile/cache creating build/bdist.linux-aarch64/wheel/dogpile/cache/plugins copying build/lib/dogpile/cache/plugins/mako_cache.py -> build/bdist.linux-aarch64/wheel/./dogpile/cache/plugins copying build/lib/dogpile/cache/plugins/__init__.py -> build/bdist.linux-aarch64/wheel/./dogpile/cache/plugins copying build/lib/dogpile/cache/__init__.py -> build/bdist.linux-aarch64/wheel/./dogpile/cache copying build/lib/dogpile/core.py -> build/bdist.linux-aarch64/wheel/./dogpile creating build/bdist.linux-aarch64/wheel/dogpile/util copying build/lib/dogpile/util/typing.py -> build/bdist.linux-aarch64/wheel/./dogpile/util copying build/lib/dogpile/util/readwrite_lock.py -> build/bdist.linux-aarch64/wheel/./dogpile/util copying build/lib/dogpile/util/nameregistry.py -> build/bdist.linux-aarch64/wheel/./dogpile/util copying build/lib/dogpile/util/langhelpers.py -> build/bdist.linux-aarch64/wheel/./dogpile/util copying build/lib/dogpile/util/compat.py -> build/bdist.linux-aarch64/wheel/./dogpile/util copying build/lib/dogpile/util/__init__.py -> build/bdist.linux-aarch64/wheel/./dogpile/util copying build/lib/dogpile/lock.py -> build/bdist.linux-aarch64/wheel/./dogpile creating build/bdist.linux-aarch64/wheel/dogpile/testing copying build/lib/dogpile/testing/assertions.py -> build/bdist.linux-aarch64/wheel/./dogpile/testing copying build/lib/dogpile/testing/fixtures.py -> build/bdist.linux-aarch64/wheel/./dogpile/testing copying build/lib/dogpile/testing/__init__.py -> build/bdist.linux-aarch64/wheel/./dogpile/testing copying build/lib/dogpile/py.typed -> build/bdist.linux-aarch64/wheel/./dogpile copying build/lib/dogpile/__init__.py -> build/bdist.linux-aarch64/wheel/./dogpile running install_egg_info Copying dogpile.cache.egg-info to build/bdist.linux-aarch64/wheel/./dogpile.cache-1.3.3-py3.13.egg-info running install_scripts creating build/bdist.linux-aarch64/wheel/dogpile.cache-1.3.3.dist-info/WHEEL creating '/build/python-dogpile.cache/src/dogpile.cache-1.3.3/dist/.tmp-b0aogcls/dogpile.cache-1.3.3-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it adding 'dogpile/__init__.py' adding 'dogpile/core.py' adding 'dogpile/lock.py' adding 'dogpile/py.typed' adding 'dogpile/cache/__init__.py' adding 'dogpile/cache/api.py' adding 'dogpile/cache/exception.py' adding 'dogpile/cache/proxy.py' adding 'dogpile/cache/region.py' adding 'dogpile/cache/util.py' adding 'dogpile/cache/backends/__init__.py' adding 'dogpile/cache/backends/file.py' adding 'dogpile/cache/backends/memcached.py' adding 'dogpile/cache/backends/memory.py' adding 'dogpile/cache/backends/null.py' adding 'dogpile/cache/backends/redis.py' adding 'dogpile/cache/plugins/__init__.py' adding 'dogpile/cache/plugins/mako_cache.py' adding 'dogpile/testing/__init__.py' adding 'dogpile/testing/assertions.py' adding 'dogpile/testing/fixtures.py' adding 'dogpile/util/__init__.py' adding 'dogpile/util/compat.py' adding 'dogpile/util/langhelpers.py' adding 'dogpile/util/nameregistry.py' adding 'dogpile/util/readwrite_lock.py' adding 'dogpile/util/typing.py' adding 'dogpile.cache-1.3.3.dist-info/LICENSE' adding 'dogpile.cache-1.3.3.dist-info/METADATA' adding 'dogpile.cache-1.3.3.dist-info/WHEEL' adding 'dogpile.cache-1.3.3.dist-info/entry_points.txt' adding 'dogpile.cache-1.3.3.dist-info/top_level.txt' adding 'dogpile.cache-1.3.3.dist-info/RECORD' removing build/bdist.linux-aarch64/wheel Successfully built dogpile.cache-1.3.3-py3-none-any.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-dogpile.cache"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-dogpile.cache 1.3.3-3 (Mon Apr 7 03:51:31 2025) ==> Cleaning up...