[openstack-dev] [Jenkins} Gating broken

2013-09-24 Thread Gary Kotton
Hi,
Anyone know the root cause of:


2013-09-24 06:47:01.670 | Cleaning up...
2013-09-24 06:47:01.670 | No distributions matching the version for 
pyparsing=2.0.1 (from cliff=1.4.3-python-neutronclient=2.3.0,3--r 
/home/jenkins/workspace/gate-nova-pep8/requirements.txt (line 25))
2013-09-24 06:47:01.670 | Traceback (most recent call last):
2013-09-24 06:47:01.671 |   File .tox/pep8/bin/pip, line 9, in module
2013-09-24 06:47:01.671 | load_entry_point('pip==1.4.1', 'console_scripts', 
'pip')()
2013-09-24 06:47:01.671 |   File 
/home/jenkins/workspace/gate-nova-pep8/.tox/pep8/local/lib/python2.7/site-packages/pip/__init__.py,
 line 148, in main
2013-09-24 06:47:01.671 | return command.main(args[1:], options)
2013-09-24 06:47:01.672 |   File 
/home/jenkins/workspace/gate-nova-pep8/.tox/pep8/local/lib/python2.7/site-packages/pip/basecommand.py,
 line 169, in main
2013-09-24 06:47:01.672 | text = '\n'.join(complete_log)
2013-09-24 06:47:01.672 | UnicodeDecodeError: 'ascii' codec can't decode byte 
0xe2 in position 56: ordinal not in range(128)
2013-09-24 06:47:01.673 |
2013-09-24 06:47:01.673 | ERROR: could not install deps 
[-r/home/jenkins/workspace/gate-nova-pep8/requirements.txt, 
-r/home/jenkins/workspace/gate-nova-pep8/test-requi

Thanks

gary
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Jenkins} Gating broken

2013-09-24 Thread Nikola Đipanov
On 24/09/13 10:15, Gary Kotton wrote:
 Hi,
 Anyone know the root cause of:
 
 2013-09-24 06:47:01.670 | Cleaning up...
 2013-09-24 06:47:01.670 | No distributions matching the version for 
 pyparsing=2.0.1 (from cliff=1.4.3-python-neutronclient=2.3.0,3--r 
 /home/jenkins/workspace/gate-nova-pep8/requirements.txt (line 25))
 2013-09-24 06:47:01.670 | Traceback (most recent call last):
 2013-09-24 06:47:01.671 |   File .tox/pep8/bin/pip, line 9, in module
 2013-09-24 06:47:01.671 | load_entry_point('pip==1.4.1', 
 'console_scripts', 'pip')()
 2013-09-24 06:47:01.671 |   File 
 /home/jenkins/workspace/gate-nova-pep8/.tox/pep8/local/lib/python2.7/site-packages/pip/__init__.py,
  line 148, in main
 2013-09-24 06:47:01.671 | return command.main(args[1:], options)
 2013-09-24 06:47:01.672 |   File 
 /home/jenkins/workspace/gate-nova-pep8/.tox/pep8/local/lib/python2.7/site-packages/pip/basecommand.py,
  line 169, in main
 2013-09-24 06:47:01.672 | text = '\n'.join(complete_log)
 2013-09-24 06:47:01.672 | UnicodeDecodeError: 'ascii' codec can't decode byte 
 0xe2 in position 56: ordinal not in range(128)
 2013-09-24 06:47:01.673 | 
 2013-09-24 06:47:01.673 | ERROR: could not install deps 
 [-r/home/jenkins/workspace/gate-nova-pep8/requirements.txt, 
 -r/home/jenkins/workspace/gate-nova-pep8/test-requi
 

This seems to be an issue with pip not being able to find the right
version of pyparsing. This is strange as the command invocation log does
not suggest any alternative indexes are used - and it works for me.

Maybe someone from the infra team has some more insights?

PS - the unicode error seems to happen when trying to log the failure -
not the cause of it.

N.

 Thanks
 
 gary
 
 
 
 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
 


___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Jenkins} Gating broken

2013-09-24 Thread Thierry Carrez
Nikola Đipanov wrote:
 On 24/09/13 10:15, Gary Kotton wrote:
 Hi,
 Anyone know the root cause of:

 2013-09-24 06:47:01.670 | Cleaning up...
 2013-09-24 06:47:01.670 | No distributions matching the version for 
 pyparsing=2.0.1 (from cliff=1.4.3-python-neutronclient=2.3.0,3--r 
 /home/jenkins/workspace/gate-nova-pep8/requirements.txt (line 25))
 2013-09-24 06:47:01.670 | Traceback (most recent call last):
 2013-09-24 06:47:01.671 |   File .tox/pep8/bin/pip, line 9, in module
 2013-09-24 06:47:01.671 | load_entry_point('pip==1.4.1', 
 'console_scripts', 'pip')()
 2013-09-24 06:47:01.671 |   File 
 /home/jenkins/workspace/gate-nova-pep8/.tox/pep8/local/lib/python2.7/site-packages/pip/__init__.py,
  line 148, in main
 2013-09-24 06:47:01.671 | return command.main(args[1:], options)
 2013-09-24 06:47:01.672 |   File 
 /home/jenkins/workspace/gate-nova-pep8/.tox/pep8/local/lib/python2.7/site-packages/pip/basecommand.py,
  line 169, in main
 2013-09-24 06:47:01.672 | text = '\n'.join(complete_log)
 2013-09-24 06:47:01.672 | UnicodeDecodeError: 'ascii' codec can't decode 
 byte 0xe2 in position 56: ordinal not in range(128)
 2013-09-24 06:47:01.673 | 
 2013-09-24 06:47:01.673 | ERROR: could not install deps 
 [-r/home/jenkins/workspace/gate-nova-pep8/requirements.txt, 
 -r/home/jenkins/workspace/gate-nova-pep8/test-requi
 
 This seems to be an issue with pip not being able to find the right
 version of pyparsing. This is strange as the command invocation log does
 not suggest any alternative indexes are used - and it works for me.
 
 Maybe someone from the infra team has some more insights?

Should be solved once https://review.openstack.org/48014 is accepted and
merged.

-- 
Thierry Carrez (ttx)

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Jenkins} Gating broken

2013-09-24 Thread Sean Dague

On 09/24/2013 07:36 AM, Sean Dague wrote:


Hmmm... the issue being the infra pip mirrors take some time to update,
so here is the cliff capping review which should get the system running
again:

https://review.openstack.org/#/c/48019/


Which still apparently doesn't address the whole issue... because cliff 
1.4.5 no longer appears to be compatible with the grizzly devstack 
environment, which is uncapped for cliff - this makes it impossible to 
start grizzly devstack, which means upgrade testing is failing 
everything, even after we cap cliff in havana. We have no easy such 
spigot in grizzly, as global requirements enforce was a summer project.


http://logs.openstack.org/14/48014/1/check/gate-grenade-devstack-vm/386eb51/console.html

2013-09-24 11:21:28.151 | 2013-09-24 11:21:28 Best match: cliff 1.4.5
2013-09-24 11:21:28.151 | 2013-09-24 11:21:28 Downloading 
http://pypi.openstack.org/openstack/cliff/cliff-1.4.5.tar.gz

2013-09-24 11:21:28.152 | 2013-09-24 11:21:28 Processing cliff-1.4.5.tar.gz
2013-09-24 11:21:28.153 | 2013-09-24 11:21:28 Running 
cliff-1.4.5/setup.py -q bdist_egg --dist-dir 
/tmp/easy_install-RcNBdM/cliff-1.4.5/egg-dist-tmp-dv0xP9
2013-09-24 11:21:28.171 | 2013-09-24 11:21:28 
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown 
distribution option: 'entry_points'

2013-09-24 11:21:28.173 | 2013-09-24 11:21:28   warnings.warn(msg)
2013-09-24 11:21:28.174 | 2013-09-24 11:21:28 
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown 
distribution option: 'namespace_packages'

2013-09-24 11:21:28.175 | 2013-09-24 11:21:28   warnings.warn(msg)
2013-09-24 11:21:28.176 | 2013-09-24 11:21:28 
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown 
distribution option: 'zip_safe'

2013-09-24 11:21:28.177 | 2013-09-24 11:21:28   warnings.warn(msg)
2013-09-24 11:21:28.178 | 2013-09-24 11:21:28 
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown 
distribution option: 'include_package_data'

2013-09-24 11:21:28.179 | 2013-09-24 11:21:28   warnings.warn(msg)
2013-09-24 11:21:28.180 | 2013-09-24 11:21:28 
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown 
distribution option: 'install_requires'

2013-09-24 11:21:28.181 | 2013-09-24 11:21:28   warnings.warn(msg)
2013-09-24 11:21:28.183 | 2013-09-24 11:21:28 Traceback (most recent 
call last):
2013-09-24 11:21:28.184 | 2013-09-24 11:21:28   File setup.py, line 
22, in module

2013-09-24 11:21:28.185 | 2013-09-24 11:21:28 pbr=True)
2013-09-24 11:21:28.185 | 2013-09-24 11:21:28   File 
/usr/lib/python2.7/distutils/core.py, line 152, in setup

2013-09-24 11:21:28.186 | 2013-09-24 11:21:28 dist.run_commands()
2013-09-24 11:21:28.187 | 2013-09-24 11:21:28   File 
/usr/lib/python2.7/distutils/dist.py, line 953, in run_commands

2013-09-24 11:21:28.211 | 2013-09-24 11:21:28 self.run_command(cmd)
2013-09-24 11:21:28.212 | 2013-09-24 11:21:28   File 
/usr/lib/python2.7/distutils/dist.py, line 972, in run_command

2013-09-24 11:21:28.213 | 2013-09-24 11:21:28 cmd_obj.run()
2013-09-24 11:21:28.214 | 2013-09-24 11:21:28   File 
/usr/lib/python2.7/dist-packages/setuptools/command/develop.py, line 
27, in run
2013-09-24 11:21:28.215 | 2013-09-24 11:21:28 
self.install_for_development()
2013-09-24 11:21:28.216 | 2013-09-24 11:21:28   File 
/usr/lib/python2.7/dist-packages/setuptools/command/develop.py, line 
105, in install_for_development
2013-09-24 11:21:28.217 | 2013-09-24 11:21:28 
self.process_distribution(None, self.dist, not self.no_deps)
2013-09-24 11:21:28.218 | 2013-09-24 11:21:28   File 
/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py, 
line 692, in process_distribution
2013-09-24 11:21:28.219 | 2013-09-24 11:21:28 [requirement], 
self.local_index, self.easy_install
2013-09-24 11:21:28.220 | 2013-09-24 11:21:28   File 
/usr/lib/python2.7/dist-packages/pkg_resources.py, line 576, in resolve
2013-09-24 11:21:28.221 | 2013-09-24 11:21:28 dist = best[req.key] = 
env.best_match(req, self, installer)
2013-09-24 11:21:28.222 | 2013-09-24 11:21:28   File 
/usr/lib/python2.7/dist-packages/pkg_resources.py, line 821, in best_match
2013-09-24 11:21:28.223 | 2013-09-24 11:21:28 return 
self.obtain(req, installer) # try and download/install
2013-09-24 11:21:28.224 | 2013-09-24 11:21:28   File 
/usr/lib/python2.7/dist-packages/pkg_resources.py, line 833, in obtain
2013-09-24 11:21:28.225 | 2013-09-24 11:21:28 return 
installer(requirement)
2013-09-24 11:21:28.226 | 2013-09-24 11:21:28   File 
/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py, 
line 608, in easy_install
2013-09-24 11:21:28.248 | 2013-09-24 11:21:28 return 
self.install_item(spec, dist.location, tmpdir, deps)
2013-09-24 11:21:28.250 | 2013-09-24 11:21:28   File 
/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py, 
line 638, in install_item
2013-09-24 11:21:28.252 | 2013-09-24 11:21:28 dists = 
self.install_eggs(spec, download, tmpdir)
2013-09-24 

Re: [openstack-dev] [Jenkins} Gating broken

2013-09-24 Thread Bhuvan Arumugam
On Tue, Sep 24, 2013 at 1:15 AM, Gary Kotton gkot...@vmware.com wrote:

 Hi,
 Anyone know the root cause of:

 2013-09-24 06:47:01.670 | Cleaning up...
 2013-09-24 06:47:01.670 | No distributions matching the version for 
 pyparsing=2.0.1 (from cliff=1.4.3-python-neutronclient=2.3.0,3--r 
 /home/jenkins/workspace/gate-nova-pep8/requirements.txt (line 25))
 2013-09-24 06:47:01.670 | Traceback (most recent call last):
 2013-09-24 06:47:01.671 |   File .tox/pep8/bin/pip, line 9, in module
 2013-09-24 06:47:01.671 | load_entry_point('pip==1.4.1', 
 'console_scripts', 'pip')()
 2013-09-24 06:47:01.671 |   File 
 /home/jenkins/workspace/gate-nova-pep8/.tox/pep8/local/lib/python2.7/site-packages/pip/__init__.py,
  line 148, in main
 2013-09-24 06:47:01.671 | return command.main(args[1:], options)
 2013-09-24 06:47:01.672 |   File 
 /home/jenkins/workspace/gate-nova-pep8/.tox/pep8/local/lib/python2.7/site-packages/pip/basecommand.py,
  line 169, in main
 2013-09-24 06:47:01.672 | text = '\n'.join(complete_log)
 2013-09-24 06:47:01.672 | UnicodeDecodeError: 'ascii' codec can't decode byte 
 0xe2 in position 56: ordinal not in range(128)
 2013-09-24 06:47:01.673 |
 2013-09-24 06:47:01.673 | ERROR: could not install deps 
 [-r/home/jenkins/workspace/gate-nova-pep8/requirements.txt, 
 -r/home/jenkins/workspace/gate-nova-pep8/test-requi


Likely due to missing dependency in pypi mirror. pyparsing 2.0.1 was not
synced with the mirror at that point in time. pyparsing 2.0.1 is now
updated in the mirror. It shouldn't be an issue anymore. The tests ran at
6:47, while the package was uploaded/synced at 14:25.
  http://pypi.openstack.org/openstack/pyparsing/pyparsing-2.0.1.tar.gz

I see it as an issue between time the requirements is changed and time the
packages are sync'ed to the mirror. In this case, a newer version is
released and cliff=1.4.3 attempt to install newer version v1.4.5. The new
version of cliff v1.4.5 released yesterday require pyparsing=2.0.1.

-- 
Regards,
Bhuvan Arumugam
www.livecipher.com
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev