Your message dated Mon, 24 Aug 2015 23:49:05 +0000
with message-id <e1zu1u9-0006o3...@franck.debian.org>
and subject line Bug#795662: fixed in python-passlib 1.6.5-1
has caused the Debian Bug report #795662,
regarding python-passlib: FTBFS: ImportError: No module named django
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
795662: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795662
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-passlib
Version: 1.6.1-1.3
Severity: serious
Justification: fails to build from source

Dear Maintainer,

python-passlib fails to build from source on unstable/amd64:

  [..]

  ======================================================================
  ERROR: Failure: ImportError (No module named django)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 420, 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
    
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/ext/django/models.py",
    line 9, in <module>
      from django import VERSION
  ImportError: No module named django
  
  ======================================================================
  ERROR: Failure: AttributeError (missing attribute: '__file__')
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "/usr/lib/python2.7/dist-packages/nose/plugins/manager.py",
    line 154, in generate
      for r in result:
    File "/usr/lib/python2.7/dist-packages/nose/plugins/doctests.py",
    line 238, in loadTestsFromModule
      module_file = src(module.__file__)
    File
    
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/registry.py",
    line 35, in __getattr__
      raise AttributeError("missing attribute: %r" % (attr,))
  AttributeError: missing attribute: '__file__'
  
  ======================================================================
  FAIL: Doctest: passlib.context.CryptContext
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
      raise self.failureException(self.format_failure(new.getvalue()))
  AssertionError: Failed doctest test for passlib.context.CryptContext
    File
    
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/context.py",
    line 1515, in CryptContext
  
  ----------------------------------------------------------------------
  File
  
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/context.py",
  line 1526, in passlib.context.CryptContext
  Failed example:
      ctx = CryptContext(schemes=[...])
  Exception raised:
      Traceback (most recent call last):
        File "/usr/lib/python2.7/doctest.py", line 1315, in __run
          compileflags, 1) in test.globs
        File "<doctest passlib.context.CryptContext[0]>", line 1
          ctx = CryptContext(schemes=[...])
                                      ^
      SyntaxError: invalid syntax
  
  -------------------- >> begin captured logging << --------------------
  [..]
  --------------------- >> end captured logging << ---------------------
  
  ======================================================================
  FAIL: Doctest: passlib.context.CryptContext.copy
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
      raise self.failureException(self.format_failure(new.getvalue()))
  AssertionError: Failed doctest test for
  passlib.context.CryptContext.copy
    File
    
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/context.py",
    line 1633, in copy
  
  ----------------------------------------------------------------------
  File
  
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/context.py",
  line 1648, in passlib.context.CryptContext.copy
  Failed example:
      ctx2 = custom_app_context.copy(default="md5_crypt")
  Exception raised:
      Traceback (most recent call last):
        File "/usr/lib/python2.7/doctest.py", line 1315, in __run
          compileflags, 1) in test.globs
        File "<doctest passlib.context.CryptContext.copy[2]>", line 1,
        in <module>
          ctx2 = custom_app_context.copy(default="md5_crypt")
      NameError: name 'custom_app_context' is not defined
  ----------------------------------------------------------------------
  File
  
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/context.py",
  line 1651, in passlib.context.CryptContext.copy
  Failed example:
      ctx1.default_scheme()
  Expected:
      "sha256_crypt"
  Got:
      'sha256_crypt'
  ----------------------------------------------------------------------
  File
  
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/context.py",
  line 1653, in passlib.context.CryptContext.copy
  Failed example:
      ctx2.default_scheme()
  Exception raised:
      Traceback (most recent call last):
        File "/usr/lib/python2.7/doctest.py", line 1315, in __run
          compileflags, 1) in test.globs
        File "<doctest passlib.context.CryptContext.copy[4]>", line 1,
        in <module>
          ctx2.default_scheme()
      NameError: name 'ctx2' is not defined
  
  
  ======================================================================
  FAIL: Doctest: passlib.context.CryptContext.to_dict
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
      raise self.failureException(self.format_failure(new.getvalue()))
  AssertionError: Failed doctest test for
  passlib.context.CryptContext.to_dict
    File
    
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/context.py",
    line 2134, in to_dict
  
  ----------------------------------------------------------------------
  File
  
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/context.py",
  line 2151, in passlib.context.CryptContext.to_dict
  Failed example:
      ldap_nocrypt_context.to_dict()
  Expected:
      {'schemes': ['ldap_salted_sha1',
      'ldap_salted_md5',
      'ldap_sha1',
      'ldap_md5',
      'ldap_plaintext']}
  Got:
      {'schemes': ['ldap_salted_sha1', 'ldap_salted_md5', 'ldap_sha1',
      'ldap_md5', 'ldap_plaintext']}
  
  
  ======================================================================
  FAIL: Doctest: passlib.context.CryptContext.to_string
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
      raise self.failureException(self.format_failure(new.getvalue()))
  AssertionError: Failed doctest test for
  passlib.context.CryptContext.to_string
    File
    
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/context.py",
    line 2179, in to_string
  
  ----------------------------------------------------------------------
  File
  
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/context.py",
  line 2196, in passlib.context.CryptContext.to_string
  Failed example:
      print ldap_nocrypt_context.to_string()
  Expected:
      [passlib]
      schemes = ldap_salted_sha1, ldap_salted_md5, ldap_sha1, ldap_md5,
      ldap_plaintext
  Got:
      [passlib]
      schemes = ldap_salted_sha1, ldap_salted_md5, ldap_sha1, ldap_md5,
      ldap_plaintext
      <BLANKLINE>
      <BLANKLINE>
  
  
  ======================================================================
  FAIL: Doctest: passlib.registry.register_crypt_handler_path
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
      raise self.failureException(self.format_failure(new.getvalue()))
  AssertionError: Failed doctest test for
  passlib.registry.register_crypt_handler_path
    File
    
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/registry.py",
    line 188, in register_crypt_handler_path
  
  ----------------------------------------------------------------------
  File
  
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/registry.py",
  line 205, in passlib.registry.register_crypt_handler_path
  Failed example:
      from passlib.registry import registry_crypt_handler_path
  Exception raised:
      Traceback (most recent call last):
        File "/usr/lib/python2.7/doctest.py", line 1315, in __run
          compileflags, 1) in test.globs
        File "<doctest
        passlib.registry.register_crypt_handler_path[0]>", line 1, in
        <module>
          from passlib.registry import registry_crypt_handler_path
      ImportError: cannot import name registry_crypt_handler_path
  ----------------------------------------------------------------------
  File
  
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/registry.py",
  line 206, in passlib.registry.register_crypt_handler_path
  Failed example:
      registry_crypt_handler_path("myhash", "myapp.helpers")
  Exception raised:
      Traceback (most recent call last):
        File "/usr/lib/python2.7/doctest.py", line 1315, in __run
          compileflags, 1) in test.globs
        File "<doctest
        passlib.registry.register_crypt_handler_path[1]>", line 1, in
        <module>
          registry_crypt_handler_path("myhash", "myapp.helpers")
      NameError: name 'registry_crypt_handler_path' is not defined
  ----------------------------------------------------------------------
  File
  
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/registry.py",
  line 211, in passlib.registry.register_crypt_handler_path
  Failed example:
      from passlib.registry import registry_crypt_handler_path
  Exception raised:
      Traceback (most recent call last):
        File "/usr/lib/python2.7/doctest.py", line 1315, in __run
          compileflags, 1) in test.globs
        File "<doctest
        passlib.registry.register_crypt_handler_path[2]>", line 1, in
        <module>
          from passlib.registry import registry_crypt_handler_path
      ImportError: cannot import name registry_crypt_handler_path
  ----------------------------------------------------------------------
  File
  
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/registry.py",
  line 212, in passlib.registry.register_crypt_handler_path
  Failed example:
      registry_crypt_handler_path("myhash", "myapp.helpers:MyHash")
  Exception raised:
      Traceback (most recent call last):
        File "/usr/lib/python2.7/doctest.py", line 1315, in __run
          compileflags, 1) in test.globs
        File "<doctest
        passlib.registry.register_crypt_handler_path[3]>", line 1, in
        <module>
          registry_crypt_handler_path("myhash", "myapp.helpers:MyHash")
      NameError: name 'registry_crypt_handler_path' is not defined
  
  
  ======================================================================
  FAIL: Doctest: passlib.utils.pbkdf2.get_prf
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
      raise self.failureException(self.format_failure(new.getvalue()))
  AssertionError: Failed doctest test for passlib.utils.pbkdf2.get_prf
    File
    
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/utils/pbkdf2.py",
    line 205, in get_prf
  
  ----------------------------------------------------------------------
  File
  
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/utils/pbkdf2.py",
  line 236, in passlib.utils.pbkdf2.get_prf
  Failed example:
      hmac_sha256
  Expected:
      <function hmac_sha256 at 0x1e37c80>
  Got:
      <function hmac_sha256 at 0x7f0ede340c80>
  ----------------------------------------------------------------------
  File
  
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/utils/pbkdf2.py",
  line 238, in passlib.utils.pbkdf2.get_prf
  Failed example:
      dsize
  Expected:
      32
  Got:
      32L
  
  
  ----------------------------------------------------------------------
  Ran 1819 tests in 126.324s
  
  FAILED (SKIP=593, errors=2, failures=6)
  E: pybuild pybuild:262: test: plugin distutils failed with: exit
  code=1: cd
  /tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build;
  python2.7 -m nose --with-doctest 
  dh_auto_test: pybuild --test --test-nose -i python{version} -p 2.7
  --dir . returned exit code 13
  debian/rules:6: recipe for target 'build' failed
  make: *** [build] Error 25
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

  [..]

The full build log is attached or can be viewed here:

  
https://reproducible.debian.net/logs/unstable/amd64/python-passlib_1.6.1-1.3.build1.log.gz


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
I: using fakeroot in build.
I: pbuilder: network access will be disabled during build
I: Current time: Thu Jul 30 20:04:02 GMT+12 2015
I: pbuilder-time-stamp: 1438329842
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/unstable-reproducible-base.tgz]
I: creating local configuration
I: copying local configuration
I: mounting /proc filesystem
I: mounting /run/shm filesystem
I: mounting /dev/pts filesystem
I: Mounting /dev/shm
I: Mounting /sys
I: policy-rc.d already exists
I: Installing the build-deps
 -> Attempting to satisfy build-dependencies
 -> Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team <pbuilder-ma...@lists.alioth.debian.org>
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper (>= 8.0.0), dh-python, python-all (>= 2.6.6-3~), 
python-setuptools, python-nose, python3-all, python3-setuptools, python3-nose
dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in 
'/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 20233 files and directories currently installed.)
Preparing to unpack .../pbuilder-satisfydepends-dummy.deb ...
Unpacking pbuilder-satisfydepends-dummy (0.invalid.0) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring 
anyway as you requested:
 pbuilder-satisfydepends-dummy depends on dh-python; however:
  Package dh-python is not installed.
 pbuilder-satisfydepends-dummy depends on python-all (>= 2.6.6-3~); however:
  Package python-all is not installed.
 pbuilder-satisfydepends-dummy depends on python-setuptools; however:
  Package python-setuptools is not installed.
 pbuilder-satisfydepends-dummy depends on python-nose; however:
  Package python-nose is not installed.
 pbuilder-satisfydepends-dummy depends on python3-all; however:
  Package python3-all is not installed.
 pbuilder-satisfydepends-dummy depends on python3-setuptools; however:
  Package python3-setuptools is not installed.
 pbuilder-satisfydepends-dummy depends on python3-nose; however:
  Package python3-nose is not installed.

Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
Building tag database...
The following NEW packages will be installed:
  dh-python{a} libexpat1{a} libmpdec2{a} libpython-stdlib{a} 
  libpython2.7-minimal{a} libpython2.7-stdlib{a} libpython3-stdlib{a} 
  libpython3.4-minimal{a} libpython3.4-stdlib{a} libssl1.0.0{a} 
  mime-support{a} python{a} python-all{a} python-minimal{a} python-nose{a} 
  python-pkg-resources{a} python-setuptools{a} python2.7{a} 
  python2.7-minimal{a} python3{a} python3-all{a} python3-minimal{a} 
  python3-nose{a} python3-pkg-resources{a} python3-setuptools{a} 
  python3.4{a} python3.4-minimal{a} 
0 packages upgraded, 27 newly installed, 0 to remove and 0 not upgraded.
Need to get 10.6 MB of archives. After unpacking 46.2 MB will be used.
Writing extended state information...
Get: 1 http://ftp.de.debian.org/debian/ unstable/main libpython2.7-minimal 
amd64 2.7.10-3 [382 kB]
Get: 2 http://ftp.de.debian.org/debian/ unstable/main python2.7-minimal amd64 
2.7.10-3 [1418 kB]
Get: 3 http://ftp.de.debian.org/debian/ unstable/main python-minimal amd64 
2.7.9-1 [40.3 kB]
Get: 4 http://ftp.de.debian.org/debian/ unstable/main mime-support all 3.58 
[36.0 kB]
Get: 5 http://ftp.de.debian.org/debian/ unstable/main libexpat1 amd64 2.1.0-7 
[80.0 kB]
Get: 6 http://ftp.de.debian.org/debian/ unstable/main libssl1.0.0 amd64 
1.0.2d-1 [1274 kB]
Get: 7 http://ftp.de.debian.org/debian/ unstable/main libpython2.7-stdlib amd64 
2.7.10-3 [1854 kB]
Get: 8 http://ftp.de.debian.org/debian/ unstable/main python2.7 amd64 2.7.10-3 
[258 kB]
Get: 9 http://ftp.de.debian.org/debian/ unstable/main libpython-stdlib amd64 
2.7.9-1 [19.5 kB]
Get: 10 http://ftp.de.debian.org/debian/ unstable/main python amd64 2.7.9-1 
[151 kB]
Get: 11 http://ftp.de.debian.org/debian/ unstable/main libmpdec2 amd64 2.4.1-1 
[85.7 kB]
Get: 12 http://ftp.de.debian.org/debian/ unstable/main libpython3.4-minimal 
amd64 3.4.3-8 [495 kB]
Get: 13 http://ftp.de.debian.org/debian/ unstable/main libpython3.4-stdlib 
amd64 3.4.3-8 [2057 kB]
Get: 14 http://ftp.de.debian.org/debian/ unstable/main python3.4-minimal amd64 
3.4.3-8 [1401 kB]
Get: 15 http://ftp.de.debian.org/debian/ unstable/main python3-minimal amd64 
3.4.3-4 [34.7 kB]
Get: 16 http://ftp.de.debian.org/debian/ unstable/main python3.4 amd64 3.4.3-8 
[219 kB]
Get: 17 http://ftp.de.debian.org/debian/ unstable/main libpython3-stdlib amd64 
3.4.3-4 [18.1 kB]
Get: 18 http://ftp.de.debian.org/debian/ unstable/main dh-python all 2.20150728 
[71.3 kB]
Get: 19 http://ftp.de.debian.org/debian/ unstable/main python3 amd64 3.4.3-4 
[21.1 kB]
Get: 20 http://ftp.de.debian.org/debian/ unstable/main python-all amd64 2.7.9-1 
[996 B]
Get: 21 http://ftp.de.debian.org/debian/ unstable/main python-pkg-resources all 
18.0.1-1 [73.1 kB]
Get: 22 http://ftp.de.debian.org/debian/ unstable/main python-nose all 1.3.6-1 
[132 kB]
Get: 23 http://ftp.de.debian.org/debian/ unstable/main python-setuptools all 
18.0.1-1 [206 kB]
Get: 24 http://ftp.de.debian.org/debian/ unstable/main python3-all amd64 
3.4.3-4 [932 B]
Get: 25 http://ftp.de.debian.org/debian/ unstable/main python3-pkg-resources 
all 18.0.1-1 [43.7 kB]
Get: 26 http://ftp.de.debian.org/debian/ unstable/main python3-nose all 1.3.6-1 
[132 kB]
Get: 27 http://ftp.de.debian.org/debian/ unstable/main python3-setuptools all 
18.0.1-1 [92.5 kB]
Fetched 10.6 MB in 0s (19.6 MB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libpython2.7-minimal:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20233 files and directories currently installed.)
Preparing to unpack .../libpython2.7-minimal_2.7.10-3_amd64.deb ...
Unpacking libpython2.7-minimal:amd64 (2.7.10-3) ...
Selecting previously unselected package python2.7-minimal.
Preparing to unpack .../python2.7-minimal_2.7.10-3_amd64.deb ...
Unpacking python2.7-minimal (2.7.10-3) ...
Selecting previously unselected package python-minimal.
Preparing to unpack .../python-minimal_2.7.9-1_amd64.deb ...
Unpacking python-minimal (2.7.9-1) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../mime-support_3.58_all.deb ...
Unpacking mime-support (3.58) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../libexpat1_2.1.0-7_amd64.deb ...
Unpacking libexpat1:amd64 (2.1.0-7) ...
Selecting previously unselected package libssl1.0.0:amd64.
Preparing to unpack .../libssl1.0.0_1.0.2d-1_amd64.deb ...
Unpacking libssl1.0.0:amd64 (1.0.2d-1) ...
Selecting previously unselected package libpython2.7-stdlib:amd64.
Preparing to unpack .../libpython2.7-stdlib_2.7.10-3_amd64.deb ...
Unpacking libpython2.7-stdlib:amd64 (2.7.10-3) ...
Selecting previously unselected package python2.7.
Preparing to unpack .../python2.7_2.7.10-3_amd64.deb ...
Unpacking python2.7 (2.7.10-3) ...
Selecting previously unselected package libpython-stdlib:amd64.
Preparing to unpack .../libpython-stdlib_2.7.9-1_amd64.deb ...
Unpacking libpython-stdlib:amd64 (2.7.9-1) ...
Processing triggers for man-db (2.7.0.2-5) ...
Setting up libpython2.7-minimal:amd64 (2.7.10-3) ...
Setting up python2.7-minimal (2.7.10-3) ...
Setting up python-minimal (2.7.9-1) ...
Selecting previously unselected package python.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 21035 files and directories currently installed.)
Preparing to unpack .../python_2.7.9-1_amd64.deb ...
Unpacking python (2.7.9-1) ...
Selecting previously unselected package libmpdec2:amd64.
Preparing to unpack .../libmpdec2_2.4.1-1_amd64.deb ...
Unpacking libmpdec2:amd64 (2.4.1-1) ...
Selecting previously unselected package libpython3.4-minimal:amd64.
Preparing to unpack .../libpython3.4-minimal_3.4.3-8_amd64.deb ...
Unpacking libpython3.4-minimal:amd64 (3.4.3-8) ...
Selecting previously unselected package libpython3.4-stdlib:amd64.
Preparing to unpack .../libpython3.4-stdlib_3.4.3-8_amd64.deb ...
Unpacking libpython3.4-stdlib:amd64 (3.4.3-8) ...
Selecting previously unselected package python3.4-minimal.
Preparing to unpack .../python3.4-minimal_3.4.3-8_amd64.deb ...
Unpacking python3.4-minimal (3.4.3-8) ...
Selecting previously unselected package python3-minimal.
Preparing to unpack .../python3-minimal_3.4.3-4_amd64.deb ...
Unpacking python3-minimal (3.4.3-4) ...
Selecting previously unselected package python3.4.
Preparing to unpack .../python3.4_3.4.3-8_amd64.deb ...
Unpacking python3.4 (3.4.3-8) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../libpython3-stdlib_3.4.3-4_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.4.3-4) ...
Selecting previously unselected package dh-python.
Preparing to unpack .../dh-python_2.20150728_all.deb ...
Unpacking dh-python (2.20150728) ...
Processing triggers for man-db (2.7.0.2-5) ...
Setting up libssl1.0.0:amd64 (1.0.2d-1) ...
Setting up libpython3.4-minimal:amd64 (3.4.3-8) ...
Setting up libexpat1:amd64 (2.1.0-7) ...
Setting up python3.4-minimal (3.4.3-8) ...
Setting up python3-minimal (3.4.3-4) ...
Processing triggers for libc-bin (2.19-19) ...
Selecting previously unselected package python3.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 21993 files and directories currently installed.)
Preparing to unpack .../python3_3.4.3-4_amd64.deb ...
Unpacking python3 (3.4.3-4) ...
Selecting previously unselected package python-all.
Preparing to unpack .../python-all_2.7.9-1_amd64.deb ...
Unpacking python-all (2.7.9-1) ...
Selecting previously unselected package python-pkg-resources.
Preparing to unpack .../python-pkg-resources_18.0.1-1_all.deb ...
Unpacking python-pkg-resources (18.0.1-1) ...
Selecting previously unselected package python-nose.
Preparing to unpack .../python-nose_1.3.6-1_all.deb ...
Unpacking python-nose (1.3.6-1) ...
Selecting previously unselected package python-setuptools.
Preparing to unpack .../python-setuptools_18.0.1-1_all.deb ...
Unpacking python-setuptools (18.0.1-1) ...
Selecting previously unselected package python3-all.
Preparing to unpack .../python3-all_3.4.3-4_amd64.deb ...
Unpacking python3-all (3.4.3-4) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../python3-pkg-resources_18.0.1-1_all.deb ...
Unpacking python3-pkg-resources (18.0.1-1) ...
Selecting previously unselected package python3-nose.
Preparing to unpack .../python3-nose_1.3.6-1_all.deb ...
Unpacking python3-nose (1.3.6-1) ...
Selecting previously unselected package python3-setuptools.
Preparing to unpack .../python3-setuptools_18.0.1-1_all.deb ...
Unpacking python3-setuptools (18.0.1-1) ...
Processing triggers for man-db (2.7.0.2-5) ...
Setting up mime-support (3.58) ...
Setting up libpython2.7-stdlib:amd64 (2.7.10-3) ...
Setting up python2.7 (2.7.10-3) ...
Setting up libpython-stdlib:amd64 (2.7.9-1) ...
Setting up python (2.7.9-1) ...
Setting up libmpdec2:amd64 (2.4.1-1) ...
Setting up libpython3.4-stdlib:amd64 (3.4.3-8) ...
Setting up python3.4 (3.4.3-8) ...
Setting up libpython3-stdlib:amd64 (3.4.3-4) ...
Setting up python-all (2.7.9-1) ...
Setting up python-pkg-resources (18.0.1-1) ...
Setting up python-nose (1.3.6-1) ...
Setting up python-setuptools (18.0.1-1) ...
Setting up python3 (3.4.3-4) ...
Setting up python3-all (3.4.3-4) ...
Setting up python3-pkg-resources (18.0.1-1) ...
Setting up python3-nose (1.3.6-1) ...
Setting up python3-setuptools (18.0.1-1) ...
Setting up dh-python (2.20150728) ...
Processing triggers for libc-bin (2.19-19) ...
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
Building tag database...
 -> Finished parsing the build-deps
Reading package lists...
Building dependency tree...
Reading state information...
fakeroot is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I: Copying source file
I: copying [python-passlib_1.6.1-1.3.dsc]
I: copying [./python-passlib_1.6.1.orig.tar.gz]
I: copying [./python-passlib_1.6.1-1.3.debian.tar.xz]
I: Extracting source
gpgv: keyblock resource `/tmp/buildd/.gnupg/trustedkeys.gpg': file open error
gpgv: Signature made Sun Nov 30 18:16:46 2014 GMT+12 using RSA key ID B9D02636
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on 
./python-passlib_1.6.1-1.3.dsc
dpkg-source: info: extracting python-passlib in python-passlib-1.6.1
dpkg-source: info: unpacking python-passlib_1.6.1.orig.tar.gz
dpkg-source: info: unpacking python-passlib_1.6.1-1.3.debian.tar.xz
I: Building the package
I: Running cd tmp/buildd/*/ && env 
PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" dpkg-buildpackage -us -uc  -b 
-rfakeroot
dpkg-buildpackage: source package python-passlib
dpkg-buildpackage: source version 1.6.1-1.3
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Brian May <b...@debian.org>
 dpkg-source --before-build python-passlib-1.6.1
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh clean --with python2,python3 --buildsystem=pybuild
   dh_testdir -O--buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:170: python2.7 setup.py clean 
running clean
removing '/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build' (and 
everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-2.7' does not exist -- can't clean it
I: pybuild base:170: python3.4 setup.py clean 
running clean
removing '/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build' (and 
everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.4' does not exist -- can't clean it
   dh_clean -O--buildsystem=pybuild
 debian/rules build
dh build --with python2,python3 --buildsystem=pybuild
   dh_testdir -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:170: python2.7 setup.py config 
running config
I: pybuild base:170: python3.4 setup.py config 
running config
   dh_auto_build -O--buildsystem=pybuild
I: pybuild base:170: /usr/bin/python setup.py build 
running build
running build_py
creating /tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib
copying passlib/apache.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib
copying passlib/ifc.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib
copying passlib/__init__.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib
copying passlib/exc.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib
copying passlib/hash.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib
copying passlib/win32.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib
copying passlib/context.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib
copying passlib/apps.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib
copying passlib/hosts.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib
copying passlib/registry.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib
creating 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/ext
copying passlib/ext/__init__.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/ext
creating 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/ext/django
copying passlib/ext/django/__init__.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/ext/django
copying passlib/ext/django/utils.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/ext/django
copying passlib/ext/django/models.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/ext/django
creating 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/handlers
copying passlib/handlers/misc.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/handlers
copying passlib/handlers/phpass.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/handlers
copying passlib/handlers/md5_crypt.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/handlers
copying passlib/handlers/__init__.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/handlers
copying passlib/handlers/sha2_crypt.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/handlers
copying passlib/handlers/windows.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/handlers
copying passlib/handlers/des_crypt.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/handlers
copying passlib/handlers/cisco.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/handlers
copying passlib/handlers/oracle.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/handlers
copying passlib/handlers/bcrypt.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/handlers
copying passlib/handlers/mssql.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/handlers
copying passlib/handlers/postgres.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/handlers
copying passlib/handlers/digests.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/handlers
copying passlib/handlers/sun_md5_crypt.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/handlers
copying passlib/handlers/ldap_digests.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/handlers
copying passlib/handlers/mysql.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/handlers
copying passlib/handlers/pbkdf2.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/handlers
copying passlib/handlers/fshp.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/handlers
copying passlib/handlers/django.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/handlers
copying passlib/handlers/roundup.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/handlers
copying passlib/handlers/sha1_crypt.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/handlers
copying passlib/handlers/scram.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/handlers
creating 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/tests
copying passlib/tests/_test_bad_register.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/tests
copying passlib/tests/__init__.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/tests
copying passlib/tests/backports.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/tests
copying passlib/tests/test_context.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/tests
copying passlib/tests/test_apache.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/tests
copying passlib/tests/test_utils.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/tests
copying passlib/tests/test_handlers.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/tests
copying passlib/tests/test_win32.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/tests
copying passlib/tests/test_ext_django.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/tests
copying passlib/tests/test_apps.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/tests
copying passlib/tests/utils.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/tests
copying passlib/tests/tox_support.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/tests
copying passlib/tests/test_utils_crypto.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/tests
copying passlib/tests/test_utils_handlers.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/tests
copying passlib/tests/test_context_deprecated.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/tests
copying passlib/tests/test_registry.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/tests
copying passlib/tests/test_hosts.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/tests
copying passlib/tests/__main__.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/tests
creating 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/utils
copying passlib/utils/__init__.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/utils
copying passlib/utils/md4.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/utils
copying passlib/utils/des.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/utils
copying passlib/utils/pbkdf2.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/utils
copying passlib/utils/compat.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/utils
copying passlib/utils/handlers.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/utils
creating 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/utils/_blowfish
copying passlib/utils/_blowfish/__init__.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/utils/_blowfish
copying passlib/utils/_blowfish/base.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/utils/_blowfish
copying passlib/utils/_blowfish/_gen_files.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/utils/_blowfish
copying passlib/utils/_blowfish/unrolled.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/utils/_blowfish
creating 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/_setup
copying passlib/_setup/__init__.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/_setup
copying passlib/_setup/stamp.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/_setup
copying passlib/_setup/docdist.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/_setup
copying passlib/tests/sample1b.cfg -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/tests
copying passlib/tests/sample1.cfg -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/tests
copying passlib/tests/sample_config_1s.cfg -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/tests
copying passlib/tests/sample1c.cfg -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/tests
I: pybuild base:170: /usr/bin/python3 setup.py build 
running build
running build_py
creating /tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib
copying passlib/apache.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib
copying passlib/ifc.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib
copying passlib/__init__.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib
copying passlib/exc.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib
copying passlib/hash.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib
copying passlib/win32.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib
copying passlib/context.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib
copying passlib/apps.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib
copying passlib/hosts.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib
copying passlib/registry.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib
creating 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/ext
copying passlib/ext/__init__.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/ext
creating 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/ext/django
copying passlib/ext/django/__init__.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/ext/django
copying passlib/ext/django/utils.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/ext/django
copying passlib/ext/django/models.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/ext/django
creating 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/handlers
copying passlib/handlers/misc.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/handlers
copying passlib/handlers/phpass.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/handlers
copying passlib/handlers/md5_crypt.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/handlers
copying passlib/handlers/__init__.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/handlers
copying passlib/handlers/sha2_crypt.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/handlers
copying passlib/handlers/windows.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/handlers
copying passlib/handlers/des_crypt.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/handlers
copying passlib/handlers/cisco.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/handlers
copying passlib/handlers/oracle.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/handlers
copying passlib/handlers/bcrypt.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/handlers
copying passlib/handlers/mssql.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/handlers
copying passlib/handlers/postgres.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/handlers
copying passlib/handlers/digests.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/handlers
copying passlib/handlers/sun_md5_crypt.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/handlers
copying passlib/handlers/ldap_digests.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/handlers
copying passlib/handlers/mysql.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/handlers
copying passlib/handlers/pbkdf2.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/handlers
copying passlib/handlers/fshp.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/handlers
copying passlib/handlers/django.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/handlers
copying passlib/handlers/roundup.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/handlers
copying passlib/handlers/sha1_crypt.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/handlers
copying passlib/handlers/scram.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/handlers
creating 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/tests
copying passlib/tests/_test_bad_register.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/tests
copying passlib/tests/__init__.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/tests
copying passlib/tests/backports.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/tests
copying passlib/tests/test_context.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/tests
copying passlib/tests/test_apache.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/tests
copying passlib/tests/test_utils.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/tests
copying passlib/tests/test_handlers.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/tests
copying passlib/tests/test_win32.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/tests
copying passlib/tests/test_ext_django.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/tests
copying passlib/tests/test_apps.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/tests
copying passlib/tests/utils.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/tests
copying passlib/tests/tox_support.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/tests
copying passlib/tests/test_utils_crypto.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/tests
copying passlib/tests/test_utils_handlers.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/tests
copying passlib/tests/test_context_deprecated.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/tests
copying passlib/tests/test_registry.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/tests
copying passlib/tests/test_hosts.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/tests
copying passlib/tests/__main__.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/tests
creating 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/utils
copying passlib/utils/__init__.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/utils
copying passlib/utils/md4.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/utils
copying passlib/utils/des.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/utils
copying passlib/utils/pbkdf2.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/utils
copying passlib/utils/compat.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/utils
copying passlib/utils/handlers.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/utils
creating 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/utils/_blowfish
copying passlib/utils/_blowfish/__init__.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/utils/_blowfish
copying passlib/utils/_blowfish/base.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/utils/_blowfish
copying passlib/utils/_blowfish/_gen_files.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/utils/_blowfish
copying passlib/utils/_blowfish/unrolled.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/utils/_blowfish
creating 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/_setup
copying passlib/_setup/__init__.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/_setup
copying passlib/_setup/stamp.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/_setup
copying passlib/_setup/docdist.py -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/_setup
copying passlib/tests/sample1b.cfg -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/tests
copying passlib/tests/sample1.cfg -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/tests
copying passlib/tests/sample_config_1s.cfg -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/tests
copying passlib/tests/sample1c.cfg -> 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_3.4/build/passlib/tests
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:170: cd 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build; python2.7 -m 
nose --with-doctest 
FF.FFE/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/registry.py:36:
 PasslibWarning: handler names should be lower-case, and use underscores 
instead of hyphens: 'setupModule' => 'setupmodule'
  handler = get_crypt_handler(attr, None)
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/registry.py:36:
 PasslibWarning: handler names should be lower-case, and use underscores 
instead of hyphens: 'setUpModule' => 'setupmodule'
  handler = get_crypt_handler(attr, None)
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/registry.py:36:
 PasslibWarning: handler names should be lower-case, and use underscores 
instead of hyphens: 'setUp' => 'setup'
  handler = get_crypt_handler(attr, None)
E/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/registry.py:36:
 PasslibWarning: handler names should be lower-case, and use underscores 
instead of hyphens: 'teardownModule' => 'teardownmodule'
  handler = get_crypt_handler(attr, None)
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/registry.py:36:
 PasslibWarning: handler names should be lower-case, and use underscores 
instead of hyphens: 'tearDownModule' => 'teardownmodule'
  handler = get_crypt_handler(attr, None)
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/registry.py:36:
 PasslibWarning: handler names should be lower-case, and use underscores 
instead of hyphens: 'tearDown' => 'teardown'
  handler = get_crypt_handler(attr, None)
FF...................................................................................................SSSSSSSSSS.....S......SSS....S.SSS........S......SSS....S.SSS........S......SSS....S.SS.S........SSSSSSSSSS....S.SS.S................S......SS.S.......SSSSSSSSSS....S.SSSS..........SS.SSS.SSS....S.SS.S.........S......SSS....S.SSSS.......S........S....S.SSSS..............SSS......SS.S..........S......SSS....S..S.....SS....SSSSSSSSSS....S.SSSS..S....S........S....S.SSSS...SS....S........S....S.SSSS...SS....S......SSS....S.SS.....SS....S......SSS....S.SS.....SS....S........S....S.SSSS.......S........S....S.SS..........S........S....S.SSSS.......SSSSSSSSSS....S.SSSS.......SSSSSSSSSS....S.SSSS.......SSSSSSSSSS....S.SSSS.......SSSSSSSSSS....S.SSSS.......SSSSSSSSSS....S.SSSS.......SSSSSSSSSS....S.SS.S...S.............SSS......SSS......S....SSSSSSSSSS....S.SSSS........SSSSSSSSSS....S.SS.S.......S......SSS....S.SSS........S......SSS....S.SSS........SSSSSSSSSS....S.SSSS.......SSSSSSSSSS....S.SS.S...............SSS......SSS...........SSSSSSSSSS....S.SSSS..........SSSSSSSSSS....S..SSS..........S......SSS....S............S......SSS....S............SSSSSSSSSS....S.SS.S........SSSSSSSSSS....S.SS.S.......SSSSSSSSSS....S.SS.S.......SSSSSSSSSS....S.SS.S..........S......SSS....S.SSSS.......S........S....S.SSS........S........S....S.SSSS.......S........S....S.SSSS.......S.............S.SSS........SSSSSSSSSS....S.SSSSS......SSSSSSSSSS....S.SS.S..........S........S....S.SSS.........................S......SSS.................S......S.S....................S......S.S...........S........S....S.S.S........SSSSSSSSSS....S.SS.S..S.....SSSSSSSSSS....S.SSSSS.S...........................................................................................S......SSS....S.SSSS...................SSSSSSSSSS....S.SSSS......
======================================================================
ERROR: Failure: ImportError (No module named django)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 420, 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 
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/ext/django/models.py",
 line 9, in <module>
    from django import VERSION
ImportError: No module named django

======================================================================
ERROR: Failure: AttributeError (missing attribute: '__file__')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/nose/plugins/manager.py", line 154, in 
generate
    for r in result:
  File "/usr/lib/python2.7/dist-packages/nose/plugins/doctests.py", line 238, 
in loadTestsFromModule
    module_file = src(module.__file__)
  File 
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/registry.py",
 line 35, in __getattr__
    raise AttributeError("missing attribute: %r" % (attr,))
AttributeError: missing attribute: '__file__'

======================================================================
FAIL: Doctest: passlib.context.CryptContext
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for passlib.context.CryptContext
  File 
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/context.py",
 line 1515, in CryptContext

----------------------------------------------------------------------
File 
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/context.py",
 line 1526, in passlib.context.CryptContext
Failed example:
    ctx = CryptContext(schemes=[...])
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest passlib.context.CryptContext[0]>", line 1
        ctx = CryptContext(schemes=[...])
                                    ^
    SyntaxError: invalid syntax

-------------------- >> begin captured logging << --------------------
passlib.utils.compat: DEBUG: loaded lazy attr 'SafeConfigParser': <class 
ConfigParser.SafeConfigParser at 0x7f0ee0696ae0>
passlib.utils.compat: DEBUG: loaded lazy attr 'NativeStringIO': <built-in 
function StringIO>
passlib.utils.compat: DEBUG: loaded lazy attr 'BytesIO': <built-in function 
StringIO>
passlib.registry: DEBUG: registered 'htdigest' handler: <class 
'passlib.handlers.digests.htdigest'>
passlib.registry: DEBUG: registered 'apr_md5_crypt' handler: <class 
'passlib.handlers.md5_crypt.apr_md5_crypt'>
passlib.registry: DEBUG: registered 'des_crypt' handler: <class 
'passlib.handlers.des_crypt.des_crypt'>
passlib.registry: DEBUG: registered 'ldap_sha1' handler: <class 
'passlib.handlers.ldap_digests.ldap_sha1'>
passlib.registry: DEBUG: registered 'plaintext' handler: <class 
'passlib.handlers.misc.plaintext'>
passlib.registry: DEBUG: registered 'bcrypt' handler: <class 
'passlib.handlers.bcrypt.bcrypt'>
passlib.registry: DEBUG: registered 'django_salted_sha1' handler: <class 
'passlib.handlers.django.django_salted_sha1'>
passlib.registry: DEBUG: registered 'django_salted_md5' handler: <class 
'passlib.handlers.django.django_salted_md5'>
passlib.registry: DEBUG: registered 'django_des_crypt' handler: <class 
'passlib.handlers.django.django_des_crypt'>
passlib.registry: DEBUG: registered 'hex_md5' handler: <class 
'passlib.handlers.digests.hex_md5'>
passlib.registry: DEBUG: registered 'django_disabled' handler: <class 
'passlib.handlers.django.django_disabled'>
passlib.registry: DEBUG: registered 'hex_sha1' handler: <class 
'passlib.handlers.digests.hex_sha1'>
passlib.registry: DEBUG: registered 'ldap_hex_sha1' handler: 
PrefixWrapper('ldap_hex_sha1', 'hex_sha1', prefix=u'{SHA}')
passlib.registry: DEBUG: registered 'ldap_hex_md5' handler: 
PrefixWrapper('ldap_hex_md5', 'hex_md5', prefix=u'{MD5}')
passlib.registry: DEBUG: registered 'ldap_des_crypt' handler: 
PrefixWrapper('ldap_des_crypt', 'des_crypt', prefix=u'{CRYPT}')
passlib.registry: DEBUG: registered 'roundup_plaintext' handler: 
PrefixWrapper('roundup_plaintext', 'plaintext', prefix=u'{plaintext}')
passlib.registry: DEBUG: registered 'ldap_pbkdf2_sha1' handler: 
PrefixWrapper('ldap_pbkdf2_sha1', <class 
'passlib.handlers.pbkdf2.pbkdf2_sha1'>, prefix=u'{PBKDF2}', 
orig_prefix=u'$pbkdf2$')
passlib.registry: DEBUG: registered 'django_pbkdf2_sha256' handler: <class 
'passlib.handlers.django.django_pbkdf2_sha256'>
passlib.registry: DEBUG: registered 'django_pbkdf2_sha1' handler: <class 
'passlib.handlers.django.django_pbkdf2_sha1'>
passlib.registry: DEBUG: registered 'django_bcrypt' handler: 
PrefixWrapper('django_bcrypt', 'bcrypt', prefix=u'bcrypt$')
passlib.registry: DEBUG: registered 'mysql323' handler: <class 
'passlib.handlers.mysql.mysql323'>
passlib.registry: DEBUG: registered 'ldap_salted_sha1' handler: <class 
'passlib.handlers.ldap_digests.ldap_salted_sha1'>
passlib.registry: DEBUG: registered 'ldap_salted_md5' handler: <class 
'passlib.handlers.ldap_digests.ldap_salted_md5'>
passlib.registry: DEBUG: registered 'ldap_md5' handler: <class 
'passlib.handlers.ldap_digests.ldap_md5'>
passlib.registry: DEBUG: registered 'ldap_plaintext' handler: <class 
'passlib.handlers.ldap_digests.ldap_plaintext'>
passlib.registry: DEBUG: registered 'sha512_crypt' handler: <class 
'passlib.handlers.sha2_crypt.sha512_crypt'>
passlib.registry: DEBUG: registered 'ldap_sha512_crypt' handler: 
PrefixWrapper('ldap_sha512_crypt', 'sha512_crypt', prefix=u'{CRYPT}')
passlib.registry: DEBUG: registered 'sha256_crypt' handler: <class 
'passlib.handlers.sha2_crypt.sha256_crypt'>
passlib.registry: DEBUG: registered 'ldap_sha256_crypt' handler: 
PrefixWrapper('ldap_sha256_crypt', 'sha256_crypt', prefix=u'{CRYPT}')
passlib.registry: DEBUG: registered 'sha1_crypt' handler: <class 
'passlib.handlers.sha1_crypt.sha1_crypt'>
passlib.registry: DEBUG: registered 'ldap_sha1_crypt' handler: 
PrefixWrapper('ldap_sha1_crypt', 'sha1_crypt', prefix=u'{CRYPT}')
passlib.registry: DEBUG: registered 'ldap_bcrypt' handler: 
PrefixWrapper('ldap_bcrypt', 'bcrypt', prefix=u'{CRYPT}')
passlib.registry: DEBUG: registered 'md5_crypt' handler: <class 
'passlib.handlers.md5_crypt.md5_crypt'>
passlib.registry: DEBUG: registered 'ldap_md5_crypt' handler: 
PrefixWrapper('ldap_md5_crypt', 'md5_crypt', prefix=u'{CRYPT}')
passlib.registry: DEBUG: registered 'bsdi_crypt' handler: <class 
'passlib.handlers.des_crypt.bsdi_crypt'>
passlib.registry: DEBUG: registered 'ldap_bsdi_crypt' handler: 
PrefixWrapper('ldap_bsdi_crypt', 'bsdi_crypt', prefix=u'{CRYPT}')
passlib.registry: DEBUG: registered 'mysql41' handler: <class 
'passlib.handlers.mysql.mysql41'>
passlib.registry: DEBUG: registered 'postgres_md5' handler: <class 
'passlib.handlers.postgres.postgres_md5'>
passlib.registry: DEBUG: registered 'phpass' handler: <class 
'passlib.handlers.phpass.phpass'>
passlib.registry: DEBUG: registered 'atlassian_pbkdf2_sha1' handler: <class 
'passlib.handlers.pbkdf2.atlassian_pbkdf2_sha1'>
passlib.registry: DEBUG: registered 'bsd_nthash' handler: 
PrefixWrapper('bsd_nthash', <class 'passlib.handlers.windows.nthash'>, 
prefix=u'$3$$')
passlib.registry: DEBUG: registered 'cta_pbkdf2_sha1' handler: <class 
'passlib.handlers.pbkdf2.cta_pbkdf2_sha1'>
passlib.registry: DEBUG: registered 'dlitz_pbkdf2_sha1' handler: <class 
'passlib.handlers.pbkdf2.dlitz_pbkdf2_sha1'>
passlib.registry: DEBUG: registered 'fshp' handler: <class 
'passlib.handlers.fshp.fshp'>
passlib.registry: DEBUG: registered 'grub_pbkdf2_sha512' handler: <class 
'passlib.handlers.pbkdf2.grub_pbkdf2_sha512'>
passlib.registry: DEBUG: registered 'hex_md4' handler: <class 
'passlib.handlers.digests.hex_md4'>
passlib.registry: DEBUG: registered 'hex_sha256' handler: <class 
'passlib.handlers.digests.hex_sha256'>
passlib.registry: DEBUG: registered 'hex_sha512' handler: <class 
'passlib.handlers.digests.hex_sha512'>
passlib.registry: DEBUG: registered 'ldap_pbkdf2_sha256' handler: 
PrefixWrapper('ldap_pbkdf2_sha256', <class 
'passlib.handlers.pbkdf2.pbkdf2_sha256'>, prefix=u'{PBKDF2-SHA256}', 
orig_prefix=u'$pbkdf2-sha256$')
passlib.registry: DEBUG: registered 'ldap_pbkdf2_sha512' handler: 
PrefixWrapper('ldap_pbkdf2_sha512', <class 
'passlib.handlers.pbkdf2.pbkdf2_sha512'>, prefix=u'{PBKDF2-SHA512}', 
orig_prefix=u'$pbkdf2-sha512$')
passlib.registry: DEBUG: registered 'mssql2000' handler: <class 
'passlib.handlers.mssql.mssql2000'>
passlib.registry: DEBUG: registered 'mssql2005' handler: <class 
'passlib.handlers.mssql.mssql2005'>
passlib.registry: DEBUG: registered 'oracle11' handler: <class 
'passlib.handlers.oracle.oracle11'>
passlib.registry: DEBUG: registered 'pbkdf2_sha1' handler: <class 
'passlib.handlers.pbkdf2.pbkdf2_sha1'>
passlib.registry: DEBUG: registered 'pbkdf2_sha256' handler: <class 
'passlib.handlers.pbkdf2.pbkdf2_sha256'>
passlib.registry: DEBUG: registered 'pbkdf2_sha512' handler: <class 
'passlib.handlers.pbkdf2.pbkdf2_sha512'>
passlib.registry: DEBUG: registered 'scram' handler: <class 
'passlib.handlers.scram.scram'>
passlib.registry: DEBUG: registered 'sun_md5_crypt' handler: <class 
'passlib.handlers.sun_md5_crypt.sun_md5_crypt'>
passlib.ext.django.utils: DEBUG: django installation not found
passlib.registry: DEBUG: registered 'unix_disabled' handler: <class 
'passlib.handlers.misc.unix_disabled'>
passlib.registry: DEBUG: registered 'nthash' handler: <class 
'passlib.handlers.windows.nthash'>
passlib.registry: DEBUG: registered 'bigcrypt' handler: <class 
'passlib.handlers.des_crypt.bigcrypt'>
passlib.registry: DEBUG: registered 'cisco_pix' handler: <class 
'passlib.handlers.cisco.cisco_pix'>
passlib.registry: DEBUG: registered 'cisco_type7' handler: <class 
'passlib.handlers.cisco.cisco_type7'>
passlib.registry: DEBUG: registered 'crypt16' handler: <class 
'passlib.handlers.des_crypt.crypt16'>
passlib.registry: DEBUG: registered 'lmhash' handler: <class 
'passlib.handlers.windows.lmhash'>
passlib.registry: DEBUG: registered 'msdcc' handler: <class 
'passlib.handlers.windows.msdcc'>
passlib.registry: DEBUG: registered 'msdcc2' handler: <class 
'passlib.handlers.windows.msdcc2'>
passlib.registry: DEBUG: registered 'oracle10' handler: <class 
'passlib.handlers.oracle.oracle10'>
passlib.registry: DEBUG: registered 'unix_fallback' handler: <class 
'passlib.handlers.misc.unix_fallback'>
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: Doctest: passlib.context.CryptContext.copy
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for passlib.context.CryptContext.copy
  File 
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/context.py",
 line 1633, in copy

----------------------------------------------------------------------
File 
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/context.py",
 line 1648, in passlib.context.CryptContext.copy
Failed example:
    ctx2 = custom_app_context.copy(default="md5_crypt")
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest passlib.context.CryptContext.copy[2]>", line 1, in <module>
        ctx2 = custom_app_context.copy(default="md5_crypt")
    NameError: name 'custom_app_context' is not defined
----------------------------------------------------------------------
File 
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/context.py",
 line 1651, in passlib.context.CryptContext.copy
Failed example:
    ctx1.default_scheme()
Expected:
    "sha256_crypt"
Got:
    'sha256_crypt'
----------------------------------------------------------------------
File 
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/context.py",
 line 1653, in passlib.context.CryptContext.copy
Failed example:
    ctx2.default_scheme()
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest passlib.context.CryptContext.copy[4]>", line 1, in <module>
        ctx2.default_scheme()
    NameError: name 'ctx2' is not defined


======================================================================
FAIL: Doctest: passlib.context.CryptContext.to_dict
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for passlib.context.CryptContext.to_dict
  File 
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/context.py",
 line 2134, in to_dict

----------------------------------------------------------------------
File 
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/context.py",
 line 2151, in passlib.context.CryptContext.to_dict
Failed example:
    ldap_nocrypt_context.to_dict()
Expected:
    {'schemes': ['ldap_salted_sha1',
    'ldap_salted_md5',
    'ldap_sha1',
    'ldap_md5',
    'ldap_plaintext']}
Got:
    {'schemes': ['ldap_salted_sha1', 'ldap_salted_md5', 'ldap_sha1', 
'ldap_md5', 'ldap_plaintext']}


======================================================================
FAIL: Doctest: passlib.context.CryptContext.to_string
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for passlib.context.CryptContext.to_string
  File 
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/context.py",
 line 2179, in to_string

----------------------------------------------------------------------
File 
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/context.py",
 line 2196, in passlib.context.CryptContext.to_string
Failed example:
    print ldap_nocrypt_context.to_string()
Expected:
    [passlib]
    schemes = ldap_salted_sha1, ldap_salted_md5, ldap_sha1, ldap_md5, 
ldap_plaintext
Got:
    [passlib]
    schemes = ldap_salted_sha1, ldap_salted_md5, ldap_sha1, ldap_md5, 
ldap_plaintext
    <BLANKLINE>
    <BLANKLINE>


======================================================================
FAIL: Doctest: passlib.registry.register_crypt_handler_path
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for 
passlib.registry.register_crypt_handler_path
  File 
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/registry.py",
 line 188, in register_crypt_handler_path

----------------------------------------------------------------------
File 
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/registry.py",
 line 205, in passlib.registry.register_crypt_handler_path
Failed example:
    from passlib.registry import registry_crypt_handler_path
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest passlib.registry.register_crypt_handler_path[0]>", line 1, 
in <module>
        from passlib.registry import registry_crypt_handler_path
    ImportError: cannot import name registry_crypt_handler_path
----------------------------------------------------------------------
File 
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/registry.py",
 line 206, in passlib.registry.register_crypt_handler_path
Failed example:
    registry_crypt_handler_path("myhash", "myapp.helpers")
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest passlib.registry.register_crypt_handler_path[1]>", line 1, 
in <module>
        registry_crypt_handler_path("myhash", "myapp.helpers")
    NameError: name 'registry_crypt_handler_path' is not defined
----------------------------------------------------------------------
File 
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/registry.py",
 line 211, in passlib.registry.register_crypt_handler_path
Failed example:
    from passlib.registry import registry_crypt_handler_path
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest passlib.registry.register_crypt_handler_path[2]>", line 1, 
in <module>
        from passlib.registry import registry_crypt_handler_path
    ImportError: cannot import name registry_crypt_handler_path
----------------------------------------------------------------------
File 
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/registry.py",
 line 212, in passlib.registry.register_crypt_handler_path
Failed example:
    registry_crypt_handler_path("myhash", "myapp.helpers:MyHash")
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest passlib.registry.register_crypt_handler_path[3]>", line 1, 
in <module>
        registry_crypt_handler_path("myhash", "myapp.helpers:MyHash")
    NameError: name 'registry_crypt_handler_path' is not defined


======================================================================
FAIL: Doctest: passlib.utils.pbkdf2.get_prf
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for passlib.utils.pbkdf2.get_prf
  File 
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/utils/pbkdf2.py",
 line 205, in get_prf

----------------------------------------------------------------------
File 
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/utils/pbkdf2.py",
 line 236, in passlib.utils.pbkdf2.get_prf
Failed example:
    hmac_sha256
Expected:
    <function hmac_sha256 at 0x1e37c80>
Got:
    <function hmac_sha256 at 0x7f0ede340c80>
----------------------------------------------------------------------
File 
"/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build/passlib/utils/pbkdf2.py",
 line 238, in passlib.utils.pbkdf2.get_prf
Failed example:
    dsize
Expected:
    32
Got:
    32L


----------------------------------------------------------------------
Ran 1819 tests in 126.324s

FAILED (SKIP=593, errors=2, failures=6)
E: pybuild pybuild:262: test: plugin distutils failed with: exit code=1: cd 
/tmp/buildd/python-passlib-1.6.1/.pybuild/pythonX.Y_2.7/build; python2.7 -m 
nose --with-doctest 
dh_auto_test: pybuild --test --test-nose -i python{version} -p 2.7 --dir . 
returned exit code 13
debian/rules:6: recipe for target 'build' failed
make: *** [build] Error 25
dpkg-buildpackage: error: debian/rules build gave error exit status 2
E: Failed autobuilding of package
I: unmounting /sys filesystem
I: unmounting /dev/shm filesystem
I: unmounting dev/pts filesystem
I: unmounting run/shm filesystem
I: unmounting proc filesystem
I: cleaning the build env 
I: removing directory /var/cache/pbuilder/build//7124 and its subdirectories

--- End Message ---
--- Begin Message ---
Source: python-passlib
Source-Version: 1.6.5-1

We believe that the bug you reported is fixed in the latest version of
python-passlib, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 795...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Brian May <b...@debian.org> (supplier of updated python-passlib package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 24 Aug 2015 17:59:12 +1000
Source: python-passlib
Binary: python-passlib python3-passlib
Architecture: source all
Version: 1.6.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Brian May <b...@debian.org>
Description:
 python-passlib - comprehensive password hashing framework
 python3-passlib - comprehensive password hashing framework
Closes: 794752 795662
Changes:
 python-passlib (1.6.5-1) unstable; urgency=medium
 .
   * Make package DPMT maintained. With permission of original maintainer,
     see #795662.
   * New upstream version. Closes: #794752.
   * Remove '--with-doctest' option to tests. See
     https://bitbucket.org/ecollins/passlib/issues/61/tests-fail
     Closes: #795662.
Checksums-Sha1:
 961933cefed71dc8656943b83fc26724fdfdbd10 2177 python-passlib_1.6.5-1.dsc
 ec7a4d6270306fa61c46d63cc2467a0f8b691c4b 417044 
python-passlib_1.6.5.orig.tar.gz
 2894842655f12472fa0d7fd7511fd4b7ac6f8092 13220 
python-passlib_1.6.5-1.debian.tar.xz
 9ccaed48451a114a5e8bbd7692ef6694753af033 218612 python-passlib_1.6.5-1_all.deb
 8170d5f12e744beda71bcbfba352583fb52bd27f 217896 python3-passlib_1.6.5-1_all.deb
Checksums-Sha256:
 28f3c853912f8f7a9f3798cdc3bfce56b0b385a779c5a8badc7d6e1435aa33eb 2177 
python-passlib_1.6.5-1.dsc
 a83d34f53dc9b17aa42c9a35c3fbcc5120f3fcb07f7f8721ec45e6a27be347fc 417044 
python-passlib_1.6.5.orig.tar.gz
 310a7b6a34a9095b0155cc6ba7d48146c1124db0d9f1df694571bbdef1acc7e1 13220 
python-passlib_1.6.5-1.debian.tar.xz
 7c97f5b232ad6d2b351b91ae8fa02a9c1970d70702158ffa2b3806746bead9a5 218612 
python-passlib_1.6.5-1_all.deb
 b0281196d561eb8bbd09bb0800f4469de14472a1c5a64e4be8c3494bb4b87609 217896 
python3-passlib_1.6.5-1_all.deb
Files:
 81416c324ebc7dc586ee41c8f7bc8271 2177 python extra python-passlib_1.6.5-1.dsc
 d2edd6c42cde136a538b48d90a06ad67 417044 python extra 
python-passlib_1.6.5.orig.tar.gz
 8d95123f9afb9d597c511fc2c4ebdf2f 13220 python extra 
python-passlib_1.6.5-1.debian.tar.xz
 d21a9967eae4dd270defe1b351ae470e 218612 python extra 
python-passlib_1.6.5-1_all.deb
 dea5ce27a8404f2f26968ebb392b3820 217896 python extra 
python3-passlib_1.6.5-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJV26p5AAoJEJyE7hq50CY2JtYP/3Ec1xxb//YXg3gK02Vw6pd1
WkPswaipr1lQkPRg/RiIuwrb2x6/50eGrkIYAKR9qjHxKYVa+JVMa9SSd9veYW1M
qOSQgjDZctGNsTNp2v+D2sUMHKN0XMxPzGAJTV91YJSYOeUWhclQlMDgK06l2YK2
T3Bgu3jY3khhHDffFHEM8irv5mzoJGm6JxGllKQS2OrWchghnmlvC61RXtqnmwbf
1dFEySmgRAhDhujHs8DZFEtjuOyXXZZ07MHzCgG2FOSvKctpONIDgOR+FzWKLGAM
cKX/eosr8Oki6hBHAtFY8b+ee0gcMjniG0ZLXI6mu9hpKZFiC/HWJBE78QsY+u76
5vpAo5avIdFu+vSlE2xc3Gw6XLMqcmQPH50AU6F8aYm6b3X0tHYTcDe7ZDVhUSIe
vE5WW19KbJkMtbda0+EO2y04x66cR9XSyI4mVvNWy25w74JYOIbwTzn6h6x4BPm3
6vhimSz3KpatMgHLccsdq1MNfV0f3bTp90OBEDyi0GEZtI5IknJpvhTVrJ0DKIi9
WmNOCHYF3Yg1hDGIPNPqOMVTocVozN5/msTmOSuIG+tNd25TICbcSKtN/o0lYmsB
ir097lwtYQkUzrSfiyFuDISJnUQevGKNmwq1JDY2DYqyM131Cn+DYXRYtLANiq/h
A26mYMpwrsZ41H7/q0L7
=XJuP
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to