[Bug 34577] New: telepathy-haze-0.4.0: 18 of 18 tests failed

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Feb 22 19:24:58 CET 2011


https://bugs.freedesktop.org/show_bug.cgi?id=34577

           Summary: telepathy-haze-0.4.0: 18 of 18 tests failed
           Product: Telepathy
           Version: 0.4
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: haze
        AssignedTo: telepathy-bugs at lists.freedesktop.org
        ReportedBy: pacho at condmat1.ciencias.uniovi.es
         QAContact: telepathy-bugs at lists.freedesktop.org


As reported downstream at:
http://bugs.gentoo.org/show_bug.cgi?id=356065

tests fail with the following:

make[4]: Entering directory `/home/pacho/telepathy-haze-0.4.0/tests/twisted'
==================
All 0 tests passed
==================
rm -f ../haze-testing.log
sh ../../tools/with-session-bus.sh \
    --config-file=../../tests/tmp-session-bus.conf \
    -- make check-TESTS \
        TESTS="avatar-requirements.py connect/fail.py connect/success.py
connect/twice-to-same-account.py presence/presence.py roster/initial-roster.py
roster/groups.py roster/publish.py roster/removed-from-rp-subscribe.py
roster/subscribe.py text/destroy.py text/ensure.py
text/initiate-requestotron.py text/initiate.py text/respawn.py
text/test-text-delayed.py text/test-text-no-body.py text/test-text.py" \
       
TESTS_ENVIRONMENT="PYTHONPATH=/home/pacho/telepathy-haze-0.4.0/tests/twisted:/home/pacho/telepathy-haze-0.4.0/tests/twisted
/usr/bin/python"
Temporary bus daemon is
unix:abstract=/tmp/dbus-6vPYI1cAcD,guid=fa087c5ecb67a2e5d60f206000008f75
Temporary bus daemon PID is 1151
make[5]: Entering directory `/home/pacho/telepathy-haze-0.4.0/tests/twisted'
Traceback (most recent call last):
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 348,
in exec_test_deferred
    conn = make_connection(bus, queue.append, params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 293,
in make_connection
    default_params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/servicetest.py", line
366, in make_connection
    proto, params)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 68, in
__call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 140, in
__call__
    **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/connection.py", line 630, in
call_blocking
    message, timeout)
DBusException: org.freedesktop.Telepathy.Error.InvalidArgument: unknown
parameters provided: require-encryption
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 413,
in fireEvent
    DeferredList(beforeResults).addCallback(self._continueFiring)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
297, in addCallback
    callbackKeywords=kw)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
286, in addCallbacks
    self._runCallbacks()
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
542, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
--- <exception caught here> ---
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 426,
in _continueFiring
    callable(*args, **kwargs)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 365,
in exec_test_deferred
    conn.Disconnect()
exceptions.UnboundLocalError: local variable 'conn' referenced before
assignment
FAIL: avatar-requirements.py
Traceback (most recent call last):
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 348,
in exec_test_deferred
    conn = make_connection(bus, queue.append, params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 293,
in make_connection
    default_params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/servicetest.py", line
366, in make_connection
    proto, params)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 68, in
__call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 140, in
__call__
    **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/connection.py", line 630, in
call_blocking
    message, timeout)
DBusException: org.freedesktop.Telepathy.Error.InvalidArgument: unknown
parameters provided: require-encryption
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 413,
in fireEvent
    DeferredList(beforeResults).addCallback(self._continueFiring)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
297, in addCallback
    callbackKeywords=kw)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
286, in addCallbacks
    self._runCallbacks()
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
542, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
--- <exception caught here> ---
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 426,
in _continueFiring
    callable(*args, **kwargs)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 365,
in exec_test_deferred
    conn.Disconnect()
exceptions.UnboundLocalError: local variable 'conn' referenced before
assignment
FAIL: connect/fail.py
Traceback (most recent call last):
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 348,
in exec_test_deferred
    conn = make_connection(bus, queue.append, params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 293,
in make_connection
    default_params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/servicetest.py", line
366, in make_connection
    proto, params)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 68, in
__call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 140, in
__call__
    **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/connection.py", line 630, in
call_blocking
    message, timeout)
DBusException: org.freedesktop.Telepathy.Error.InvalidArgument: unknown
parameters provided: require-encryption
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 413,
in fireEvent
    DeferredList(beforeResults).addCallback(self._continueFiring)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
297, in addCallback
    callbackKeywords=kw)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
286, in addCallbacks
    self._runCallbacks()
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
542, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
--- <exception caught here> ---
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 426,
in _continueFiring
    callable(*args, **kwargs)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 365,
in exec_test_deferred
    conn.Disconnect()
exceptions.UnboundLocalError: local variable 'conn' referenced before
assignment
FAIL: connect/success.py
Traceback (most recent call last):
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 348,
in exec_test_deferred
    conn = make_connection(bus, queue.append, params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 293,
in make_connection
    default_params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/servicetest.py", line
366, in make_connection
    proto, params)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 68, in
__call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 140, in
__call__
    **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/connection.py", line 630, in
call_blocking
    message, timeout)
DBusException: org.freedesktop.Telepathy.Error.InvalidArgument: unknown
parameters provided: require-encryption
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 413,
in fireEvent
    DeferredList(beforeResults).addCallback(self._continueFiring)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
297, in addCallback
    callbackKeywords=kw)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
286, in addCallbacks
    self._runCallbacks()
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
542, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
--- <exception caught here> ---
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 426,
in _continueFiring
    callable(*args, **kwargs)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 365,
in exec_test_deferred
    conn.Disconnect()
exceptions.UnboundLocalError: local variable 'conn' referenced before
assignment
FAIL: connect/twice-to-same-account.py
Traceback (most recent call last):
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 348,
in exec_test_deferred
    conn = make_connection(bus, queue.append, params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 293,
in make_connection
    default_params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/servicetest.py", line
366, in make_connection
    proto, params)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 68, in
__call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 140, in
__call__
    **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/connection.py", line 630, in
call_blocking
    message, timeout)
DBusException: org.freedesktop.Telepathy.Error.InvalidArgument: unknown
parameters provided: require-encryption
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 413,
in fireEvent
    DeferredList(beforeResults).addCallback(self._continueFiring)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
297, in addCallback
    callbackKeywords=kw)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
286, in addCallbacks
    self._runCallbacks()
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
542, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
--- <exception caught here> ---
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 426,
in _continueFiring
    callable(*args, **kwargs)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 365,
in exec_test_deferred
    conn.Disconnect()
exceptions.UnboundLocalError: local variable 'conn' referenced before
assignment
FAIL: presence/presence.py
Traceback (most recent call last):
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 348,
in exec_test_deferred
    conn = make_connection(bus, queue.append, params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 293,
in make_connection
    default_params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/servicetest.py", line
366, in make_connection
    proto, params)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 68, in
__call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 140, in
__call__
    **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/connection.py", line 630, in
call_blocking
    message, timeout)
DBusException: org.freedesktop.Telepathy.Error.InvalidArgument: unknown
parameters provided: require-encryption
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 413,
in fireEvent
    DeferredList(beforeResults).addCallback(self._continueFiring)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
297, in addCallback
    callbackKeywords=kw)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
286, in addCallbacks
    self._runCallbacks()
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
542, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
--- <exception caught here> ---
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 426,
in _continueFiring
    callable(*args, **kwargs)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 365,
in exec_test_deferred
    conn.Disconnect()
exceptions.UnboundLocalError: local variable 'conn' referenced before
assignment
FAIL: roster/initial-roster.py
Traceback (most recent call last):
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 348,
in exec_test_deferred
    conn = make_connection(bus, queue.append, params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 293,
in make_connection
    default_params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/servicetest.py", line
366, in make_connection
    proto, params)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 68, in
__call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 140, in
__call__
    **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/connection.py", line 630, in
call_blocking
    message, timeout)
DBusException: org.freedesktop.Telepathy.Error.InvalidArgument: unknown
parameters provided: require-encryption
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 413,
in fireEvent
    DeferredList(beforeResults).addCallback(self._continueFiring)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
297, in addCallback
    callbackKeywords=kw)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
286, in addCallbacks
    self._runCallbacks()
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
542, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
--- <exception caught here> ---
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 426,
in _continueFiring
    callable(*args, **kwargs)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 365,
in exec_test_deferred
    conn.Disconnect()
exceptions.UnboundLocalError: local variable 'conn' referenced before
assignment
FAIL: roster/groups.py
Traceback (most recent call last):
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 348,
in exec_test_deferred
    conn = make_connection(bus, queue.append, params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 293,
in make_connection
    default_params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/servicetest.py", line
366, in make_connection
    proto, params)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 68, in
__call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 140, in
__call__
    **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/connection.py", line 630, in
call_blocking
    message, timeout)
DBusException: org.freedesktop.Telepathy.Error.InvalidArgument: unknown
parameters provided: require-encryption
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 413,
in fireEvent
    DeferredList(beforeResults).addCallback(self._continueFiring)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
297, in addCallback
    callbackKeywords=kw)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
286, in addCallbacks
    self._runCallbacks()
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
542, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
--- <exception caught here> ---
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 426,
in _continueFiring
    callable(*args, **kwargs)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 365,
in exec_test_deferred
    conn.Disconnect()
exceptions.UnboundLocalError: local variable 'conn' referenced before
assignment
FAIL: roster/publish.py
Traceback (most recent call last):
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 348,
in exec_test_deferred
    conn = make_connection(bus, queue.append, params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 293,
in make_connection
    default_params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/servicetest.py", line
366, in make_connection
    proto, params)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 68, in
__call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 140, in
__call__
    **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/connection.py", line 630, in
call_blocking
    message, timeout)
DBusException: org.freedesktop.Telepathy.Error.InvalidArgument: unknown
parameters provided: require-encryption
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 413,
in fireEvent
    DeferredList(beforeResults).addCallback(self._continueFiring)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
297, in addCallback
    callbackKeywords=kw)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
286, in addCallbacks
    self._runCallbacks()
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
542, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
--- <exception caught here> ---
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 426,
in _continueFiring
    callable(*args, **kwargs)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 365,
in exec_test_deferred
    conn.Disconnect()
exceptions.UnboundLocalError: local variable 'conn' referenced before
assignment
FAIL: roster/removed-from-rp-subscribe.py
Traceback (most recent call last):
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 348,
in exec_test_deferred
    conn = make_connection(bus, queue.append, params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 293,
in make_connection
    default_params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/servicetest.py", line
366, in make_connection
    proto, params)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 68, in
__call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 140, in
__call__
    **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/connection.py", line 630, in
call_blocking
    message, timeout)
DBusException: org.freedesktop.Telepathy.Error.InvalidArgument: unknown
parameters provided: require-encryption
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 413,
in fireEvent
    DeferredList(beforeResults).addCallback(self._continueFiring)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
297, in addCallback
    callbackKeywords=kw)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
286, in addCallbacks
    self._runCallbacks()
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
542, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
--- <exception caught here> ---
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 426,
in _continueFiring
    callable(*args, **kwargs)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 365,
in exec_test_deferred
    conn.Disconnect()
exceptions.UnboundLocalError: local variable 'conn' referenced before
assignment
FAIL: roster/subscribe.py
Traceback (most recent call last):
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 348,
in exec_test_deferred
    conn = make_connection(bus, queue.append, params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 293,
in make_connection
    default_params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/servicetest.py", line
366, in make_connection
    proto, params)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 68, in
__call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 140, in
__call__
    **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/connection.py", line 630, in
call_blocking
    message, timeout)
DBusException: org.freedesktop.Telepathy.Error.InvalidArgument: unknown
parameters provided: require-encryption
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 413,
in fireEvent
    DeferredList(beforeResults).addCallback(self._continueFiring)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
297, in addCallback
    callbackKeywords=kw)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
286, in addCallbacks
    self._runCallbacks()
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
542, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
--- <exception caught here> ---
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 426,
in _continueFiring
    callable(*args, **kwargs)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 365,
in exec_test_deferred
    conn.Disconnect()
exceptions.UnboundLocalError: local variable 'conn' referenced before
assignment
FAIL: text/destroy.py
Traceback (most recent call last):
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 348,
in exec_test_deferred
    conn = make_connection(bus, queue.append, params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 293,
in make_connection
    default_params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/servicetest.py", line
366, in make_connection
    proto, params)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 68, in
__call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 140, in
__call__
    **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/connection.py", line 630, in
call_blocking
    message, timeout)
DBusException: org.freedesktop.Telepathy.Error.InvalidArgument: unknown
parameters provided: require-encryption
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 413,
in fireEvent
    DeferredList(beforeResults).addCallback(self._continueFiring)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
297, in addCallback
    callbackKeywords=kw)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
286, in addCallbacks
    self._runCallbacks()
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
542, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
--- <exception caught here> ---
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 426,
in _continueFiring
    callable(*args, **kwargs)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 365,
in exec_test_deferred
    conn.Disconnect()
exceptions.UnboundLocalError: local variable 'conn' referenced before
assignment
FAIL: text/ensure.py
Traceback (most recent call last):
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 348,
in exec_test_deferred
    conn = make_connection(bus, queue.append, params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 293,
in make_connection
    default_params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/servicetest.py", line
366, in make_connection
    proto, params)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 68, in
__call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 140, in
__call__
    **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/connection.py", line 630, in
call_blocking
    message, timeout)
DBusException: org.freedesktop.Telepathy.Error.InvalidArgument: unknown
parameters provided: require-encryption
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 413,
in fireEvent
    DeferredList(beforeResults).addCallback(self._continueFiring)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
297, in addCallback
    callbackKeywords=kw)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
286, in addCallbacks
    self._runCallbacks()
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
542, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
--- <exception caught here> ---
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 426,
in _continueFiring
    callable(*args, **kwargs)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 365,
in exec_test_deferred
    conn.Disconnect()
exceptions.UnboundLocalError: local variable 'conn' referenced before
assignment
FAIL: text/initiate-requestotron.py
Traceback (most recent call last):
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 348,
in exec_test_deferred
    conn = make_connection(bus, queue.append, params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 293,
in make_connection
    default_params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/servicetest.py", line
366, in make_connection
    proto, params)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 68, in
__call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 140, in
__call__
    **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/connection.py", line 630, in
call_blocking
    message, timeout)
DBusException: org.freedesktop.Telepathy.Error.InvalidArgument: unknown
parameters provided: require-encryption
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 413,
in fireEvent
    DeferredList(beforeResults).addCallback(self._continueFiring)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
297, in addCallback
    callbackKeywords=kw)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
286, in addCallbacks
    self._runCallbacks()
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
542, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
--- <exception caught here> ---
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 426,
in _continueFiring
    callable(*args, **kwargs)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 365,
in exec_test_deferred
    conn.Disconnect()
exceptions.UnboundLocalError: local variable 'conn' referenced before
assignment
FAIL: text/initiate.py
Traceback (most recent call last):
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 348,
in exec_test_deferred
    conn = make_connection(bus, queue.append, params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 293,
in make_connection
    default_params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/servicetest.py", line
366, in make_connection
    proto, params)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 68, in
__call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 140, in
__call__
    **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/connection.py", line 630, in
call_blocking
    message, timeout)
DBusException: org.freedesktop.Telepathy.Error.InvalidArgument: unknown
parameters provided: require-encryption
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 413,
in fireEvent
    DeferredList(beforeResults).addCallback(self._continueFiring)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
297, in addCallback
    callbackKeywords=kw)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
286, in addCallbacks
    self._runCallbacks()
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
542, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
--- <exception caught here> ---
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 426,
in _continueFiring
    callable(*args, **kwargs)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 365,
in exec_test_deferred
    conn.Disconnect()
exceptions.UnboundLocalError: local variable 'conn' referenced before
assignment
FAIL: text/respawn.py
Traceback (most recent call last):
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 348,
in exec_test_deferred
    conn = make_connection(bus, queue.append, params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 293,
in make_connection
    default_params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/servicetest.py", line
366, in make_connection
    proto, params)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 68, in
__call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 140, in
__call__
    **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/connection.py", line 630, in
call_blocking
    message, timeout)
DBusException: org.freedesktop.Telepathy.Error.InvalidArgument: unknown
parameters provided: require-encryption
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 413,
in fireEvent
    DeferredList(beforeResults).addCallback(self._continueFiring)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
297, in addCallback
    callbackKeywords=kw)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
286, in addCallbacks
    self._runCallbacks()
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
542, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
--- <exception caught here> ---
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 426,
in _continueFiring
    callable(*args, **kwargs)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 365,
in exec_test_deferred
    conn.Disconnect()
exceptions.UnboundLocalError: local variable 'conn' referenced before
assignment
FAIL: text/test-text-delayed.py
Traceback (most recent call last):
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 348,
in exec_test_deferred
    conn = make_connection(bus, queue.append, params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 293,
in make_connection
    default_params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/servicetest.py", line
366, in make_connection
    proto, params)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 68, in
__call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 140, in
__call__
    **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/connection.py", line 630, in
call_blocking
    message, timeout)
DBusException: org.freedesktop.Telepathy.Error.InvalidArgument: unknown
parameters provided: require-encryption
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 413,
in fireEvent
    DeferredList(beforeResults).addCallback(self._continueFiring)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
297, in addCallback
    callbackKeywords=kw)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
286, in addCallbacks
    self._runCallbacks()
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
542, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
--- <exception caught here> ---
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 426,
in _continueFiring
    callable(*args, **kwargs)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 365,
in exec_test_deferred
    conn.Disconnect()
exceptions.UnboundLocalError: local variable 'conn' referenced before
assignment
FAIL: text/test-text-no-body.py
Traceback (most recent call last):
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 348,
in exec_test_deferred
    conn = make_connection(bus, queue.append, params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 293,
in make_connection
    default_params)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/servicetest.py", line
366, in make_connection
    proto, params)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 68, in
__call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/proxies.py", line 140, in
__call__
    **keywords)
  File "/usr/lib64/python2.6/site-packages/dbus/connection.py", line 630, in
call_blocking
    message, timeout)
DBusException: org.freedesktop.Telepathy.Error.InvalidArgument: unknown
parameters provided: require-encryption
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 413,
in fireEvent
    DeferredList(beforeResults).addCallback(self._continueFiring)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
297, in addCallback
    callbackKeywords=kw)
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
286, in addCallbacks
    self._runCallbacks()
  File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line
542, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
--- <exception caught here> ---
  File "/usr/lib64/python2.6/site-packages/twisted/internet/base.py", line 426,
in _continueFiring
    callable(*args, **kwargs)
  File "/home/pacho/telepathy-haze-0.4.0/tests/twisted/hazetest.py", line 365,
in exec_test_deferred
    conn.Disconnect()
exceptions.UnboundLocalError: local variable 'conn' referenced before
assignment
FAIL: text/test-text.py
========================================================================================================
18 of 18 tests failed
Please report to
https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=haze&version=0.4
========================================================================================================
make[5]: *** [check-TESTS] Error 1
make[5]: Leaving directory `/home/pacho/telepathy-haze-0.4.0/tests/twisted'
Killing temporary bus daemon: 1151
make[4]: *** [check-twisted] Error 2
make[4]: Leaving directory `/home/pacho/telepathy-haze-0.4.0/tests/twisted'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory `/home/pacho/telepathy-haze-0.4.0/tests/twisted'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/home/pacho/telepathy-haze-0.4.0/tests'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/home/pacho/telepathy-haze-0.4.0/tests'
make: *** [check-recursive] Error 1

Thanks for your help

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the telepathy-bugs mailing list