2021-07-14T22:36:29,066 Created temporary directory: /tmp/pip-ephem-wheel-cache-4829mr7q 2021-07-14T22:36:29,069 Created temporary directory: /tmp/pip-req-tracker-v2libv5u 2021-07-14T22:36:29,069 Initialized build tracking at /tmp/pip-req-tracker-v2libv5u 2021-07-14T22:36:29,069 Created build tracker: /tmp/pip-req-tracker-v2libv5u 2021-07-14T22:36:29,070 Entered build tracker: /tmp/pip-req-tracker-v2libv5u 2021-07-14T22:36:29,070 Created temporary directory: /tmp/pip-wheel-7io7wwvs 2021-07-14T22:36:29,103 1 location(s) to search for versions of tsconv: 2021-07-14T22:36:29,103 * https://pypi.org/simple/tsconv/ 2021-07-14T22:36:29,104 Fetching project page and analyzing links: https://pypi.org/simple/tsconv/ 2021-07-14T22:36:29,104 Getting page https://pypi.org/simple/tsconv/ 2021-07-14T22:36:29,106 Found index url https://pypi.org/simple 2021-07-14T22:36:29,283 Found link https://files.pythonhosted.org/packages/98/cd/52a490570574be1a16dca7aa63ec54db0b6c90413354134137204b654d59/tsconv-0.0.1.tar.gz#sha256=0638b051929ae7f4df47a5a2990aa2ce0761fa911851326870ac323028a62bed (from https://pypi.org/simple/tsconv/), version: 0.0.1 2021-07-14T22:36:29,283 Found link https://files.pythonhosted.org/packages/6f/42/befd04003490993eb8d4184fa8da08ffbdea00eb424dae0941f01a09a407/tsconv-0.0.3.tar.gz#sha256=18d9d3fefdea2c982dc44eab8497f6dea838eb218f0ca34a1390ca46f1d55b7b (from https://pypi.org/simple/tsconv/), version: 0.0.3 2021-07-14T22:36:29,283 Found link https://files.pythonhosted.org/packages/66/5d/9147decebc05b99c345eb34bcf332a456af1caf5ed52b9f03fc73b9a7a00/tsconv-0.0.4.tar.gz#sha256=2b6a5b6feeefc73f2304a51ea50468b2c9f0ab81377aa79f35516571517759a5 (from https://pypi.org/simple/tsconv/), version: 0.0.4 2021-07-14T22:36:29,284 Skipping link: not a file: https://pypi.org/simple/tsconv/ 2021-07-14T22:36:29,303 Given no hashes to check 1 links for project 'tsconv': discarding no candidates 2021-07-14T22:36:29,323 Collecting tsconv==0.0.4 2021-07-14T22:36:29,325 Created temporary directory: /tmp/pip-unpack-j84_39nc 2021-07-14T22:36:29,495 Downloading tsconv-0.0.4.tar.gz (1.8 kB) 2021-07-14T22:36:29,524 Added tsconv==0.0.4 from https://files.pythonhosted.org/packages/66/5d/9147decebc05b99c345eb34bcf332a456af1caf5ed52b9f03fc73b9a7a00/tsconv-0.0.4.tar.gz#sha256=2b6a5b6feeefc73f2304a51ea50468b2c9f0ab81377aa79f35516571517759a5 to build tracker '/tmp/pip-req-tracker-v2libv5u' 2021-07-14T22:36:29,526 Running setup.py (path:/tmp/pip-wheel-7io7wwvs/tsconv_8e561baffd584efd9cb0ed9824f63e3f/setup.py) egg_info for package tsconv 2021-07-14T22:36:29,526 Created temporary directory: /tmp/pip-pip-egg-info-q20krc7_ 2021-07-14T22:36:29,527 Running command python setup.py egg_info 2021-07-14T22:36:30,742 Traceback (most recent call last): 2021-07-14T22:36:30,743 File "", line 1, in 2021-07-14T22:36:30,743 File "/tmp/pip-wheel-7io7wwvs/tsconv_8e561baffd584efd9cb0ed9824f63e3f/setup.py", line 2, in 2021-07-14T22:36:30,743 import tsconv 2021-07-14T22:36:30,743 File "/tmp/pip-wheel-7io7wwvs/tsconv_8e561baffd584efd9cb0ed9824f63e3f/tsconv/__init__.py", line 13, in 2021-07-14T22:36:30,743 MAX_TS = MAX_DATE.timestamp() 2021-07-14T22:36:30,743 OverflowError: timestamp out of range for platform time_t 2021-07-14T22:36:30,807 WARNING: Discarding https://files.pythonhosted.org/packages/66/5d/9147decebc05b99c345eb34bcf332a456af1caf5ed52b9f03fc73b9a7a00/tsconv-0.0.4.tar.gz#sha256=2b6a5b6feeefc73f2304a51ea50468b2c9f0ab81377aa79f35516571517759a5 (from https://pypi.org/simple/tsconv/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-14T22:36:30,809 ERROR: Could not find a version that satisfies the requirement tsconv==0.0.4 (from versions: 0.0.1, 0.0.3, 0.0.4) 2021-07-14T22:36:30,809 ERROR: No matching distribution found for tsconv==0.0.4 2021-07-14T22:36:30,809 Exception information: 2021-07-14T22:36:30,809 Traceback (most recent call last): 2021-07-14T22:36:30,809 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-14T22:36:30,809 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-14T22:36:30,809 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-14T22:36:30,809 raise RequirementsConflicted(criterion) 2021-07-14T22:36:30,809 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('tsconv==0.0.4') 2021-07-14T22:36:30,809 2021-07-14T22:36:30,809 During handling of the above exception, another exception occurred: 2021-07-14T22:36:30,809 2021-07-14T22:36:30,809 Traceback (most recent call last): 2021-07-14T22:36:30,809 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-14T22:36:30,809 result = self._result = resolver.resolve( 2021-07-14T22:36:30,809 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-14T22:36:30,809 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-14T22:36:30,809 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-14T22:36:30,809 raise ResolutionImpossible(e.criterion.information) 2021-07-14T22:36:30,809 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('tsconv==0.0.4'), parent=None)] 2021-07-14T22:36:30,809 2021-07-14T22:36:30,809 The above exception was the direct cause of the following exception: 2021-07-14T22:36:30,809 2021-07-14T22:36:30,809 Traceback (most recent call last): 2021-07-14T22:36:30,809 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-14T22:36:30,809 status = self.run(options, args) 2021-07-14T22:36:30,809 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-14T22:36:30,809 return func(self, options, args) 2021-07-14T22:36:30,809 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-14T22:36:30,809 requirement_set = resolver.resolve( 2021-07-14T22:36:30,809 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-14T22:36:30,809 raise error from e 2021-07-14T22:36:30,809 pip._internal.exceptions.DistributionNotFound: No matching distribution found for tsconv==0.0.4 2021-07-14T22:36:30,815 Removed tsconv==0.0.4 from https://files.pythonhosted.org/packages/66/5d/9147decebc05b99c345eb34bcf332a456af1caf5ed52b9f03fc73b9a7a00/tsconv-0.0.4.tar.gz#sha256=2b6a5b6feeefc73f2304a51ea50468b2c9f0ab81377aa79f35516571517759a5 from build tracker '/tmp/pip-req-tracker-v2libv5u' 2021-07-14T22:36:30,816 Removed build tracker: '/tmp/pip-req-tracker-v2libv5u'