2022-06-21T13:59:51,551 Created temporary directory: /tmp/pip-ephem-wheel-cache-2056hu22 2022-06-21T13:59:51,556 Created temporary directory: /tmp/pip-build-tracker-zs971k8b 2022-06-21T13:59:51,557 Initialized build tracking at /tmp/pip-build-tracker-zs971k8b 2022-06-21T13:59:51,558 Created build tracker: /tmp/pip-build-tracker-zs971k8b 2022-06-21T13:59:51,558 Entered build tracker: /tmp/pip-build-tracker-zs971k8b 2022-06-21T13:59:51,559 Created temporary directory: /tmp/pip-wheel-6_fww92a 2022-06-21T13:59:51,627 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-06-21T13:59:51,635 2 location(s) to search for versions of pcs-log: 2022-06-21T13:59:51,635 * https://pypi.org/simple/pcs-log/ 2022-06-21T13:59:51,635 * https://www.piwheels.org/simple/pcs-log/ 2022-06-21T13:59:51,637 Fetching project page and analyzing links: https://pypi.org/simple/pcs-log/ 2022-06-21T13:59:51,638 Getting page https://pypi.org/simple/pcs-log/ 2022-06-21T13:59:51,641 Found index url https://pypi.org/simple 2022-06-21T13:59:51,752 Skipping link: No binaries permitted for pcs-log: https://files.pythonhosted.org/packages/d2/b1/2ce77f9293cac128f42788ca98f2fd3f5602d5e3ce1424730abad65ad85f/pcs_log-0.1.1-py3-none-any.whl#sha256=430e0bf16b3b32bdf49e406788338cf379db9fa47113eb5989a5f348e7bc4f36 (from https://pypi.org/simple/pcs-log/) 2022-06-21T13:59:51,752 Found link https://files.pythonhosted.org/packages/44/86/2d062ca9d721939180bdbe310c50541881447b4469b32162e7e4122351dd/pcs_log-0.1.1.tar.gz#sha256=3c9070b9306f78076ec84fba43c447d16100f7385663f752d87ffa5803029290 (from https://pypi.org/simple/pcs-log/), version: 0.1.1 2022-06-21T13:59:51,753 Skipping link: No binaries permitted for pcs-log: https://files.pythonhosted.org/packages/bd/f4/d7a94cec0caac46b0b703bef4babd2b7d9961573de2ac1233143077b6def/pcs_log-0.1.2-py3-none-any.whl#sha256=6033956c9f120ba2d063d68274b5cd2c6afecb6564abc5865bcde9378d488d4f (from https://pypi.org/simple/pcs-log/) 2022-06-21T13:59:51,753 Found link https://files.pythonhosted.org/packages/60/b6/1ba026301978da5ba4fc2685a825cc7401b303c489a3f26269109c53f387/pcs_log-0.1.2.tar.gz#sha256=27281586aa0567fc31eb1cad868269336677eae12f6a0416f1bf754ef4df810b (from https://pypi.org/simple/pcs-log/), version: 0.1.2 2022-06-21T13:59:51,754 Fetching project page and analyzing links: https://www.piwheels.org/simple/pcs-log/ 2022-06-21T13:59:51,755 Getting page https://www.piwheels.org/simple/pcs-log/ 2022-06-21T13:59:51,757 Found index url https://www.piwheels.org/simple 2022-06-21T13:59:51,963 Skipping link: not a file: https://www.piwheels.org/simple/pcs-log/ 2022-06-21T13:59:51,964 Skipping link: not a file: https://pypi.org/simple/pcs-log/ 2022-06-21T13:59:52,008 Given no hashes to check 1 links for project 'pcs-log': discarding no candidates 2022-06-21T13:59:52,050 Collecting pcs-log==0.1.2 2022-06-21T13:59:52,055 Created temporary directory: /tmp/pip-unpack-j2fqal7f 2022-06-21T13:59:52,145 Downloading pcs_log-0.1.2.tar.gz (27 kB) 2022-06-21T13:59:52,233 Added pcs-log==0.1.2 from https://files.pythonhosted.org/packages/60/b6/1ba026301978da5ba4fc2685a825cc7401b303c489a3f26269109c53f387/pcs_log-0.1.2.tar.gz#sha256=27281586aa0567fc31eb1cad868269336677eae12f6a0416f1bf754ef4df810b to build tracker '/tmp/pip-build-tracker-zs971k8b' 2022-06-21T13:59:52,234 ERROR: pcs-log==0.1.2 from https://files.pythonhosted.org/packages/60/b6/1ba026301978da5ba4fc2685a825cc7401b303c489a3f26269109c53f387/pcs_log-0.1.2.tar.gz#sha256=27281586aa0567fc31eb1cad868269336677eae12f6a0416f1bf754ef4df810b does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found. 2022-06-21T13:59:52,237 Exception information: 2022-06-21T13:59:52,237 Traceback (most recent call last): 2022-06-21T13:59:52,237 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-06-21T13:59:52,237 status = run_func(*args) 2022-06-21T13:59:52,237 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-06-21T13:59:52,237 return func(self, options, args) 2022-06-21T13:59:52,237 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2022-06-21T13:59:52,237 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-06-21T13:59:52,237 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 94, in resolve 2022-06-21T13:59:52,237 result = self._result = resolver.resolve( 2022-06-21T13:59:52,237 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-06-21T13:59:52,237 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-06-21T13:59:52,237 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-06-21T13:59:52,237 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-06-21T13:59:52,237 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 172, in _add_to_criteria 2022-06-21T13:59:52,237 if not criterion.candidates: 2022-06-21T13:59:52,237 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/structs.py", line 151, in __bool__ 2022-06-21T13:59:52,237 return bool(self._sequence) 2022-06-21T13:59:52,237 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 155, in __bool__ 2022-06-21T13:59:52,237 return any(self) 2022-06-21T13:59:52,237 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 143, in 2022-06-21T13:59:52,237 return (c for c in iterator if id(c) not in self._incompatible_ids) 2022-06-21T13:59:52,237 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 47, in _iter_built 2022-06-21T13:59:52,237 candidate = func() 2022-06-21T13:59:52,237 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/factory.py", line 215, in _make_candidate_from_link 2022-06-21T13:59:52,237 self._link_candidate_cache[link] = LinkCandidate( 2022-06-21T13:59:52,237 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 291, in __init__ 2022-06-21T13:59:52,237 super().__init__( 2022-06-21T13:59:52,237 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 161, in __init__ 2022-06-21T13:59:52,237 self.dist = self._prepare() 2022-06-21T13:59:52,237 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 230, in _prepare 2022-06-21T13:59:52,237 dist = self._prepare_distribution() 2022-06-21T13:59:52,237 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 302, in _prepare_distribution 2022-06-21T13:59:52,237 return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) 2022-06-21T13:59:52,237 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/operations/prepare.py", line 421, in prepare_linked_requirement 2022-06-21T13:59:52,237 return self._prepare_linked_requirement(req, parallel_builds) 2022-06-21T13:59:52,237 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/operations/prepare.py", line 490, in _prepare_linked_requirement 2022-06-21T13:59:52,237 dist = _get_prepared_distribution( 2022-06-21T13:59:52,237 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/operations/prepare.py", line 57, in _get_prepared_distribution 2022-06-21T13:59:52,237 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2022-06-21T13:59:52,237 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/distributions/sdist.py", line 28, in prepare_distribution_metadata 2022-06-21T13:59:52,237 self.req.load_pyproject_toml() 2022-06-21T13:59:52,237 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/req/req_install.py", line 464, in load_pyproject_toml 2022-06-21T13:59:52,237 pyproject_toml_data = load_pyproject_toml( 2022-06-21T13:59:52,237 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/pyproject.py", line 57, in load_pyproject_toml 2022-06-21T13:59:52,237 raise InstallationError( 2022-06-21T13:59:52,237 pip._internal.exceptions.InstallationError: pcs-log==0.1.2 from https://files.pythonhosted.org/packages/60/b6/1ba026301978da5ba4fc2685a825cc7401b303c489a3f26269109c53f387/pcs_log-0.1.2.tar.gz#sha256=27281586aa0567fc31eb1cad868269336677eae12f6a0416f1bf754ef4df810b does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found. 2022-06-21T13:59:52,257 Removed pcs-log==0.1.2 from https://files.pythonhosted.org/packages/60/b6/1ba026301978da5ba4fc2685a825cc7401b303c489a3f26269109c53f387/pcs_log-0.1.2.tar.gz#sha256=27281586aa0567fc31eb1cad868269336677eae12f6a0416f1bf754ef4df810b from build tracker '/tmp/pip-build-tracker-zs971k8b' 2022-06-21T13:59:52,258 Removed build tracker: '/tmp/pip-build-tracker-zs971k8b'