Bug#915895: python-limits FTBFS: ERROR: Failure: ImportError (cannot import name b)

2019-09-20 Thread Andrey Rahmatullin
On Thu, Aug 15, 2019 at 11:10:37PM +0500, Andrey Rahmatullin wrote:
> Control: reassign -1 src:redis-py-cluster/1.3.3-1
> Control: severity -1 grave
> Control: forwarded -1 https://github.com/Grokzen/redis-py-cluster/issues/295
> Control: affects -1 src:python-limits
> 
> On Sat, Feb 09, 2019 at 06:57:54PM +0100, Slavko wrote:
> > while this of course affects the python-limits build, it is not its
> > bug. As one can see, it is caused in test by importing rediscluster:
> Exactly. Fixing the bug metadata accordingly.
> Work in progress is at
> https://github.com/Grokzen/redis-py-cluster/pull/296 and looks promising.
This is fixed in the 2.0 release.

-- 
WBR, wRAR


signature.asc
Description: PGP signature


Processed (with 1 error): Re: Bug#915895: python-limits FTBFS: ERROR: Failure: ImportError (cannot import name b)

2019-08-15 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 src:redis-py-cluster/1.3.3-1
Unknown command or malformed arguments to command.

> severity -1 grave
Bug #915895 [src:python-limits] python-limits FTBFS: ERROR: Failure: 
ImportError (cannot import name b)
Severity set to 'grave' from 'serious'
> forwarded -1 https://github.com/Grokzen/redis-py-cluster/issues/295
Bug #915895 [src:python-limits] python-limits FTBFS: ERROR: Failure: 
ImportError (cannot import name b)
Set Bug forwarded-to-address to 
'https://github.com/Grokzen/redis-py-cluster/issues/295'.
> affects -1 src:python-limits
Bug #915895 [src:python-limits] python-limits FTBFS: ERROR: Failure: 
ImportError (cannot import name b)
Added indication that 915895 affects src:python-limits

-- 
915895: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=915895
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#915895: python-limits FTBFS: ERROR: Failure: ImportError (cannot import name b)

2019-08-15 Thread Andrey Rahmatullin
Control: reassign -1 src:redis-py-cluster/1.3.3-1
Control: severity -1 grave
Control: forwarded -1 https://github.com/Grokzen/redis-py-cluster/issues/295
Control: affects -1 src:python-limits

On Sat, Feb 09, 2019 at 06:57:54PM +0100, Slavko wrote:
> while this of course affects the python-limits build, it is not its
> bug. As one can see, it is caused in test by importing rediscluster:
Exactly. Fixing the bug metadata accordingly.
Work in progress is at
https://github.com/Grokzen/redis-py-cluster/pull/296 and looks promising.

-- 
WBR, wRAR


signature.asc
Description: PGP signature


Bug#915895: python-limits FTBFS: ERROR: Failure: ImportError (cannot import name b)

2018-12-07 Thread Adrian Bunk
Source: python-limits
Version: 1.3-1
Severity: serious
Tags: ftbfs

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-limits.html

...
==
ERROR: Failure: ImportError (cannot import name b)
--
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 418, in 
loadTestsFromName
addr.filename, addr.module)
  File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 47, in 
importFromPath
return self.importFromDir(dir_path, fqname)
  File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 94, in 
importFromDir
mod = load_module(part_fqname, fh, filename, desc)
  File 
"/build/1st/python-limits-1.3/.pybuild/cpython2_2.7_limits/build/tests/test_storage.py",
 line 10, in 
import rediscluster
  File "/usr/lib/python2.7/dist-packages/rediscluster/__init__.py", line 7, in 

from .client import StrictRedisCluster, RedisCluster
  File "/usr/lib/python2.7/dist-packages/rediscluster/client.py", line 31, in 

from redis._compat import iteritems, basestring, b, izip, nativestr, long
ImportError: cannot import name b

--
Ran 20 tests in 0.236s

FAILED (errors=1)
E: pybuild pybuild:338: test: plugin distutils failed with: exit code=1: cd 
/build/1st/python-limits-1.3/.pybuild/cpython2_2.7_limits/build; python2.7 -m 
nose -v -a !remote
dh_auto_test: pybuild --test --test-nose -i python{version} -p 2.7 returned 
exit code 13
make: *** [debian/rules:9: build] Error 25