centos7 stein periodic failing while injecting ara at pip install

Bug #1913046 reported by yatin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
Critical
Unassigned

Bug Description

Jobs failing with syntax errors:-

2021-01-24 15:07:55 | Downloading https://files.pythonhosted.org/packages/9e/24/bc928987f35dd0167f21b13a1777c21b9c5917c9894cff93f1c1a6cb8f3b/pip-21.0.tar.gz#sha256=b330cf6467afd5d15f4c1c56f5c95e56a2bfb941c869bed4c1aa517bcb16de25
2021-01-24 15:07:56 | Best match: pip 21.0
2021-01-24 15:07:56 | Processing pip-21.0.tar.gz
2021-01-24 15:07:56 | Writing /tmp/easy_install-3mCvQ2/pip-21.0/setup.cfg
2021-01-24 15:07:56 | Running pip-21.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-3mCvQ2/pip-21.0/egg-dist-tmp-rl28kn
2021-01-24 15:07:57 | warning: no files found matching 'docs/docutils.conf'
2021-01-24 15:07:57 | warning: no previously-included files found matching '.coveragerc'
2021-01-24 15:07:57 | warning: no previously-included files found matching '.mailmap'
2021-01-24 15:07:57 | warning: no previously-included files found matching '.appveyor.yml'
2021-01-24 15:07:57 | warning: no previously-included files found matching '.travis.yml'
2021-01-24 15:07:57 | warning: no previously-included files found matching '.readthedocs.yml'
2021-01-24 15:07:57 | warning: no previously-included files found matching '.pre-commit-config.yaml'
2021-01-24 15:07:57 | warning: no previously-included files found matching '.pre-commit-config-slow.yaml'
2021-01-24 15:07:57 | warning: no previously-included files found matching 'tox.ini'
2021-01-24 15:07:57 | warning: no previously-included files found matching 'noxfile.py'
2021-01-24 15:07:57 | warning: no files found matching '*.css' under directory 'docs'
2021-01-24 15:07:57 | warning: no previously-included files found matching 'src/pip/_vendor/six'
2021-01-24 15:07:57 | warning: no previously-included files found matching 'src/pip/_vendor/six/moves'
2021-01-24 15:07:57 | warning: no previously-included files matching '*.pyi' found under directory 'src/pip/_vendor'
2021-01-24 15:07:57 | no previously-included directories found matching '.github'
2021-01-24 15:07:57 | no previously-included directories found matching '.azure-pipelines'
2021-01-24 15:07:57 | no previously-included directories found matching 'docs/build'
2021-01-24 15:07:57 | no previously-included directories found matching 'news'
2021-01-24 15:07:57 | no previously-included directories found matching 'tasks'
2021-01-24 15:07:57 | no previously-included directories found matching 'tests'
2021-01-24 15:07:57 | no previously-included directories found matching 'tools'
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/resolution/resolvelib/candidates.py", line 91
2021-01-24 15:07:57 | line = f"{project_name} @ {template.link.url}"
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/resolution/resolvelib/requirements.py", line 125
2021-01-24 15:07:57 | return f"Python {self.specifier}"
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/resolution/resolvelib/factory.py", line 432
2021-01-24 15:07:57 | req_disp = f'{req} (from {parent.name})'
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/req/constructors.py", line 113
2021-01-24 15:07:57 | if url.lower().startswith(f'{version_control}:'):
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/req/req_file.py", line 204
2021-01-24 15:07:57 | line_source = f'line {line.lineno} of {line.filename}'
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/req/__init__.py", line 29
2021-01-24 15:07:57 | return f"InstallationResult(name={self.name!r})"
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/req/req_install.py", line 229
2021-01-24 15:07:57 | s += f' (from {comes_from})'
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/cli/parser.py", line 84
2021-01-24 15:07:57 | description = f'{label}:\n{description}\n'
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/cli/progress_bars.py", line 155
2021-01-24 15:07:57 | return f"eta {self.eta_td}" # type: ignore
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/cli/base_command.py", line 57
2021-01-24 15:07:57 | 'prog': f'{get_prog()} {name}',
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/cli/main_parser.py", line 86
2021-01-24 15:07:57 | msg = [f'unknown command "{cmd_name}"']
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/cli/cmdoptions.py", line 49
2021-01-24 15:07:57 | msg = f'{option} error: {msg}'
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/cli/main.py", line 60
2021-01-24 15:07:57 | sys.stderr.write(f"ERROR: {exc}")
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/exceptions.py", line 219
2021-01-24 15:07:57 | return f' {self._requirement_name()}'
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/network/auth.py", line 202
2021-01-24 15:07:57 | ), f"Could not load credentials from url: {original_url}"
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/network/session.py", line 321
2021-01-24 15:07:57 | msg = f'adding trusted host: {host!r}'
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/network/lazy_wheel.py", line 193
2021-01-24 15:07:57 | headers['Range'] = f'bytes={start}-{end}'
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/locations.py", line 107
2021-01-24 15:07:57 | assert not (user and prefix), f"user={user} prefix={prefix}"
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/commands/help.py", line 35
2021-01-24 15:07:57 | msg = [f'unknown command "{cmd_name}"']
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/commands/configuration.py", line 224
2021-01-24 15:07:57 | env_var = f'PIP_{key.upper()}'
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/commands/debug.py", line 69
2021-01-24 15:07:57 | f'pip._vendor.{module_name}',
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/commands/cache.py", line 157
2021-01-24 15:07:57 | results.append(f' - {wheel} ({size})')
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/index/collector.py", line 450
2021-01-24 15:07:57 | _handle_get_page_fail(link, f"connection error: {exc}")
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/index/package_finder.py", line 164
2021-01-24 15:07:57 | return (False, f'yanked for reason: {reason}')
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/utils/hashes.py", line 88
2021-01-24 15:07:57 | f'Unknown hash name: {hash_name}'
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/utils/compatibility_tags.py", line 119
2021-01-24 15:07:57 | return f"{implementation}{version}"
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/utils/unpacking.py", line 276
2021-01-24 15:07:57 | f'Cannot determine archive format of {location}'
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/utils/logging.py", line 123
2021-01-24 15:07:57 | prefix = f"{self.formatTime(record)} "
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/utils/direct_url_helpers.py", line 91
2021-01-24 15:07:57 | hash = f"{hash_name}={link.hash}"
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/utils/temp_dir.py", line 154
2021-01-24 15:07:57 | f"Attempted to access deleted path: {self._path}"
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/utils/pkg_resources.py", line 27
2021-01-24 15:07:57 | e.reason += f" in {name} file"
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/utils/misc.py", line 117
2021-01-24 15:07:57 | return f"{sys.executable} -m pip"
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/utils/wheel.py", line 60
2021-01-24 15:07:57 | p for p in wheel_zip.namelist() if p.startswith(f"{info_dir}/")
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/models/direct_url.py", line 49
2021-01-24 15:07:57 | raise DirectUrlValidationError(f"{key} must have a value")
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/models/wheel.py", line 33
2021-01-24 15:07:57 | f"{filename} is not a valid wheel filename."
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/models/link.py", line 86
2021-01-24 15:07:57 | rp = f' (requires-python:{self.requires_python})'
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/models/target_python.py", line 89
2021-01-24 15:07:57 | f'{key}={value!r}' for key, value in key_values
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/configuration.py", line 167
2021-01-24 15:07:57 | raise ConfigurationError(f"No such key - {key}")
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/operations/build/wheel_legacy.py", line 26
2021-01-24 15:07:57 | text = f'Command arguments: {command_desc}\n'
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/operations/build/metadata_legacy.py", line 29
2021-01-24 15:07:57 | f"No .egg-info directory found in {directory}"
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/operations/build/wheel.py", line 37
2021-01-24 15:07:57 | f'Building wheel for {name} (PEP 517)'
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/operations/freeze.py", line 56
2021-01-24 15:07:57 | yield f'-f {link}'
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/operations/install/wheel.py", line 363
2021-01-24 15:07:57 | f'pip{get_major_minor_version()} = {pip_script}'
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/operations/install/legacy.py", line 71
2021-01-24 15:07:57 | f"Running setup.py install for {req_name}"
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/self_outdated_check.py", line 184
2021-01-24 15:07:57 | pip_cmd = f"{sys.executable} -m pip"
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/vcs/versioncontrol.py", line 72
2021-01-24 15:07:57 | req = f'{repo_url}@{rev}#egg={egg_project_name}'
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/vcs/git.py", line 156
2021-01-24 15:07:57 | raise ValueError(f'unexpected show-ref line: {line!r}')
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/distributions/sdist.py", line 55
2021-01-24 15:07:57 | f'{installed} is incompatible with {wanted}'
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:57 | File "build/bdist.linux-x86_64/egg/pip/_internal/distributions/base.py", line 14
2021-01-24 15:07:57 | class AbstractDistribution(metaclass=abc.ABCMeta):
2021-01-24 15:07:57 | ^
2021-01-24 15:07:57 | SyntaxError: invalid syntax
2021-01-24 15:07:57 |
2021-01-24 15:07:58 | creating /usr/lib/python2.7/site-packages/pip-21.0-py2.7.egg
2021-01-24 15:07:58 | Extracting pip-21.0-py2.7.egg to /usr/lib/python2.7/site-packages
2021-01-24 15:07:58 | File "/usr/lib/python2.7/site-packages/pip-21.0-py2.7.egg/pip/_internal/configuration.py", line 167
2021-01-24 15:07:58 | raise ConfigurationError(f"No such key - {key}")
2021-01-24 15:07:58 | ^
2021-01-24 15:07:58 | SyntaxError: invalid syntax
2021-01-24 15:07:58 |
2021-01-24 15:07:58 | File "/usr/lib/python2.7/site-packages/pip-21.0-py2.7.egg/pip/_internal/exceptions.py", line 219
2021-01-24 15:07:58 | return f' {self._requirement_name()}'
2021-01-24 15:07:58 | ^
2021-01-24 15:07:58 | SyntaxError: invalid syntax
2021-01-24 15:07:58 |
2021-01-24 15:07:58 | File "/usr/lib/python2.7/site-packages/pip-21.0-py2.7.egg/pip/_internal/locations.py", line 107
2021-01-24 15:07:58 | assert not (user and prefix), f"user={user} prefix={prefix}"
2021-01-24 15:07:58 | ^
2021-01-24 15:07:58 | SyntaxError: invalid syntax
2021-01-24 15:07:58 |
2021-01-24 15:07:58 | File "/usr/lib/python2.7/site-packages/pip-21.0-py2.7.egg/pip/_internal/self_outdated_check.py", line 184
2021-01-24 15:07:58 | pip_cmd = f"{sys.executable} -m pip"
2021-01-24 15:07:58 | ^
2021-01-24 15:07:58 | SyntaxError: invalid syntax
2021-01-24 15:07:58 |
2021-01-24 15:07:58 | File "/usr/lib/python2.7/site-packages/pip-21.0-py2.7.egg/pip/_internal/cli/base_command.py", line 57
2021-01-24 15:07:58 | 'prog': f'{get_prog()} {name}',
2021-01-24 15:07:58 | ^
2021-01-24 15:07:58 | SyntaxError: invalid syntax
2021-01-24 15:07:58 |
2021-01-24 15:07:58 | File "/usr/lib/python2.7/site-packages/pip-21.0-py2.7.egg/pip/_internal/cli/cmdoptions.py", line 49
2021-01-24 15:07:58 | msg = f'{option} error: {msg}'
2021-01-24 15:07:58 | ^
2021-01-24 15:07:58 | SyntaxError: invalid syntax
2021-01-24 15:07:58 |
2021-01-24 15:07:58 | File "/usr/lib/python2.7/site-packages/pip-21.0-py2.7.egg/pip/_internal/cli/main.py", line 60
2021-01-24 15:07:58 | sys.stderr.write(f"ERROR: {exc}")
2021-01-24 15:07:58 | ^
2021-01-24 15:07:58 | SyntaxError: invalid syntax
2021-01-24 15:07:58 |
2021-01-24 15:07:58 | File "/usr/lib/python2.7/site-packages/pip-21.0-py2.7.egg/pip/_internal/cli/main_parser.py", line 86
2021-01-24 15:07:58 | msg = [f'unknown command "{cmd_name}"']
2021-01-24 15:07:58 | ^
2021-01-24 15:07:58 | SyntaxError: invalid syntax
2021-01-24 15:07:58 |
2021-01-24 15:07:58 | File "/usr/lib/python2.7/site-packages/pip-21.0-py2.7.egg/pip/_internal/cli/parser.py", line 84
2021-01-24 15:07:58 | description = f'{label}:\n{description}\n'
2021-01-24 15:07:58 | ^
2021-01-24 15:07:58 | SyntaxError: invalid syntax
2021-01-24 15:07:58 |
2021-01-24 15:07:58 | File "/usr/lib/python2.7/site-packages/pip-21.0-py2.7.egg/pip/_internal/cli/progress_bars.py", line 155
2021-01-24 15:07:58 | return f"eta {self.eta_td}" # type: ignore
2021-01-24 15:07:58 | ^
2021-01-24 15:07:58 | SyntaxError: invalid syntax
2021-01-24 15:07:58 |
2021-01-24 15:07:58 | File "/usr/lib/python2.7/site-packages/pip-21.0-py2.7.egg/pip/_internal/commands/cache.py", line 157
2021-01-24 15:07:58 | results.append(f' - {wheel} ({size})')
2021-01-24 15:07:58 | ^
2021-01-24 15:07:58 | SyntaxError: invalid syntax
2021-01-24 15:07:58 |
2021-01-24 15:07:58 | File "/usr/lib/python2.7/site-packages/pip-21.0-py2.7.egg/pip/_internal/commands/configuration.py", line 224
2021-01-24 15:07:58 | env_var = f'PIP_{key.upper()}'
2021-01-24 15:07:58 | ^
2021-01-24 15:07:58 | SyntaxError: invalid syntax
2021-01-24 15:07:58 |
2021-01-24 15:07:58 | File "/usr/lib/python2.7/site-packages/pip-21.0-py2.7.egg/pip/_internal/commands/debug.py", line 69
2021-01-24 15:07:58 | f'pip._vendor.{module_name}',
2021-01-24 15:07:58 | ^
2021-01-24 15:07:58 | SyntaxError: invalid syntax
2021-01-24 15:07:58 |
2021-01-24 15:07:58 | File "/usr/lib/python2.7/site-packages/pip-21.0-py2.7.egg/pip/_internal/commands/help.py", line 35
2021-01-24 15:07:58 | msg = [f'unknown command "{cmd_name}"']
2021-01-24 15:07:58 | ^
2021-01-24 15:07:58 | SyntaxError: invalid syntax
2021-01-24 15:07:58 |
2021-01-24 15:07:58 | File "/usr/lib/python2.7/site-packages/pip-21.0-py2.7.egg/pip/_internal/distributions/base.py", line 14
2021-01-24 15:07:58 | class AbstractDistribution(metaclass=abc.ABCMeta):
2021-01-24 15:07:58 | ^
2021-01-24 15:07:58 | SyntaxError: invalid syntax
2021-01-24 15:07:58 |
2021-01-24 15:07:58 | File "/usr/lib/python2.7/site-packages/pip-21.0-py2.7.egg/pip/_internal/distributions/sdist.py", line 55
2021-01-24 15:07:58 | f'{installed} is incompatible with {wanted}'
2021-01-24 15:07:58 | ^
2021-01-24 15:07:58 | SyntaxError: invalid syntax
2021-01-24 15:07:58 |
2021-01-24 15:07:58 | File "/usr/lib/python2.7/site-packages/pip-21.0-py2.7.egg/pip/_internal/index/collector.py", line 450
2021-01-24 15:07:58 | _handle_get_page_fail(link, f"connection error: {exc}")
2021-01-24 15:07:58 | ^
2021-01-24 15:07:58 | SyntaxError: invalid syntax
2021-01-24 15:07:58 |
2021-01-24 15:07:58 | File "/usr/lib/python2.7/site-packages/pip-21.0-py2.7.egg/pip/_internal/index/package_finder.py", line 164
2021-01-24 15:07:58 | return (False, f'yanked for reason: {reason}')
2021-01-24 15:07:58 | ^
2021-01-24 15:07:58 | SyntaxError: invalid syntax
2021-01-24 15:07:58 |
2021-01-24 15:07:58 | File "/usr/lib/python2.7/site-packages/pip-21.0-py2.7.egg/pip/_internal/models/direct_url.py", line 49
2021-01-24 15:07:58 | raise DirectUrlValidationError(f"{key} must have a value")
2021-01-24 15:07:58 | ^
2021-01-24 15:07:58 | SyntaxError: invalid syntax
2021-01-24 15:07:58 |
2021-01-24 15:07:58 | File "/usr/lib/python2.7/site-packages/pip-21.0-py2.7.egg/pip/_internal/models/link.py", line 86
2021-01-24 15:07:58 | rp = f' (requires-python:{self.requires_python})'

Log url:-
https://logserver.rdoproject.org/openstack-periodic-integration-stable4-5/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-7-ovb-1ctlr_1comp-featureset002-stein-upload/982bc5f/logs/undercloud/home/zuul/inject_ara.log.txt.gz

job url:- https://review.rdoproject.org/zuul/builds?job_name=periodic-tripleo-ci-centos-7-ovb-1ctlr_1comp-featureset002-stein-upload

other releases/jobs running on CentOS7 also impacted, happening post pip-21.0.0 release https://pypi.org/project/pip/#history

yatin (yatinkarel)
Changed in tripleo:
status: New → Triaged
importance: Undecided → Critical
milestone: none → wallaby-2
Revision history for this message
yatin (yatinkarel) wrote :
tags: added: alert ci promotion-blocker
Revision history for this message
yatin (yatinkarel) wrote :
Changed in tripleo:
status: Triaged → In Progress
Changed in tripleo:
milestone: wallaby-2 → wallaby-3
Revision history for this message
yatin (yatinkarel) wrote :

Fix merged and Jobs passing now, closing it.

Changed in tripleo:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.