2020-09-20T00:26:04,501 Created temporary directory: /tmp/pip-ephem-wheel-cache-5y9jxhbt 2020-09-20T00:26:04,504 Created temporary directory: /tmp/pip-req-tracker-hog6hkb8 2020-09-20T00:26:04,504 Initialized build tracking at /tmp/pip-req-tracker-hog6hkb8 2020-09-20T00:26:04,504 Created build tracker: /tmp/pip-req-tracker-hog6hkb8 2020-09-20T00:26:04,504 Entered build tracker: /tmp/pip-req-tracker-hog6hkb8 2020-09-20T00:26:04,505 Created temporary directory: /tmp/pip-wheel-fe_rw5xd 2020-09-20T00:26:04,513 1 location(s) to search for versions of anybox-recipe-sysdeps: 2020-09-20T00:26:04,513 * https://pypi.org/simple/anybox-recipe-sysdeps/ 2020-09-20T00:26:04,513 Fetching project page and analyzing links: https://pypi.org/simple/anybox-recipe-sysdeps/ 2020-09-20T00:26:04,514 Getting page https://pypi.org/simple/anybox-recipe-sysdeps/ 2020-09-20T00:26:04,516 Found index url https://pypi.org/simple 2020-09-20T00:26:04,602 Found link https://files.pythonhosted.org/packages/ce/cb/0a12a055e5d8e944c340c50ac1413cb32eec94439f04e0409db36cdd9152/anybox.recipe.sysdeps-0.1.tar.gz#sha256=a2811c6fde5fcc362a044d16ea0a08e700aa2d4bab557ada5ed42422e95e6bda (from https://pypi.org/simple/anybox-recipe-sysdeps/), version: 0.1 2020-09-20T00:26:04,602 Found link https://files.pythonhosted.org/packages/d1/85/00d4bc30ccd1d0a8f94946ad97296ad65da31c651df4612f30a6d3d6bc91/anybox.recipe.sysdeps-0.2.tar.gz#sha256=7dd442231de20ec1e05f77e5df01aa912e5f81d395214c0e134739cd77ce9a32 (from https://pypi.org/simple/anybox-recipe-sysdeps/), version: 0.2 2020-09-20T00:26:04,602 Found link https://files.pythonhosted.org/packages/3e/d2/78309d3e447837ffa1678777fdc596145f9334fd1c7df18869a709dd0770/anybox.recipe.sysdeps-0.3.tar.gz#sha256=337051bbef7e728455b2c801725697769426842dd9fcc20b0efa054f07f71c6f (from https://pypi.org/simple/anybox-recipe-sysdeps/), version: 0.3 2020-09-20T00:26:04,603 Found link https://files.pythonhosted.org/packages/85/aa/bd9ed644a012bb82086a06702d85e0bfe03997b2d2badffbfb3bcaf459ec/anybox.recipe.sysdeps-0.4.tar.gz#sha256=5ab585a00228f280207753dc134ccf7f3b767bc03dd206f1eb510e823988f020 (from https://pypi.org/simple/anybox-recipe-sysdeps/), version: 0.4 2020-09-20T00:26:04,603 Found link https://files.pythonhosted.org/packages/86/e3/7c5311233a33b3f2f1c4a344d2aa4e37f0286a5f0c8bbf8f25d71697df7b/anybox.recipe.sysdeps-0.5.tar.gz#sha256=3612d8fbcd1bc598477dcf503a402b31ffc3762ee5c623aba10b76e1037e74b4 (from https://pypi.org/simple/anybox-recipe-sysdeps/), version: 0.5 2020-09-20T00:26:04,607 Given no hashes to check 1 links for project 'anybox-recipe-sysdeps': discarding no candidates 2020-09-20T00:26:04,608 Using version 0.1 (newest of versions: 0.1) 2020-09-20T00:26:04,612 Collecting anybox-recipe-sysdeps==0.1 2020-09-20T00:26:04,614 Created temporary directory: /tmp/pip-unpack-279z0f7a 2020-09-20T00:26:04,652 Downloading anybox.recipe.sysdeps-0.1.tar.gz (2.4 kB) 2020-09-20T00:26:04,689 Added anybox-recipe-sysdeps==0.1 from https://files.pythonhosted.org/packages/ce/cb/0a12a055e5d8e944c340c50ac1413cb32eec94439f04e0409db36cdd9152/anybox.recipe.sysdeps-0.1.tar.gz#sha256=a2811c6fde5fcc362a044d16ea0a08e700aa2d4bab557ada5ed42422e95e6bda to build tracker '/tmp/pip-req-tracker-hog6hkb8' 2020-09-20T00:26:04,690 Running setup.py (path:/tmp/pip-wheel-fe_rw5xd/anybox-recipe-sysdeps/setup.py) egg_info for package anybox-recipe-sysdeps 2020-09-20T00:26:04,691 Created temporary directory: /tmp/pip-pip-egg-info-en8rvgt6 2020-09-20T00:26:04,691 Running command python setup.py egg_info 2020-09-20T00:26:05,651 Traceback (most recent call last): 2020-09-20T00:26:05,651 File "", line 1, in 2020-09-20T00:26:05,652 File "/tmp/pip-wheel-fe_rw5xd/anybox-recipe-sysdeps/setup.py", line 12, in 2020-09-20T00:26:05,652 long_description=open('README.txt').read() + open('CHANGES.txt').read(), 2020-09-20T00:26:05,652 FileNotFoundError: [Errno 2] No such file or directory: 'CHANGES.txt' 2020-09-20T00:26:05,698 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-09-20T00:26:05,698 Exception information: 2020-09-20T00:26:05,698 Traceback (most recent call last): 2020-09-20T00:26:05,698 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 228, in _main 2020-09-20T00:26:05,698 status = self.run(options, args) 2020-09-20T00:26:05,698 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 182, in wrapper 2020-09-20T00:26:05,698 return func(self, options, args) 2020-09-20T00:26:05,698 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 156, in run 2020-09-20T00:26:05,698 reqs, check_supported_wheels=True 2020-09-20T00:26:05,698 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 183, in resolve 2020-09-20T00:26:05,698 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-09-20T00:26:05,698 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 388, in _resolve_one 2020-09-20T00:26:05,698 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-09-20T00:26:05,698 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 340, in _get_abstract_dist_for 2020-09-20T00:26:05,698 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-09-20T00:26:05,698 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 483, in prepare_linked_requirement 2020-09-20T00:26:05,698 req, self.req_tracker, self.finder, self.build_isolation, 2020-09-20T00:26:05,698 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-09-20T00:26:05,698 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-09-20T00:26:05,698 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-09-20T00:26:05,698 self.req.prepare_metadata() 2020-09-20T00:26:05,698 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 555, in prepare_metadata 2020-09-20T00:26:05,698 self.metadata_directory = self._generate_metadata() 2020-09-20T00:26:05,698 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 535, in _generate_metadata 2020-09-20T00:26:05,698 details=self.name or "from {}".format(self.link) 2020-09-20T00:26:05,698 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-09-20T00:26:05,698 command_desc='python setup.py egg_info', 2020-09-20T00:26:05,698 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 242, in call_subprocess 2020-09-20T00:26:05,698 raise InstallationError(exc_msg) 2020-09-20T00:26:05,698 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-09-20T00:26:05,706 Removed anybox-recipe-sysdeps==0.1 from https://files.pythonhosted.org/packages/ce/cb/0a12a055e5d8e944c340c50ac1413cb32eec94439f04e0409db36cdd9152/anybox.recipe.sysdeps-0.1.tar.gz#sha256=a2811c6fde5fcc362a044d16ea0a08e700aa2d4bab557ada5ed42422e95e6bda from build tracker '/tmp/pip-req-tracker-hog6hkb8' 2020-09-20T00:26:05,707 Removed build tracker: '/tmp/pip-req-tracker-hog6hkb8'