2021-05-20T23:08:33,270 Created temporary directory: /tmp/pip-ephem-wheel-cache-792rlbvc 2021-05-20T23:08:33,273 Created temporary directory: /tmp/pip-req-tracker-zk61ozki 2021-05-20T23:08:33,273 Initialized build tracking at /tmp/pip-req-tracker-zk61ozki 2021-05-20T23:08:33,274 Created build tracker: /tmp/pip-req-tracker-zk61ozki 2021-05-20T23:08:33,274 Entered build tracker: /tmp/pip-req-tracker-zk61ozki 2021-05-20T23:08:33,274 Created temporary directory: /tmp/pip-wheel-lcwvf9jc 2021-05-20T23:08:33,306 1 location(s) to search for versions of splicemachine: 2021-05-20T23:08:33,306 * https://pypi.org/simple/splicemachine/ 2021-05-20T23:08:33,306 Fetching project page and analyzing links: https://pypi.org/simple/splicemachine/ 2021-05-20T23:08:33,307 Getting page https://pypi.org/simple/splicemachine/ 2021-05-20T23:08:33,308 Found index url https://pypi.org/simple 2021-05-20T23:08:33,395 Found link https://files.pythonhosted.org/packages/b8/11/19851ca4c646e01c9dc2909476f73b958f52e1cde6939e234d4efd61219c/splicemachine-2.7.0.dev0.tar.gz#sha256=dd45edc8164fea5bc483496da604ba172656666b8a96b1cbe5ae3c4ce5e5cfd5 (from https://pypi.org/simple/splicemachine/), version: 2.7.0.dev0 2021-05-20T23:08:33,396 Found link https://files.pythonhosted.org/packages/9e/91/e0d6b0c51c609f6874f29eadaff006be28779750bbc611f42238ed3c7e53/splicemachine-2.7.0.dev1.tar.gz#sha256=413c7405909123dcf56086f4ebed096c5879c88bc85dc15e65123835e9bf2731 (from https://pypi.org/simple/splicemachine/), version: 2.7.0.dev1 2021-05-20T23:08:33,396 Found link https://files.pythonhosted.org/packages/4e/bb/bdb0b3d83beb027009bfef3017a922b81add5ac63c31d16169cecf051279/splicemachine-2.7.0.dev2.tar.gz#sha256=fd3e4124f5866abf37152cd06a56a8c638d54e0176af6f50e0a878b34aa6f14a (from https://pypi.org/simple/splicemachine/), version: 2.7.0.dev2 2021-05-20T23:08:33,397 Skipping link: not a file: https://pypi.org/simple/splicemachine/ 2021-05-20T23:08:33,411 Given no hashes to check 1 links for project 'splicemachine': discarding no candidates 2021-05-20T23:08:33,427 Collecting splicemachine==2.7.0.dev1 2021-05-20T23:08:33,428 Created temporary directory: /tmp/pip-unpack-0_bhrgq9 2021-05-20T23:08:33,468 Downloading splicemachine-2.7.0.dev1.tar.gz (75 kB) 2021-05-20T23:08:33,849 Added splicemachine==2.7.0.dev1 from https://files.pythonhosted.org/packages/9e/91/e0d6b0c51c609f6874f29eadaff006be28779750bbc611f42238ed3c7e53/splicemachine-2.7.0.dev1.tar.gz#sha256=413c7405909123dcf56086f4ebed096c5879c88bc85dc15e65123835e9bf2731 to build tracker '/tmp/pip-req-tracker-zk61ozki' 2021-05-20T23:08:33,850 Running setup.py (path:/tmp/pip-wheel-lcwvf9jc/splicemachine_f994833e031242c68d388144e963fe35/setup.py) egg_info for package splicemachine 2021-05-20T23:08:33,851 Created temporary directory: /tmp/pip-pip-egg-info-9aqw3j9_ 2021-05-20T23:08:33,851 Running command python setup.py egg_info 2021-05-20T23:08:34,694 Traceback (most recent call last): 2021-05-20T23:08:34,695 File "", line 1, in 2021-05-20T23:08:34,695 File "/tmp/pip-wheel-lcwvf9jc/splicemachine_f994833e031242c68d388144e963fe35/setup.py", line 21, in 2021-05-20T23:08:34,695 with open(REQUIREMENTS_FILE, "r") as dependencies_file: 2021-05-20T23:08:34,696 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2021-05-20T23:08:34,742 WARNING: Discarding https://files.pythonhosted.org/packages/9e/91/e0d6b0c51c609f6874f29eadaff006be28779750bbc611f42238ed3c7e53/splicemachine-2.7.0.dev1.tar.gz#sha256=413c7405909123dcf56086f4ebed096c5879c88bc85dc15e65123835e9bf2731 (from https://pypi.org/simple/splicemachine/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-05-20T23:08:34,744 ERROR: Could not find a version that satisfies the requirement splicemachine==2.7.0.dev1 (from versions: 2.7.0.dev0, 2.7.0.dev1, 2.7.0.dev2) 2021-05-20T23:08:34,744 ERROR: No matching distribution found for splicemachine==2.7.0.dev1 2021-05-20T23:08:34,744 Exception information: 2021-05-20T23:08:34,744 Traceback (most recent call last): 2021-05-20T23:08:34,744 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-05-20T23:08:34,744 name, crit = self._merge_into_criterion(r, parent=None) 2021-05-20T23:08:34,744 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-05-20T23:08:34,744 raise RequirementsConflicted(criterion) 2021-05-20T23:08:34,744 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('splicemachine==2.7.0.dev1') 2021-05-20T23:08:34,744 2021-05-20T23:08:34,744 During handling of the above exception, another exception occurred: 2021-05-20T23:08:34,744 2021-05-20T23:08:34,744 Traceback (most recent call last): 2021-05-20T23:08:34,744 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-05-20T23:08:34,744 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-05-20T23:08:34,744 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-05-20T23:08:34,744 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-05-20T23:08:34,744 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-05-20T23:08:34,744 raise ResolutionImpossible(e.criterion.information) 2021-05-20T23:08:34,744 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('splicemachine==2.7.0.dev1'), parent=None)] 2021-05-20T23:08:34,744 2021-05-20T23:08:34,744 The above exception was the direct cause of the following exception: 2021-05-20T23:08:34,744 2021-05-20T23:08:34,744 Traceback (most recent call last): 2021-05-20T23:08:34,744 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-05-20T23:08:34,744 status = self.run(options, args) 2021-05-20T23:08:34,744 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 204, in wrapper 2021-05-20T23:08:34,744 return func(self, options, args) 2021-05-20T23:08:34,744 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-05-20T23:08:34,744 reqs, check_supported_wheels=True 2021-05-20T23:08:34,744 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-05-20T23:08:34,744 raise error from e 2021-05-20T23:08:34,744 pip._internal.exceptions.DistributionNotFound: No matching distribution found for splicemachine==2.7.0.dev1 2021-05-20T23:08:34,751 Removed splicemachine==2.7.0.dev1 from https://files.pythonhosted.org/packages/9e/91/e0d6b0c51c609f6874f29eadaff006be28779750bbc611f42238ed3c7e53/splicemachine-2.7.0.dev1.tar.gz#sha256=413c7405909123dcf56086f4ebed096c5879c88bc85dc15e65123835e9bf2731 from build tracker '/tmp/pip-req-tracker-zk61ozki' 2021-05-20T23:08:34,751 Removed build tracker: '/tmp/pip-req-tracker-zk61ozki'