Bug 1683650

Summary: Gluster Build System failing on pip install flake8 pylint
Product: [Community] GlusterFS Reporter: Kshithij Iyer <kiyer>
Component: project-infrastructureAssignee: bugs <bugs>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: unspecified    
Version: mainlineCC: bugs, gluster-infra, mscherer
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-02-28 10:33:06 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kshithij Iyer 2019-02-27 12:46:12 UTC
Description of problem:
I am unable to verify my patch as Gluster Build System is failing with the below given error:

17:05:57 Collecting isort>=4.2.5 (from pylint==1.9.2)
17:05:57   Using cached https://files.pythonhosted.org/packages/35/c5/025aaa76f0f337e3d91197973c42b4e807fa6dd509da70e87053d85ce278/isort-4.3.9.tar.gz
17:05:57     Complete output from command python setup.py egg_info:
17:05:57     /opt/rh/python27/root/usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires'
17:05:57       warnings.warn(msg)
17:05:57     error in isort setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected version spec in futures; python_version < "3.2" at ; python_version < "3.2"
17:05:57     
17:05:57     ----------------------------------------
17:05:57 Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-ZxIJIL/isort
17:05:57 
17:05:57 ERROR: could not install deps [flake8, pylint==1.9.2]; v = InvocationError('/home/jenkins/root/workspace/glusto-tests-lint/.tox/py27/bin/python -m pip install flake8 pylint==1.9.2 (see /home/jenkins/root/workspace/glusto-tests-lint/.tox/py27/log/py27-1.log)', 1)
17:05:57 ___________________________________ summary ____________________________________
17:05:57 ERROR:   py27: could not install deps [flake8, pylint==1.9.2]; v = InvocationError('/home/jenkins/root/workspace/glusto-tests-lint/.tox/py27/bin/python -m pip install flake8 pylint==1.9.2 (see /home/jenkins/root/workspace/glusto-tests-lint/.tox/py27/log/py27-1.log)', 1)
17:05:57 Build step 'Execute shell' marked build as failure
17:05:57 Finished: FAILURE


Version-Release number of selected component (if applicable):
https://build.gluster.org/job/glusto-tests-lint/3442/console

How reproducible:
2/2

Comment 1 M. Scherer 2019-02-28 10:04:33 UTC
yeah, seems some package got upgraded, and this requires a newer pip to be installed. I am going to see how to fix that.

Comment 2 M. Scherer 2019-02-28 10:33:06 UTC
Seems to work now