2025-09-08T03:30:27,571 Created temporary directory: /tmp/pip-build-tracker-n_6vw84t 2025-09-08T03:30:27,571 Initialized build tracking at /tmp/pip-build-tracker-n_6vw84t 2025-09-08T03:30:27,571 Created build tracker: /tmp/pip-build-tracker-n_6vw84t 2025-09-08T03:30:27,572 Entered build tracker: /tmp/pip-build-tracker-n_6vw84t 2025-09-08T03:30:27,572 Created temporary directory: /tmp/pip-wheel-14bglu0h 2025-09-08T03:30:27,575 Created temporary directory: /tmp/pip-ephem-wheel-cache-dcbj_jgq 2025-09-08T03:30:27,633 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-08T03:30:27,635 2 location(s) to search for versions of cosmocalc: 2025-09-08T03:30:27,635 * https://pypi.org/simple/cosmocalc/ 2025-09-08T03:30:27,635 * https://www.piwheels.org/simple/cosmocalc/ 2025-09-08T03:30:27,635 Fetching project page and analyzing links: https://pypi.org/simple/cosmocalc/ 2025-09-08T03:30:27,636 Getting page https://pypi.org/simple/cosmocalc/ 2025-09-08T03:30:27,637 Found index url https://pypi.org/simple/ 2025-09-08T03:30:27,796 Fetched page https://pypi.org/simple/cosmocalc/ as application/vnd.pypi.simple.v1+json 2025-09-08T03:30:27,797 Found link https://files.pythonhosted.org/packages/ca/61/df95b65cd3cf3abdffcbeea6c77a6d8964a8fb625a88eccd9c73d2bfdbf0/cosmocalc-0.1.2.tar.gz (from https://pypi.org/simple/cosmocalc/), version: 0.1.2 2025-09-08T03:30:27,798 Fetching project page and analyzing links: https://www.piwheels.org/simple/cosmocalc/ 2025-09-08T03:30:27,799 Getting page https://www.piwheels.org/simple/cosmocalc/ 2025-09-08T03:30:27,801 Found index url https://www.piwheels.org/simple/ 2025-09-08T03:30:27,903 Fetched page https://www.piwheels.org/simple/cosmocalc/ as text/html 2025-09-08T03:30:27,904 Skipping link: not a file: https://www.piwheels.org/simple/cosmocalc/ 2025-09-08T03:30:27,904 Skipping link: not a file: https://pypi.org/simple/cosmocalc/ 2025-09-08T03:30:27,934 Given no hashes to check 1 links for project 'cosmocalc': discarding no candidates 2025-09-08T03:30:27,935 Collecting cosmocalc==0.1.2 2025-09-08T03:30:27,936 Created temporary directory: /tmp/pip-unpack-ajlye568 2025-09-08T03:30:28,086 Downloading cosmocalc-0.1.2.tar.gz (20 kB) 2025-09-08T03:30:28,096 ERROR: Exception: 2025-09-08T03:30:28,096 Traceback (most recent call last): 2025-09-08T03:30:28,096 File "/usr/lib/python3.13/tarfile.py", line 1950, in gzopen 2025-09-08T03:30:28,096 t = cls.taropen(name, mode, fileobj, **kwargs) 2025-09-08T03:30:28,096 File "/usr/lib/python3.13/tarfile.py", line 1927, in taropen 2025-09-08T03:30:28,096 return cls(name, mode, fileobj, **kwargs) 2025-09-08T03:30:28,096 File "/usr/lib/python3.13/tarfile.py", line 1785, in __init__ 2025-09-08T03:30:28,096 self.firstmember = self.next() 2025-09-08T03:30:28,096 ~~~~~~~~~^^ 2025-09-08T03:30:28,096 File "/usr/lib/python3.13/tarfile.py", line 2798, in next 2025-09-08T03:30:28,096 raise e 2025-09-08T03:30:28,096 File "/usr/lib/python3.13/tarfile.py", line 2771, in next 2025-09-08T03:30:28,096 tarinfo = self.tarinfo.fromtarfile(self) 2025-09-08T03:30:28,096 File "/usr/lib/python3.13/tarfile.py", line 1335, in fromtarfile 2025-09-08T03:30:28,096 buf = tarfile.fileobj.read(BLOCKSIZE) 2025-09-08T03:30:28,096 File "/usr/lib/python3.13/gzip.py", line 340, in read 2025-09-08T03:30:28,096 return self._buffer.read(size) 2025-09-08T03:30:28,096 ~~~~~~~~~~~~~~~~~^^^^^^ 2025-09-08T03:30:28,096 File "/usr/lib/python3.13/_compression.py", line 68, in readinto 2025-09-08T03:30:28,096 data = self.read(len(byte_view)) 2025-09-08T03:30:28,096 File "/usr/lib/python3.13/gzip.py", line 546, in read 2025-09-08T03:30:28,096 if not self._read_gzip_header(): 2025-09-08T03:30:28,096 ~~~~~~~~~~~~~~~~~~~~~~^^ 2025-09-08T03:30:28,096 File "/usr/lib/python3.13/gzip.py", line 515, in _read_gzip_header 2025-09-08T03:30:28,096 last_mtime = _read_gzip_header(self._fp) 2025-09-08T03:30:28,096 File "/usr/lib/python3.13/gzip.py", line 475, in _read_gzip_header 2025-09-08T03:30:28,096 raise BadGzipFile('Not a gzipped file (%r)' % magic) 2025-09-08T03:30:28,096 gzip.BadGzipFile: Not a gzipped file (b'co') 2025-09-08T03:30:28,096 2025-09-08T03:30:28,096 The above exception was the direct cause of the following exception: 2025-09-08T03:30:28,096 2025-09-08T03:30:28,096 Traceback (most recent call last): 2025-09-08T03:30:28,096 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-08T03:30:28,096 status = _inner_run() 2025-09-08T03:30:28,096 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-08T03:30:28,096 return self.run(options, args) 2025-09-08T03:30:28,096 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-08T03:30:28,096 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-08T03:30:28,096 return func(self, options, args) 2025-09-08T03:30:28,096 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-09-08T03:30:28,096 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-08T03:30:28,096 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2025-09-08T03:30:28,096 result = self._result = resolver.resolve( 2025-09-08T03:30:28,096 ~~~~~~~~~~~~~~~~^ 2025-09-08T03:30:28,096 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2025-09-08T03:30:28,096 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T03:30:28,096 ) 2025-09-08T03:30:28,096 ^ 2025-09-08T03:30:28,096 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2025-09-08T03:30:28,096 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-08T03:30:28,096 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2025-09-08T03:30:28,096 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-08T03:30:28,096 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T03:30:28,096 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 141, in _add_to_criteria 2025-09-08T03:30:28,096 if not criterion.candidates: 2025-09-08T03:30:28,096 ^^^^^^^^^^^^^^^^^^^^ 2025-09-08T03:30:28,096 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/structs.py", line 194, in __bool__ 2025-09-08T03:30:28,096 return bool(self._sequence) 2025-09-08T03:30:28,096 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 163, in __bool__ 2025-09-08T03:30:28,096 self._bool = any(self) 2025-09-08T03:30:28,096 ~~~^^^^^^ 2025-09-08T03:30:28,096 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 147, in 2025-09-08T03:30:28,096 return (c for c in iterator if id(c) not in self._incompatible_ids) 2025-09-08T03:30:28,096 ^^^^^^^^ 2025-09-08T03:30:28,096 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 37, in _iter_built 2025-09-08T03:30:28,096 candidate = func() 2025-09-08T03:30:28,096 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/factory.py", line 187, in _make_candidate_from_link 2025-09-08T03:30:28,096 base: Optional[BaseCandidate] = self._make_base_candidate_from_link( 2025-09-08T03:30:28,096 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 2025-09-08T03:30:28,096 link, template, name, version 2025-09-08T03:30:28,096 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T03:30:28,096 ) 2025-09-08T03:30:28,096 ^ 2025-09-08T03:30:28,096 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/factory.py", line 233, in _make_base_candidate_from_link 2025-09-08T03:30:28,096 self._link_candidate_cache[link] = LinkCandidate( 2025-09-08T03:30:28,096 ~~~~~~~~~~~~~^ 2025-09-08T03:30:28,096 link, 2025-09-08T03:30:28,096 ^^^^^ 2025-09-08T03:30:28,096 ...<3 lines>... 2025-09-08T03:30:28,096 version=version, 2025-09-08T03:30:28,096 ^^^^^^^^^^^^^^^^ 2025-09-08T03:30:28,096 ) 2025-09-08T03:30:28,096 ^ 2025-09-08T03:30:28,096 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 306, in __init__ 2025-09-08T03:30:28,096 super().__init__( 2025-09-08T03:30:28,096 ~~~~~~~~~~~~~~~~^ 2025-09-08T03:30:28,096 link=link, 2025-09-08T03:30:28,096 ^^^^^^^^^^ 2025-09-08T03:30:28,096 ...<4 lines>... 2025-09-08T03:30:28,096 version=version, 2025-09-08T03:30:28,096 ^^^^^^^^^^^^^^^^ 2025-09-08T03:30:28,096 ) 2025-09-08T03:30:28,096 ^ 2025-09-08T03:30:28,096 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 159, in __init__ 2025-09-08T03:30:28,096 self.dist = self._prepare() 2025-09-08T03:30:28,096 ~~~~~~~~~~~~~^^ 2025-09-08T03:30:28,096 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 236, in _prepare 2025-09-08T03:30:28,096 dist = self._prepare_distribution() 2025-09-08T03:30:28,096 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 317, in _prepare_distribution 2025-09-08T03:30:28,096 return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) 2025-09-08T03:30:28,096 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T03:30:28,096 File "/usr/lib/python3/dist-packages/pip/_internal/operations/prepare.py", line 532, in prepare_linked_requirement 2025-09-08T03:30:28,096 return self._prepare_linked_requirement(req, parallel_builds) 2025-09-08T03:30:28,096 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T03:30:28,096 File "/usr/lib/python3/dist-packages/pip/_internal/operations/prepare.py", line 603, in _prepare_linked_requirement 2025-09-08T03:30:28,096 local_file = unpack_url( 2025-09-08T03:30:28,096 link, 2025-09-08T03:30:28,096 ...<4 lines>... 2025-09-08T03:30:28,096 hashes, 2025-09-08T03:30:28,096 ) 2025-09-08T03:30:28,096 File "/usr/lib/python3/dist-packages/pip/_internal/operations/prepare.py", line 184, in unpack_url 2025-09-08T03:30:28,096 unpack_file(file.path, location, file.content_type) 2025-09-08T03:30:28,096 ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T03:30:28,096 File "/usr/lib/python3/dist-packages/pip/_internal/utils/unpacking.py", line 324, in unpack_file 2025-09-08T03:30:28,096 untar_file(filename, location) 2025-09-08T03:30:28,096 ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ 2025-09-08T03:30:28,096 File "/usr/lib/python3/dist-packages/pip/_internal/utils/unpacking.py", line 178, in untar_file 2025-09-08T03:30:28,096 tar = tarfile.open(filename, mode, encoding="utf-8") # type: ignore 2025-09-08T03:30:28,096 File "/usr/lib/python3.13/tarfile.py", line 1895, in open 2025-09-08T03:30:28,096 return func(name, filemode, fileobj, **kwargs) 2025-09-08T03:30:28,096 File "/usr/lib/python3.13/tarfile.py", line 1954, in gzopen 2025-09-08T03:30:28,096 raise ReadError("not a gzip file") from e 2025-09-08T03:30:28,096 tarfile.ReadError: not a gzip file 2025-09-08T03:30:28,135 Removed build tracker: '/tmp/pip-build-tracker-n_6vw84t'