Bug 1683650 - Gluster Build System failing on pip install flake8 pylint
Summary: Gluster Build System failing on pip install flake8 pylint
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: project-infrastructure
Version: mainline
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
Assignee: bugs@gluster.org
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-02-27 12:46 UTC by Kshithij Iyer
Modified: 2019-02-28 10:33 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-02-28 10:33:06 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.