2021-07-15T05:14:31,416 Created temporary directory: /tmp/pip-ephem-wheel-cache-qiwtjfji 2021-07-15T05:14:31,419 Created temporary directory: /tmp/pip-req-tracker-oabs8ku9 2021-07-15T05:14:31,420 Initialized build tracking at /tmp/pip-req-tracker-oabs8ku9 2021-07-15T05:14:31,420 Created build tracker: /tmp/pip-req-tracker-oabs8ku9 2021-07-15T05:14:31,420 Entered build tracker: /tmp/pip-req-tracker-oabs8ku9 2021-07-15T05:14:31,421 Created temporary directory: /tmp/pip-wheel-slcnw2yw 2021-07-15T05:14:31,452 1 location(s) to search for versions of scorep: 2021-07-15T05:14:31,452 * https://pypi.org/simple/scorep/ 2021-07-15T05:14:31,453 Fetching project page and analyzing links: https://pypi.org/simple/scorep/ 2021-07-15T05:14:31,453 Getting page https://pypi.org/simple/scorep/ 2021-07-15T05:14:31,455 Found index url https://pypi.org/simple 2021-07-15T05:14:31,549 Found link https://files.pythonhosted.org/packages/61/8f/587e64467c62e8091ff41277a792f99430ad49fd3cbd0e829578a5dc6fad/scorep-2.0.tar.gz#sha256=a55655ddefc3d84da1cb3ed49dff15d92f8a5a618df77f3fb2c2341d7f3d4408 (from https://pypi.org/simple/scorep/), version: 2.0 2021-07-15T05:14:31,549 Found link https://files.pythonhosted.org/packages/69/81/3103a2354e56c7a9a0fc9803c8c2d1fc5ec578c609a73cda17d88f9e64fc/scorep-3.0.tar.gz#sha256=f15b94416069c2a0eb383607a14ae83ffd40297355a32e27c310eea2eb1e24a0 (from https://pypi.org/simple/scorep/), version: 3.0 2021-07-15T05:14:31,550 Found link https://files.pythonhosted.org/packages/f6/4d/76fb55ab31a86c3074d80cab0390aa500157d09edab96628440f29278b55/scorep-3.2.0.tar.gz#sha256=36fc57231997b07c85aa80e519cfb4c017fa76d4ffe4cef532ff5a538c261e63 (from https://pypi.org/simple/scorep/), version: 3.2.0 2021-07-15T05:14:31,550 Found link https://files.pythonhosted.org/packages/2d/97/2ecd38ddbb542156b0756bf41742aad40fc163d2922371bb35cdbb0983d8/scorep-3.3.0.tar.gz#sha256=afcaa81f14b0cd529f2b5ef00c17d69f526ba623ff469235d6efa85764554829 (from https://pypi.org/simple/scorep/), version: 3.3.0 2021-07-15T05:14:31,551 Found link https://files.pythonhosted.org/packages/a3/62/f3750e251f0f773e3f107c8985396b8844718e9e967a31ff9586218974dc/scorep-3.3.1.tar.gz#sha256=3a4a1243317b2705ccf85454e088da831325ee7058a0a4889db87c21801d32ab (from https://pypi.org/simple/scorep/), version: 3.3.1 2021-07-15T05:14:31,551 Skipping link: not a file: https://pypi.org/simple/scorep/ 2021-07-15T05:14:31,572 Given no hashes to check 1 links for project 'scorep': discarding no candidates 2021-07-15T05:14:31,594 Collecting scorep==3.0 2021-07-15T05:14:31,595 Created temporary directory: /tmp/pip-unpack-4j6hv29b 2021-07-15T05:14:31,767 Downloading scorep-3.0.tar.gz (14 kB) 2021-07-15T05:14:31,840 Added scorep==3.0 from https://files.pythonhosted.org/packages/69/81/3103a2354e56c7a9a0fc9803c8c2d1fc5ec578c609a73cda17d88f9e64fc/scorep-3.0.tar.gz#sha256=f15b94416069c2a0eb383607a14ae83ffd40297355a32e27c310eea2eb1e24a0 to build tracker '/tmp/pip-req-tracker-oabs8ku9' 2021-07-15T05:14:31,841 Running setup.py (path:/tmp/pip-wheel-slcnw2yw/scorep_f20c68d9eeeb4e41b3fe15f289ce6bb2/setup.py) egg_info for package scorep 2021-07-15T05:14:31,842 Created temporary directory: /tmp/pip-pip-egg-info-xr6jbrkr 2021-07-15T05:14:31,842 Running command python setup.py egg_info 2021-07-15T05:14:32,689 Traceback (most recent call last): 2021-07-15T05:14:32,690 File "", line 1, in 2021-07-15T05:14:32,690 File "/tmp/pip-wheel-slcnw2yw/scorep_f20c68d9eeeb4e41b3fe15f289ce6bb2/setup.py", line 4, in 2021-07-15T05:14:32,690 if scorep.helper.get_scorep_version() < 5.0: 2021-07-15T05:14:32,691 File "/tmp/pip-wheel-slcnw2yw/scorep_f20c68d9eeeb4e41b3fe15f289ce6bb2/scorep/helper.py", line 40, in get_scorep_version 2021-07-15T05:14:32,691 (return_code, std_out, std_err) = call(["scorep", "--version"]) 2021-07-15T05:14:32,691 File "/tmp/pip-wheel-slcnw2yw/scorep_f20c68d9eeeb4e41b3fe15f289ce6bb2/scorep/helper.py", line 13, in call 2021-07-15T05:14:32,691 out = subprocess.run( 2021-07-15T05:14:32,691 File "/usr/lib/python3.9/subprocess.py", line 505, in run 2021-07-15T05:14:32,702 with Popen(*popenargs, **kwargs) as process: 2021-07-15T05:14:32,702 File "/usr/lib/python3.9/subprocess.py", line 951, in __init__ 2021-07-15T05:14:32,703 self._execute_child(args, executable, preexec_fn, close_fds, 2021-07-15T05:14:32,703 File "/usr/lib/python3.9/subprocess.py", line 1823, in _execute_child 2021-07-15T05:14:32,705 raise child_exception_type(errno_num, err_msg, err_filename) 2021-07-15T05:14:32,705 FileNotFoundError: [Errno 2] No such file or directory: 'scorep' 2021-07-15T05:14:32,768 WARNING: Discarding https://files.pythonhosted.org/packages/69/81/3103a2354e56c7a9a0fc9803c8c2d1fc5ec578c609a73cda17d88f9e64fc/scorep-3.0.tar.gz#sha256=f15b94416069c2a0eb383607a14ae83ffd40297355a32e27c310eea2eb1e24a0 (from https://pypi.org/simple/scorep/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-15T05:14:32,770 ERROR: Could not find a version that satisfies the requirement scorep==3.0 (from versions: 2.0, 3.0, 3.2.0, 3.3.0, 3.3.1) 2021-07-15T05:14:32,770 ERROR: No matching distribution found for scorep==3.0 2021-07-15T05:14:32,771 Exception information: 2021-07-15T05:14:32,771 Traceback (most recent call last): 2021-07-15T05:14:32,771 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-15T05:14:32,771 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-15T05:14:32,771 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-15T05:14:32,771 raise RequirementsConflicted(criterion) 2021-07-15T05:14:32,771 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('scorep==3.0') 2021-07-15T05:14:32,771 2021-07-15T05:14:32,771 During handling of the above exception, another exception occurred: 2021-07-15T05:14:32,771 2021-07-15T05:14:32,771 Traceback (most recent call last): 2021-07-15T05:14:32,771 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-15T05:14:32,771 result = self._result = resolver.resolve( 2021-07-15T05:14:32,771 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-15T05:14:32,771 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-15T05:14:32,771 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-15T05:14:32,771 raise ResolutionImpossible(e.criterion.information) 2021-07-15T05:14:32,771 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('scorep==3.0'), parent=None)] 2021-07-15T05:14:32,771 2021-07-15T05:14:32,771 The above exception was the direct cause of the following exception: 2021-07-15T05:14:32,771 2021-07-15T05:14:32,771 Traceback (most recent call last): 2021-07-15T05:14:32,771 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-15T05:14:32,771 status = self.run(options, args) 2021-07-15T05:14:32,771 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-15T05:14:32,771 return func(self, options, args) 2021-07-15T05:14:32,771 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-15T05:14:32,771 requirement_set = resolver.resolve( 2021-07-15T05:14:32,771 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-15T05:14:32,771 raise error from e 2021-07-15T05:14:32,771 pip._internal.exceptions.DistributionNotFound: No matching distribution found for scorep==3.0 2021-07-15T05:14:32,777 Removed scorep==3.0 from https://files.pythonhosted.org/packages/69/81/3103a2354e56c7a9a0fc9803c8c2d1fc5ec578c609a73cda17d88f9e64fc/scorep-3.0.tar.gz#sha256=f15b94416069c2a0eb383607a14ae83ffd40297355a32e27c310eea2eb1e24a0 from build tracker '/tmp/pip-req-tracker-oabs8ku9' 2021-07-15T05:14:32,777 Removed build tracker: '/tmp/pip-req-tracker-oabs8ku9'