2020-06-26T16:13:17,223 Created temporary directory: /tmp/pip-ephem-wheel-cache-2j3zrwhs 2020-06-26T16:13:17,227 Created temporary directory: /tmp/pip-req-tracker-sfzdx0od 2020-06-26T16:13:17,228 Initialized build tracking at /tmp/pip-req-tracker-sfzdx0od 2020-06-26T16:13:17,229 Created build tracker: /tmp/pip-req-tracker-sfzdx0od 2020-06-26T16:13:17,229 Entered build tracker: /tmp/pip-req-tracker-sfzdx0od 2020-06-26T16:13:17,230 Created temporary directory: /tmp/pip-wheel-qauhhukt 2020-06-26T16:13:17,244 1 location(s) to search for versions of kapture: 2020-06-26T16:13:17,244 * https://pypi.org/simple/kapture/ 2020-06-26T16:13:17,245 Fetching project page and analyzing links: https://pypi.org/simple/kapture/ 2020-06-26T16:13:17,246 Getting page https://pypi.org/simple/kapture/ 2020-06-26T16:13:17,248 Found index url https://pypi.org/simple 2020-06-26T16:13:17,453 Skipping link: No binaries permitted for kapture: https://files.pythonhosted.org/packages/d6/e4/afbf239f25c5c07cf06bbe225f0b4be2e17f72e8019aeae74039c8750472/kapture-0.0.9-py3-none-any.whl#sha256=c884e5949413f5b9d9828258bcc5ffd9afb9a672ccd402ef70ba4945f526f406 (from https://pypi.org/simple/kapture/) (requires-python:>=3.6) 2020-06-26T16:13:17,453 Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/77/27/c927381db0b1dd23ac5e81f75dd17ff67e060f714f99f487e106c242623b/kapture-0.0.9-py3.6.egg#sha256=20b07b819023ca697dd69fd8b82209aad513c5ae5fa6466a8d581b0095bcac7c (from https://pypi.org/simple/kapture/) (requires-python:>=3.6) 2020-06-26T16:13:17,454 Found link https://files.pythonhosted.org/packages/5a/c6/7d9f4d9cb77efb7357093ae7400e37704da4e9ddbfaa097403377a4ade8a/kapture-0.0.9.tar.gz#sha256=971c2abe329abb839e6abfcf60f170551e5cec5c648d790b3fa88673341f41dd (from https://pypi.org/simple/kapture/) (requires-python:>=3.6), version: 0.0.9 2020-06-26T16:13:17,455 Skipping link: No binaries permitted for kapture: https://files.pythonhosted.org/packages/e0/61/ac32b9910f02c036b294dddb426af55ec6cc04c6c9e1d89bcd09a2eaaeb4/kapture-0.0.10-py3-none-any.whl#sha256=72d157219c87887327f291d737bac77d47d2c2eaad54f5f41eed87aa26893de2 (from https://pypi.org/simple/kapture/) (requires-python:>=3.6) 2020-06-26T16:13:17,457 Found link https://files.pythonhosted.org/packages/18/40/40c0127e61c72da24375675784b58f85896fd7bff1f586c7a1bd92f0c938/kapture-0.0.10.tar.gz#sha256=ac9dace0d8e9c0d197b75a49d20712b06039e888d4d46795617131f74715fcab (from https://pypi.org/simple/kapture/) (requires-python:>=3.6), version: 0.0.10 2020-06-26T16:13:17,466 Given no hashes to check 1 links for project 'kapture': discarding no candidates 2020-06-26T16:13:17,467 Using version 0.0.10 (newest of versions: 0.0.10) 2020-06-26T16:13:17,473 Collecting kapture==0.0.10 2020-06-26T16:13:17,478 Created temporary directory: /tmp/pip-unpack-l3gg3hhu 2020-06-26T16:13:17,562 Downloading kapture-0.0.10.tar.gz (126 kB) 2020-06-26T16:13:18,246 Added kapture==0.0.10 from https://files.pythonhosted.org/packages/18/40/40c0127e61c72da24375675784b58f85896fd7bff1f586c7a1bd92f0c938/kapture-0.0.10.tar.gz#sha256=ac9dace0d8e9c0d197b75a49d20712b06039e888d4d46795617131f74715fcab to build tracker '/tmp/pip-req-tracker-sfzdx0od' 2020-06-26T16:13:18,249 Running setup.py (path:/tmp/pip-wheel-qauhhukt/kapture/setup.py) egg_info for package kapture 2020-06-26T16:13:18,251 Created temporary directory: /tmp/pip-pip-egg-info-m8twbeg2 2020-06-26T16:13:18,252 Running command python setup.py egg_info 2020-06-26T16:13:20,062 /tmp/pip-wheel-qauhhukt/kapture/setup.py:31: UserWarning: cannot convert asciidoc to markdown. 2020-06-26T16:13:20,063 warnings.warn('cannot convert asciidoc to markdown.') 2020-06-26T16:13:20,064 Traceback (most recent call last): 2020-06-26T16:13:20,065 File "/tmp/pip-wheel-qauhhukt/kapture/setup.py", line 26, in read_doc 2020-06-26T16:13:20,066 check_call(['asciidoctor', '-b', 'docbook', filepath, '-o', xml_filepath]) 2020-06-26T16:13:20,067 File "/usr/lib/python3.7/subprocess.py", line 342, in check_call 2020-06-26T16:13:20,068 retcode = call(*popenargs, **kwargs) 2020-06-26T16:13:20,069 File "/usr/lib/python3.7/subprocess.py", line 323, in call 2020-06-26T16:13:20,070 with Popen(*popenargs, **kwargs) as p: 2020-06-26T16:13:20,071 File "/usr/lib/python3.7/subprocess.py", line 775, in __init__ 2020-06-26T16:13:20,072 restore_signals, start_new_session) 2020-06-26T16:13:20,072 File "/usr/lib/python3.7/subprocess.py", line 1522, in _execute_child 2020-06-26T16:13:20,073 raise child_exception_type(errno_num, err_msg, err_filename) 2020-06-26T16:13:20,073 FileNotFoundError: [Errno 2] No such file or directory: 'asciidoctor': 'asciidoctor' 2020-06-26T16:13:20,075 During handling of the above exception, another exception occurred: 2020-06-26T16:13:20,077 Traceback (most recent call last): 2020-06-26T16:13:20,078 File "", line 1, in 2020-06-26T16:13:20,079 File "/tmp/pip-wheel-qauhhukt/kapture/setup.py", line 38, in 2020-06-26T16:13:20,080 long_description = read_doc(readme_filepath) 2020-06-26T16:13:20,081 File "/tmp/pip-wheel-qauhhukt/kapture/setup.py", line 32, in read_doc 2020-06-26T16:13:20,082 content = read_file(filepath) 2020-06-26T16:13:20,082 File "/tmp/pip-wheel-qauhhukt/kapture/setup.py", line 16, in read_file 2020-06-26T16:13:20,083 with open(filepath, 'r', encoding='utf-8') as f: 2020-06-26T16:13:20,084 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-qauhhukt/kapture/README.adoc' 2020-06-26T16:13:20,160 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-06-26T16:13:20,161 Exception information: 2020-06-26T16:13:20,161 Traceback (most recent call last): 2020-06-26T16:13:20,161 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 188, in _main 2020-06-26T16:13:20,161 status = self.run(options, args) 2020-06-26T16:13:20,161 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 185, in wrapper 2020-06-26T16:13:20,161 return func(self, options, args) 2020-06-26T16:13:20,161 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 160, in run 2020-06-26T16:13:20,161 reqs, check_supported_wheels=True 2020-06-26T16:13:20,161 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 179, in resolve 2020-06-26T16:13:20,161 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-06-26T16:13:20,161 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 362, in _resolve_one 2020-06-26T16:13:20,161 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-06-26T16:13:20,161 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 314, in _get_abstract_dist_for 2020-06-26T16:13:20,161 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-06-26T16:13:20,161 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 488, in prepare_linked_requirement 2020-06-26T16:13:20,161 req, self.req_tracker, self.finder, self.build_isolation, 2020-06-26T16:13:20,161 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-06-26T16:13:20,161 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-06-26T16:13:20,161 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-06-26T16:13:20,161 self.req.prepare_metadata() 2020-06-26T16:13:20,161 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 550, in prepare_metadata 2020-06-26T16:13:20,161 self.metadata_directory = self._generate_metadata() 2020-06-26T16:13:20,161 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 530, in _generate_metadata 2020-06-26T16:13:20,161 details=self.name or "from {}".format(self.link) 2020-06-26T16:13:20,161 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-06-26T16:13:20,161 command_desc='python setup.py egg_info', 2020-06-26T16:13:20,161 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 241, in call_subprocess 2020-06-26T16:13:20,161 raise InstallationError(exc_msg) 2020-06-26T16:13:20,161 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-06-26T16:13:20,177 Removed kapture==0.0.10 from https://files.pythonhosted.org/packages/18/40/40c0127e61c72da24375675784b58f85896fd7bff1f586c7a1bd92f0c938/kapture-0.0.10.tar.gz#sha256=ac9dace0d8e9c0d197b75a49d20712b06039e888d4d46795617131f74715fcab from build tracker '/tmp/pip-req-tracker-sfzdx0od' 2020-06-26T16:13:20,179 Removed build tracker: '/tmp/pip-req-tracker-sfzdx0od'