2023-04-11T18:30:52,866 Created temporary directory: /tmp/pip-ephem-wheel-cache-dgdp0rp8 2023-04-11T18:30:52,872 Created temporary directory: /tmp/pip-build-tracker-y3qkx8ym 2023-04-11T18:30:52,873 Initialized build tracking at /tmp/pip-build-tracker-y3qkx8ym 2023-04-11T18:30:52,873 Created build tracker: /tmp/pip-build-tracker-y3qkx8ym 2023-04-11T18:30:52,873 Entered build tracker: /tmp/pip-build-tracker-y3qkx8ym 2023-04-11T18:30:52,875 Created temporary directory: /tmp/pip-wheel-ypnpr3nw 2023-04-11T18:30:52,884 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-04-11T18:30:52,890 Created temporary directory: /tmp/pip-ephem-wheel-cache-jb2sy3_i 2023-04-11T18:30:52,944 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-04-11T18:30:52,951 2 location(s) to search for versions of liteeth: 2023-04-11T18:30:52,951 * https://pypi.org/simple/liteeth/ 2023-04-11T18:30:52,951 * https://www.piwheels.org/simple/liteeth/ 2023-04-11T18:30:52,952 Fetching project page and analyzing links: https://pypi.org/simple/liteeth/ 2023-04-11T18:30:52,953 Getting page https://pypi.org/simple/liteeth/ 2023-04-11T18:30:52,956 Found index url https://pypi.org/simple 2023-04-11T18:30:53,180 Fetched page https://pypi.org/simple/liteeth/ as application/vnd.pypi.simple.v1+json 2023-04-11T18:30:53,183 Found link https://files.pythonhosted.org/packages/ac/73/fd129dee42788082f299cf095039773f3e4d8214b7a0accdced92829afb3/liteeth-2022.12.tar.gz (from https://pypi.org/simple/liteeth/) (requires-python:~=3.6), version: 2022.12 2023-04-11T18:30:53,184 Fetching project page and analyzing links: https://www.piwheels.org/simple/liteeth/ 2023-04-11T18:30:53,185 Getting page https://www.piwheels.org/simple/liteeth/ 2023-04-11T18:30:53,187 Found index url https://www.piwheels.org/simple 2023-04-11T18:30:53,410 Fetched page https://www.piwheels.org/simple/liteeth/ as text/html 2023-04-11T18:30:53,412 Skipping link: not a file: https://www.piwheels.org/simple/liteeth/ 2023-04-11T18:30:53,412 Skipping link: not a file: https://pypi.org/simple/liteeth/ 2023-04-11T18:30:53,445 Given no hashes to check 1 links for project 'liteeth': discarding no candidates 2023-04-11T18:30:53,474 Collecting liteeth==2022.12 2023-04-11T18:30:53,479 Created temporary directory: /tmp/pip-unpack-tk9sgybi 2023-04-11T18:30:53,650 Downloading liteeth-2022.12.tar.gz (242 kB) 2023-04-11T18:30:53,715 ERROR: Exception: 2023-04-11T18:30:53,715 Traceback (most recent call last): 2023-04-11T18:30:53,715 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 160, in exc_logging_wrapper 2023-04-11T18:30:53,715 status = run_func(*args) 2023-04-11T18:30:53,715 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 247, in wrapper 2023-04-11T18:30:53,715 return func(self, options, args) 2023-04-11T18:30:53,715 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 170, in run 2023-04-11T18:30:53,715 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-04-11T18:30:53,715 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2023-04-11T18:30:53,715 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2023-04-11T18:30:53,715 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2023-04-11T18:30:53,715 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-04-11T18:30:53,715 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2023-04-11T18:30:53,715 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-04-11T18:30:53,715 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 172, in _add_to_criteria 2023-04-11T18:30:53,715 if not criterion.candidates: 2023-04-11T18:30:53,715 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/structs.py", line 151, in __bool__ 2023-04-11T18:30:53,715 return bool(self._sequence) 2023-04-11T18:30:53,715 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 155, in __bool__ 2023-04-11T18:30:53,715 return any(self) 2023-04-11T18:30:53,715 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 143, in 2023-04-11T18:30:53,715 return (c for c in iterator if id(c) not in self._incompatible_ids) 2023-04-11T18:30:53,715 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 47, in _iter_built 2023-04-11T18:30:53,715 candidate = func() 2023-04-11T18:30:53,715 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/factory.py", line 211, in _make_candidate_from_link 2023-04-11T18:30:53,715 version=version, 2023-04-11T18:30:53,715 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 303, in __init__ 2023-04-11T18:30:53,715 version=version, 2023-04-11T18:30:53,715 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 162, in __init__ 2023-04-11T18:30:53,715 self.dist = self._prepare() 2023-04-11T18:30:53,715 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 231, in _prepare 2023-04-11T18:30:53,715 dist = self._prepare_distribution() 2023-04-11T18:30:53,715 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 308, in _prepare_distribution 2023-04-11T18:30:53,715 return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) 2023-04-11T18:30:53,715 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 491, in prepare_linked_requirement 2023-04-11T18:30:53,715 return self._prepare_linked_requirement(req, parallel_builds) 2023-04-11T18:30:53,715 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 542, in _prepare_linked_requirement 2023-04-11T18:30:53,715 hashes, 2023-04-11T18:30:53,715 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 170, in unpack_url 2023-04-11T18:30:53,715 hashes=hashes, 2023-04-11T18:30:53,715 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 107, in get_http_url 2023-04-11T18:30:53,715 from_path, content_type = download(link, temp_dir.path) 2023-04-11T18:30:53,715 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/network/download.py", line 148, in __call__ 2023-04-11T18:30:53,715 content_file.write(chunk) 2023-04-11T18:30:53,715 OSError: [Errno 28] No space left on device 2023-04-11T18:30:53,741 Removed build tracker: '/tmp/pip-build-tracker-y3qkx8ym'