Your message dated Wed, 30 May 2012 23:33:09 +0000
with message-id <[email protected]>
and subject line Bug#669473: fixed in django-celery 2.5.5-1
has caused the Debian Bug report #669473,
regarding django-celery: FTBFS: tests failed
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.)
--
669473: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669473
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: django-celery
Version: 2.4.2-1
Severity: serious
Tags: wheezy sid
User: [email protected]
Usertags: qa-ftbfs-20120419 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> make[1]: Entering directory `/«PKGBUILDDIR»'
> set -e; \
> for python in python2.7; do \
> $python setup.py test ; \
> done
> running test
> ............................................................EE...
> ======================================================================
> ERROR: test_failed_request (djcelery.tests.test_views.test_webhook_task)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/«PKGBUILDDIR»/djcelery/tests/test_views.py", line 144, in
> test_failed_request
> request = MockRequest().get("/tasks/error", dict(x=10, y=10))
> File "/«PKGBUILDDIR»/djcelery/tests/req.py", line 62, in get
> return self._make_request("get", *args, **kwargs)
> File "/«PKGBUILDDIR»/djcelery/tests/req.py", line 56, in _make_request
> request = request_method_handler(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/django/test/client.py", line 439, in
> get
> response = super(Client, self).get(path, data=data, **extra)
> File "/usr/lib/python2.7/dist-packages/django/test/client.py", line 244, in
> get
> return self.request(**r)
> File "/«PKGBUILDDIR»/djcelery/tests/req.py", line 43, in request
> return WSGIRequest(environ)
> File "/usr/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line
> 153, in __init__
> self._stream = LimitedStream(self.environ['wsgi.input'], content_length)
> KeyError: 'wsgi.input'
>
> ======================================================================
> ERROR: test_successful_request (djcelery.tests.test_views.test_webhook_task)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/«PKGBUILDDIR»/djcelery/tests/test_views.py", line 131, in
> test_successful_request
> request = MockRequest().get("/tasks/add", dict(x=10, y=10))
> File "/«PKGBUILDDIR»/djcelery/tests/req.py", line 62, in get
> return self._make_request("get", *args, **kwargs)
> File "/«PKGBUILDDIR»/djcelery/tests/req.py", line 56, in _make_request
> request = request_method_handler(*args, **kwargs)
> File "/usr/lib/python2.7/dist-packages/django/test/client.py", line 439, in
> get
> response = super(Client, self).get(path, data=data, **extra)
> File "/usr/lib/python2.7/dist-packages/django/test/client.py", line 244, in
> get
> return self.request(**r)
> File "/«PKGBUILDDIR»/djcelery/tests/req.py", line 43, in request
> return WSGIRequest(environ)
> File "/usr/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line
> 153, in __init__
> self._stream = LimitedStream(self.environ['wsgi.input'], content_length)
> KeyError: 'wsgi.input'
>
> ----------------------------------------------------------------------
> Ran 65 tests in 2.391s
>
> FAILED (errors=2)
> nosetests --verbosity 1 /«PKGBUILDDIR»/tests/../djcelery/tests
> Creating test database for alias 'default'...
> Destroying test database for alias 'default'...
> make[1]: *** [override_dh_auto_test] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2012/04/19/django-celery_2.4.2-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 about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot. Internet was not
accessible from the build systems.
--- End Message ---
--- Begin Message ---
Source: django-celery
Source-Version: 2.5.5-1
We believe that the bug you reported is fixed in the latest version of
django-celery, which is due to be installed in the Debian FTP archive:
django-celery_2.5.5-1.debian.tar.gz
to main/d/django-celery/django-celery_2.5.5-1.debian.tar.gz
django-celery_2.5.5-1.dsc
to main/d/django-celery/django-celery_2.5.5-1.dsc
django-celery_2.5.5.orig.tar.gz
to main/d/django-celery/django-celery_2.5.5.orig.tar.gz
python-django-celery-doc_2.5.5-1_all.deb
to main/d/django-celery/python-django-celery-doc_2.5.5-1_all.deb
python-django-celery_2.5.5-1_all.deb
to main/d/django-celery/python-django-celery_2.5.5-1_all.deb
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.
Michael Fladischer <[email protected]> (supplier of updated
django-celery 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: Wed, 30 May 2012 11:33:34 +0200
Source: django-celery
Binary: python-django-celery python-django-celery-doc
Architecture: source all
Version: 2.5.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team
<[email protected]>
Changed-By: Michael Fladischer <[email protected]>
Description:
python-django-celery - Celery integration for Django
python-django-celery-doc - Celery integration for Django (Documentation)
Closes: 669473
Changes:
django-celery (2.5.5-1) unstable; urgency=low
.
* New upstream release.
* Modify PYTHONPATH for sphinx-build.
* Add patch to skip webhooks tests (Closes: #669473).
* Bump dependency on python-celery to (>= 2.5.2).
* Bump dependency on python-django-picklefield to (>= 0.2.0).
* Bump Standards-Version to 3.9.3.
* Update DEP-5 URL to 1.0.
* Update years in d/copyright.
Checksums-Sha1:
a967c4f15514dd85de2ed45da08c9eb5721974b6 1727 django-celery_2.5.5-1.dsc
b55d7d2222222677c15a0c814c90c5e29922ce9f 68627 django-celery_2.5.5.orig.tar.gz
509b474a867df308df61145bfe80a4e9b7ab379c 6434
django-celery_2.5.5-1.debian.tar.gz
0ed73e75a29bb886b61363bf4a5f4e7ac5969bbd 52664
python-django-celery_2.5.5-1_all.deb
964b9daaf122bb57851ae21445897438d53a4d23 72334
python-django-celery-doc_2.5.5-1_all.deb
Checksums-Sha256:
4933f6cd050a331b038f6be5dd1e0730855431d0667bf169f7fef42a9e6e8b08 1727
django-celery_2.5.5-1.dsc
95226d868d6139b8d528ebd334326b5617a263b837247648c2e1fcff2552bd8b 68627
django-celery_2.5.5.orig.tar.gz
f6053c0d1d9926197f66d3621624986608b1692974b522d389214378680c6605 6434
django-celery_2.5.5-1.debian.tar.gz
7c88cc2e392026544d4d9dc56b6edad9f70166466547746174ea851224caae43 52664
python-django-celery_2.5.5-1_all.deb
e33ed41078e0a319d45e3c507071f7801de76dda710b865d91da547f6798ba86 72334
python-django-celery-doc_2.5.5-1_all.deb
Files:
936e51a154abee096947381860c0105f 1727 python optional django-celery_2.5.5-1.dsc
e17b2a63d4e8732e19545d4b13bcfc1b 68627 python optional
django-celery_2.5.5.orig.tar.gz
f5709c11b2967c4f6bb45fea440d001e 6434 python optional
django-celery_2.5.5-1.debian.tar.gz
2ef49e75593fbdec5156a0faeb8aa650 52664 python optional
python-django-celery_2.5.5-1_all.deb
a108ca28a0265cb5c8345fa2c2061e1b 72334 doc optional
python-django-celery-doc_2.5.5-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk/GrUoACgkQVty5d8XpUzMD7QCffgLtwFCYTiDPx6tXUH6qVxA9
0C4AmwWXGEkVh/vYf1U/m7ER96eaETcl
=GJ4k
-----END PGP SIGNATURE-----
--- End Message ---