==> Retrieving sources... -> Found polyswarm-artifact-1.4.4.tar.gz ==> Generating checksums for source files... ==> Making package: python-polyswarm-artifact 1.4.4-1 (Wed 20 Nov 2024 03:32:18 PM UTC) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (11) New Version Net Change core/mpdecimal 4.0.0-2 0.32 MiB extra/python-annotated-types 0.7.0-1 0.11 MiB extra/python-attrs 23.2.0-3 0.54 MiB extra/python-jsonschema-specifications 2023.12.1-2 0.05 MiB extra/python-pydantic-core 1:2.23.4-1 5.21 MiB extra/python-referencing 0.35.1-1 0.38 MiB extra/python-rpds-py 0.19.0-1 0.68 MiB extra/python-typing_extensions 4.12.2-1 0.41 MiB core/python 3.12.7-1 70.07 MiB extra/python-jsonschema 4.23.0-1 1.34 MiB extra/python-pydantic 2.9.2-1 4.94 MiB Total Installed Size: 84.04 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-attrs... installing python-rpds-py... installing python-referencing... installing python-jsonschema-specifications... installing python-jsonschema... Optional dependencies for python-jsonschema python-isoduration: for duration format python-fqdn: for hostname format python-idna: for idn-hostname format python-jsonpointer: for json-pointer & relative-json-pointer format python-rfc3339-validator: for date-time format python-rfc3987: for iri, iri-reference, uri & uri-reference format python-uri-template: for uri-template format python-webcolors: for color format installing python-annotated-types... installing python-typing_extensions... installing python-pydantic-core... installing python-pydantic... Optional dependencies for python-pydantic mypy: for type validation with mypy python-dotenv: for .env file support python-email-validator: for email validation python-hypothesis: for hypothesis plugin when using legacy v1 :: 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 polyswarm-artifact-1.4.4.tar.gz ==> Validating source files with sha512sums... polyswarm-artifact-1.4.4.tar.gz ... Passed ==> Extracting sources... -> Extracting polyswarm-artifact-1.4.4.tar.gz with bsdtar ==> Starting build()... /usr/lib/python3.12/site-packages/setuptools/__init__.py:94: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) /usr/sbin/python: No module named pip Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/setuptools/installer.py", line 102, in _fetch_build_egg_no_warn subprocess.check_call(cmd) File "/usr/lib/python3.12/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/usr/sbin/python', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmp1_299g2q', '--quiet', 'pytest-runner']' returned non-zero exit status 1. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/src/packages/libs/python/python-polyswarm-artifact/src/polyswarm-artifact-1.4.4/setup.py", line 9, in setup( File "/usr/lib/python3.12/site-packages/setuptools/__init__.py", line 116, in setup _install_setup_requires(attrs) File "/usr/lib/python3.12/site-packages/setuptools/__init__.py", line 89, in _install_setup_requires _fetch_build_eggs(dist) File "/usr/lib/python3.12/site-packages/setuptools/__init__.py", line 94, in _fetch_build_eggs dist.fetch_build_eggs(dist.setup_requires) File "/usr/lib/python3.12/site-packages/setuptools/dist.py", line 656, in fetch_build_eggs return _fetch_build_eggs(self, requires) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/setuptools/installer.py", line 39, in _fetch_build_eggs resolved_dists = pkg_resources.working_set.resolve( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/pkg_resources/__init__.py", line 897, in resolve dist = self._resolve_dist( ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/pkg_resources/__init__.py", line 933, in _resolve_dist dist = best[req.key] = env.best_match( ^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/pkg_resources/__init__.py", line 1271, in best_match return self.obtain(req, installer) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/pkg_resources/__init__.py", line 1307, in obtain return installer(requirement) if installer else None ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/setuptools/installer.py", line 104, in _fetch_build_egg_no_warn raise DistutilsError(str(e)) from e distutils.errors.DistutilsError: Command '['/usr/sbin/python', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmp1_299g2q', '--quiet', 'pytest-runner']' returned non-zero exit status 1. ==> ERROR: A failure occurred in build(). Aborting... ==> 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 (21) Old Version Net Change mpdecimal 4.0.0-2 -0.32 MiB python 3.12.7-1 -70.07 MiB python-annotated-types 0.7.0-1 -0.11 MiB python-attrs 23.2.0-3 -0.54 MiB python-autocommand 2.2.2-6 -0.08 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-jsonschema 4.23.0-1 -1.34 MiB python-jsonschema-specifications 2023.12.1-2 -0.05 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-pydantic 2.9.2-1 -4.94 MiB python-pydantic-core 1:2.23.4-1 -5.21 MiB python-referencing 0.35.1-1 -0.38 MiB python-rpds-py 0.19.0-1 -0.68 MiB python-setuptools 1:75.2.0-2 -7.99 MiB python-typing_extensions 4.12.2-1 -0.41 MiB python-wheel 0.45.0-1 -0.28 MiB Total Removed Size: 94.22 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing python-setuptools... removing python-wheel... removing python-pydantic... removing python-pydantic-core... removing python-typing_extensions... removing python-platformdirs... removing python-packaging... removing python-jsonschema... removing python-jsonschema-specifications... removing python-referencing... removing python-rpds-py... removing python-jaraco.collections... removing python-jaraco.text... removing python-jaraco.functools... removing python-more-itertools... removing python-jaraco.context... removing python-autocommand... removing python-attrs... removing python-annotated-types... removing python... removing mpdecimal... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate...