2023-01-11T21:32:40,409 Created temporary directory: /tmp/pip-ephem-wheel-cache-s0w6ldmd 2023-01-11T21:32:40,413 Created temporary directory: /tmp/pip-build-tracker-p2i9s0ud 2023-01-11T21:32:40,414 Initialized build tracking at /tmp/pip-build-tracker-p2i9s0ud 2023-01-11T21:32:40,414 Created build tracker: /tmp/pip-build-tracker-p2i9s0ud 2023-01-11T21:32:40,414 Entered build tracker: /tmp/pip-build-tracker-p2i9s0ud 2023-01-11T21:32:40,416 Created temporary directory: /tmp/pip-wheel-1rji0y7w 2023-01-11T21:32:40,424 DEPRECATION: --no-binary currently disables reading from the cache of locally built wheels. In the future --no-binary will not influence the wheel cache. pip 23.1 will enforce this behaviour change. A possible replacement is to use the --no-cache-dir option. You can use the flag --use-feature=no-binary-enable-wheel-cache to test the upcoming behaviour. Discussion can be found at https://github.com/pypa/pip/issues/11453 2023-01-11T21:32:40,429 Created temporary directory: /tmp/pip-ephem-wheel-cache-7zbg0rgu 2023-01-11T21:32:40,479 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-01-11T21:32:40,486 2 location(s) to search for versions of wormneuroatlas: 2023-01-11T21:32:40,486 * https://pypi.org/simple/wormneuroatlas/ 2023-01-11T21:32:40,486 * https://www.piwheels.org/simple/wormneuroatlas/ 2023-01-11T21:32:40,487 Fetching project page and analyzing links: https://pypi.org/simple/wormneuroatlas/ 2023-01-11T21:32:40,488 Getting page https://pypi.org/simple/wormneuroatlas/ 2023-01-11T21:32:40,491 Found index url https://pypi.org/simple 2023-01-11T21:32:40,715 Fetched page https://pypi.org/simple/wormneuroatlas/ as application/vnd.pypi.simple.v1+json 2023-01-11T21:32:40,717 Skipping link: No binaries permitted for wormneuroatlas: https://files.pythonhosted.org/packages/89/4e/c304a9370fe7ed0050b9898e4ec4fe594b7e6ba3de86033c418e7047aa8c/wormneuroatlas-0.0.2-py3-none-any.whl (from https://pypi.org/simple/wormneuroatlas/) (requires-python:>=3.7) 2023-01-11T21:32:40,719 Found link https://files.pythonhosted.org/packages/13/63/377e9fe71773acd8675bc3ee3f4ed3fdbd79b3b3f5897a6ddf2115e4db80/wormneuroatlas-0.0.2.tar.gz (from https://pypi.org/simple/wormneuroatlas/) (requires-python:>=3.7), version: 0.0.2 2023-01-11T21:32:40,720 Fetching project page and analyzing links: https://www.piwheels.org/simple/wormneuroatlas/ 2023-01-11T21:32:40,720 Getting page https://www.piwheels.org/simple/wormneuroatlas/ 2023-01-11T21:32:40,723 Found index url https://www.piwheels.org/simple 2023-01-11T21:32:40,946 Fetched page https://www.piwheels.org/simple/wormneuroatlas/ as text/html 2023-01-11T21:32:40,948 Skipping link: not a file: https://www.piwheels.org/simple/wormneuroatlas/ 2023-01-11T21:32:40,949 Skipping link: not a file: https://pypi.org/simple/wormneuroatlas/ 2023-01-11T21:32:40,981 Given no hashes to check 1 links for project 'wormneuroatlas': discarding no candidates 2023-01-11T21:32:41,015 Collecting wormneuroatlas==0.0.2 2023-01-11T21:32:41,019 Created temporary directory: /tmp/pip-unpack-bpz3x213 2023-01-11T21:32:41,529 Downloading wormneuroatlas-0.0.2.tar.gz (34.3 MB) 2023-01-11T21:32:59,072 ERROR: Exception: 2023-01-11T21:32:59,072 Traceback (most recent call last): 2023-01-11T21:32:59,072 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 160, in exc_logging_wrapper 2023-01-11T21:32:59,072 status = run_func(*args) 2023-01-11T21:32:59,072 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 247, in wrapper 2023-01-11T21:32:59,072 return func(self, options, args) 2023-01-11T21:32:59,072 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 170, in run 2023-01-11T21:32:59,072 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-01-11T21:32:59,072 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2023-01-11T21:32:59,072 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2023-01-11T21:32:59,072 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2023-01-11T21:32:59,072 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-01-11T21:32:59,072 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2023-01-11T21:32:59,072 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-01-11T21:32:59,072 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 172, in _add_to_criteria 2023-01-11T21:32:59,072 if not criterion.candidates: 2023-01-11T21:32:59,072 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/structs.py", line 151, in __bool__ 2023-01-11T21:32:59,072 return bool(self._sequence) 2023-01-11T21:32:59,072 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 155, in __bool__ 2023-01-11T21:32:59,072 return any(self) 2023-01-11T21:32:59,072 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 143, in 2023-01-11T21:32:59,072 return (c for c in iterator if id(c) not in self._incompatible_ids) 2023-01-11T21:32:59,072 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 47, in _iter_built 2023-01-11T21:32:59,072 candidate = func() 2023-01-11T21:32:59,072 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/factory.py", line 211, in _make_candidate_from_link 2023-01-11T21:32:59,072 version=version, 2023-01-11T21:32:59,072 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 303, in __init__ 2023-01-11T21:32:59,072 version=version, 2023-01-11T21:32:59,072 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 162, in __init__ 2023-01-11T21:32:59,072 self.dist = self._prepare() 2023-01-11T21:32:59,072 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 231, in _prepare 2023-01-11T21:32:59,072 dist = self._prepare_distribution() 2023-01-11T21:32:59,072 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 308, in _prepare_distribution 2023-01-11T21:32:59,072 return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) 2023-01-11T21:32:59,072 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/operations/prepare.py", line 491, in prepare_linked_requirement 2023-01-11T21:32:59,072 return self._prepare_linked_requirement(req, parallel_builds) 2023-01-11T21:32:59,072 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/operations/prepare.py", line 542, in _prepare_linked_requirement 2023-01-11T21:32:59,072 hashes, 2023-01-11T21:32:59,072 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/operations/prepare.py", line 176, in unpack_url 2023-01-11T21:32:59,072 unpack_file(file.path, location, file.content_type) 2023-01-11T21:32:59,072 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/utils/unpacking.py", line 246, in unpack_file 2023-01-11T21:32:59,072 untar_file(filename, location) 2023-01-11T21:32:59,072 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/utils/unpacking.py", line 218, in untar_file 2023-01-11T21:32:59,072 shutil.copyfileobj(fp, destfp) 2023-01-11T21:32:59,072 OSError: [Errno 28] No space left on device 2023-01-11T21:32:59,100 Removed build tracker: '/tmp/pip-build-tracker-p2i9s0ud'