Your message dated Mon, 4 Jul 2011 19:35:32 +0200
with message-id <20110704173532.ga3...@jwilk.net>
and subject line Re: Bug#625127: libcloud: FTBFS: AttributeError: 
MockSoftLayerTransport instance has no attribute '_parse_response'
has caused the Debian Bug report #625127,
regarding libcloud: FTBFS: AttributeError: MockSoftLayerTransport instance has 
no attribute '_parse_response'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
625127: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625127
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libcloud
Version: 0.3.1-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110502 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> pyversions: missing X(S)-Python-Version in control file, fall back to 
> debian/pyversions
> test -x debian/rules
> dh_testroot
> dh_clean 
> cd . && \
>               python setup.py clean \
>               -a
> running clean
> 'build/lib.linux-x86_64-2.6' does not exist -- can't clean it
> 'build/bdist.linux-x86_64' does not exist -- can't clean it
> 'build/scripts-2.6' does not exist -- can't clean it
> rm -rf debian/python-module-stampdir
> find "/build/user-libcloud_0.3.1-1-amd64-HZbTAV/libcloud-0.3.1" -name 
> '*.py[co]' -delete
> find "/build/user-libcloud_0.3.1-1-amd64-HZbTAV/libcloud-0.3.1" -name 
> __pycache__ -type d -empty -delete
> find "/build/user-libcloud_0.3.1-1-amd64-HZbTAV/libcloud-0.3.1" -prune -name 
> '*.egg-info' -exec rm -rf '{}' ';'
> rm -f test/secrets.py debian/stamp-makefile-check
>  dpkg-source -b libcloud-0.3.1
> dpkg-source: info: using source format `3.0 (quilt)'
> dpkg-source: info: building libcloud using existing 
> ./libcloud_0.3.1.orig.tar.bz2
> dpkg-source: info: building libcloud in libcloud_0.3.1-1.debian.tar.gz
> dpkg-source: info: building libcloud in libcloud_0.3.1-1.dsc
>  debian/rules build
> pyversions: missing X(S)-Python-Version in control file, fall back to 
> debian/pyversions
> test -x debian/rules
> mkdir -p "."
> mkdir -p debian/python-module-stampdir
> pyversions: missing X(S)-Python-Version in control file, fall back to 
> debian/pyversions
> ln -s secrets.py-dist test/secrets.py
> for pyversion in 2.6 2.7; do python$pyversion setup.py test; done
> running test
> ....................................................................................................................................................................................
> ----------------------------------------------------------------------
> Ran 180 tests in 0.281s
> 
> OK
> running test
> ............./build/user-libcloud_0.3.1-1-amd64-HZbTAV/libcloud-0.3.1/libcloud/drivers/voxel.py:46:
>  FutureWarning: The behavior of this method will change in future versions.  
> Use specific 'len(elem)' or 'elem is not None' test instead.
>   if not self.parsed:
> ...............EE......................................................................................................................................................
> ======================================================================
> ERROR: test_list_locations (test.test_softlayer.SoftLayerTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-libcloud_0.3.1-1-amd64-HZbTAV/libcloud-0.3.1/test/test_softlayer.py",
>  line 56, in test_list_locations
>     locations = self.driver.list_locations()
>   File 
> "/build/user-libcloud_0.3.1-1-amd64-HZbTAV/libcloud-0.3.1/libcloud/drivers/softlayer.py",
>  line 400, in list_locations
>     "getDatacenters"
>   File 
> "/build/user-libcloud_0.3.1-1-amd64-HZbTAV/libcloud-0.3.1/libcloud/drivers/softlayer.py",
>  line 187, in request
>     return getattr(sl, method)(*params)
>   File "/usr/lib/python2.7/xmlrpclib.py", line 1224, in __call__
>     return self.__send(self.__name, args)
>   File "/usr/lib/python2.7/xmlrpclib.py", line 1575, in __request
>     verbose=self.__verbose
>   File 
> "/build/user-libcloud_0.3.1-1-amd64-HZbTAV/libcloud-0.3.1/test/test_softlayer.py",
>  line 41, in request
>     return self._parse_response(resp.body, None)
> AttributeError: MockSoftLayerTransport instance has no attribute 
> '_parse_response'
> 
> ======================================================================
> ERROR: test_list_nodes (test.test_softlayer.SoftLayerTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/build/user-libcloud_0.3.1-1-amd64-HZbTAV/libcloud-0.3.1/test/test_softlayer.py",
>  line 50, in test_list_nodes
>     node = self.driver.list_nodes()[0]
>   File 
> "/build/user-libcloud_0.3.1-1-amd64-HZbTAV/libcloud-0.3.1/libcloud/drivers/softlayer.py",
>  line 418, in list_nodes
>     object_mask=mask
>   File 
> "/build/user-libcloud_0.3.1-1-amd64-HZbTAV/libcloud-0.3.1/libcloud/drivers/softlayer.py",
>  line 187, in request
>     return getattr(sl, method)(*params)
>   File "/usr/lib/python2.7/xmlrpclib.py", line 1224, in __call__
>     return self.__send(self.__name, args)
>   File "/usr/lib/python2.7/xmlrpclib.py", line 1575, in __request
>     verbose=self.__verbose
>   File 
> "/build/user-libcloud_0.3.1-1-amd64-HZbTAV/libcloud-0.3.1/test/test_softlayer.py",
>  line 41, in request
>     return self._parse_response(resp.body, None)
> AttributeError: MockSoftLayerTransport instance has no attribute 
> '_parse_response'
> 
> ----------------------------------------------------------------------
> Ran 180 tests in 0.159s
> 
> FAILED (errors=2)
> make: *** [debian/stamp-makefile-check] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/05/02/libcloud_0.3.1-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Version: 0.5.0-1

* Lucas Nussbaum <lu...@lucas-nussbaum.net>, 2011-05-02, 14:45:
FAILED (errors=2)
make: *** [debian/stamp-makefile-check] Error 1

The current version can be built successfully.

--
Jakub Wilk


--- End Message ---

Reply via email to