Bug 34577 - tests fail due to 'require-encryption' parameter vanishing
Summary: tests fail due to 'require-encryption' parameter vanishing
Status: RESOLVED DUPLICATE of bug 31846
Alias: None
Product: Telepathy
Classification: Unclassified
Component: haze (show other bugs)
Version: 0.4
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-22 10:24 UTC by Pacho Ramos
Modified: 2013-09-23 15:22 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Pacho Ramos 2011-02-22 10:24:57 UTC
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
Comment 1 Will Thompson 2011-04-28 09:30:40 UTC
Thank you for this report. I believe prpl-jabber renamed its parameter(s) corresponding to the Telepathy require-encryption parameter. Haze should be made to cope with the new naming (and either support both, or depend on a new-enough libpurple for it not to matter).
Comment 2 Simon McVittie 2013-09-23 15:22:00 UTC
(In reply to comment #1)
> I believe prpl-jabber renamed its parameter(s)
> corresponding to the Telepathy require-encryption parameter.

Fixed in 0.5

*** This bug has been marked as a duplicate of bug 31846 ***


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.