Your message dated Mon, 11 Jul 2022 07:04:20 +0000
with message-id <e1oansu-0005as...@fasolo.debian.org>
and subject line Bug#1008452: fixed in python-streamz 0.6.3-3
has caused the Debian Bug report #1008452,
regarding python-streamz: FTBFS: dh_auto_test: error: pybuild --test
--test-pytest -i python{version} -p "3.10 3.9" 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.)
--
1008452: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008452
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-streamz
Version: 0.6.3-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220326 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> debian/rules binary
> dh binary --with python3 --buildsystem=pybuild
> dh_update_autotools_config -O--buildsystem=pybuild
> dh_autoreconf -O--buildsystem=pybuild
> dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:237: python3.10 setup.py config
> running config
> I: pybuild base:237: python3.9 setup.py config
> running config
> dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:237: /usr/bin/python3.10 setup.py build
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz
> copying streamz/graph.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz
> copying streamz/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz
> copying streamz/dask.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz
> copying streamz/orderedweakset.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz
> copying streamz/plugins.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz
> copying streamz/core.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz
> copying streamz/utils_test.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz
> copying streamz/sources.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz
> copying streamz/collection.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz
> copying streamz/batch.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz
> copying streamz/sinks.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz
> copying streamz/utils.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz
> creating
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz/dataframe
> copying streamz/dataframe/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz/dataframe
> copying streamz/dataframe/core.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz/dataframe
> copying streamz/dataframe/aggregations.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz/dataframe
> copying streamz/dataframe/utils.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz/dataframe
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz/tests
> copying streamz/tests/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz/tests
> copying streamz/tests/py3_test_core.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz/tests
> copying streamz/tests/test_plugins.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz/tests
> copying streamz/tests/test_sinks.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz/tests
> copying streamz/tests/test_core.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz/tests
> copying streamz/tests/test_batch.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz/tests
> copying streamz/tests/test_sources.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz/tests
> copying streamz/tests/test_graph.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz/tests
> copying streamz/tests/test_dask.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz/tests
> copying streamz/tests/test_kafka.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz/tests
> package init file 'streamz/dataframe/tests/__init__.py' not found (or not a
> regular file)
> creating
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz/dataframe/tests
> copying streamz/dataframe/tests/test_dataframe_utils.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz/dataframe/tests
> copying streamz/dataframe/tests/test_dataframes.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build/streamz/dataframe/tests
> I: pybuild base:237: /usr/bin/python3 setup.py build
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz
> copying streamz/graph.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz
> copying streamz/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz
> copying streamz/dask.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz
> copying streamz/orderedweakset.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz
> copying streamz/plugins.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz
> copying streamz/core.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz
> copying streamz/utils_test.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz
> copying streamz/sources.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz
> copying streamz/collection.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz
> copying streamz/batch.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz
> copying streamz/sinks.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz
> copying streamz/utils.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz
> creating
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz/dataframe
> copying streamz/dataframe/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz/dataframe
> copying streamz/dataframe/core.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz/dataframe
> copying streamz/dataframe/aggregations.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz/dataframe
> copying streamz/dataframe/utils.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz/dataframe
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz/tests
> copying streamz/tests/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz/tests
> copying streamz/tests/py3_test_core.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz/tests
> copying streamz/tests/test_plugins.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz/tests
> copying streamz/tests/test_sinks.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz/tests
> copying streamz/tests/test_core.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz/tests
> copying streamz/tests/test_batch.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz/tests
> copying streamz/tests/test_sources.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz/tests
> copying streamz/tests/test_graph.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz/tests
> copying streamz/tests/test_dask.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz/tests
> copying streamz/tests/test_kafka.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz/tests
> package init file 'streamz/dataframe/tests/__init__.py' not found (or not a
> regular file)
> creating
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz/dataframe/tests
> copying streamz/dataframe/tests/test_dataframe_utils.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz/dataframe/tests
> copying streamz/dataframe/tests/test_dataframes.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build/streamz/dataframe/tests
> dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:237: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build; python3.10 -m pytest
> ============================= test session starts
> ==============================
> platform linux -- Python 3.10.4, pytest-6.2.5, py-1.10.0, pluggy-1.0.0
> rootdir: /<<PKGBUILDDIR>>, configfile: setup.cfg
> plugins: flaky-3.7.0
> collected 1554 items / 1 error / 2 skipped / 1551 selected
>
> ==================================== ERRORS
> ====================================
> _ ERROR collecting
> .pybuild/cpython3_3.10_streamz/build/streamz/tests/test_dask.py _
> streamz/tests/test_dask.py:19: in <module>
> def test_map(c, s, a, b):
> /usr/lib/python3/dist-packages/distributed/utils_test.py:938: in _
> raise RuntimeError("gen_cluster only works for coroutine functions.")
> E RuntimeError: gen_cluster only works for coroutine functions.
> =========================== short test summary info
> ============================
> ERROR streamz/tests/test_dask.py - RuntimeError: gen_cluster only works for
> c...
> !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection
> !!!!!!!!!!!!!!!!!!!!
> ========================= 2 skipped, 1 error in 1.44s
> ==========================
> E: pybuild pybuild:367: test: plugin distutils failed with: exit code=2: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_streamz/build; python3.10 -m pytest
> I: pybuild base:237: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build;
> python3.9 -m pytest
> ============================= test session starts
> ==============================
> platform linux -- Python 3.9.12, pytest-6.2.5, py-1.10.0, pluggy-1.0.0
> rootdir: /<<PKGBUILDDIR>>, configfile: setup.cfg
> plugins: flaky-3.7.0
> collected 1554 items / 1 error / 2 skipped / 1551 selected
>
> ==================================== ERRORS
> ====================================
> _ ERROR collecting
> .pybuild/cpython3_3.9_streamz/build/streamz/tests/test_dask.py _
> streamz/tests/test_dask.py:19: in <module>
> def test_map(c, s, a, b):
> /usr/lib/python3/dist-packages/distributed/utils_test.py:938: in _
> raise RuntimeError("gen_cluster only works for coroutine functions.")
> E RuntimeError: gen_cluster only works for coroutine functions.
> =========================== short test summary info
> ============================
> ERROR streamz/tests/test_dask.py - RuntimeError: gen_cluster only works for
> c...
> !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection
> !!!!!!!!!!!!!!!!!!!!
> ========================= 2 skipped, 1 error in 1.64s
> ==========================
> E: pybuild pybuild:367: test: plugin distutils failed with: exit code=2: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_streamz/build; python3.9 -m pytest
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10
> 3.9" returned exit code 13
The full build log is available from:
http://qa-logs.debian.net/2022/03/26/python-streamz_0.6.3-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!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: python-streamz
Source-Version: 0.6.3-3
Done: Nilesh Patra <nil...@debian.org>
We believe that the bug you reported is fixed in the latest version of
python-streamz, 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 1008...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Nilesh Patra <nil...@debian.org> (supplier of updated python-streamz 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: Mon, 11 Jul 2022 12:07:21 +0530
Source: python-streamz
Architecture: source
Version: 0.6.3-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Nilesh Patra <nil...@debian.org>
Closes: 1008452
Changes:
python-streamz (0.6.3-3) unstable; urgency=medium
.
* Team upload.
* Add patch to fix FTBFS with new distributed (Closes: #1008452)
* Bump Standards-Version to 4.6.1 (no changes needed)
Checksums-Sha1:
b396d34e9094b02ae8ea5c67bf36ef49f7e348b2 2335 python-streamz_0.6.3-3.dsc
c026d006389dce18ad852e5640d2ff6ce773dfb8 7376
python-streamz_0.6.3-3.debian.tar.xz
4c50746063a01bd2f9db6081e9634dce25735be7 8071
python-streamz_0.6.3-3_amd64.buildinfo
Checksums-Sha256:
0e89f1d776e66f2ef373735c752842fac4815b1074164e87b3fa8d518ed914d3 2335
python-streamz_0.6.3-3.dsc
5e1388d1f490c3458b8b61ac242c799d8bbecbc7a7e9f621abc044c240a7fb82 7376
python-streamz_0.6.3-3.debian.tar.xz
ae4738ca5c9245fe875037d3ea60296eda6684e0ef515bf8801845a1e61d98e7 8071
python-streamz_0.6.3-3_amd64.buildinfo
Files:
f5c6ee0ef1eed026686fc26352615848 2335 science optional
python-streamz_0.6.3-3.dsc
5b1c1c15de7ff34e4e9dfac819c284ef 7376 science optional
python-streamz_0.6.3-3.debian.tar.xz
ccac74d7f35be3faf56b8d50b0d8b97c 8071 science optional
python-streamz_0.6.3-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEPpmlJvXcwMu/HO6mALrnSzQzafEFAmLLx4ISHG5pbGVzaEBk
ZWJpYW4ub3JnAAoJEAC650s0M2nx9lsP/im3YBQl4NiL1o4uL75Pi2Kods7UmfTR
7gwHt/Z72BkIeDXe+VgIviTSjX38+vYvU3e96C5oXDytleRAgRFvmXueISwIazOG
jGqfPpDj9vzU5y3rEHgJBBGUgeanFNvU6Xng0lScg+Dfda/VT6qfNQe7DFakbMBL
uwzjr7i7vL/cNH5er3MwMbFZDHKwYXbt6pA0vDYt5QzUvqZevU5cppCAyAzgNh3H
kEJMDfPUyc6w/AxWbd8E9b7iSteWQBcPfeeEYCGqUmCXcAgMxt1MKRGg4RCrjbJp
HPljleFdssez/EyGHfsfhw1iQPpsZIZk7BhkEvUefIyW7lgeezGRgQRW/f/P7byx
H3cGF1gNKPN9cRwaGhZ/YzkpalN37VeSZQ0eLDUYVSlCjhpg6nRvYrD4D3AQgf2i
2julzD9knTZPR0k7Kvhqva/gkK4gtPTgVVVNXKf1RcMdO8Ln0XaUljlEcT6EsZaR
vjHEsdnAvoKOHiybkdUDRNSsiBQChgklbZwbDyP+hFdF/n+qC8ZPkD8AswL6x/mq
pHOhhl/kuju6dSAfYPC3RR0hJFfN1ZhBPnRqDAiwB0ly3wJ70FDmZH1VmhnFH5/d
1kWyFxRvHktkJNbazkJtJGcYgs2EVdt1OmMbQEoB04RpX5fs910xiAcxnrBclsEK
28+q0q/zuC2V
=QzSi
-----END PGP SIGNATURE-----
--- End Message ---