[automated-testing] Gluster Build System fails to verify

Nigel Babu nigelb at redhat.com
Wed Jul 25 10:17:07 UTC 2018


This has been fixed for some time. Is your review very old? This should be
fixed if you rebase your changes on top of the latest master.

On Wed, Jul 25, 2018 at 2:53 PM Vignesh <sselvan at redhat.com> wrote:

> Hi Team,
>
>
> It looks like there are issue with Gluster Build System. It was failing with below error[1]
>
>
> *14:09:11* python create: /home/jenkins/root/workspace/glusto-tests-lint/.tox/python*14:09:13* python installdeps: flake8, pylint*14:09:15* ERROR: invocation failed (exit code 1), logfile: /home/jenkins/root/workspace/glusto-tests-lint/.tox/python/log/python-1.log*14:09:15* ERROR: actionid: python*14:09:15* msg: getenv*14:09:15* cmdargs: ['/home/jenkins/root/workspace/glusto-tests-lint/.tox/python/bin/pip', 'install', 'flake8', 'pylint']*14:09:15* *14:09:15* You are using pip version 7.1.0, however version 18.0 is available.*14:09:15* You should consider upgrading via the 'pip install --upgrade pip' command.*14:09:15* Collecting flake8*14:09:15*   Using cached https://files.pythonhosted.org/packages/b9/dc/14e9d94c770b8c4ef584e906c7583e74864786a58d47de101f2767d50c0b/flake8-3.5.0-py2.py3-none-any.whl*14:09:15* Collecting pylint*14:09:15*   Downloading https://files.pythonhosted.org/packages/54/4c/21f25feb52914bafc863b1c3eeaec9ea049dfe03d3f0613cf6886b05ddb4/pylint-2.0.1.tar.gz (550kB)*14:09:15*     Complete output from command python setup.py egg_info:*14:09:15*     /opt/rh/python27/root/usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'use_scm_version'*14:09:15*       warnings.warn(msg)*14:09:15*     /opt/rh/python27/root/usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires'*14:09:15*       warnings.warn(msg)*14:09:15*     warning: no previously-included files found matching '*.nix'*14:09:15*     warning: no previously-included files found matching 'appveyor.yml'*14:09:15*     warning: no previously-included files found matching '.travis.yaml'*14:09:15*     warning: no previously-included files found matching '.pre-commit-config.yaml'*14:09:15*     *14:09:15*     Installed /tmp/easy_install-4eaqa2/pytest-runner-4.2/.eggs/setuptools_scm-0.0.0-py2.7.egg*14:09:15*     Traceback (most recent call last):*14:09:15*       File "<string>", line 20, in <module>*14:09:15*       File "/tmp/pip-build-DsfK26/pylint/setup.py", line 177, in <module>*14:09:15*         install()*14:09:15*       File "/tmp/pip-build-DsfK26/pylint/setup.py", line 174, in install*14:09:15*         **kwargs)*14:09:15*       File "/opt/rh/python27/root/usr/lib64/python2.7/distutils/core.py", line 111, in setup*14:09:15*         _setup_distribution = dist = klass(attrs)*14:09:15*       File "/home/jenkins/root/workspace/glusto-tests-lint/.tox/python/lib/python2.7/site-packages/setuptools/dist.py", line 268, in __init__*14:09:15*         self.fetch_build_eggs(attrs['setup_requires'])*14:09:15*       File "/home/jenkins/root/workspace/glusto-tests-lint/.tox/python/lib/python2.7/site-packages/setuptools/dist.py", line 313, in fetch_build_eggs*14:09:15*         replace_conflicting=True,*14:09:15*       File "/home/jenkins/root/workspace/glusto-tests-lint/.tox/python/lib/python2.7/site-packages/pkg_resources/__init__.py", line 836, in resolve*14:09:15*         dist = best[req.key] = env.best_match(req, ws, installer)*14:09:15*       File "/home/jenkins/root/workspace/glusto-tests-lint/.tox/python/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1081, in best_match*14:09:15*         return self.obtain(req, installer)*14:09:15*       File "/home/jenkins/root/workspace/glusto-tests-lint/.tox/python/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1093, in obtain*14:09:15*         return installer(requirement)*14:09:15*       File "/home/jenkins/root/workspace/glusto-tests-lint/.tox/python/lib/python2.7/site-packages/setuptools/dist.py", line 380, in fetch_build_egg*14:09:15*         return cmd.easy_install(req)*14:09:15*       File "/home/jenkins/root/workspace/glusto-tests-lint/.tox/python/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 629, in easy_install*14:09:15*         return self.install_item(spec, dist.location, tmpdir, deps)*14:09:15*       File "/home/jenkins/root/workspace/glusto-tests-lint/.tox/python/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 659, in install_item*14:09:15*         dists = self.install_eggs(spec, download, tmpdir)*14:09:15*       File "/home/jenkins/root/workspace/glusto-tests-lint/.tox/python/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 842, in install_eggs*14:09:15*         return self.build_and_install(setup_script, setup_base)*14:09:15*       File "/home/jenkins/root/workspace/glusto-tests-lint/.tox/python/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1070, in build_and_install*14:09:15*         self.run_setup(setup_script, setup_base, args)*14:09:15*       File "/home/jenkins/root/workspace/glusto-tests-lint/.tox/python/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1056, in run_setup*14:09:15*         run_setup(setup_script, args)*14:09:15*       File "/home/jenkins/root/workspace/glusto-tests-lint/.tox/python/lib/python2.7/site-packages/setuptools/sandbox.py", line 240, in run_setup*14:09:15*         raise*14:09:15*       File "/opt/rh/python27/root/usr/lib64/python2.7/contextlib.py", line 35, in __exit__*14:09:15*         self.gen.throw(type, value, traceback)*14:09:15*       File "/home/jenkins/root/workspace/glusto-tests-lint/.tox/python/lib/python2.7/site-packages/setuptools/sandbox.py", line 193, in setup_context*14:09:15*         yield*14:09:15*       File "/opt/rh/python27/root/usr/lib64/python2.7/contextlib.py", line 35, in __exit__*14:09:15*         self.gen.throw(type, value, traceback)*14:09:15*       File "/home/jenkins/root/workspace/glusto-tests-lint/.tox/python/lib/python2.7/site-packages/setuptools/sandbox.py", line 164, in save_modules*14:09:15*         saved_exc.resume()*14:09:15*       File "/home/jenkins/root/workspace/glusto-tests-lint/.tox/python/lib/python2.7/site-packages/setuptools/sandbox.py", line 139, in resume*14:09:15*         compat.reraise(type, exc, self._tb)*14:09:15*       File "/home/jenkins/root/workspace/glusto-tests-lint/.tox/python/lib/python2.7/site-packages/setuptools/sandbox.py", line 152, in save_modules*14:09:15*         yield saved*14:09:15*       File "/home/jenkins/root/workspace/glusto-tests-lint/.tox/python/lib/python2.7/site-packages/setuptools/sandbox.py", line 193, in setup_context*14:09:15*         yield*14:09:15*       File "/home/jenkins/root/workspace/glusto-tests-lint/.tox/python/lib/python2.7/site-packages/setuptools/sandbox.py", line 237, in run_setup*14:09:15*         DirectorySandbox(setup_dir).run(runner)*14:09:15*       File "/home/jenkins/root/workspace/glusto-tests-lint/.tox/python/lib/python2.7/site-packages/setuptools/sandbox.py", line 267, in run*14:09:15*         return func()*14:09:15*       File "/home/jenkins/root/workspace/glusto-tests-lint/.tox/python/lib/python2.7/site-packages/setuptools/sandbox.py", line 236, in runner*14:09:15*         _execfile(setup_script, ns)*14:09:15*       File "/home/jenkins/root/workspace/glusto-tests-lint/.tox/python/lib/python2.7/site-packages/setuptools/sandbox.py", line 46, in _execfile*14:09:15*         exec(code, globals, locals)*14:09:15*       File "/tmp/easy_install-4eaqa2/pytest-runner-4.2/setup.py", line 76, in <module>*14:09:15*     *14:09:15*       File "/opt/rh/python27/root/usr/lib64/python2.7/distutils/core.py", line 111, in setup*14:09:15*         _setup_distribution = dist = klass(attrs)*14:09:15*       File "/home/jenkins/root/workspace/glusto-tests-lint/.tox/python/lib/python2.7/site-packages/setuptools/dist.py", line 268, in __init__*14:09:15*         self.fetch_build_eggs(attrs['setup_requires'])*14:09:15*       File "/home/jenkins/root/workspace/glusto-tests-lint/.tox/python/lib/python2.7/site-packages/setuptools/dist.py", line 313, in fetch_build_eggs*14:09:15*         replace_conflicting=True,*14:09:15*       File "/home/jenkins/root/workspace/glusto-tests-lint/.tox/python/lib/python2.7/site-packages/pkg_resources/__init__.py", line 839, in resolve*14:09:15*         raise DistributionNotFound(req, requirers)*14:09:15*     pkg_resources.DistributionNotFound: The 'setuptools-scm>=1.15.0' distribution was not found and is required by the application*14:09:15*     *14:09:15*     ----------------------------------------*14:09:15* Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-DsfK26/pylint*14:09:15* *14:09:15* ERROR: could not install deps [flake8, pylint]; v = InvocationError('/home/jenkins/root/workspace/glusto-tests-lint/.tox/python/bin/pip install flake8 pylint (see /home/jenkins/root/workspace/glusto-tests-lint/.tox/python/log/python-1.log)', 1)*14:09:15* ___________________________________ summary ____________________________________*14:09:15* ERROR:   python: could not install deps [flake8, pylint]; v = InvocationError('/home/jenkins/root/workspace/glusto-tests-lint/.tox/python/bin/pip install flake8 pylint (see /home/jenkins/root/workspace/glusto-tests-lint/.tox/python/log/python-1.log)', 1)*14:09:15* Build step 'Execute shell' marked build as failure*14:09:16* Finished: FAILURE
>
>
>
> [1]https://build.gluster.org/job/glusto-tests-lint/2838/console
>
>
> [2]https://review.gluster.org/#/c/20180/
>
> _______________________________________________
> automated-testing mailing list
> automated-testing at gluster.org
> https://lists.gluster.org/mailman/listinfo/automated-testing
>


-- 
nigelb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gluster.org/pipermail/automated-testing/attachments/20180725/d0667baf/attachment-0001.html>


More information about the automated-testing mailing list