[PKG-Openstack-devel] Bug#759976: python-tooz: FTBFS: tests failed

Lucas Nussbaum lucas at lucas-nussbaum.net
Sat Aug 30 21:53:48 UTC 2014


Source: python-tooz
Version: 0.3-1
Severity: serious
Tags: jessie sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20140830 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):
> make[1]: Entering directory '/«PKGBUILDDIR»'
> pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions
> pyversions: missing debian/pyversions file, fall back to supported versions
> py3versions: no X-Python3-Version in control file, using supported versions
> echo "===> Running tests"
> ===> Running tests
> set -e ; for i in 2.7 3.4 ; do \
> 	PYMAJOR=`echo $i | cut -d'.' -f1` ; \
> 	echo "===> Testing with python$i (python$PYMAJOR)" ; \
> 	rm -rf .testrepository ; \
> 	testr-python$PYMAJOR init ; \
> 	TEMP_REZ=`mktemp -t` ; \
> 	PYTHONPATH=/«PKGBUILDDIR» PYTHON=python$i testr-python$PYMAJOR run --subunit 'tests\.(?!.*OptsTestCase.test_entry_point.*)' | tee $TEMP_REZ | subunit2pyunit ; \
> 	cat $TEMP_REZ | subunit-filter -s --no-passthrough | subunit-stats ; \
> 	rm -f $TEMP_REZ ; \
> 	testr-python$PYMAJOR slowest ; \
> done
> ===> Testing with python2.7 (python2)
> running=${PYTHON:-python} -m subunit.run discover tooz --list 
> running=${PYTHON:-python} -m subunit.run discover tooz  --load-list /tmp/tmpVzUbKN
> tests.drivers.test_memcached.TestRetry.test_retry
> tests.drivers.test_memcached.TestRetry.test_retry ... ok
> No handlers could be found for logger "kazoo.client"
> tests.test_coordination.TestAPI.test_create_group(zookeeper)
> tests.test_coordination.TestAPI.test_create_group(zookeeper) ... skipped u'operation error: Connection time-out'
> tests.test_coordination.TestAPI.test_create_group(zake)
> tests.test_coordination.TestAPI.test_create_group(zake) ... ok
> tests.test_coordination.TestAPI.test_create_group(memcached)
> tests.test_coordination.TestAPI.test_create_group(memcached) ... FAIL
> tests.test_coordination.TestAPI.test_create_group(ipc)
> tests.test_coordination.TestAPI.test_create_group(ipc) ... skipped u''
> tests.test_coordination.TestAPI.test_create_group_already_exist(zookeeper)
> tests.test_coordination.TestAPI.test_create_group_already_exist(zookeeper) ... skipped u'operation error: Connection time-out'
> tests.test_coordination.TestAPI.test_create_group_already_exist(zake)
> tests.test_coordination.TestAPI.test_create_group_already_exist(zake) ... ok
> tests.test_coordination.TestAPI.test_create_group_already_exist(memcached)
> tests.test_coordination.TestAPI.test_create_group_already_exist(memcached) ... FAIL
> tests.test_coordination.TestAPI.test_create_group_already_exist(ipc)
> tests.test_coordination.TestAPI.test_create_group_already_exist(ipc) ... skipped u''
> tests.test_coordination.TestAPI.test_disconnect_leave_group(zookeeper)
> tests.test_coordination.TestAPI.test_disconnect_leave_group(zookeeper) ... skipped u'operation error: Connection time-out'
> tests.test_coordination.TestAPI.test_disconnect_leave_group(zake)
> tests.test_coordination.TestAPI.test_disconnect_leave_group(zake) ... skipped u'Zake has a bug that prevent this test from working'
> tests.test_coordination.TestAPI.test_disconnect_leave_group(memcached)
> tests.test_coordination.TestAPI.test_disconnect_leave_group(memcached) ... FAIL
> tests.test_coordination.TestAPI.test_disconnect_leave_group(ipc)
> tests.test_coordination.TestAPI.test_disconnect_leave_group(ipc) ... skipped u''
> tests.test_coordination.TestAPI.test_get_groups(zookeeper)
> tests.test_coordination.TestAPI.test_get_groups(zookeeper) ... skipped u'operation error: Connection time-out'
> tests.test_coordination.TestAPI.test_get_groups(zake)
> tests.test_coordination.TestAPI.test_get_groups(zake) ... ok
> tests.test_coordination.TestAPI.test_get_groups(memcached)
> tests.test_coordination.TestAPI.test_get_groups(memcached) ... FAIL
> tests.test_coordination.TestAPI.test_get_groups(ipc)
> tests.test_coordination.TestAPI.test_get_groups(ipc) ... skipped u''
> tests.test_coordination.TestAPI.test_get_leader(zookeeper)
> tests.test_coordination.TestAPI.test_get_leader(zookeeper) ... skipped u'operation error: Connection time-out'
> tests.test_coordination.TestAPI.test_get_leader(zake)
> tests.test_coordination.TestAPI.test_get_leader(zake) ... skipped u''
> tests.test_coordination.TestAPI.test_get_leader(memcached)
> tests.test_coordination.TestAPI.test_get_leader(memcached) ... FAIL
> tests.test_coordination.TestAPI.test_get_leader(ipc)
> tests.test_coordination.TestAPI.test_get_leader(ipc) ... skipped u''
> tests.test_coordination.TestAPI.test_get_lock(zookeeper)
> tests.test_coordination.TestAPI.test_get_lock(zookeeper) ... skipped u'operation error: Connection time-out'
> tests.test_coordination.TestAPI.test_get_lock(zake)
> tests.test_coordination.TestAPI.test_get_lock(zake) ... skipped u''
> tests.test_coordination.TestAPI.test_get_lock(memcached)
> tests.test_coordination.TestAPI.test_get_lock(memcached) ... FAIL
> tests.test_coordination.TestAPI.test_get_lock(ipc)
> tests.test_coordination.TestAPI.test_get_lock(ipc) ... ok
> tests.test_coordination.TestAPI.test_get_lock_multiple_coords(zookeeper)
> tests.test_coordination.TestAPI.test_get_lock_multiple_coords(zookeeper) ... skipped u'operation error: Connection time-out'
> tests.test_coordination.TestAPI.test_get_lock_multiple_coords(zake)
> tests.test_coordination.TestAPI.test_get_lock_multiple_coords(zake) ... skipped u''
> tests.test_coordination.TestAPI.test_get_lock_multiple_coords(memcached)
> tests.test_coordination.TestAPI.test_get_lock_multiple_coords(memcached) ... FAIL
> tests.test_coordination.TestAPI.test_get_lock_multiple_coords(ipc)
> tests.test_coordination.TestAPI.test_get_lock_multiple_coords(ipc) ... ok
> tests.test_coordination.TestAPI.test_get_member_capabilities(zookeeper)
> tests.test_coordination.TestAPI.test_get_member_capabilities(zookeeper) ... skipped u'operation error: Connection time-out'
> tests.test_coordination.TestAPI.test_get_member_capabilities(zake)
> tests.test_coordination.TestAPI.test_get_member_capabilities(zake) ... ok
> tests.test_coordination.TestAPI.test_get_member_capabilities(memcached)
> tests.test_coordination.TestAPI.test_get_member_capabilities(memcached) ... FAIL
> tests.test_coordination.TestAPI.test_get_member_capabilities(ipc)
> tests.test_coordination.TestAPI.test_get_member_capabilities(ipc) ... skipped u''
> tests.test_coordination.TestAPI.test_get_member_capabilities_nonexistent_group(zookeeper)
> tests.test_coordination.TestAPI.test_get_member_capabilities_nonexistent_group(zookeeper) ... skipped u'operation error: Connection time-out'
> tests.test_coordination.TestAPI.test_get_member_capabilities_nonexistent_group(zake)
> tests.test_coordination.TestAPI.test_get_member_capabilities_nonexistent_group(zake) ... ok
> tests.test_coordination.TestAPI.test_get_member_capabilities_nonexistent_group(memcached)
> tests.test_coordination.TestAPI.test_get_member_capabilities_nonexistent_group(memcached) ... FAIL
> tests.test_coordination.TestAPI.test_get_member_capabilities_nonexistent_group(ipc)
> tests.test_coordination.TestAPI.test_get_member_capabilities_nonexistent_group(ipc) ... skipped u''
> tests.test_coordination.TestAPI.test_get_member_capabilities_nonjoined_member(zookeeper)
> tests.test_coordination.TestAPI.test_get_member_capabilities_nonjoined_member(zookeeper) ... skipped u'operation error: Connection time-out'
> tests.test_coordination.TestAPI.test_get_member_capabilities_nonjoined_member(zake)
> tests.test_coordination.TestAPI.test_get_member_capabilities_nonjoined_member(zake) ... ok
> tests.test_coordination.TestAPI.test_get_member_capabilities_nonjoined_member(memcached)
> tests.test_coordination.TestAPI.test_get_member_capabilities_nonjoined_member(memcached) ... FAIL
> tests.test_coordination.TestAPI.test_get_member_capabilities_nonjoined_member(ipc)
> tests.test_coordination.TestAPI.test_get_member_capabilities_nonjoined_member(ipc) ... skipped u''
> tests.test_coordination.TestAPI.test_get_members(zookeeper)
> tests.test_coordination.TestAPI.test_get_members(zookeeper) ... skipped u'operation error: Connection time-out'
> tests.test_coordination.TestAPI.test_get_members(zake)
> tests.test_coordination.TestAPI.test_get_members(zake) ... ok
> tests.test_coordination.TestAPI.test_get_members(memcached)
> tests.test_coordination.TestAPI.test_get_members(memcached) ... FAIL
> tests.test_coordination.TestAPI.test_get_members(ipc)
> tests.test_coordination.TestAPI.test_get_members(ipc) ... skipped u''
> tests.test_coordination.TestAPI.test_heartbeat(zookeeper)
> tests.test_coordination.TestAPI.test_heartbeat(zookeeper) ... skipped u'operation error: Connection time-out'
> tests.test_coordination.TestAPI.test_heartbeat(zake)
> tests.test_coordination.TestAPI.test_heartbeat(zake) ... ok
> tests.test_coordination.TestAPI.test_heartbeat(memcached)
> tests.test_coordination.TestAPI.test_heartbeat(memcached) ... FAIL
> tests.test_coordination.TestAPI.test_heartbeat(ipc)
> tests.test_coordination.TestAPI.test_heartbeat(ipc) ... ok
> tests.test_coordination.TestAPI.test_join_group(zookeeper)
> tests.test_coordination.TestAPI.test_join_group(zookeeper) ... skipped u'operation error: Connection time-out'
> tests.test_coordination.TestAPI.test_join_group(zake)
> tests.test_coordination.TestAPI.test_join_group(zake) ... ok
> tests.test_coordination.TestAPI.test_join_group(memcached)
> tests.test_coordination.TestAPI.test_join_group(memcached) ... FAIL
> tests.test_coordination.TestAPI.test_join_group(ipc)
> tests.test_coordination.TestAPI.test_join_group(ipc) ... skipped u''
> tests.test_coordination.TestAPI.test_join_group_with_member_id_already_exists(zookeeper)
> tests.test_coordination.TestAPI.test_join_group_with_member_id_already_exists(zookeeper) ... skipped u'operation error: Connection time-out'
> tests.test_coordination.TestAPI.test_join_group_with_member_id_already_exists(zake)
> tests.test_coordination.TestAPI.test_join_group_with_member_id_already_exists(zake) ... ok
> tests.test_coordination.TestAPI.test_join_group_with_member_id_already_exists(memcached)
> tests.test_coordination.TestAPI.test_join_group_with_member_id_already_exists(memcached) ... FAIL
> tests.test_coordination.TestAPI.test_join_group_with_member_id_already_exists(ipc)
> tests.test_coordination.TestAPI.test_join_group_with_member_id_already_exists(ipc) ... skipped u''
> tests.test_coordination.TestAPI.test_join_nonexistent_group(zookeeper)
> tests.test_coordination.TestAPI.test_join_nonexistent_group(zookeeper) ... skipped u'operation error: Connection time-out'
> tests.test_coordination.TestAPI.test_join_nonexistent_group(zake)
> tests.test_coordination.TestAPI.test_join_nonexistent_group(zake) ... ok
> tests.test_coordination.TestAPI.test_join_nonexistent_group(memcached)
> tests.test_coordination.TestAPI.test_join_nonexistent_group(memcached) ... FAIL
> tests.test_coordination.TestAPI.test_join_nonexistent_group(ipc)
> tests.test_coordination.TestAPI.test_join_nonexistent_group(ipc) ... skipped u''
> tests.test_coordination.TestAPI.test_leave_group(zookeeper)
> tests.test_coordination.TestAPI.test_leave_group(zookeeper) ... skipped u'operation error: Connection time-out'
> tests.test_coordination.TestAPI.test_leave_group(zake)
> tests.test_coordination.TestAPI.test_leave_group(zake) ... ok
> tests.test_coordination.TestAPI.test_leave_group(memcached)
> tests.test_coordination.TestAPI.test_leave_group(memcached) ... FAIL
> tests.test_coordination.TestAPI.test_leave_group(ipc)
> tests.test_coordination.TestAPI.test_leave_group(ipc) ... skipped u''
> tests.test_coordination.TestAPI.test_leave_group_not_joined_by_member(zookeeper)
> tests.test_coordination.TestAPI.test_leave_group_not_joined_by_member(zookeeper) ... skipped u'operation error: Connection time-out'
> tests.test_coordination.TestAPI.test_leave_group_not_joined_by_member(zake)
> tests.test_coordination.TestAPI.test_leave_group_not_joined_by_member(zake) ... ok
> tests.test_coordination.TestAPI.test_leave_group_not_joined_by_member(memcached)
> tests.test_coordination.TestAPI.test_leave_group_not_joined_by_member(memcached) ... FAIL
> tests.test_coordination.TestAPI.test_leave_group_not_joined_by_member(ipc)
> tests.test_coordination.TestAPI.test_leave_group_not_joined_by_member(ipc) ... skipped u''
> tests.test_coordination.TestAPI.test_leave_nonexistent_group(zookeeper)
> tests.test_coordination.TestAPI.test_leave_nonexistent_group(zookeeper) ... skipped u'operation error: Connection time-out'
> tests.test_coordination.TestAPI.test_leave_nonexistent_group(zake)
> tests.test_coordination.TestAPI.test_leave_nonexistent_group(zake) ... ok
> tests.test_coordination.TestAPI.test_leave_nonexistent_group(memcached)
> tests.test_coordination.TestAPI.test_leave_nonexistent_group(memcached) ... FAIL
> tests.test_coordination.TestAPI.test_leave_nonexistent_group(ipc)
> tests.test_coordination.TestAPI.test_leave_nonexistent_group(ipc) ... skipped u''
> tests.test_coordination.TestAPI.test_run_for_election(zookeeper)
> tests.test_coordination.TestAPI.test_run_for_election(zookeeper) ... skipped u'operation error: Connection time-out'
> tests.test_coordination.TestAPI.test_run_for_election(zake)
> tests.test_coordination.TestAPI.test_run_for_election(zake) ... skipped u''
> tests.test_coordination.TestAPI.test_run_for_election(memcached)
> tests.test_coordination.TestAPI.test_run_for_election(memcached) ... FAIL
> tests.test_coordination.TestAPI.test_run_for_election(ipc)
> tests.test_coordination.TestAPI.test_run_for_election(ipc) ... skipped u''
> tests.test_coordination.TestAPI.test_run_for_election_multiple_clients(zookeeper)
> tests.test_coordination.TestAPI.test_run_for_election_multiple_clients(zookeeper) ... skipped u'operation error: Connection time-out'
> tests.test_coordination.TestAPI.test_run_for_election_multiple_clients(zake)
> tests.test_coordination.TestAPI.test_run_for_election_multiple_clients(zake) ... skipped u''
> tests.test_coordination.TestAPI.test_run_for_election_multiple_clients(memcached)
> tests.test_coordination.TestAPI.test_run_for_election_multiple_clients(memcached) ... FAIL
> tests.test_coordination.TestAPI.test_run_for_election_multiple_clients(ipc)
> tests.test_coordination.TestAPI.test_run_for_election_multiple_clients(ipc) ... skipped u''
> tests.test_coordination.TestAPI.test_run_for_election_multiple_clients_stand_down(zookeeper)
> tests.test_coordination.TestAPI.test_run_for_election_multiple_clients_stand_down(zookeeper) ... skipped u'operation error: Connection time-out'
> tests.test_coordination.TestAPI.test_run_for_election_multiple_clients_stand_down(zake)
> tests.test_coordination.TestAPI.test_run_for_election_multiple_clients_stand_down(zake) ... skipped u''
> tests.test_coordination.TestAPI.test_run_for_election_multiple_clients_stand_down(memcached)
> tests.test_coordination.TestAPI.test_run_for_election_multiple_clients_stand_down(memcached) ... FAIL
> tests.test_coordination.TestAPI.test_run_for_election_multiple_clients_stand_down(ipc)
> tests.test_coordination.TestAPI.test_run_for_election_multiple_clients_stand_down(ipc) ... skipped u''
> tests.test_coordination.TestAPI.test_timeout(zookeeper)
> tests.test_coordination.TestAPI.test_timeout(zookeeper) ... skipped u'operation error: Connection time-out'
> tests.test_coordination.TestAPI.test_timeout(zake)
> tests.test_coordination.TestAPI.test_timeout(zake) ... skipped u'This test only works with memcached for now'
> tests.test_coordination.TestAPI.test_timeout(memcached)
> tests.test_coordination.TestAPI.test_timeout(memcached) ... FAIL
> tests.test_coordination.TestAPI.test_timeout(ipc)
> tests.test_coordination.TestAPI.test_timeout(ipc) ... skipped u'This test only works with memcached for now'
> tests.test_coordination.TestAPI.test_update_capabilities(zookeeper)
> tests.test_coordination.TestAPI.test_update_capabilities(zookeeper) ... skipped u'operation error: Connection time-out'
> tests.test_coordination.TestAPI.test_update_capabilities(zake)
> tests.test_coordination.TestAPI.test_update_capabilities(zake) ... ok
> tests.test_coordination.TestAPI.test_update_capabilities(memcached)
> tests.test_coordination.TestAPI.test_update_capabilities(memcached) ... FAIL
> tests.test_coordination.TestAPI.test_update_capabilities(ipc)
> tests.test_coordination.TestAPI.test_update_capabilities(ipc) ... skipped u''
> tests.test_coordination.TestAPI.test_update_capabilities_with_group_id_nonexistent(zookeeper)
> tests.test_coordination.TestAPI.test_update_capabilities_with_group_id_nonexistent(zookeeper) ... skipped u'operation error: Connection time-out'
> tests.test_coordination.TestAPI.test_update_capabilities_with_group_id_nonexistent(zake)
> tests.test_coordination.TestAPI.test_update_capabilities_with_group_id_nonexistent(zake) ... ok
> tests.test_coordination.TestAPI.test_update_capabilities_with_group_id_nonexistent(memcached)
> tests.test_coordination.TestAPI.test_update_capabilities_with_group_id_nonexistent(memcached) ... FAIL
> tests.test_coordination.TestAPI.test_update_capabilities_with_group_id_nonexistent(ipc)
> tests.test_coordination.TestAPI.test_update_capabilities_with_group_id_nonexistent(ipc) ... skipped u''
> tests.test_coordination.TestAPI.test_watch_group_join(zookeeper)
> tests.test_coordination.TestAPI.test_watch_group_join(zookeeper) ... skipped u'operation error: Connection time-out'
> tests.test_coordination.TestAPI.test_watch_group_join(zake)
> tests.test_coordination.TestAPI.test_watch_group_join(zake) ... skipped u''
> tests.test_coordination.TestAPI.test_watch_group_join(memcached)
> tests.test_coordination.TestAPI.test_watch_group_join(memcached) ... FAIL
> tests.test_coordination.TestAPI.test_watch_group_join(ipc)
> tests.test_coordination.TestAPI.test_watch_group_join(ipc) ... skipped u''
> tests.test_coordination.TestAPI.test_watch_join_group_non_existent(zookeeper)
> tests.test_coordination.TestAPI.test_watch_join_group_non_existent(zookeeper) ... skipped u'operation error: Connection time-out'
> tests.test_coordination.TestAPI.test_watch_join_group_non_existent(zake)
> tests.test_coordination.TestAPI.test_watch_join_group_non_existent(zake) ... skipped u''
> tests.test_coordination.TestAPI.test_watch_join_group_non_existent(memcached)
> tests.test_coordination.TestAPI.test_watch_join_group_non_existent(memcached) ... FAIL
> tests.test_coordination.TestAPI.test_watch_join_group_non_existent(ipc)
> tests.test_coordination.TestAPI.test_watch_join_group_non_existent(ipc) ... skipped u''
> tests.test_coordination.TestAPI.test_watch_leave_group(zookeeper)
> tests.test_coordination.TestAPI.test_watch_leave_group(zookeeper) ... skipped u'operation error: Connection time-out'
> tests.test_coordination.TestAPI.test_watch_leave_group(zake)
> tests.test_coordination.TestAPI.test_watch_leave_group(zake) ... skipped u''
> tests.test_coordination.TestAPI.test_watch_leave_group(memcached)
> tests.test_coordination.TestAPI.test_watch_leave_group(memcached) ... FAIL
> tests.test_coordination.TestAPI.test_watch_leave_group(ipc)
> tests.test_coordination.TestAPI.test_watch_leave_group(ipc) ... skipped u''
> tests.test_coordination.TestAPI.test_watch_leave_group_non_existent(zookeeper)
> tests.test_coordination.TestAPI.test_watch_leave_group_non_existent(zookeeper) ... skipped u'operation error: Connection time-out'
> tests.test_coordination.TestAPI.test_watch_leave_group_non_existent(zake)
> tests.test_coordination.TestAPI.test_watch_leave_group_non_existent(zake) ... skipped u''
> tests.test_coordination.TestAPI.test_watch_leave_group_non_existent(memcached)
> tests.test_coordination.TestAPI.test_watch_leave_group_non_existent(memcached) ... FAIL
> tests.test_coordination.TestAPI.test_watch_leave_group_non_existent(ipc)
> tests.test_coordination.TestAPI.test_watch_leave_group_non_existent(ipc) ... skipped u''
> tests.test_coordination.TestHook.test_register_hook
> tests.test_coordination.TestHook.test_register_hook ... ok
> tests.test_coordination.TestHook.test_unregister_hook
> tests.test_coordination.TestHook.test_unregister_hook ... ok
> 
> process-returncode
> process-returncode ... FAIL
> 
> ======================================================================
> FAIL: tests.test_coordination.TestAPI.test_create_group(memcached)
> tests.test_coordination.TestAPI.test_create_group(memcached)
> ----------------------------------------------------------------------
> _StringException: Traceback (most recent call last):
>   File "tooz/tests/__init__.py", line 27, in skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tooz/tests/test_coordination.py", line 43, in setUp
>     self._coord.start()
>   File "tooz/drivers/memcached.py", line 123, in start
>     self.heartbeat()
>   File "tooz/drivers/memcached.py", line 263, in heartbeat
>     expire=self.membership_timeout)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 328, in set
>     return self._store_cmd(b'set', key, expire, noreply, value)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 740, in _store_cmd
>     self._connect()
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 294, in _connect
>     sock.connect(self.server)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> 
> 
> ======================================================================
> FAIL: tests.test_coordination.TestAPI.test_create_group_already_exist(memcached)
> tests.test_coordination.TestAPI.test_create_group_already_exist(memcached)
> ----------------------------------------------------------------------
> _StringException: Traceback (most recent call last):
>   File "tooz/tests/__init__.py", line 27, in skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tooz/tests/test_coordination.py", line 43, in setUp
>     self._coord.start()
>   File "tooz/drivers/memcached.py", line 123, in start
>     self.heartbeat()
>   File "tooz/drivers/memcached.py", line 263, in heartbeat
>     expire=self.membership_timeout)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 328, in set
>     return self._store_cmd(b'set', key, expire, noreply, value)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 740, in _store_cmd
>     self._connect()
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 294, in _connect
>     sock.connect(self.server)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> 
> 
> ======================================================================
> FAIL: tests.test_coordination.TestAPI.test_disconnect_leave_group(memcached)
> tests.test_coordination.TestAPI.test_disconnect_leave_group(memcached)
> ----------------------------------------------------------------------
> _StringException: Traceback (most recent call last):
>   File "tooz/tests/__init__.py", line 27, in skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tooz/tests/test_coordination.py", line 43, in setUp
>     self._coord.start()
>   File "tooz/drivers/memcached.py", line 123, in start
>     self.heartbeat()
>   File "tooz/drivers/memcached.py", line 263, in heartbeat
>     expire=self.membership_timeout)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 328, in set
>     return self._store_cmd(b'set', key, expire, noreply, value)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 740, in _store_cmd
>     self._connect()
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 294, in _connect
>     sock.connect(self.server)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> 
> 
> ======================================================================
> FAIL: tests.test_coordination.TestAPI.test_get_groups(memcached)
> tests.test_coordination.TestAPI.test_get_groups(memcached)
> ----------------------------------------------------------------------
> _StringException: Traceback (most recent call last):
>   File "tooz/tests/__init__.py", line 27, in skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tooz/tests/test_coordination.py", line 43, in setUp
>     self._coord.start()
>   File "tooz/drivers/memcached.py", line 123, in start
>     self.heartbeat()
>   File "tooz/drivers/memcached.py", line 263, in heartbeat
>     expire=self.membership_timeout)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 328, in set
>     return self._store_cmd(b'set', key, expire, noreply, value)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 740, in _store_cmd
>     self._connect()
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 294, in _connect
>     sock.connect(self.server)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> 
> 
> ======================================================================
> FAIL: tests.test_coordination.TestAPI.test_get_leader(memcached)
> tests.test_coordination.TestAPI.test_get_leader(memcached)
> ----------------------------------------------------------------------
> _StringException: Traceback (most recent call last):
>   File "tooz/tests/__init__.py", line 27, in skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tooz/tests/test_coordination.py", line 43, in setUp
>     self._coord.start()
>   File "tooz/drivers/memcached.py", line 123, in start
>     self.heartbeat()
>   File "tooz/drivers/memcached.py", line 263, in heartbeat
>     expire=self.membership_timeout)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 328, in set
>     return self._store_cmd(b'set', key, expire, noreply, value)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 740, in _store_cmd
>     self._connect()
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 294, in _connect
>     sock.connect(self.server)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> 
> 
> ======================================================================
> FAIL: tests.test_coordination.TestAPI.test_get_lock(memcached)
> tests.test_coordination.TestAPI.test_get_lock(memcached)
> ----------------------------------------------------------------------
> _StringException: Traceback (most recent call last):
>   File "tooz/tests/__init__.py", line 27, in skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tooz/tests/test_coordination.py", line 43, in setUp
>     self._coord.start()
>   File "tooz/drivers/memcached.py", line 123, in start
>     self.heartbeat()
>   File "tooz/drivers/memcached.py", line 263, in heartbeat
>     expire=self.membership_timeout)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 328, in set
>     return self._store_cmd(b'set', key, expire, noreply, value)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 740, in _store_cmd
>     self._connect()
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 294, in _connect
>     sock.connect(self.server)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> 
> 
> ======================================================================
> FAIL: tests.test_coordination.TestAPI.test_get_lock_multiple_coords(memcached)
> tests.test_coordination.TestAPI.test_get_lock_multiple_coords(memcached)
> ----------------------------------------------------------------------
> _StringException: Traceback (most recent call last):
>   File "tooz/tests/__init__.py", line 27, in skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tooz/tests/test_coordination.py", line 43, in setUp
>     self._coord.start()
>   File "tooz/drivers/memcached.py", line 123, in start
>     self.heartbeat()
>   File "tooz/drivers/memcached.py", line 263, in heartbeat
>     expire=self.membership_timeout)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 328, in set
>     return self._store_cmd(b'set', key, expire, noreply, value)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 740, in _store_cmd
>     self._connect()
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 294, in _connect
>     sock.connect(self.server)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> 
> 
> ======================================================================
> FAIL: tests.test_coordination.TestAPI.test_get_member_capabilities(memcached)
> tests.test_coordination.TestAPI.test_get_member_capabilities(memcached)
> ----------------------------------------------------------------------
> _StringException: Traceback (most recent call last):
>   File "tooz/tests/__init__.py", line 27, in skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tooz/tests/test_coordination.py", line 43, in setUp
>     self._coord.start()
>   File "tooz/drivers/memcached.py", line 123, in start
>     self.heartbeat()
>   File "tooz/drivers/memcached.py", line 263, in heartbeat
>     expire=self.membership_timeout)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 328, in set
>     return self._store_cmd(b'set', key, expire, noreply, value)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 740, in _store_cmd
>     self._connect()
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 294, in _connect
>     sock.connect(self.server)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> 
> 
> ======================================================================
> FAIL: tests.test_coordination.TestAPI.test_get_member_capabilities_nonexistent_group(memcached)
> tests.test_coordination.TestAPI.test_get_member_capabilities_nonexistent_group(memcached)
> ----------------------------------------------------------------------
> _StringException: Traceback (most recent call last):
>   File "tooz/tests/__init__.py", line 27, in skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tooz/tests/test_coordination.py", line 43, in setUp
>     self._coord.start()
>   File "tooz/drivers/memcached.py", line 123, in start
>     self.heartbeat()
>   File "tooz/drivers/memcached.py", line 263, in heartbeat
>     expire=self.membership_timeout)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 328, in set
>     return self._store_cmd(b'set', key, expire, noreply, value)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 740, in _store_cmd
>     self._connect()
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 294, in _connect
>     sock.connect(self.server)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> 
> 
> ======================================================================
> FAIL: tests.test_coordination.TestAPI.test_get_member_capabilities_nonjoined_member(memcached)
> tests.test_coordination.TestAPI.test_get_member_capabilities_nonjoined_member(memcached)
> ----------------------------------------------------------------------
> _StringException: Traceback (most recent call last):
>   File "tooz/tests/__init__.py", line 27, in skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tooz/tests/test_coordination.py", line 43, in setUp
>     self._coord.start()
>   File "tooz/drivers/memcached.py", line 123, in start
>     self.heartbeat()
>   File "tooz/drivers/memcached.py", line 263, in heartbeat
>     expire=self.membership_timeout)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 328, in set
>     return self._store_cmd(b'set', key, expire, noreply, value)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 740, in _store_cmd
>     self._connect()
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 294, in _connect
>     sock.connect(self.server)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> 
> 
> ======================================================================
> FAIL: tests.test_coordination.TestAPI.test_get_members(memcached)
> tests.test_coordination.TestAPI.test_get_members(memcached)
> ----------------------------------------------------------------------
> _StringException: Traceback (most recent call last):
>   File "tooz/tests/__init__.py", line 27, in skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tooz/tests/test_coordination.py", line 43, in setUp
>     self._coord.start()
>   File "tooz/drivers/memcached.py", line 123, in start
>     self.heartbeat()
>   File "tooz/drivers/memcached.py", line 263, in heartbeat
>     expire=self.membership_timeout)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 328, in set
>     return self._store_cmd(b'set', key, expire, noreply, value)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 740, in _store_cmd
>     self._connect()
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 294, in _connect
>     sock.connect(self.server)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> 
> 
> ======================================================================
> FAIL: tests.test_coordination.TestAPI.test_heartbeat(memcached)
> tests.test_coordination.TestAPI.test_heartbeat(memcached)
> ----------------------------------------------------------------------
> _StringException: Traceback (most recent call last):
>   File "tooz/tests/__init__.py", line 27, in skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tooz/tests/test_coordination.py", line 43, in setUp
>     self._coord.start()
>   File "tooz/drivers/memcached.py", line 123, in start
>     self.heartbeat()
>   File "tooz/drivers/memcached.py", line 263, in heartbeat
>     expire=self.membership_timeout)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 328, in set
>     return self._store_cmd(b'set', key, expire, noreply, value)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 740, in _store_cmd
>     self._connect()
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 294, in _connect
>     sock.connect(self.server)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> 
> 
> ======================================================================
> FAIL: tests.test_coordination.TestAPI.test_join_group(memcached)
> tests.test_coordination.TestAPI.test_join_group(memcached)
> ----------------------------------------------------------------------
> _StringException: Traceback (most recent call last):
>   File "tooz/tests/__init__.py", line 27, in skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tooz/tests/test_coordination.py", line 43, in setUp
>     self._coord.start()
>   File "tooz/drivers/memcached.py", line 123, in start
>     self.heartbeat()
>   File "tooz/drivers/memcached.py", line 263, in heartbeat
>     expire=self.membership_timeout)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 328, in set
>     return self._store_cmd(b'set', key, expire, noreply, value)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 740, in _store_cmd
>     self._connect()
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 294, in _connect
>     sock.connect(self.server)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> 
> 
> ======================================================================
> FAIL: tests.test_coordination.TestAPI.test_join_group_with_member_id_already_exists(memcached)
> tests.test_coordination.TestAPI.test_join_group_with_member_id_already_exists(memcached)
> ----------------------------------------------------------------------
> _StringException: Traceback (most recent call last):
>   File "tooz/tests/__init__.py", line 27, in skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tooz/tests/test_coordination.py", line 43, in setUp
>     self._coord.start()
>   File "tooz/drivers/memcached.py", line 123, in start
>     self.heartbeat()
>   File "tooz/drivers/memcached.py", line 263, in heartbeat
>     expire=self.membership_timeout)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 328, in set
>     return self._store_cmd(b'set', key, expire, noreply, value)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 740, in _store_cmd
>     self._connect()
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 294, in _connect
>     sock.connect(self.server)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> 
> 
> ======================================================================
> FAIL: tests.test_coordination.TestAPI.test_join_nonexistent_group(memcached)
> tests.test_coordination.TestAPI.test_join_nonexistent_group(memcached)
> ----------------------------------------------------------------------
> _StringException: Traceback (most recent call last):
>   File "tooz/tests/__init__.py", line 27, in skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tooz/tests/test_coordination.py", line 43, in setUp
>     self._coord.start()
>   File "tooz/drivers/memcached.py", line 123, in start
>     self.heartbeat()
>   File "tooz/drivers/memcached.py", line 263, in heartbeat
>     expire=self.membership_timeout)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 328, in set
>     return self._store_cmd(b'set', key, expire, noreply, value)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 740, in _store_cmd
>     self._connect()
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 294, in _connect
>     sock.connect(self.server)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> 
> 
> ======================================================================
> FAIL: tests.test_coordination.TestAPI.test_leave_group(memcached)
> tests.test_coordination.TestAPI.test_leave_group(memcached)
> ----------------------------------------------------------------------
> _StringException: Traceback (most recent call last):
>   File "tooz/tests/__init__.py", line 27, in skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tooz/tests/test_coordination.py", line 43, in setUp
>     self._coord.start()
>   File "tooz/drivers/memcached.py", line 123, in start
>     self.heartbeat()
>   File "tooz/drivers/memcached.py", line 263, in heartbeat
>     expire=self.membership_timeout)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 328, in set
>     return self._store_cmd(b'set', key, expire, noreply, value)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 740, in _store_cmd
>     self._connect()
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 294, in _connect
>     sock.connect(self.server)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> 
> 
> ======================================================================
> FAIL: tests.test_coordination.TestAPI.test_leave_group_not_joined_by_member(memcached)
> tests.test_coordination.TestAPI.test_leave_group_not_joined_by_member(memcached)
> ----------------------------------------------------------------------
> _StringException: Traceback (most recent call last):
>   File "tooz/tests/__init__.py", line 27, in skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tooz/tests/test_coordination.py", line 43, in setUp
>     self._coord.start()
>   File "tooz/drivers/memcached.py", line 123, in start
>     self.heartbeat()
>   File "tooz/drivers/memcached.py", line 263, in heartbeat
>     expire=self.membership_timeout)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 328, in set
>     return self._store_cmd(b'set', key, expire, noreply, value)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 740, in _store_cmd
>     self._connect()
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 294, in _connect
>     sock.connect(self.server)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> 
> 
> ======================================================================
> FAIL: tests.test_coordination.TestAPI.test_leave_nonexistent_group(memcached)
> tests.test_coordination.TestAPI.test_leave_nonexistent_group(memcached)
> ----------------------------------------------------------------------
> _StringException: Traceback (most recent call last):
>   File "tooz/tests/__init__.py", line 27, in skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tooz/tests/test_coordination.py", line 43, in setUp
>     self._coord.start()
>   File "tooz/drivers/memcached.py", line 123, in start
>     self.heartbeat()
>   File "tooz/drivers/memcached.py", line 263, in heartbeat
>     expire=self.membership_timeout)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 328, in set
>     return self._store_cmd(b'set', key, expire, noreply, value)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 740, in _store_cmd
>     self._connect()
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 294, in _connect
>     sock.connect(self.server)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> 
> 
> ======================================================================
> FAIL: tests.test_coordination.TestAPI.test_run_for_election(memcached)
> tests.test_coordination.TestAPI.test_run_for_election(memcached)
> ----------------------------------------------------------------------
> _StringException: Traceback (most recent call last):
>   File "tooz/tests/__init__.py", line 27, in skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tooz/tests/test_coordination.py", line 43, in setUp
>     self._coord.start()
>   File "tooz/drivers/memcached.py", line 123, in start
>     self.heartbeat()
>   File "tooz/drivers/memcached.py", line 263, in heartbeat
>     expire=self.membership_timeout)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 328, in set
>     return self._store_cmd(b'set', key, expire, noreply, value)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 740, in _store_cmd
>     self._connect()
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 294, in _connect
>     sock.connect(self.server)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> 
> 
> ======================================================================
> FAIL: tests.test_coordination.TestAPI.test_run_for_election_multiple_clients(memcached)
> tests.test_coordination.TestAPI.test_run_for_election_multiple_clients(memcached)
> ----------------------------------------------------------------------
> _StringException: Traceback (most recent call last):
>   File "tooz/tests/__init__.py", line 27, in skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tooz/tests/test_coordination.py", line 43, in setUp
>     self._coord.start()
>   File "tooz/drivers/memcached.py", line 123, in start
>     self.heartbeat()
>   File "tooz/drivers/memcached.py", line 263, in heartbeat
>     expire=self.membership_timeout)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 328, in set
>     return self._store_cmd(b'set', key, expire, noreply, value)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 740, in _store_cmd
>     self._connect()
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 294, in _connect
>     sock.connect(self.server)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> 
> 
> ======================================================================
> FAIL: tests.test_coordination.TestAPI.test_run_for_election_multiple_clients_stand_down(memcached)
> tests.test_coordination.TestAPI.test_run_for_election_multiple_clients_stand_down(memcached)
> ----------------------------------------------------------------------
> _StringException: Traceback (most recent call last):
>   File "tooz/tests/__init__.py", line 27, in skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tooz/tests/test_coordination.py", line 43, in setUp
>     self._coord.start()
>   File "tooz/drivers/memcached.py", line 123, in start
>     self.heartbeat()
>   File "tooz/drivers/memcached.py", line 263, in heartbeat
>     expire=self.membership_timeout)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 328, in set
>     return self._store_cmd(b'set', key, expire, noreply, value)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 740, in _store_cmd
>     self._connect()
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 294, in _connect
>     sock.connect(self.server)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> 
> 
> ======================================================================
> FAIL: tests.test_coordination.TestAPI.test_timeout(memcached)
> tests.test_coordination.TestAPI.test_timeout(memcached)
> ----------------------------------------------------------------------
> _StringException: Traceback (most recent call last):
>   File "tooz/tests/__init__.py", line 27, in skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tooz/tests/test_coordination.py", line 43, in setUp
>     self._coord.start()
>   File "tooz/drivers/memcached.py", line 123, in start
>     self.heartbeat()
>   File "tooz/drivers/memcached.py", line 263, in heartbeat
>     expire=self.membership_timeout)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 328, in set
>     return self._store_cmd(b'set', key, expire, noreply, value)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 740, in _store_cmd
>     self._connect()
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 294, in _connect
>     sock.connect(self.server)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> 
> 
> ======================================================================
> FAIL: tests.test_coordination.TestAPI.test_update_capabilities(memcached)
> tests.test_coordination.TestAPI.test_update_capabilities(memcached)
> ----------------------------------------------------------------------
> _StringException: Traceback (most recent call last):
>   File "tooz/tests/__init__.py", line 27, in skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tooz/tests/test_coordination.py", line 43, in setUp
>     self._coord.start()
>   File "tooz/drivers/memcached.py", line 123, in start
>     self.heartbeat()
>   File "tooz/drivers/memcached.py", line 263, in heartbeat
>     expire=self.membership_timeout)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 328, in set
>     return self._store_cmd(b'set', key, expire, noreply, value)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 740, in _store_cmd
>     self._connect()
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 294, in _connect
>     sock.connect(self.server)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> 
> 
> ======================================================================
> FAIL: tests.test_coordination.TestAPI.test_update_capabilities_with_group_id_nonexistent(memcached)
> tests.test_coordination.TestAPI.test_update_capabilities_with_group_id_nonexistent(memcached)
> ----------------------------------------------------------------------
> _StringException: Traceback (most recent call last):
>   File "tooz/tests/__init__.py", line 27, in skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tooz/tests/test_coordination.py", line 43, in setUp
>     self._coord.start()
>   File "tooz/drivers/memcached.py", line 123, in start
>     self.heartbeat()
>   File "tooz/drivers/memcached.py", line 263, in heartbeat
>     expire=self.membership_timeout)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 328, in set
>     return self._store_cmd(b'set', key, expire, noreply, value)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 740, in _store_cmd
>     self._connect()
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 294, in _connect
>     sock.connect(self.server)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> 
> 
> ======================================================================
> FAIL: tests.test_coordination.TestAPI.test_watch_group_join(memcached)
> tests.test_coordination.TestAPI.test_watch_group_join(memcached)
> ----------------------------------------------------------------------
> _StringException: Traceback (most recent call last):
>   File "tooz/tests/__init__.py", line 27, in skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tooz/tests/test_coordination.py", line 43, in setUp
>     self._coord.start()
>   File "tooz/drivers/memcached.py", line 123, in start
>     self.heartbeat()
>   File "tooz/drivers/memcached.py", line 263, in heartbeat
>     expire=self.membership_timeout)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 328, in set
>     return self._store_cmd(b'set', key, expire, noreply, value)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 740, in _store_cmd
>     self._connect()
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 294, in _connect
>     sock.connect(self.server)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> 
> 
> ======================================================================
> FAIL: tests.test_coordination.TestAPI.test_watch_join_group_non_existent(memcached)
> tests.test_coordination.TestAPI.test_watch_join_group_non_existent(memcached)
> ----------------------------------------------------------------------
> _StringException: Traceback (most recent call last):
>   File "tooz/tests/__init__.py", line 27, in skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tooz/tests/test_coordination.py", line 43, in setUp
>     self._coord.start()
>   File "tooz/drivers/memcached.py", line 123, in start
>     self.heartbeat()
>   File "tooz/drivers/memcached.py", line 263, in heartbeat
>     expire=self.membership_timeout)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 328, in set
>     return self._store_cmd(b'set', key, expire, noreply, value)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 740, in _store_cmd
>     self._connect()
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 294, in _connect
>     sock.connect(self.server)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> 
> 
> ======================================================================
> FAIL: tests.test_coordination.TestAPI.test_watch_leave_group(memcached)
> tests.test_coordination.TestAPI.test_watch_leave_group(memcached)
> ----------------------------------------------------------------------
> _StringException: Traceback (most recent call last):
>   File "tooz/tests/__init__.py", line 27, in skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tooz/tests/test_coordination.py", line 43, in setUp
>     self._coord.start()
>   File "tooz/drivers/memcached.py", line 123, in start
>     self.heartbeat()
>   File "tooz/drivers/memcached.py", line 263, in heartbeat
>     expire=self.membership_timeout)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 328, in set
>     return self._store_cmd(b'set', key, expire, noreply, value)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 740, in _store_cmd
>     self._connect()
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 294, in _connect
>     sock.connect(self.server)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> 
> 
> ======================================================================
> FAIL: tests.test_coordination.TestAPI.test_watch_leave_group_non_existent(memcached)
> tests.test_coordination.TestAPI.test_watch_leave_group_non_existent(memcached)
> ----------------------------------------------------------------------
> _StringException: Traceback (most recent call last):
>   File "tooz/tests/__init__.py", line 27, in skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/«PKGBUILDDIR»/tooz/tests/test_coordination.py", line 43, in setUp
>     self._coord.start()
>   File "tooz/drivers/memcached.py", line 123, in start
>     self.heartbeat()
>   File "tooz/drivers/memcached.py", line 263, in heartbeat
>     expire=self.membership_timeout)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 328, in set
>     return self._store_cmd(b'set', key, expire, noreply, value)
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 740, in _store_cmd
>     self._connect()
>   File "/usr/lib/python2.7/dist-packages/pymemcache/client.py", line 294, in _connect
>     sock.connect(self.server)
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> 
> 
> ======================================================================
> FAIL: process-returncode
> process-returncode
> ----------------------------------------------------------------------
> _StringException: Binary content:
>   traceback (test/plain; charset="utf8")
> 
> 
> ----------------------------------------------------------------------
> Ran 116 tests in 142.803s
> 
> FAILED (failures=29, skipped=65)
> make[1]: *** [override_dh_auto_test] Error 1

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2014/08/30/python-tooz_0.3-1_unstable.log

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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures. The build
was done with DEB_BUILD_OPTIONS="parallel=4", so if your packaging tries
to support this, it might be a good idea to explore whether this might
be the cause of the failure.



More information about the Openstack-devel mailing list