Source: python-django-extensions
Version: 1.5.0-1
Severity: serious
Justification: fails to build from source
Tags: sid stretch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

The package fails to build:

WARNINGS:
?: (1_7.W001) MIDDLEWARE_CLASSES is not set.
        HINT: Django 1.7 changed the global defaults for the 
MIDDLEWARE_CLASSES. django.contrib.sessions.middleware.SessionMiddleware, 
django.contrib.auth.middleware.AuthenticationMiddleware, and 
django.contrib.messages.middleware.MessageMiddleware were removed from the 
defaults. If your project needs these middleware then you should configure this 
setting.
ERROR

======================================================================
ERROR: django_extensions.mongodb.fields (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: django_extensions.mongodb.fields
Traceback (most recent call last):
  File "/usr/lib/python3.5/unittest/loader.py", line 462, in _find_test_path
    package = self._get_module_from_name(name)
  File "/usr/lib/python3.5/unittest/loader.py", line 369, in 
_get_module_from_name
    __import__(name)
  File 
"/python-django-extensions-1.5.0/django_extensions/mongodb/fields/__init__.py", 
line 14, in <module>
    from mongoengine.fields import StringField, DateTimeField
ImportError: No module named 'mongoengine'


======================================================================
ERROR: testUUIDFieldManyToManyCreate 
(django_extensions.tests.shortuuid_field.ShortUUIDFieldTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/django/db/backends/utils.py", line 65, 
in execute
    return self.cursor.execute(sql, params)
  File "/usr/lib/python3/dist-packages/django/db/backends/sqlite3/base.py", 
line 485, in execute
    return Database.Cursor.execute(self, query, params)
sqlite3.IntegrityError: UNIQUE constraint failed: 
django_extensions_shortuuidtestmanytomanymodel.shortuuidtestmodel_pk_ptr_id

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File 
"/python-django-extensions-1.5.0/django_extensions/tests/shortuuid_field.py", 
line 37, in testUUIDFieldManyToManyCreate
    j = 
ShortUUIDTestManyToManyModel.objects.create(uuid_field=six.u('vytxeTZskVKR7C7WgdSP3e'))
  File "/usr/lib/python3/dist-packages/django/db/models/manager.py", line 92, 
in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/django/db/models/query.py", line 372, in 
create
    obj.save(force_insert=True, using=self.db)
  File "/usr/lib/python3/dist-packages/django/db/models/base.py", line 589, in 
save
    force_update=force_update, update_fields=update_fields)
  File "/usr/lib/python3/dist-packages/django/db/models/base.py", line 617, in 
save_base
    updated = self._save_table(raw, cls, force_insert, force_update, using, 
update_fields)
  File "/usr/lib/python3/dist-packages/django/db/models/base.py", line 698, in 
_save_table
    result = self._do_insert(cls._base_manager, using, fields, update_pk, raw)
  File "/usr/lib/python3/dist-packages/django/db/models/base.py", line 731, in 
_do_insert
    using=using, raw=raw)
  File "/usr/lib/python3/dist-packages/django/db/models/manager.py", line 92, 
in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/django/db/models/query.py", line 921, in 
_insert
    return query.get_compiler(using=using).execute_sql(return_id)
  File "/usr/lib/python3/dist-packages/django/db/models/sql/compiler.py", line 
921, in execute_sql
    cursor.execute(sql, params)
  File "/usr/lib/python3/dist-packages/django/db/backends/utils.py", line 65, 
in execute
    return self.cursor.execute(sql, params)
  File "/usr/lib/python3/dist-packages/django/db/utils.py", line 94, in __exit__
    six.reraise(dj_exc_type, dj_exc_value, traceback)
  File "/usr/lib/python3/dist-packages/django/utils/six.py", line 658, in 
reraise
    raise value.with_traceback(tb)
  File "/usr/lib/python3/dist-packages/django/db/backends/utils.py", line 65, 
in execute
    return self.cursor.execute(sql, params)
  File "/usr/lib/python3/dist-packages/django/db/backends/sqlite3/base.py", 
line 485, in execute
    return Database.Cursor.execute(self, query, params)
django.db.utils.IntegrityError: UNIQUE constraint failed: 
django_extensions_shortuuidtestmanytomanymodel.shortuuidtestmodel_pk_ptr_id

...

FAILED (failures=1, errors=6)
 OK
Superuser created successfully.
Destroying test database for alias 'default' (':memory:')...

Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/python-django-extensions.html

-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Reply via email to