On 10/07/2013 02:52 AM, David Suárez wrote: > Source: python-neutronclient > Version: 2.3.0-1 > Severity: serious > Tags: jessie sid > User: debian...@lists.debian.org > Usertags: qa-ftbfs-20131006 qa-ftbfs > Justification: FTBFS on amd64 > > Hi, > > During a rebuild of all packages in sid, your package failed to build on > amd64. > > Relevant part (hopefully): >> ====================================================================== >> FAIL: >> neutronclient.tests.unit.test_cli20_subnet.CLITestV20SubnetXML.test_list_subnets_tags >> tags: worker-0 >> ---------------------------------------------------------------------- >> Traceback (most recent call last): >> File "/«PKGBUILDDIR»/neutronclient/tests/unit/test_cli20_subnet.py", line >> 309, in test_list_subnets_tags >> cmd = subnet.ListSubnet(test_cli20.MyApp(sys.stdout), None) >> File "/«PKGBUILDDIR»/neutronclient/neutron/v2_0/__init__.py", line 325, in >> __init__ >> super(NeutronCommand, self).__init__(app, app_args) >> File "/usr/lib/python2.7/dist-packages/cliff/display.py", line 21, in >> __init__ >> self.load_formatter_plugins() >> File "/usr/lib/python2.7/dist-packages/cliff/display.py", line 38, in >> load_formatter_plugins >> if self.app_args.debug: >> (pyparsing 2.0.1 (/usr/lib/python2.7/dist-packages), >> Requirement.parse('pyparsing==1.5.7')) >> (pyparsing 2.0.1 (/usr/lib/python2.7/dist-packages), >> Requirement.parse('pyparsing==1.5.7')) >> (pyparsing 2.0.1 (/usr/lib/python2.7/dist-packages), >> Requirement.parse('pyparsing==1.5.7')) >> (pyparsing 2.0.1 (/usr/lib/python2.7/dist-packages), >> Requirement.parse('pyparsing==1.5.7')) >> (pyparsing 2.0.1 (/usr/lib/python2.7/dist-packages), >> Requirement.parse('pyparsing==1.5.7')) >> Connection to neutron failed: [Errno 111] Connection refused >> (pyparsing 2.0.1 (/usr/lib/python2.7/dist-packages), >> Requirement.parse('pyparsing==1.5.7')) >> (pyparsing 2.0.1 (/usr/lib/python2.7/dist-packages), >> Requirement.parse('pyparsing==1.5.7')) >> AttributeError: 'NoneType' object has no attribute 'debug'
Hi, The relevant part is: (pyparsing 2.0.1 (/usr/lib/python2.7/dist-packages), Requirement.parse('pyparsing==1.5.7')) This package has been built with an outdated version of python-cliff, which needs pyparsing==1.5.7. If both python-cliff and pyparsing are updated correctly (eg: pyparsing 2.0.1 and python-cliff 1.4.5), then there's no problem. If you really rebuilt under Sid on the 6th of October, like your bug report claims, then you should have had the correct version of both. I don't understand why this isn't the case. Anyway, I believe I will be closing this bug as well, unless you can show me that you built under an up-to-date Sid, which apparently isn't the case. Cheers, Thomas Goirand (zigo) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org