2022-06-09T05:21:17,830 Created temporary directory: /tmp/pip-ephem-wheel-cache-508q0qcy 2022-06-09T05:21:17,835 Created temporary directory: /tmp/pip-build-tracker-s321xtmx 2022-06-09T05:21:17,836 Initialized build tracking at /tmp/pip-build-tracker-s321xtmx 2022-06-09T05:21:17,837 Created build tracker: /tmp/pip-build-tracker-s321xtmx 2022-06-09T05:21:17,837 Entered build tracker: /tmp/pip-build-tracker-s321xtmx 2022-06-09T05:21:17,838 Created temporary directory: /tmp/pip-wheel-q1vmjtrh 2022-06-09T05:21:17,914 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-06-09T05:21:17,923 2 location(s) to search for versions of haas-python-ssd1306: 2022-06-09T05:21:17,923 * https://pypi.org/simple/haas-python-ssd1306/ 2022-06-09T05:21:17,923 * https://www.piwheels.org/simple/haas-python-ssd1306/ 2022-06-09T05:21:17,924 Fetching project page and analyzing links: https://pypi.org/simple/haas-python-ssd1306/ 2022-06-09T05:21:17,925 Getting page https://pypi.org/simple/haas-python-ssd1306/ 2022-06-09T05:21:17,929 Found index url https://pypi.org/simple 2022-06-09T05:21:18,046 Found link https://files.pythonhosted.org/packages/d3/6f/d896f2032f90753f03f03df793517a919531f9a135101c66b87636916a27/haas-python-ssd1306-0.0.1.tar.gz#sha256=7af856f87837128a71b4524f85e850ead95704b7acc73b1591e862d64c8e9e1f (from https://pypi.org/simple/haas-python-ssd1306/), version: 0.0.1 2022-06-09T05:21:18,047 Found link https://files.pythonhosted.org/packages/2b/b1/aba181680819e14ff9c646acad556cfae9b477c9e6f8f1bf2a577c679b6d/haas-python-ssd1306-0.0.2.tar.gz#sha256=2b950d9a3d512af5a39a89c7f364d608122645f212b815d255a24fa8a2a7d6a1 (from https://pypi.org/simple/haas-python-ssd1306/), version: 0.0.2 2022-06-09T05:21:18,048 Found link https://files.pythonhosted.org/packages/8d/3d/2065324ed3d2c78c9d22b141e51fcf9f3702c5ed7686479fbdd20e7679a4/haas-python-ssd1306-0.0.3.tar.gz#sha256=d7c667e8a099b110d8e203def7d87895007d6baaaaa88bf73e788db868debdf8 (from https://pypi.org/simple/haas-python-ssd1306/), version: 0.0.3 2022-06-09T05:21:18,049 Fetching project page and analyzing links: https://www.piwheels.org/simple/haas-python-ssd1306/ 2022-06-09T05:21:18,049 Getting page https://www.piwheels.org/simple/haas-python-ssd1306/ 2022-06-09T05:21:18,051 Found index url https://www.piwheels.org/simple 2022-06-09T05:21:18,275 Skipping link: not a file: https://www.piwheels.org/simple/haas-python-ssd1306/ 2022-06-09T05:21:18,275 Skipping link: not a file: https://pypi.org/simple/haas-python-ssd1306/ 2022-06-09T05:21:18,321 Given no hashes to check 1 links for project 'haas-python-ssd1306': discarding no candidates 2022-06-09T05:21:18,363 Collecting haas-python-ssd1306==0.0.3 2022-06-09T05:21:18,367 Created temporary directory: /tmp/pip-unpack-9emmi8d5 2022-06-09T05:21:18,471 Downloading haas-python-ssd1306-0.0.3.tar.gz (7.1 kB) 2022-06-09T05:21:18,501 Added haas-python-ssd1306==0.0.3 from https://files.pythonhosted.org/packages/8d/3d/2065324ed3d2c78c9d22b141e51fcf9f3702c5ed7686479fbdd20e7679a4/haas-python-ssd1306-0.0.3.tar.gz#sha256=d7c667e8a099b110d8e203def7d87895007d6baaaaa88bf73e788db868debdf8 to build tracker '/tmp/pip-build-tracker-s321xtmx' 2022-06-09T05:21:18,503 ERROR: haas-python-ssd1306==0.0.3 from https://files.pythonhosted.org/packages/8d/3d/2065324ed3d2c78c9d22b141e51fcf9f3702c5ed7686479fbdd20e7679a4/haas-python-ssd1306-0.0.3.tar.gz#sha256=d7c667e8a099b110d8e203def7d87895007d6baaaaa88bf73e788db868debdf8 does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found. 2022-06-09T05:21:18,506 Exception information: 2022-06-09T05:21:18,506 Traceback (most recent call last): 2022-06-09T05:21:18,506 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-06-09T05:21:18,506 status = run_func(*args) 2022-06-09T05:21:18,506 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-06-09T05:21:18,506 return func(self, options, args) 2022-06-09T05:21:18,506 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-06-09T05:21:18,506 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-06-09T05:21:18,506 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 94, in resolve 2022-06-09T05:21:18,506 result = self._result = resolver.resolve( 2022-06-09T05:21:18,506 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-06-09T05:21:18,506 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-06-09T05:21:18,506 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-06-09T05:21:18,506 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-06-09T05:21:18,506 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 172, in _add_to_criteria 2022-06-09T05:21:18,506 if not criterion.candidates: 2022-06-09T05:21:18,506 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/structs.py", line 151, in __bool__ 2022-06-09T05:21:18,506 return bool(self._sequence) 2022-06-09T05:21:18,506 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 155, in __bool__ 2022-06-09T05:21:18,506 return any(self) 2022-06-09T05:21:18,506 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 143, in 2022-06-09T05:21:18,506 return (c for c in iterator if id(c) not in self._incompatible_ids) 2022-06-09T05:21:18,506 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 47, in _iter_built 2022-06-09T05:21:18,506 candidate = func() 2022-06-09T05:21:18,506 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/factory.py", line 215, in _make_candidate_from_link 2022-06-09T05:21:18,506 self._link_candidate_cache[link] = LinkCandidate( 2022-06-09T05:21:18,506 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 291, in __init__ 2022-06-09T05:21:18,506 super().__init__( 2022-06-09T05:21:18,506 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 161, in __init__ 2022-06-09T05:21:18,506 self.dist = self._prepare() 2022-06-09T05:21:18,506 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 230, in _prepare 2022-06-09T05:21:18,506 dist = self._prepare_distribution() 2022-06-09T05:21:18,506 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 302, in _prepare_distribution 2022-06-09T05:21:18,506 return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) 2022-06-09T05:21:18,506 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/operations/prepare.py", line 428, in prepare_linked_requirement 2022-06-09T05:21:18,506 return self._prepare_linked_requirement(req, parallel_builds) 2022-06-09T05:21:18,506 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/operations/prepare.py", line 497, in _prepare_linked_requirement 2022-06-09T05:21:18,506 dist = _get_prepared_distribution( 2022-06-09T05:21:18,506 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/operations/prepare.py", line 58, in _get_prepared_distribution 2022-06-09T05:21:18,506 abstract_dist.prepare_distribution_metadata( 2022-06-09T05:21:18,506 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/distributions/sdist.py", line 31, in prepare_distribution_metadata 2022-06-09T05:21:18,506 self.req.load_pyproject_toml() 2022-06-09T05:21:18,506 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/req/req_install.py", line 464, in load_pyproject_toml 2022-06-09T05:21:18,506 pyproject_toml_data = load_pyproject_toml( 2022-06-09T05:21:18,506 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/pyproject.py", line 57, in load_pyproject_toml 2022-06-09T05:21:18,506 raise InstallationError( 2022-06-09T05:21:18,506 pip._internal.exceptions.InstallationError: haas-python-ssd1306==0.0.3 from https://files.pythonhosted.org/packages/8d/3d/2065324ed3d2c78c9d22b141e51fcf9f3702c5ed7686479fbdd20e7679a4/haas-python-ssd1306-0.0.3.tar.gz#sha256=d7c667e8a099b110d8e203def7d87895007d6baaaaa88bf73e788db868debdf8 does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found. 2022-06-09T05:21:18,529 Removed haas-python-ssd1306==0.0.3 from https://files.pythonhosted.org/packages/8d/3d/2065324ed3d2c78c9d22b141e51fcf9f3702c5ed7686479fbdd20e7679a4/haas-python-ssd1306-0.0.3.tar.gz#sha256=d7c667e8a099b110d8e203def7d87895007d6baaaaa88bf73e788db868debdf8 from build tracker '/tmp/pip-build-tracker-s321xtmx' 2022-06-09T05:21:18,529 Removed build tracker: '/tmp/pip-build-tracker-s321xtmx'