Your message dated Sun, 23 Feb 2020 21:19:30 +0000
with message-id <e1j5yew-000dpz...@fasolo.debian.org>
and subject line Bug#952006: fixed in drf-extensions 0.6.0-1
has caused the Debian Bug report #952006,
regarding drf-extensions: FTBFS: dh_auto_test: error: pybuild --test 
--test-nose -i python{version} -p "3.8 3.7" --system=custom 
"--test-args=PYTHONPATH='.:tests_app' {interpreter} /usr/bin/django-admin test 
--settings=settings tests_app" returned exit code 13
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.)


-- 
952006: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952006
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: drf-extensions
Version: 0.4.0-1.1
Severity: serious
Justification: FTBFS on amd64
Tags: buster sid
Usertags: ftbfs-20200222 ftbfs-buster

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_test -- --system=custom --test-args="PYTHONPATH='.:tests_app' 
> {interpreter} /usr/bin/django-admin test --settings=settings tests_app"
> I: pybuild base:217: PYTHONPATH='.:tests_app' python3.8 /usr/bin/django-admin 
> test --settings=settings tests_app
> nosetests tests_app --processes=4 --process-timeout=100 --nocapture 
> --verbosity=1
> Creating test database for alias 'default'...
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/django/db/backends/utils.py", line 84, 
> in _execute
>     return self.cursor.execute(sql, params)
>   File "/usr/lib/python3/dist-packages/django/db/backends/sqlite3/base.py", 
> line 383, in execute
>     return Database.Cursor.execute(self, query, params)
> sqlite3.IntegrityError: UNIQUE constraint failed: 
> auth_permission.content_type_id, auth_permission.codename
> 
> The above exception was the direct cause of the following exception:
> 
> Traceback (most recent call last):
>   File "/usr/bin/django-admin", line 5, in <module>
>     management.execute_from_command_line()
>   File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", 
> line 381, in execute_from_command_line
>     utility.execute()
>   File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", 
> line 375, in execute
>     self.fetch_command(subcommand).run_from_argv(self.argv)
>   File 
> "/usr/lib/python3/dist-packages/django/core/management/commands/test.py", 
> line 23, in run_from_argv
>     super().run_from_argv(argv)
>   File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 
> 323, in run_from_argv
>     self.execute(*args, **cmd_options)
>   File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 
> 364, in execute
>     output = self.handle(*args, **options)
>   File 
> "/usr/lib/python3/dist-packages/django/core/management/commands/test.py", 
> line 53, in handle
>     failures = test_runner.run_tests(test_labels)
>   File "/usr/lib/python3/dist-packages/django_nose/runner.py", line 308, in 
> run_tests
>     result = self.run_suite(nose_argv)
>   File "/usr/lib/python3/dist-packages/django_nose/runner.py", line 244, in 
> run_suite
>     nose.core.TestProgram(argv=nose_argv, exit=False,
>   File "/usr/lib/python3/dist-packages/nose/core.py", line 118, in __init__
>     unittest.TestProgram.__init__(
>   File "/usr/lib/python3.8/unittest/main.py", line 101, in __init__
>     self.runTests()
>   File "/usr/lib/python3/dist-packages/nose/core.py", line 207, in runTests
>     result = self.testRunner.run(self.test)
>   File "/usr/lib/python3/dist-packages/nose/plugins/multiprocess.py", line 
> 356, in run
>     wrapper = self.config.plugins.prepareTest(test)
>   File "/usr/lib/python3/dist-packages/nose/plugins/manager.py", line 99, in 
> __call__
>     return self.call(*arg, **kw)
>   File "/usr/lib/python3/dist-packages/nose/plugins/manager.py", line 167, in 
> simple
>     result = meth(*arg, **kw)
>   File "/usr/lib/python3/dist-packages/django_nose/plugin.py", line 82, in 
> prepareTest
>     self.old_names = self.runner.setup_databases()
>   File "/usr/lib/python3/dist-packages/django_nose/runner.py", line 495, in 
> setup_databases
>     return super(NoseTestSuiteRunner, self).setup_databases()
>   File "/usr/lib/python3/dist-packages/django/test/runner.py", line 552, in 
> setup_databases
>     return _setup_databases(
>   File "/usr/lib/python3/dist-packages/django/test/utils.py", line 170, in 
> setup_databases
>     connection.creation.create_test_db(
>   File "/usr/lib/python3/dist-packages/django/db/backends/base/creation.py", 
> line 67, in create_test_db
>     call_command(
>   File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", 
> line 148, in call_command
>     return command.execute(*args, **defaults)
>   File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 
> 364, in execute
>     output = self.handle(*args, **options)
>   File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 
> 83, in wrapped
>     res = handle_func(*args, **kwargs)
>   File 
> "/usr/lib/python3/dist-packages/django/core/management/commands/migrate.py", 
> line 256, in handle
>     emit_post_migrate_signal(
>   File "/usr/lib/python3/dist-packages/django/core/management/sql.py", line 
> 45, in emit_post_migrate_signal
>     models.signals.post_migrate.send(
>   File "/usr/lib/python3/dist-packages/django/dispatch/dispatcher.py", line 
> 173, in send
>     return [
>   File "/usr/lib/python3/dist-packages/django/dispatch/dispatcher.py", line 
> 174, in <listcomp>
>     (receiver, receiver(signal=self, sender=sender, **named))
>   File 
> "/usr/lib/python3/dist-packages/django/contrib/auth/management/__init__.py", 
> line 83, in create_permissions
>     Permission.objects.using(using).bulk_create(perms)
>   File "/usr/lib/python3/dist-packages/django/db/models/query.py", line 474, 
> in bulk_create
>     ids = self._batched_insert(objs_without_pk, fields, batch_size, 
> ignore_conflicts=ignore_conflicts)
>   File "/usr/lib/python3/dist-packages/django/db/models/query.py", line 1211, 
> in _batched_insert
>     self._insert(item, fields=fields, using=self.db, 
> ignore_conflicts=ignore_conflicts)
>   File "/usr/lib/python3/dist-packages/django/db/models/query.py", line 1186, 
> 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 1368, in execute_sql
>     cursor.execute(sql, params)
>   File "/usr/lib/python3/dist-packages/django/db/backends/utils.py", line 67, 
> in execute
>     return self._execute_with_wrappers(sql, params, many=False, 
> executor=self._execute)
>   File "/usr/lib/python3/dist-packages/django/db/backends/utils.py", line 76, 
> in _execute_with_wrappers
>     return executor(sql, params, many, context)
>   File "/usr/lib/python3/dist-packages/django/db/backends/utils.py", line 84, 
> in _execute
>     return self.cursor.execute(sql, params)
>   File "/usr/lib/python3/dist-packages/django/db/utils.py", line 89, in 
> __exit__
>     raise dj_exc_value.with_traceback(traceback) from exc_value
>   File "/usr/lib/python3/dist-packages/django/db/backends/utils.py", line 84, 
> in _execute
>     return self.cursor.execute(sql, params)
>   File "/usr/lib/python3/dist-packages/django/db/backends/sqlite3/base.py", 
> line 383, in execute
>     return Database.Cursor.execute(self, query, params)
> django.db.utils.IntegrityError: UNIQUE constraint failed: 
> auth_permission.content_type_id, auth_permission.codename
> E: pybuild pybuild:341: test: plugin custom failed with: exit code=1: 
> PYTHONPATH='.:tests_app' python3.8 /usr/bin/django-admin test 
> --settings=settings tests_app
> dh_auto_test: error: pybuild --test --test-nose -i python{version} -p "3.8 
> 3.7" --system=custom "--test-args=PYTHONPATH='.:tests_app' {interpreter} 
> /usr/bin/django-admin test --settings=settings tests_app" returned exit code 
> 13

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/drf-extensions_0.4.0-1.1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: drf-extensions
Source-Version: 0.6.0-1
Done: Michael Fladischer <fl...@debian.org>

We believe that the bug you reported is fixed in the latest version of
drf-extensions, 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 952...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Fladischer <fl...@debian.org> (supplier of updated drf-extensions 
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: SHA512

Format: 1.8
Date: Sun, 23 Feb 2020 21:55:55 +0100
Source: drf-extensions
Architecture: source
Version: 0.6.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Michael Fladischer <fl...@debian.org>
Closes: 952006
Changes:
 drf-extensions (0.6.0-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #952006).
   * Add debian/gbp.conf.
   * Drop patch for backdoc-python3.7-utf8-fix.
   * Bump debhelper compatibility and version to 12 and switch to
     debhelper-compat.
   * Bump Standards-Version to 4.4.1.
   * Run wrap-and-sort -bast to reduce diff size of future changes.
   * Add python3-django-restframework-guardian to Build-Depends.
   * Bump Standards-Version to 4.5.0.
   * Set Vcs-* to DPMT repo on salsa.debian.org.
   * Enable autopkgtest-pkg-python testsuite.
   * Set Rules-Requires-Root: no.
   * Remove unused lintian overrides.
Checksums-Sha1:
 552f4d934447054cf25c0abc080c16474141f239 1960 drf-extensions_0.6.0-1.dsc
 8a01f0c07564b815a88073948ffce2846f673268 122733 
drf-extensions_0.6.0.orig.tar.gz
 475180916c6fa9988eb9a7b1b36004e9dca1459c 3260 
drf-extensions_0.6.0-1.debian.tar.xz
 9e108f4b48e559554661c3006fd599b8c877bcf9 7624 
drf-extensions_0.6.0-1_amd64.buildinfo
Checksums-Sha256:
 5c45a51176d64b9c9503a3ee98a5fa741ea845ad517c0736b291fdf487d17063 1960 
drf-extensions_0.6.0-1.dsc
 a4b946a23ee5f6de9d16ece59cafc25ace5bce87c8d10d3c784b660d2aab596e 122733 
drf-extensions_0.6.0.orig.tar.gz
 e8af30dafd0cd98abe852a5f79cbf54ec51c7b8db70f94e7cfcc24b588d67102 3260 
drf-extensions_0.6.0-1.debian.tar.xz
 63fd589a44847d3e14cf4ed9b4a91b15e61e40096d92d710b0752c9b2c8624e4 7624 
drf-extensions_0.6.0-1_amd64.buildinfo
Files:
 0e27495d74ec85e280926f32c7d0fb59 1960 python optional 
drf-extensions_0.6.0-1.dsc
 bc226e98042bdf1c1d1b1ae1097296c9 122733 python optional 
drf-extensions_0.6.0.orig.tar.gz
 d186636476052600d7149126b24fcc29 3260 python optional 
drf-extensions_0.6.0-1.debian.tar.xz
 e1ee04711aadc39c5fee8e6212738754 7624 python optional 
drf-extensions_0.6.0-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAl5S6GoACgkQ/9PIi5l9
0Wo01Af/eJX1Yxljb/7pO2QglKnNqVxE/XMyKtyzTZaWqopYViniWP0iBlcIBiQY
CG8HtRkz6vOC+LIoRcyuoP1tU6Gr5vvdIe/Em7K2p9haO0qM+/zZP5AnlCtZ37eG
FfhBlOTLxEk5ew44v5U/ZhzHPuKUljRsvbNwAIsuARjrd8Ca4vgZkYkdEUZwmaz+
1jajhSAHEubtjfTfo4VP4c32Qa55ShpuTpvL/l7VJn1WNeYR5GZzpNuvKiLNANX8
CCz/VdL8yHnhmZibRufZcTauCruHd9AmW8G9b9Rs+TkUZGSDPh8/x43FZ6IbwxhG
qASFDnszKIxzNp8ZX8eDKX/7Zszu+w==
=VWgv
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to