I asked on #openstack-infra and clarkb immediately identified it as a problem with cliff, and saw that the cliff folks have apparently already fixed it in cliff 1.4.3, which is now on the openstack.org pypi mirror so new gate jobs should start passing now.
On Fri, Aug 16, at 7:34 pm, Ronak Shah <[email protected]> wrote: > Hi, > I can see on following link that many of the latest code reviews are > reporting build failure at the same point? > > https://review.openstack.org/#/q/status:open+project:openstack/python-neutronclient,n,z > > The backtrace looks liike: > > > ft46.1: tests.unit.test_shell.ShellTest.test_auth_StringException: Traceback > (most recent call last): > File > "/home/jenkins/workspace/gate-python-neutronclient-python26/tests/unit/test_shell.py", > line 71, in setUp > _shell = openstack_shell.NeutronShell('2.0') > File > "/home/jenkins/workspace/gate-python-neutronclient-python26/neutronclient/shell.py", > line 244, in __init__ > command_manager=commandmanager.CommandManager('neutron.cli'), ) > File > "/home/jenkins/workspace/gate-python-neutronclient-python26/.tox/py26/lib/python2.6/site-packages/cliff/app.py", > line 72, in __init__ > self._set_streams(stdin, stdout, stderr) > File > "/home/jenkins/workspace/gate-python-neutronclient-python26/.tox/py26/lib/python2.6/site-packages/cliff/app.py", > line 89, in _set_streams > self.stdin = stdin or codecs.getreader(encoding)(sys.stdin) > File > "/home/jenkins/workspace/gate-python-neutronclient-python26/.tox/py26/lib64/python2.6/codecs.py", > line 984, in getreader > return lookup(encoding).streamreader > TypeError: lookup() argument 1 must be string, not None > > > Does anyone already looking into it? > > Thanks, > Ronak > > > _______________________________________________ > OpenStack-dev mailing list > [email protected] > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > _______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
