UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 9055: ordinal not in range

Bug #1277498 reported by Haiwei Xu
This bug report is a duplicate of:  Bug #1277495: python33 jobs are breaking. Edit Remove
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
python-novaclient
New
Undecided
Unassigned

Bug Description

I met this error in gate-python-novaclient-python33:

 Exception:
2014-02-07 09:56:11.949 | Traceback (most recent call last):
2014-02-07 09:56:11.949 | File "/home/jenkins/workspace/gate-python-novaclient-python33/.tox/py33/lib/python3.3/site-packages/pip/basecommand.py", line 134, in main
2014-02-07 09:56:11.949 | status = self.run(options, args)
2014-02-07 09:56:11.949 | File "/home/jenkins/workspace/gate-python-novaclient-python33/.tox/py33/lib/python3.3/site-packages/pip/commands/install.py", line 236, in run
2014-02-07 09:56:11.949 | requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
2014-02-07 09:56:11.949 | File "/home/jenkins/workspace/gate-python-novaclient-python33/.tox/py33/lib/python3.3/site-packages/pip/req.py", line 1139, in prepare_files
2014-02-07 09:56:11.950 | req_to_install.assert_source_matches_version()
2014-02-07 09:56:11.950 | File "/home/jenkins/workspace/gate-python-novaclient-python33/.tox/py33/lib/python3.3/site-packages/pip/req.py", line 394, in assert_source_matches_version
2014-02-07 09:56:11.950 | version = self.installed_version
2014-02-07 09:56:11.950 | File "/home/jenkins/workspace/gate-python-novaclient-python33/.tox/py33/lib/python3.3/site-packages/pip/req.py", line 390, in installed_version
2014-02-07 09:56:11.950 | return self.pkg_info()['version']
2014-02-07 09:56:11.950 | File "/home/jenkins/workspace/gate-python-novaclient-python33/.tox/py33/lib/python3.3/site-packages/pip/req.py", line 357, in pkg_info
2014-02-07 09:56:11.950 | data = self.egg_info_data('PKG-INFO')
2014-02-07 09:56:11.951 | File "/home/jenkins/workspace/gate-python-novaclient-python33/.tox/py33/lib/python3.3/site-packages/pip/req.py", line 297, in egg_info_data
2014-02-07 09:56:11.951 | data = fp.read()
2014-02-07 09:56:11.951 | File "/home/jenkins/workspace/gate-python-novaclient-python33/.tox/py33/lib/python3.3/encodings/ascii.py", line 26, in decode
2014-02-07 09:56:11.951 | return codecs.ascii_decode(input, self.errors)[0]
2014-02-07 09:56:11.952 | UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 9055: ordinal not in range(128)
2014-02-07 09:56:11.952 |
2014-02-07 09:56:11.952 | Storing complete log in /home/jenkins/.pip/pip.log
2014-02-07 09:56:11.953 |
2014-02-07 09:56:11.953 | ERROR: could not install deps [-r/home/jenkins/workspace/gate-python-novaclient-python33/requirements.txt, -r/home/jenkins/workspace/gate-python-novaclient-python33/test-requirements.txt]
2014-02-07 09:56:11.953 | ___________________________________ summary ____________________________________
2014-02-07 09:56:11.954 | ERROR: py33: could not install deps [-r/home/jenkins/workspace/gate-python-novaclient-python33/requirements.txt, -r/home/jenkins/workspace/gate-python-novaclient-python33/test-requirements.txt]
2014-02-07 09:56:11.954 | + result=1
2014-02-07 09:56:11.955 | + echo 'Begin pip freeze output from test virtualenv:'
2014-02-07 09:56:11.955 | Begin pip freeze output from test virtualenv:
2014-02-07 09:56:11.956 | + echo ======================================================================
2014-02-07 09:56:11.956 | ======================================================================
2014-02-07 09:56:11.956 | + .tox/py33/bin/pip freeze
2014-02-07 09:56:12.244 | + echo ======================================================================
2014-02-07 09:56:12.244 | ======================================================================
2014-02-07 09:56:12.245 | + '[' -d .testrepository ']'
2014-02-07 09:56:12.246 | + sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh post
2014-02-07 09:56:12.416 | + sudoresult=0
2014-02-07 09:56:12.417 | + '[' 0 -ne 0 ']'
2014-02-07 09:56:12.417 | + /usr/local/jenkins/slave_scripts/jenkins-oom-grep.sh post
2014-02-07 09:56:12.478 | + oomresult=0
2014-02-07 09:56:12.479 | + '[' 0 -ne 0 ']'
2014-02-07 09:56:12.480 | ++ find . -name nose_results.html
2014-02-07 09:56:12.512 | + htmlreport=
2014-02-07 09:56:12.513 | + '[' -f '' ']'
2014-02-07 09:56:12.514 | + echo
2014-02-07 09:56:12.514 |
2014-02-07 09:56:12.515 | + echo 'WARNING: Unable to find to confirm results!'
2014-02-07 09:56:12.515 | WARNING: Unable to find to confirm results!
2014-02-07 09:56:12.515 | + echo
2014-02-07 09:56:12.516 |
2014-02-07 09:56:12.517 | + exit 1

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.