Your message dated Mon, 29 Sep 2014 01:48:43 +0000
with message-id <[email protected]>
and subject line Bug#763252: fixed in django-nose 1.2-3
has caused the Debian Bug report #763252,
regarding django-nose: FTBFS: Tests failures
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 [email protected]
immediately.)


-- 
763252: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763252
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: django-nose
Version: 1.2-2
Severity: serious
Tags: jessie sid
User: [email protected]
Usertags: qa-ftbfs-20140926 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> make[1]: Entering directory '/«PKGBUILDDIR»'
> py3versions: no X-Python3-Version in control file, using supported versions
> set -e; \
> for python in python2.7; do \
>   PYTHON=$python ./runtests.sh; \
> done
> PASS: normal settings
> PASS: normal settings (--help)
> PASS: django_nose.run_tests format
> PASS: django_nose.run_tests format (--help)
> FAIL: via run_tests API
> nosetests testapp.test_only_this --verbosity=1
> Creating test database for alias 'default'...
> Traceback (most recent call last):
>   File "testapp/runtests.py", line 23, in <module>
>     runtests(*sys.argv[1:])
>   File "testapp/runtests.py", line 18, in runtests
>     failures = runner.run_tests(test_labels)
>   File "/«PKGBUILDDIR»/django_nose/runner.py", line 200, in run_tests
>     result = self.run_suite(nose_argv)
>   File "/«PKGBUILDDIR»/django_nose/runner.py", line 147, in run_suite
>     addplugins=plugins_to_add)
>   File "/usr/lib/python2.7/dist-packages/nose/core.py", line 121, in __init__
>     **extra_args)
>   File "/usr/lib/python2.7/unittest/main.py", line 95, in __init__
>     self.runTests()
>   File "/usr/lib/python2.7/dist-packages/nose/core.py", line 207, in runTests
>     result = self.testRunner.run(self.test)
>   File "/usr/lib/python2.7/dist-packages/nose/core.py", line 50, in run
>     wrapper = self.config.plugins.prepareTest(test)
>   File "/usr/lib/python2.7/dist-packages/nose/plugins/manager.py", line 99, 
> in __call__
>     return self.call(*arg, **kw)
>   File "/usr/lib/python2.7/dist-packages/nose/plugins/manager.py", line 167, 
> in simple
>     result = meth(*arg, **kw)
>   File "/«PKGBUILDDIR»/django_nose/plugin.py", line 75, in prepareTest
>     self.old_names = self.runner.setup_databases()
>   File "/«PKGBUILDDIR»/django_nose/runner.py", line 383, in setup_databases
>     return super(NoseTestSuiteRunner, self).setup_databases()
>   File "/usr/lib/python2.7/dist-packages/django/test/runner.py", line 109, in 
> setup_databases
>     return setup_databases(self.verbosity, self.interactive, **kwargs)
>   File "/usr/lib/python2.7/dist-packages/django/test/runner.py", line 299, in 
> setup_databases
>     serialize=connection.settings_dict.get("TEST_SERIALIZE", True),
>   File "/usr/lib/python2.7/dist-packages/django/db/backends/creation.py", 
> line 374, in create_test_db
>     test_flush=True,
>   File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
> line 93, in call_command
>     app_name = get_commands()[name]
>   File "/usr/lib/python2.7/dist-packages/django/utils/lru_cache.py", line 
> 101, in wrapper
>     result = user_function(*args, **kwds)
>   File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
> line 73, in get_commands
>     for app_config in reversed(list(apps.get_app_configs())):
>   File "/usr/lib/python2.7/dist-packages/django/apps/registry.py", line 137, 
> in get_app_configs
>     self.check_apps_ready()
>   File "/usr/lib/python2.7/dist-packages/django/apps/registry.py", line 124, 
> in check_apps_ready
>     raise AppRegistryNotReady("Apps aren't loaded yet.")
> django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.
> debian/rules:15: recipe for target 'override_dh_auto_test' failed
> make[1]: *** [override_dh_auto_test] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/09/26/django-nose_1.2-2_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: django-nose
Source-Version: 1.2-3

We believe that the bug you reported is fixed in the latest version of
django-nose, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Brian May <[email protected]> (supplier of updated django-nose 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 29 Sep 2014 11:40:22 +1000
Source: django-nose
Binary: python-django-nose python3-django-nose
Architecture: source all
Version: 1.2-3
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
<[email protected]>
Changed-By: Brian May <[email protected]>
Description:
 python-django-nose - Django test runner that uses python-nose
 python3-django-nose - Django test runner that uses python-nose
Closes: 763252
Changes:
 django-nose (1.2-3) unstable; urgency=low
 .
   * Fix Django 1.7 AppRegistryNotReady error, by calling django.setup() in
     tests. Closes: #763252.
Checksums-Sha1:
 f4306f63f8b028c89218d4f0d19a1b2468492e9c 2240 django-nose_1.2-3.dsc
 9fb787081c41f2d36dddee2377b346d1f130cfc7 24560 django-nose_1.2.orig.tar.gz
 63647873f3a30c0ff78daf26e32968e1c6518c33 3948 django-nose_1.2-3.debian.tar.xz
 7f47283d279c5496bdb81411040b361d89f2578a 28724 python-django-nose_1.2-3_all.deb
 c5bb6977e6df90d37fde43dff488dc34baf50dd7 22992 
python3-django-nose_1.2-3_all.deb
Checksums-Sha256:
 239fa774c0d56a42549bc8b381333f18613b47bd4bcf67a0077dc713c5598299 2240 
django-nose_1.2-3.dsc
 9aae16b562866a4ddaa5e8978729abadbbed544728d88e0b9c9af7b31dd072ed 24560 
django-nose_1.2.orig.tar.gz
 4e0dd0df88556089ea3d33705914229c77559df21a36ea66e2ccc51f669b51ac 3948 
django-nose_1.2-3.debian.tar.xz
 45c53d703ed9a7fdcab3f6ed0274e703193211afcd7e37e0dd7c77e79ac938a7 28724 
python-django-nose_1.2-3_all.deb
 b256dcf416c58d9ea3e1af347f1b8361aa0bc1c5535c20f02f7aca201a1193d5 22992 
python3-django-nose_1.2-3_all.deb
Files:
 1673925d62a0bd605819cb81385b36f2 28724 python optional 
python-django-nose_1.2-3_all.deb
 f5b4ef330703ce5b9f8cfdc986af8d9a 22992 python optional 
python3-django-nose_1.2-3_all.deb
 d7a3e4bf81cd55b210445240c14cf0e9 2240 python optional django-nose_1.2-3.dsc
 199d5358317a804b39fe05d806cab427 24560 python optional 
django-nose_1.2.orig.tar.gz
 398d7d876833e7a14068761dc2bf624c 3948 python optional 
django-nose_1.2-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJUKLmJAAoJEJyE7hq50CY2ne0P/29trXdkPTVAU9t4G+BCrLVN
MHiZ0adHxjMd9mLR9FClcSTOasLDw3WOuoH0bDXEflseTeXN2RRAffyM5+Jd0vwT
jymhuG9m6AwiCfS1UdArQmzlgvEfpeaHV54vzVWm30DIEVMGSEmf7C1dMi8ZMrd/
O1c7tagk43x4GJb8E6vl8dtACyPdPJOsZm5Ih0ppeuUhT6INIpkzV094LU3+ghDp
1fD5gc8MJ7B238Zh+RDLMTPrMICQFm8+4YHnRTiVZLUIyp98tpzf2odh7FN4uEMP
2Sq7M3d+U5bKlxlC6SDpxPu5/y5GnJJWQKO+MG2oMQoEBdBDwkGhm5Vub0JbclXl
fYaYqxh4OZgQGbCxXKDVa4o5uA4bC6rsv3PgNaCbwF5ucydjHWtzDriVGZOMN9Je
LUjNNvjz04sc930X8vF6CBw+zQlDNWg5knNsY1QoShPLLlw/+ktjX9RDJiPRde/K
afvEhiikOOFm85zMIeNaashLt+dsBN8UVbTb18Y6iq84io/cRKZwR3pyC2dvJOml
/7VHOKws6Ltsv0C0S74PqqbTEX3x2Mhg08I8bJC8rYNPbZ8Qf/CcxPUdW3BIrpU1
l7oBrII4EKwixoTQaJPD7fM89fl0L642LL7pcJ3PB6QVfZa4/z/ceDOnATpsR0g1
GPG+C1j9Vgmu0NPCUwSz
=iyoC
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to