2022-04-21T14:40:58,798 Created temporary directory: /tmp/pip-ephem-wheel-cache-h2dxmj3k 2022-04-21T14:40:58,803 Created temporary directory: /tmp/pip-req-tracker-z6fxzybv 2022-04-21T14:40:58,804 Initialized build tracking at /tmp/pip-req-tracker-z6fxzybv 2022-04-21T14:40:58,805 Created build tracker: /tmp/pip-req-tracker-z6fxzybv 2022-04-21T14:40:58,805 Entered build tracker: /tmp/pip-req-tracker-z6fxzybv 2022-04-21T14:40:58,806 Created temporary directory: /tmp/pip-wheel-jwnwyxvv 2022-04-21T14:40:58,868 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-04-21T14:40:58,876 2 location(s) to search for versions of fixtup: 2022-04-21T14:40:58,876 * https://pypi.org/simple/fixtup/ 2022-04-21T14:40:58,876 * https://www.piwheels.org/simple/fixtup/ 2022-04-21T14:40:58,877 Fetching project page and analyzing links: https://pypi.org/simple/fixtup/ 2022-04-21T14:40:58,878 Getting page https://pypi.org/simple/fixtup/ 2022-04-21T14:40:58,882 Found index url https://pypi.org/simple 2022-04-21T14:40:58,987 Skipping link: No binaries permitted for fixtup: https://files.pythonhosted.org/packages/e2/4d/486ec6b79f26da4cfb3baccbc1eb05c7899f7fe4e3ca2f58d05776239a5a/fixtup-0.0.1-py3-none-any.whl#sha256=43e7b4df56f489b67a55fd99e597f74848e7b7e1372c1b4f08acdf60a5b9e2b8 (from https://pypi.org/simple/fixtup/) (requires-python:>=3.6) 2022-04-21T14:40:58,989 Found link https://files.pythonhosted.org/packages/e5/76/6f7c4cd8dd982fdcd5409fbd7e71d9b5a1ab28f9b6992c3c0cb46c6e0672/fixtup-0.0.1.tar.gz#sha256=c562c637e2d8a96403a204722bf62874530c9f25e2c63aafe1ddfa8578435569 (from https://pypi.org/simple/fixtup/) (requires-python:>=3.6), version: 0.0.1 2022-04-21T14:40:58,990 Fetching project page and analyzing links: https://www.piwheels.org/simple/fixtup/ 2022-04-21T14:40:58,990 Getting page https://www.piwheels.org/simple/fixtup/ 2022-04-21T14:40:58,992 Found index url https://www.piwheels.org/simple 2022-04-21T14:40:59,212 Skipping link: not a file: https://www.piwheels.org/simple/fixtup/ 2022-04-21T14:40:59,212 Skipping link: not a file: https://pypi.org/simple/fixtup/ 2022-04-21T14:40:59,245 Given no hashes to check 1 links for project 'fixtup': discarding no candidates 2022-04-21T14:40:59,277 Collecting fixtup==0.0.1 2022-04-21T14:40:59,281 Created temporary directory: /tmp/pip-unpack-t0mkfvfp 2022-04-21T14:40:59,513 Downloading fixtup-0.0.1.tar.gz (23 kB) 2022-04-21T14:40:59,833 Added fixtup==0.0.1 from https://files.pythonhosted.org/packages/e5/76/6f7c4cd8dd982fdcd5409fbd7e71d9b5a1ab28f9b6992c3c0cb46c6e0672/fixtup-0.0.1.tar.gz#sha256=c562c637e2d8a96403a204722bf62874530c9f25e2c63aafe1ddfa8578435569 to build tracker '/tmp/pip-req-tracker-z6fxzybv' 2022-04-21T14:40:59,845 Created temporary directory: /tmp/pip-build-env-pcr8gvaa 2022-04-21T14:40:59,859 Created temporary directory: /tmp/pip-standalone-pip-4aw8wgye 2022-04-21T14:41:02,476 ERROR: Exception: 2022-04-21T14:41:02,476 Traceback (most recent call last): 2022-04-21T14:41:02,476 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-04-21T14:41:02,476 status = run_func(*args) 2022-04-21T14:41:02,476 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-04-21T14:41:02,476 return func(self, options, args) 2022-04-21T14:41:02,476 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-04-21T14:41:02,476 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-04-21T14:41:02,476 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-04-21T14:41:02,476 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-04-21T14:41:02,476 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-04-21T14:41:02,476 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-04-21T14:41:02,476 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-04-21T14:41:02,476 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-04-21T14:41:02,476 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 172, in _add_to_criteria 2022-04-21T14:41:02,476 if not criterion.candidates: 2022-04-21T14:41:02,476 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/structs.py", line 151, in __bool__ 2022-04-21T14:41:02,476 return bool(self._sequence) 2022-04-21T14:41:02,476 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 155, in __bool__ 2022-04-21T14:41:02,476 return any(self) 2022-04-21T14:41:02,476 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 143, in 2022-04-21T14:41:02,476 return (c for c in iterator if id(c) not in self._incompatible_ids) 2022-04-21T14:41:02,476 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 47, in _iter_built 2022-04-21T14:41:02,476 candidate = func() 2022-04-21T14:41:02,476 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/factory.py", line 220, in _make_candidate_from_link 2022-04-21T14:41:02,476 version=version, 2022-04-21T14:41:02,476 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 294, in __init__ 2022-04-21T14:41:02,476 version=version, 2022-04-21T14:41:02,476 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 158, in __init__ 2022-04-21T14:41:02,476 self.dist = self._prepare() 2022-04-21T14:41:02,476 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 227, in _prepare 2022-04-21T14:41:02,476 dist = self._prepare_distribution() 2022-04-21T14:41:02,476 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 299, in _prepare_distribution 2022-04-21T14:41:02,476 return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) 2022-04-21T14:41:02,476 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 487, in prepare_linked_requirement 2022-04-21T14:41:02,476 return self._prepare_linked_requirement(req, parallel_builds) 2022-04-21T14:41:02,476 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 560, in _prepare_linked_requirement 2022-04-21T14:41:02,476 self.build_isolation, 2022-04-21T14:41:02,476 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 58, in _get_prepared_distribution 2022-04-21T14:41:02,476 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2022-04-21T14:41:02,476 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 35, in prepare_distribution_metadata 2022-04-21T14:41:02,476 self._prepare_build_backend(finder) 2022-04-21T14:41:02,476 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 57, in _prepare_build_backend 2022-04-21T14:41:02,476 finder, pyproject_requires, "overlay", kind="build dependencies" 2022-04-21T14:41:02,476 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/build_env.py", line 201, in install_requirements 2022-04-21T14:41:02,476 pip_runnable = ctx.enter_context(_create_standalone_pip()) 2022-04-21T14:41:02,476 File "/usr/lib/python3.7/contextlib.py", line 426, in enter_context 2022-04-21T14:41:02,476 result = _cm_type.__enter__(cm) 2022-04-21T14:41:02,476 File "/usr/lib/python3.7/contextlib.py", line 112, in __enter__ 2022-04-21T14:41:02,476 return next(self.gen) 2022-04-21T14:41:02,476 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/build_env.py", line 66, in _create_standalone_pip 2022-04-21T14:41:02,476 zf.write(child, child.relative_to(source.parent).as_posix()) 2022-04-21T14:41:02,476 File "/usr/lib/python3.7/zipfile.py", line 1265, in __exit__ 2022-04-21T14:41:02,476 self.close() 2022-04-21T14:41:02,476 File "/usr/lib/python3.7/zipfile.py", line 1811, in close 2022-04-21T14:41:02,476 self._fpclose(fp) 2022-04-21T14:41:02,476 File "/usr/lib/python3.7/zipfile.py", line 1919, in _fpclose 2022-04-21T14:41:02,476 fp.close() 2022-04-21T14:41:02,476 OSError: [Errno 28] No space left on device 2022-04-21T14:41:02,511 Removed fixtup==0.0.1 from https://files.pythonhosted.org/packages/e5/76/6f7c4cd8dd982fdcd5409fbd7e71d9b5a1ab28f9b6992c3c0cb46c6e0672/fixtup-0.0.1.tar.gz#sha256=c562c637e2d8a96403a204722bf62874530c9f25e2c63aafe1ddfa8578435569 from build tracker '/tmp/pip-req-tracker-z6fxzybv' 2022-04-21T14:41:02,511 Removed build tracker: '/tmp/pip-req-tracker-z6fxzybv'