Your message dated Wed, 28 Mar 2018 21:06:38 +0000
with message-id <e1f1ihg-000dfo...@fasolo.debian.org>
and subject line Bug#892640: fixed in celery 4.1.0-3
has caused the Debian Bug report #892640,
regarding celery FTBFS: test 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 ow...@bugs.debian.org
immediately.)


-- 
892640: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892640
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: celery
Version: 4.1.0-2
Severity: serious

Some recent change in unstable makes celery FTBFS:

https://tests.reproducible-builds.org/debian/history/celery.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/celery.html

...
==================================== ERRORS ====================================
_ ERROR at teardown of test_default_logger.test_setup_logging_subsystem_misc2 __

request = <SubRequest 'sanity_logging_side_effects' for <Function 
'test_setup_logging_subsystem_misc2'>>

    @pytest.fixture(autouse=True)
    def sanity_logging_side_effects(request):
        root = logging.getLogger()
        rootlevel = root.level
        roothandlers = root.handlers
    
        yield
    
        this = request.node.name
        root_now = logging.getLogger()
        if root_now.level != rootlevel:
            raise RuntimeError(CASE_LOG_LEVEL_EFFECT.format(this))
        if root_now.handlers != roothandlers:
>           raise RuntimeError(CASE_LOG_HANDLER_EFFECT.format(this))
E           RuntimeError: Test test_setup_logging_subsystem_misc2 modified 
handlers for the root logger

t/unit/conftest.py:246: RuntimeError
__________ ERROR at teardown of test_default_logger.test_setup_logger __________

request = <SubRequest 'sanity_logging_side_effects' for <Function 
'test_setup_logger'>>

    @pytest.fixture(autouse=True)
    def sanity_logging_side_effects(request):
        root = logging.getLogger()
        rootlevel = root.level
        roothandlers = root.handlers
    
        yield
    
        this = request.node.name
        root_now = logging.getLogger()
        if root_now.level != rootlevel:
            raise RuntimeError(CASE_LOG_LEVEL_EFFECT.format(this))
        if root_now.handlers != roothandlers:
>           raise RuntimeError(CASE_LOG_HANDLER_EFFECT.format(this))
E           RuntimeError: Test test_setup_logger modified handlers for the root 
logger

t/unit/conftest.py:246: RuntimeError
 ERROR at teardown of test_default_logger.test_setup_logger_no_handlers_stream _

request = <SubRequest 'sanity_logging_side_effects' for <Function 
'test_setup_logger_no_handlers_stream'>>

    @pytest.fixture(autouse=True)
    def sanity_logging_side_effects(request):
        root = logging.getLogger()
        rootlevel = root.level
        roothandlers = root.handlers
    
        yield
    
        this = request.node.name
        root_now = logging.getLogger()
        if root_now.level != rootlevel:
            raise RuntimeError(CASE_LOG_LEVEL_EFFECT.format(this))
        if root_now.handlers != roothandlers:
>           raise RuntimeError(CASE_LOG_HANDLER_EFFECT.format(this))
E           RuntimeError: Test test_setup_logger_no_handlers_stream modified 
handlers for the root logger

t/unit/conftest.py:246: RuntimeError
_ ERROR at teardown of test_default_logger.test_setup_logger_no_handlers_file __

request = <SubRequest 'sanity_logging_side_effects' for <Function 
'test_setup_logger_no_handlers_file'>>

    @pytest.fixture(autouse=True)
    def sanity_logging_side_effects(request):
        root = logging.getLogger()
        rootlevel = root.level
        roothandlers = root.handlers
    
        yield
    
        this = request.node.name
        root_now = logging.getLogger()
        if root_now.level != rootlevel:
            raise RuntimeError(CASE_LOG_LEVEL_EFFECT.format(this))
        if root_now.handlers != roothandlers:
>           raise RuntimeError(CASE_LOG_HANDLER_EFFECT.format(this))
E           RuntimeError: Test test_setup_logger_no_handlers_file modified 
handlers for the root logger

t/unit/conftest.py:246: RuntimeError
________ ERROR at teardown of test_default_logger.test_redirect_stdouts ________

request = <SubRequest 'sanity_logging_side_effects' for <Function 
'test_redirect_stdouts'>>

    @pytest.fixture(autouse=True)
    def sanity_logging_side_effects(request):
        root = logging.getLogger()
        rootlevel = root.level
        roothandlers = root.handlers
    
        yield
    
        this = request.node.name
        root_now = logging.getLogger()
        if root_now.level != rootlevel:
            raise RuntimeError(CASE_LOG_LEVEL_EFFECT.format(this))
        if root_now.handlers != roothandlers:
>           raise RuntimeError(CASE_LOG_HANDLER_EFFECT.format(this))
E           RuntimeError: Test test_redirect_stdouts modified handlers for the 
root logger

t/unit/conftest.py:246: RuntimeError
_________ ERROR at teardown of test_default_logger.test_logging_proxy __________

request = <SubRequest 'sanity_logging_side_effects' for <Function 
'test_logging_proxy'>>

    @pytest.fixture(autouse=True)
    def sanity_logging_side_effects(request):
        root = logging.getLogger()
        rootlevel = root.level
        roothandlers = root.handlers
    
        yield
    
        this = request.node.name
        root_now = logging.getLogger()
        if root_now.level != rootlevel:
            raise RuntimeError(CASE_LOG_LEVEL_EFFECT.format(this))
        if root_now.handlers != roothandlers:
>           raise RuntimeError(CASE_LOG_HANDLER_EFFECT.format(this))
E           RuntimeError: Test test_logging_proxy modified handlers for the 
root logger

t/unit/conftest.py:246: RuntimeError
=============================== warnings summary ===============================
t/unit/app/test_backends.py::test_backends::()::test_get_backend_aliases[amqp://-AMQPBackend]
  /build/1st/celery-4.1.0/celery/backends/amqp.py:68: 
CPendingDeprecationWarning: \n    The AMQP result backend is scheduled for 
deprecation in     version 4.0 and removal in version v5.0.     Please use RPC 
backend or a persistent backend.\n
    alternative='Please use RPC backend or a persistent backend.')
  /usr/lib/python2.7/dist-packages/_pytest/warnings.py:90: UnicodeWarning: 
Warning is using unicode non convertible to ascii, converting to a safe 
representation:
    /build/1st/celery-4.1.0/celery/backends/amqp.py:68: 
CPendingDeprecationWarning: \n    The AMQP result backend is scheduled for 
deprecation in     version 4.0 and removal in version v5.0.     Please use RPC 
backend or a persistent backend.\n
    alternative='Please use RPC backend or a persistent backend.')
  
    UnicodeWarning)

t/unit/bin/test_worker.py::test_Worker::()::test_warns_if_running_as_privileged_user
  /build/1st/celery-4.1.0/celery/platforms.py:795: RuntimeWarning: You're 
running the worker with superuser privileges: this is\nabsolutely not 
recommended!\n\nPlease specify a different user using the -u option.\n\nUser 
information: uid=0 euid=1111 gid=1111 egid=1111\n
    uid=uid, euid=euid, gid=gid, egid=egid,
  /usr/lib/python2.7/dist-packages/_pytest/warnings.py:90: UnicodeWarning: 
Warning is using unicode non convertible to ascii, converting to a safe 
representation:
    /build/1st/celery-4.1.0/celery/platforms.py:795: RuntimeWarning: You're 
running the worker with superuser privileges: this is\nabsolutely not 
recommended!\n\nPlease specify a different user using the -u option.\n\nUser 
information: uid=0 euid=1111 gid=1111 egid=1111\n
    uid=uid, euid=euid, gid=gid, egid=egid,
  
    UnicodeWarning)

t/unit/worker/test_request.py::test_Request::()::test_from_message_invalid_kwargs
  /build/1st/celery-4.1.0/celery/app/trace.py:549: RuntimeWarning: Exception 
raised outside body: InvalidTaskError(u'Task keyword arguments is not a 
mapping',):\nTraceback (most recent call last):\n  File 
"/build/1st/celery-4.1.0/celery/app/trace.py", line 354, in trace_task\n    
'Task keyword arguments is not a mapping')\nInvalidTaskError: Task keyword 
arguments is not a mapping\n
    exc, exc_info.traceback)))
  /usr/lib/python2.7/dist-packages/_pytest/warnings.py:90: UnicodeWarning: 
Warning is using unicode non convertible to ascii, converting to a safe 
representation:
    /build/1st/celery-4.1.0/celery/app/trace.py:549: RuntimeWarning: Exception 
raised outside body: InvalidTaskError(u'Task keyword arguments is not a 
mapping',):\nTraceback (most recent call last):\n  File 
"/build/1st/celery-4.1.0/celery/app/trace.py", line 354, in trace_task\n    
'Task keyword arguments is not a mapping')\nInvalidTaskError: Task keyword 
arguments is not a mapping\n
    exc, exc_info.traceback)))
  
    UnicodeWarning)

-- Docs: http://doc.pytest.org/en/latest/warnings.html
======= 2184 passed, 105 skipped, 6 warnings, 6 error in 109.61 seconds ========
E: pybuild pybuild:283: test: plugin custom failed with: exit code=1: python2.7 
setup.py test
dh_auto_test: pybuild --test --test-pytest -i python{version} -p 2.7 
--system=custom "--test-args={interpreter} setup.py test" returned exit code 13
make[1]: *** [debian/rules:17: override_dh_auto_test] Error 25

--- End Message ---
--- Begin Message ---
Source: celery
Source-Version: 4.1.0-3

We believe that the bug you reported is fixed in the latest version of
celery, 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 892...@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 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 28 Mar 2018 21:32:57 +0200
Source: celery
Binary: python-celery python-celery-common python-celery-doc python3-celery
Architecture: source all
Version: 4.1.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-team@lists.alioth.debian.org>
Changed-By: Michael Fladischer <fl...@debian.org>
Description:
 python-celery - async task/job queue based on message passing (Python2 version)
 python-celery-common - async task/job queue based on message passing (common 
files)
 python-celery-doc - async task/job queue based on message passing 
(Documentation)
 python3-celery - async task/job queue based on message passing (Python3 
version)
Closes: 892640
Changes:
 celery (4.1.0-3) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/control: Set Vcs-* to salsa.debian.org
 .
   [ Michael Fladischer ]
   * Add patch to disable pytest (>=3.3) log capturing to avoid changing
     log handlers (Closes: #892640).
   * Bump debhelper compatibility and version to 11.
   * Bump Standards-Version to 4.1.3.
   * Enable autopkgtest-pkg-python testsuite.
   * Always use pristine-tar.
Checksums-Sha1:
 3af8962265dc7e7e9536693637d78c7855db1e2c 2715 celery_4.1.0-3.dsc
 68c4fcb08b0e1251fdc88cadd68fca2442a163b7 1331689 celery_4.1.0.orig.tar.gz
 21d8cbc185855b429486353b6ac2c6e409762a0c 23132 celery_4.1.0-3.debian.tar.xz
 afa25b79f6b45c34cb1a20900deb978ba986c684 12909 celery_4.1.0-3_amd64.buildinfo
 d6d80552515a2f3c9f2cedd6fe1157d40bb8f413 31080 
python-celery-common_4.1.0-3_all.deb
 82c432749737027976ab0616a32246f3a1be53c5 1679532 
python-celery-doc_4.1.0-3_all.deb
 2361b0c31241ce1a434d848b1aadf5076f919700 274084 python-celery_4.1.0-3_all.deb
 527c753496702063aad7f8b1b1b27ce6f62e7ae9 274080 python3-celery_4.1.0-3_all.deb
Checksums-Sha256:
 307565c136bb4783aa2842a080c377ebd7a4cb2587f88bc57d355bd84fcd99a6 2715 
celery_4.1.0-3.dsc
 77ff3730198d6a17b3c1f05579ebe570b579efb35f6d7e13dba3b1368d068b35 1331689 
celery_4.1.0.orig.tar.gz
 f530a9c59f556732d2f1f5455dc3b75e5d09f8f8a60fdce186891e53d4c7289a 23132 
celery_4.1.0-3.debian.tar.xz
 870e9ad74d91a23c3d9ceb7549067a068e332a708e75d42ccd9f24ff13cf0213 12909 
celery_4.1.0-3_amd64.buildinfo
 66899a993b7444fafe69f9e33bfb06f2b861ee58995fbecaab33aebf45d0c79e 31080 
python-celery-common_4.1.0-3_all.deb
 5f3cef9765a88ee1287e19307909941859d3747b608747bb53aa1f8e6e4bd7d6 1679532 
python-celery-doc_4.1.0-3_all.deb
 0411572859c520bbb74c25efec5b55795e38e5c59337fb547f472198d145091a 274084 
python-celery_4.1.0-3_all.deb
 91b293642a554fb3fbf2a7f62bb141defe015dfe9c8d2bb2a930ded950d2de27 274080 
python3-celery_4.1.0-3_all.deb
Files:
 025e4889c654612ab751a8da2733a01c 2715 python optional celery_4.1.0-3.dsc
 db91e1d26936381127f01e150fe3054a 1331689 python optional 
celery_4.1.0.orig.tar.gz
 f32d7988460012a3bc1a0036b4aca8ed 23132 python optional 
celery_4.1.0-3.debian.tar.xz
 284782a0c62e16d2b0a6bb137cbb1f2a 12909 python optional 
celery_4.1.0-3_amd64.buildinfo
 4a55c66bb02ccf77f32cc23742d3ddfb 31080 python optional 
python-celery-common_4.1.0-3_all.deb
 7190f7124b037124b6822dfd9ad87600 1679532 doc optional 
python-celery-doc_4.1.0-3_all.deb
 ec3296a9d600e197f2a34da7625c8440 274084 python optional 
python-celery_4.1.0-3_all.deb
 698379804df048e4664cfb6209a82f20 274080 python optional 
python3-celery_4.1.0-3_all.deb

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

iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAlq78akACgkQ/9PIi5l9
0Wozfgf/U8kRvPhGJViSeM/4/6jPAn4k2MIsB2/b8BTUQuP3l9U2FEqwhW42AMwp
d4v8kwpCQx/ZpF1lCrtM6jjRmw38BeVK6dWd268i8kaJHG/+BjUVBrqM1jng/16C
YkVaPMjKBzuXdTW8Aqj7Vo1jnmmoGvRN6QDCuRtHRuWsmLLu6SsLo3cfDrxaQ/mP
pW8850cTWKzpJ5hVCysfcjovrLiHpb57CtQhsplzCJkYSUJkk5ZdSRqn92Q+J2mJ
iNBSPX19pq2Z7J1qK+apesIuIek/Mc8QWzbhuUtv/uUgPvYCQvqkqRIkkmcs1kJP
waYTRyIfCiojre6rOHRa5RMjN29NWw==
=cyPJ
-----END PGP SIGNATURE-----

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

Reply via email to