==> Retrieving sources... -> Found statsd-4.0.1.tar.gz ==> Generating checksums for source files... ==> Making package: python-statsd 4.0.1-1 (Mon 13 Jan 2025 02:45:15 AM UTC) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (2) New Version Net Change core/mpdecimal 4.0.0-2 0.32 MiB core/python 3.13.1-1 67.54 MiB Total Installed Size: 67.86 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 :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (10) New Version Net Change extra/python-attrs 23.2.0-4 0.54 MiB extra/python-cffi 1.17.1-2 1.34 MiB extra/python-cryptography 44.0.0-1 4.95 MiB extra/python-filelock 3.16.1-2 0.13 MiB extra/python-packaging 24.2-3 0.66 MiB extra/python-pycparser 2.22-3 1.69 MiB extra/python-pyproject-hooks 1.2.0-3 0.10 MiB extra/python-wheel 0.45.0-3 0.28 MiB extra/python-build 1.2.2-3 0.20 MiB extra/python-pip 24.3.1-3 15.67 MiB Total Installed Size: 25.56 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... 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) [pending] python-uv: to use as the Python package installer python-virtualenv: to use virtualenv for build isolation installing python-attrs... installing python-pycparser... installing python-cffi... Optional dependencies for python-cffi python-setuptools: "limited api" version checking in cffi.setuptools_ext installing python-cryptography... installing python-filelock... 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 installing python-pip... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Found statsd-4.0.1.tar.gz ==> Validating source files with sha512sums... statsd-4.0.1.tar.gz ... Passed ==> Extracting sources... -> Extracting statsd-4.0.1.tar.gz with bsdtar ==> Starting build()... * Creating isolated environment: venv+pip... * Installing packages in isolated environment: - setuptools>=61.2 * Getting build dependencies for wheel... /tmp/build-env-ukcpmiir/lib/python3.13/site-packages/setuptools/config/pyprojecttoml.py:72: _ExperimentalConfiguration: `[tool.distutils]` in `pyproject.toml` is still *experimental* and likely to change in future releases. config = read_configuration(filepath, True, ignore_option_errors, dist) running egg_info writing statsd.egg-info/PKG-INFO writing dependency_links to statsd.egg-info/dependency_links.txt writing top-level names to statsd.egg-info/top_level.txt reading manifest file 'statsd.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'CHANGES' warning: no files found matching 'setup.py' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'statsd.egg-info/SOURCES.txt' * Building wheel... /tmp/build-env-ukcpmiir/lib/python3.13/site-packages/setuptools/config/pyprojecttoml.py:72: _ExperimentalConfiguration: `[tool.distutils]` in `pyproject.toml` is still *experimental* and likely to change in future releases. config = read_configuration(filepath, True, ignore_option_errors, dist) running bdist_wheel /tmp/build-env-ukcpmiir/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:124: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. By 2025-Aug-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !! self.finalize_options() running build running build_py creating build/lib/statsd copying statsd/__init__.py -> build/lib/statsd copying statsd/tests.py -> build/lib/statsd creating build/lib/statsd/client copying statsd/client/__init__.py -> build/lib/statsd/client copying statsd/client/stream.py -> build/lib/statsd/client copying statsd/client/base.py -> build/lib/statsd/client copying statsd/client/udp.py -> build/lib/statsd/client copying statsd/client/timer.py -> build/lib/statsd/client creating build/lib/statsd/defaults copying statsd/defaults/env.py -> build/lib/statsd/defaults copying statsd/defaults/__init__.py -> build/lib/statsd/defaults copying statsd/defaults/django.py -> build/lib/statsd/defaults running egg_info writing statsd.egg-info/PKG-INFO writing dependency_links to statsd.egg-info/dependency_links.txt writing top-level names to statsd.egg-info/top_level.txt reading manifest file 'statsd.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'CHANGES' warning: no files found matching 'setup.py' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'statsd.egg-info/SOURCES.txt' installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/statsd creating build/bdist.linux-x86_64/wheel/statsd/client copying build/lib/statsd/client/__init__.py -> build/bdist.linux-x86_64/wheel/./statsd/client copying build/lib/statsd/client/stream.py -> build/bdist.linux-x86_64/wheel/./statsd/client copying build/lib/statsd/client/base.py -> build/bdist.linux-x86_64/wheel/./statsd/client copying build/lib/statsd/client/udp.py -> build/bdist.linux-x86_64/wheel/./statsd/client copying build/lib/statsd/client/timer.py -> build/bdist.linux-x86_64/wheel/./statsd/client copying build/lib/statsd/__init__.py -> build/bdist.linux-x86_64/wheel/./statsd copying build/lib/statsd/tests.py -> build/bdist.linux-x86_64/wheel/./statsd creating build/bdist.linux-x86_64/wheel/statsd/defaults copying build/lib/statsd/defaults/env.py -> build/bdist.linux-x86_64/wheel/./statsd/defaults copying build/lib/statsd/defaults/__init__.py -> build/bdist.linux-x86_64/wheel/./statsd/defaults copying build/lib/statsd/defaults/django.py -> build/bdist.linux-x86_64/wheel/./statsd/defaults running install_egg_info Copying statsd.egg-info to build/bdist.linux-x86_64/wheel/./statsd-4.0.1-py3.13.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/statsd-4.0.1.dist-info/WHEEL creating '/src/packages/libs/python/python-statsd/dist/.tmp-blnkl81j/statsd-4.0.1-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'statsd/__init__.py' adding 'statsd/tests.py' adding 'statsd/client/__init__.py' adding 'statsd/client/base.py' adding 'statsd/client/stream.py' adding 'statsd/client/timer.py' adding 'statsd/client/udp.py' adding 'statsd/defaults/__init__.py' adding 'statsd/defaults/django.py' adding 'statsd/defaults/env.py' adding 'statsd-4.0.1.dist-info/AUTHORS' adding 'statsd-4.0.1.dist-info/LICENSE' adding 'statsd-4.0.1.dist-info/METADATA' adding 'statsd-4.0.1.dist-info/WHEEL' adding 'statsd-4.0.1.dist-info/top_level.txt' adding 'statsd-4.0.1.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built statsd-4.0.1-py2.py3-none-any.whl ==> Entering fakeroot environment... ==> Starting package()... Using pip 24.3.1 from /usr/lib/python3.13/site-packages/pip (python 3.13) Looking in links: file:///src/packages/libs/python/python-statsd/dist Processing /src/packages/libs/python/python-statsd/dist/statsd-4.0.1-py2.py3-none-any.whl Installing collected packages: statsd Successfully installed statsd-4.0.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. ==> Tidying install... -> Removing empty directories... -> 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-statsd"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-statsd 4.0.1-1 (Mon 13 Jan 2025 02:45:22 AM 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 (12) Old Version Net Change mpdecimal 4.0.0-2 -0.32 MiB python 3.13.1-1 -67.54 MiB python-attrs 23.2.0-4 -0.54 MiB python-build 1.2.2-3 -0.20 MiB python-cffi 1.17.1-2 -1.34 MiB python-cryptography 44.0.0-1 -4.95 MiB python-filelock 3.16.1-2 -0.13 MiB python-packaging 24.2-3 -0.66 MiB python-pip 24.3.1-3 -15.67 MiB python-pycparser 2.22-3 -1.69 MiB python-pyproject-hooks 1.2.0-3 -0.10 MiB python-wheel 0.45.0-3 -0.28 MiB Total Removed Size: 93.42 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing python-pip... removing python-wheel... removing python-filelock... removing python-cryptography... removing python-cffi... removing python-pycparser... removing python-build... removing python-pyproject-hooks... removing python-packaging... removing python-attrs... removing python... removing mpdecimal... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate...