Your message dated Wed, 04 Dec 2019 12:34:39 +0000
with message-id <e1ictrb-000amd...@fasolo.debian.org>
and subject line Bug#942235: fixed in dask 2.8.1+dfsg-0.1
has caused the Debian Bug report #942235,
regarding dask: autopkgtest needs update for new version of pytest
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.)


-- 
942235: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=942235
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dask
Version: 1.0.0+dfsg-2
Severity: serious
X-Debbugs-CC: debian...@lists.debian.org, pyt...@packages.debian.org
Tags: sid bullseye
User: debian...@lists.debian.org
Usertags: needs-update
Control: affects -1 src:pytest

Dear maintainers,

With a not so recent upload of pytest the autopkgtest of dask fails in
testing when that autopkgtest is run with the binary packages of pytest
from unstable. It passes when run with only packages from testing. In
tabular form:
                       pass            fail
pytest                 from testing    4.6.5-2
dask                   from testing    1.0.0+dfsg-2
versioned deps [0]     from testing    from unstable
all others             from testing    from testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration of pytest to testing
[1]. Of course, pytest shouldn't just break your autopkgtest (or even
worse, your package), but it seems to me that the change in pytest was
intended and your package needs to update to the new situation. The
package had two months to adapt before this bug was even filed.

If this is a real problem in your package (and not only in your
autopkgtest), the right binary package(s) from pytest should really add
a versioned Breaks on the unfixed version of (one of your) package(s).
Note: the Breaks is nice even if the issue is only in the autopkgtest as
it helps the migration software to figure out the right versions to
combine in the tests.

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[0] You can see what packages were added from the second line of the log
file quoted below. The migration software adds source package from
unstable to the list if they are needed to install packages from
pytest/4.6.5-2. I.e. due to versioned dependencies or breaks/conflicts.
[1] https://qa.debian.org/excuses.php?package=pytest

https://ci.debian.net/data/autopkgtest/testing/amd64/d/dask/3146640/log.gz

autopkgtest [19:13:10]: test command1: [-----------------------
Testing with python3.7:
============================= test session starts
==============================
platform linux -- Python 3.7.5rc1, pytest-4.6.5, py-1.8.0, pluggy-0.12.0
-- /usr/bin/python3.7
cachedir: .pytest_cache
rootdir: /tmp/autopkgtest-lxc.n16ld1px/downtmp/autopkgtest_tmp
collecting ... collected 5850 items / 2 errors / 7 skipped / 5841 selected

==================================== ERRORS
====================================
_____________ ERROR collecting dataframe/io/tests/test_parquet.py
______________
/usr/lib/python3/dist-packages/pluggy/hooks.py:289: in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/lib/python3/dist-packages/pluggy/manager.py:87: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3/dist-packages/pluggy/manager.py:81: in <lambda>
    firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
/usr/lib/python3/dist-packages/_pytest/python.py:234: in
pytest_pycollect_makeitem
    res = list(collector._genfunctions(name, obj))
/usr/lib/python3/dist-packages/_pytest/python.py:410: in _genfunctions
    self.ihook.pytest_generate_tests(metafunc=metafunc)
/usr/lib/python3/dist-packages/pluggy/hooks.py:289: in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/lib/python3/dist-packages/pluggy/manager.py:87: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3/dist-packages/pluggy/manager.py:81: in <lambda>
    firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
/usr/lib/python3/dist-packages/_pytest/python.py:137: in
pytest_generate_tests
    metafunc.parametrize(*marker.args, **marker.kwargs)
/usr/lib/python3/dist-packages/_pytest/python.py:1004: in parametrize
    function_definition=self.definition,
/usr/lib/python3/dist-packages/_pytest/mark/structures.py:130: in
_for_parametrize
    if len(param.values) != len(argnames):
E   TypeError: object of type 'MarkDecorator' has no len()
______________________ ERROR collecting tests/test_dot.py
______________________
/usr/lib/python3/dist-packages/pluggy/hooks.py:289: in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/lib/python3/dist-packages/pluggy/manager.py:87: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3/dist-packages/pluggy/manager.py:81: in <lambda>
    firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
/usr/lib/python3/dist-packages/_pytest/python.py:234: in
pytest_pycollect_makeitem
    res = list(collector._genfunctions(name, obj))
/usr/lib/python3/dist-packages/_pytest/python.py:410: in _genfunctions
    self.ihook.pytest_generate_tests(metafunc=metafunc)
/usr/lib/python3/dist-packages/pluggy/hooks.py:289: in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
/usr/lib/python3/dist-packages/pluggy/manager.py:87: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/lib/python3/dist-packages/pluggy/manager.py:81: in <lambda>
    firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
/usr/lib/python3/dist-packages/_pytest/python.py:137: in
pytest_generate_tests
    metafunc.parametrize(*marker.args, **marker.kwargs)
/usr/lib/python3/dist-packages/_pytest/python.py:1004: in parametrize
    function_definition=self.definition,
/usr/lib/python3/dist-packages/_pytest/mark/structures.py:130: in
_for_parametrize
    if len(param.values) != len(argnames):
E   TypeError: object of type 'MarkDecorator' has no len()
=============================== warnings summary
===============================
/usr/lib/python3/dist-packages/_pytest/mark/structures.py:334
/usr/lib/python3/dist-packages/_pytest/mark/structures.py:334
/usr/lib/python3/dist-packages/_pytest/mark/structures.py:334
/usr/lib/python3/dist-packages/_pytest/mark/structures.py:334
/usr/lib/python3/dist-packages/_pytest/mark/structures.py:334
/usr/lib/python3/dist-packages/_pytest/mark/structures.py:334
/usr/lib/python3/dist-packages/_pytest/mark/structures.py:334
/usr/lib/python3/dist-packages/_pytest/mark/structures.py:334
/usr/lib/python3/dist-packages/_pytest/mark/structures.py:334
  /usr/lib/python3/dist-packages/_pytest/mark/structures.py:334:
PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo?
You can register custom marks to avoid this warning - for details, see
https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/usr/lib/python3/dist-packages/pandas/core/dtypes/inference.py:6
  /usr/lib/python3/dist-packages/pandas/core/dtypes/inference.py:6:
DeprecationWarning: Using or importing the ABCs from 'collections'
instead of from 'collections.abc' is deprecated, and in 3.8 it will stop
working
    from collections import Iterable

/usr/lib/python3/dist-packages/pandas/core/tools/datetimes.py:3
  /usr/lib/python3/dist-packages/pandas/core/tools/datetimes.py:3:
DeprecationWarning: Using or importing the ABCs from 'collections'
instead of from 'collections.abc' is deprecated, and in 3.8 it will stop
working
    from collections import MutableMapping

/usr/lib/python3/dist-packages/_pytest/mark/structures.py:334
/usr/lib/python3/dist-packages/_pytest/mark/structures.py:334
/usr/lib/python3/dist-packages/_pytest/mark/structures.py:334
  /usr/lib/python3/dist-packages/_pytest/mark/structures.py:334:
PytestUnknownMarkWarning: Unknown pytest.mark.network - is this a typo?
You can register custom marks to avoid this warning - for details, see
https://docs.pytest.org/en/latest/mark.html
    PytestUnknownMarkWarning,

/usr/lib/python3/dist-packages/prompt_toolkit/styles/from_dict.py:9
  /usr/lib/python3/dist-packages/prompt_toolkit/styles/from_dict.py:9:
DeprecationWarning: Using or importing the ABCs from 'collections'
instead of from 'collections.abc' is deprecated, and in 3.8 it will stop
working
    from collections import Mapping

-- Docs: https://docs.pytest.org/en/latest/warnings.html
!!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection
!!!!!!!!!!!!!!!!!!!!
=============== 7 skipped, 15 warnings, 2 error in 7.30 seconds
================
autopkgtest [19:13:18]: test command1: -----------------------]

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: dask
Source-Version: 2.8.1+dfsg-0.1

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

Debian distribution maintenance software
pp.
Matthias Klose <d...@debian.org> (supplier of updated dask 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: SHA256

Format: 1.8
Date: Wed, 04 Dec 2019 13:03:47 +0100
Source: dask
Architecture: source
Version: 2.8.1+dfsg-0.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Matthias Klose <d...@debian.org>
Closes: 942235
Changes:
 dask (2.8.1+dfsg-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * New upstream version. Closes: #942235.
   * (Build)-depend on python3-fsspec.
   * Add python3-fsspec to the autopkg test dependencies.
Checksums-Sha1:
 f20b878dc6f406c68dcedd292ae744ebddf59d5d 2890 dask_2.8.1+dfsg-0.1.dsc
 819f68555989b44239d981fa865680b6eae10ac5 2141836 dask_2.8.1+dfsg.orig.tar.xz
 6f678d04c372318539a39ee81409626a6d381f1b 6728 dask_2.8.1+dfsg-0.1.debian.tar.xz
 e74edea3b08e8cfd624c46cb1fcd2daa48088800 8829 
dask_2.8.1+dfsg-0.1_source.buildinfo
Checksums-Sha256:
 cb24413d2b4b41fa38870e0fe703b43f69555f5be988895d4c1ee7754214cebe 2890 
dask_2.8.1+dfsg-0.1.dsc
 43bacb7cd500630eb19495c010299df984fad5a9ca3f5620b57509ab2e019c46 2141836 
dask_2.8.1+dfsg.orig.tar.xz
 b92f69e878ec3c0c953b4523c3c9224a4ef0f2bc93cb114757a12ba4a9b4d3c5 6728 
dask_2.8.1+dfsg-0.1.debian.tar.xz
 8291f5ee1e83f827561101e05b3e8048453b7f578e663356193181bbf77b0f6f 8829 
dask_2.8.1+dfsg-0.1_source.buildinfo
Files:
 aa054a6ddd2a8ee5f88ae110ebe75491 2890 python optional dask_2.8.1+dfsg-0.1.dsc
 96b5dc7253a13d7404482237f4d984e9 2141836 python optional 
dask_2.8.1+dfsg.orig.tar.xz
 59fc1dec99a330deaf7786418a7934cd 6728 python optional 
dask_2.8.1+dfsg-0.1.debian.tar.xz
 085a9e2641c9372483b8457fc05faca0 8829 python optional 
dask_2.8.1+dfsg-0.1_source.buildinfo

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

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAl3norUQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9YZUD/9H2GwHZxfdzNvJ2DqykChfecvx8yFCeIJT
1LiGIIeSzFU/1k0Eeo2FyxawlRCdokf2S364T2EwruKVdiO38TiRwoP3f0I3t4Hf
aiYxdn1FWcwQpxLNsN2D1cGeId4GTzNK5FxiqSm06dHYPtlOF4lYUs6GfH99QWcA
UoIlw3D8LAt8E91kKxgNLwpltOXjNdyM8SbEDTYl0ObVsTWia/yZOMikaEfXoyT0
4sHnvi/Buw8vroNIHAvM5CDLugmZ2daUGBH/QmUhoFXB/44yK8yVy6VpQmY0lG5Q
IPA5WeBLh3PMAnYniWyER/lEwNvlfAymWHeqfNxFuVsmD4P22+XIOxBIQclsGaOo
oBFCeUFn/rpjDjfCm96yDCVQcFkuMd9JZqdYiNcHPwU4Njtr6S6SC+6TJRWM10eA
8kP85idugls3s+FKXrfxCJZ/jhIR0nDH45+vzq/uerw9CxS9JlBOfOWEhUXnAfe8
FGkmo7kKzepT3LapvSvH+3psb5tOdiM9ZJaoiAEMk7e3//KTeT/ineh4SurPCe0y
iY7KVfckz76pUWV+MdKNZRPK9ddqqnV5m/pDBhH+kfbphwPRZWVS5tV2jpymjc3b
2v5QrOYXsICUw3v1CBKH4nx802MTcdmC4M5E3ETH0R9nZ7K0NAawPircinItW+PR
iudRzyuGNA==
=XF4O
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to