Bug#835189: python-pyrax: FTBFS (failing tests)

2017-10-06 Thread Sascha Girrulat
Hi,

fixed in git, but i got new buildproblems with python-novaclient and
it's dependencies python-keyring and dbus inside the pbuilder chroot.

==
ERROR: tests.unit.test_image (unittest.loader.ModuleImportFailure)
--
ImportError: Failed to import test module: tests.unit.test_image
Traceback (most recent call last):
  File "/usr/lib/python2.7/unittest/loader.py", line 254, in _find_tests
module = self._get_module_from_name(name)
  File "/usr/lib/python2.7/unittest/loader.py", line 232, in
_get_module_from_name
__import__(name)
  File "tests/unit/test_image.py", line 13, in 
import pyrax
  File "pyrax/__init__.py", line 42, in 
import keyring
  File "/usr/lib/python2.7/dist-packages/keyring/__init__.py", line 6,
in 
from .core import (set_keyring, get_keyring, set_password, get_password,
  File "/usr/lib/python2.7/dist-packages/keyring/core.py", line 148, in

init_backend()
  File "/usr/lib/python2.7/dist-packages/keyring/core.py", line 64, in
init_backend
keyrings = filter(limit, backend.get_all_keyring())
  File "/usr/lib/python2.7/dist-packages/keyring/util/__init__.py", line
20, in wrapper
func.always_returns = func(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/keyring/backend.py", line 191,
in get_all_keyring
exceptions=TypeError))
  File "/usr/lib/python2.7/dist-packages/keyring/util/__init__.py", line
29, in suppress_exceptions
for callable in callables:
  File "/usr/lib/python2.7/dist-packages/keyring/backend.py", line 183,
in is_class_viable
keyring_cls.priority
  File "/usr/lib/python2.7/dist-packages/keyring/util/properties.py",
line 22, in __get__
return self.fget.__get__(None, owner)()
  File
"/usr/lib/python2.7/dist-packages/keyring/backends/SecretService.py",
line 30, in priority
bus = secretstorage.dbus_init()
  File "/usr/lib/python2.7/dist-packages/secretstorage/__init__.py",
line 47, in dbus_init
return dbus.SessionBus()
  File "/usr/lib/python2.7/dist-packages/dbus/_dbus.py", line 211, in
__new__
mainloop=mainloop)
  File "/usr/lib/python2.7/dist-packages/dbus/_dbus.py", line 100, in
__new__
bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 122, in __new__
bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
DBusException: org.freedesktop.DBus.Error.FileNotFound: Failed to
connect to socket /run/user/1000/bus: No such file or directory

Regards
Sascha

Am 18.01.2017 um 17:10 schrieb Sascha Girrulat:
> thx for the update. I try to handle it asap. I'm only short of time at
> the moment.
> 
> Regards
> Sascha
> 
> Am 17.01.2017 um 01:50 schrieb Santiago Vila:
>> retitle 835189 python-pyrax: FTBFS (failing tests)
>> thanks
>>
>> Hi.
>>
>> After building this package many times today, it always fail
>> and not just sometimes, so I'm retitling accordingly.
>>
>> As a summary, I see that the following tests always fail:
>>
>> ERROR: test_set_http_debug (tests.unit.test_module.PyraxInitTest)
>> ERROR: test_connect_to_cloudservers (tests.unit.test_module.PyraxInitTest)
>>
>> and the following one fails approximately 70% of the time:
>>
>> ERROR: test_rax_endpoints (tests.unit.test_identity.IdentityTest)
>>
>> [ The first two failing tests are the ones reported by Lucas Nussbaum
>>   in Bug #841623 ].
>>
>> Thanks.
>>
> 



signature.asc
Description: OpenPGP digital signature


Bug#835189: python-pyrax: FTBFS (failing tests)

2017-01-18 Thread Sascha Girrulat
thx for the update. I try to handle it asap. I'm only short of time at
the moment.

Regards
Sascha

Am 17.01.2017 um 01:50 schrieb Santiago Vila:
> retitle 835189 python-pyrax: FTBFS (failing tests)
> thanks
> 
> Hi.
> 
> After building this package many times today, it always fail
> and not just sometimes, so I'm retitling accordingly.
> 
> As a summary, I see that the following tests always fail:
> 
> ERROR: test_set_http_debug (tests.unit.test_module.PyraxInitTest)
> ERROR: test_connect_to_cloudservers (tests.unit.test_module.PyraxInitTest)
> 
> and the following one fails approximately 70% of the time:
> 
> ERROR: test_rax_endpoints (tests.unit.test_identity.IdentityTest)
> 
> [ The first two failing tests are the ones reported by Lucas Nussbaum
>   in Bug #841623 ].
> 
> Thanks.
> 



signature.asc
Description: OpenPGP digital signature


Bug#835189: python-pyrax: FTBFS (failing tests)

2017-01-16 Thread Santiago Vila
retitle 835189 python-pyrax: FTBFS (failing tests)
thanks

Hi.

After building this package many times today, it always fail
and not just sometimes, so I'm retitling accordingly.

As a summary, I see that the following tests always fail:

ERROR: test_set_http_debug (tests.unit.test_module.PyraxInitTest)
ERROR: test_connect_to_cloudservers (tests.unit.test_module.PyraxInitTest)

and the following one fails approximately 70% of the time:

ERROR: test_rax_endpoints (tests.unit.test_identity.IdentityTest)

[ The first two failing tests are the ones reported by Lucas Nussbaum
  in Bug #841623 ].

Thanks.