==> Retrieving sources... -> Found rq-1.15.1.tar.gz ==> Generating checksums for source files... ==> Making package: python-rq 1.15.1-1 (Wed 20 Nov 2024 05:31:11 PM UTC) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (5) New Version Net Change core/mpdecimal 4.0.0-2 0.32 MiB extra/python-async-timeout 4.0.3-5 0.03 MiB core/python 3.12.7-1 70.07 MiB extra/python-click 8.1.7-3 1.18 MiB extra/python-redis 5.2.0-1 3.56 MiB Total Installed Size: 75.17 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-click... installing python-async-timeout... installing python-redis... Optional dependencies for python-redis python-cryptography: OCSP certificate validation python-hiredis: faster performance via hiredis python-pyopenssl: OCSP certificate validation python-requests: OCSP certificate validation :: 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-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-packaging 24.2-1 0.66 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: 10.18 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-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... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Found rq-1.15.1.tar.gz ==> Validating source files with sha512sums... rq-1.15.1.tar.gz ... Passed ==> Extracting sources... -> Extracting rq-1.15.1.tar.gz with bsdtar ==> Starting prepare()... ==> Starting build()... running build running build_py creating build/lib/rq copying rq/worker_pool.py -> build/lib/rq copying rq/maintenance.py -> build/lib/rq copying rq/exceptions.py -> build/lib/rq copying rq/executions.py -> build/lib/rq copying rq/worker_registration.py -> build/lib/rq copying rq/registry.py -> build/lib/rq copying rq/command.py -> build/lib/rq copying rq/logutils.py -> build/lib/rq copying rq/__init__.py -> build/lib/rq copying rq/dependency.py -> build/lib/rq copying rq/results.py -> build/lib/rq copying rq/decorators.py -> build/lib/rq copying rq/timeouts.py -> build/lib/rq copying rq/version.py -> build/lib/rq copying rq/scheduler.py -> build/lib/rq copying rq/job.py -> build/lib/rq copying rq/local.py -> build/lib/rq copying rq/types.py -> build/lib/rq copying rq/worker.py -> build/lib/rq copying rq/serializers.py -> build/lib/rq copying rq/connections.py -> build/lib/rq copying rq/suspension.py -> build/lib/rq copying rq/utils.py -> build/lib/rq copying rq/defaults.py -> build/lib/rq copying rq/queue.py -> build/lib/rq creating build/lib/rq/contrib copying rq/contrib/sentry.py -> build/lib/rq/contrib copying rq/contrib/legacy.py -> build/lib/rq/contrib copying rq/contrib/__init__.py -> build/lib/rq/contrib creating build/lib/rq/cli copying rq/cli/__init__.py -> build/lib/rq/cli copying rq/cli/cli.py -> build/lib/rq/cli copying rq/cli/helpers.py -> build/lib/rq/cli copying rq/cli/__main__.py -> build/lib/rq/cli running egg_info writing rq.egg-info/PKG-INFO writing dependency_links to rq.egg-info/dependency_links.txt writing entry points to rq.egg-info/entry_points.txt writing requirements to rq.egg-info/requires.txt writing top-level names to rq.egg-info/top_level.txt reading manifest file 'rq.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*' found under directory 'tests' adding license file 'LICENSE' writing manifest file 'rq.egg-info/SOURCES.txt' copying rq/py.typed -> build/lib/rq ==> 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-rq/pkg/python-rq/usr/lib/python3.12/site-packages creating /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq copying build/lib/rq/worker_pool.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq copying build/lib/rq/maintenance.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq copying build/lib/rq/exceptions.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq copying build/lib/rq/executions.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq copying build/lib/rq/worker_registration.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq copying build/lib/rq/registry.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq creating /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/contrib copying build/lib/rq/contrib/sentry.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/contrib copying build/lib/rq/contrib/legacy.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/contrib copying build/lib/rq/contrib/__init__.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/contrib copying build/lib/rq/command.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq copying build/lib/rq/logutils.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq copying build/lib/rq/__init__.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq copying build/lib/rq/dependency.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq copying build/lib/rq/results.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq copying build/lib/rq/decorators.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq copying build/lib/rq/timeouts.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq copying build/lib/rq/py.typed -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq copying build/lib/rq/version.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq copying build/lib/rq/scheduler.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq copying build/lib/rq/job.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq creating /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/cli copying build/lib/rq/cli/__init__.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/cli copying build/lib/rq/cli/cli.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/cli copying build/lib/rq/cli/helpers.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/cli copying build/lib/rq/cli/__main__.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/cli copying build/lib/rq/local.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq copying build/lib/rq/types.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq copying build/lib/rq/worker.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq copying build/lib/rq/serializers.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq copying build/lib/rq/connections.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq copying build/lib/rq/suspension.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq copying build/lib/rq/utils.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq copying build/lib/rq/defaults.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq copying build/lib/rq/queue.py -> /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/worker_pool.py to worker_pool.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/maintenance.py to maintenance.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/exceptions.py to exceptions.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/executions.py to executions.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/worker_registration.py to worker_registration.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/registry.py to registry.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/contrib/sentry.py to sentry.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/contrib/legacy.py to legacy.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/contrib/__init__.py to __init__.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/command.py to command.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/logutils.py to logutils.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/__init__.py to __init__.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/dependency.py to dependency.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/results.py to results.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/decorators.py to decorators.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/timeouts.py to timeouts.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/version.py to version.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/scheduler.py to scheduler.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/job.py to job.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/cli/__init__.py to __init__.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/cli/cli.py to cli.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/cli/helpers.py to helpers.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/cli/__main__.py to __main__.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/local.py to local.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/types.py to types.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/worker.py to worker.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/serializers.py to serializers.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/connections.py to connections.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/suspension.py to suspension.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/utils.py to utils.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/defaults.py to defaults.cpython-312.pyc byte-compiling /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq/queue.py to queue.cpython-312.pyc writing byte-compilation script '/tmp/tmph2jzoquz.py' /usr/sbin/python /tmp/tmph2jzoquz.py removing /tmp/tmph2jzoquz.py running install_egg_info running egg_info writing rq.egg-info/PKG-INFO writing dependency_links to rq.egg-info/dependency_links.txt writing entry points to rq.egg-info/entry_points.txt writing requirements to rq.egg-info/requires.txt writing top-level names to rq.egg-info/top_level.txt reading manifest file 'rq.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*' found under directory 'tests' adding license file 'LICENSE' writing manifest file 'rq.egg-info/SOURCES.txt' Copying rq.egg-info to /src/packages/libs/python/python-rq/pkg/python-rq/usr/lib/python3.12/site-packages/rq-1.15.1-py3.12.egg-info running install_scripts Installing rq script to /src/packages/libs/python/python-rq/pkg/python-rq/usr/bin Installing rqinfo script to /src/packages/libs/python/python-rq/pkg/python-rq/usr/bin Installing rqworker script to /src/packages/libs/python/python-rq/pkg/python-rq/usr/bin ==> 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-rq"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-rq 1.15.1-1 (Wed 20 Nov 2024 05:31:19 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 (15) Old Version Net Change mpdecimal 4.0.0-2 -0.32 MiB python 3.12.7-1 -70.07 MiB python-async-timeout 4.0.3-5 -0.03 MiB python-autocommand 2.2.2-6 -0.08 MiB python-click 8.1.7-3 -1.18 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-redis 5.2.0-1 -3.56 MiB python-setuptools 1:75.2.0-2 -7.99 MiB python-wheel 0.45.0-1 -0.28 MiB Total Removed Size: 85.35 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing python-setuptools... removing python-wheel... removing python-redis... 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-click... removing python-autocommand... removing python-async-timeout... removing python... removing mpdecimal... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate...