Your message dated Thu, 14 Mar 2024 21:50:25 +0000
with message-id <e1rksy1-00e2pc...@fasolo.debian.org>
and subject line Bug#1066737: fixed in python-streamz 0.6.4-2
has caused the Debian Bug report #1066737,
regarding python-streamz: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p "3.12 3.11" 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.)


-- 
1066737: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066737
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-streamz
Version: 0.6.4-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie

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:305: python3.12 setup.py config 
> running config
> I: pybuild base:305: python3.11 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:305: /usr/bin/python3.12 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz
> copying streamz/utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz
> copying streamz/river.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz
> copying streamz/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz
> copying streamz/sources.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz
> copying streamz/plugins.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz
> copying streamz/batch.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz
> copying streamz/utils_test.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz
> copying streamz/orderedweakset.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz
> copying streamz/sinks.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz
> copying streamz/collection.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz
> copying streamz/core.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz
> copying streamz/graph.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz
> copying streamz/dask.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz/dataframe
> copying streamz/dataframe/utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz/dataframe
> copying streamz/dataframe/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz/dataframe
> copying streamz/dataframe/aggregations.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz/dataframe
> copying streamz/dataframe/core.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz/dataframe
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz/tests
> copying streamz/tests/test_batch.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz/tests
> copying streamz/tests/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz/tests
> copying streamz/tests/test_plugins.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz/tests
> copying streamz/tests/test_graph.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz/tests
> copying streamz/tests/test_kafka.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz/tests
> copying streamz/tests/test_sinks.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz/tests
> copying streamz/tests/test_sources.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz/tests
> copying streamz/tests/test_core.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz/tests
> copying streamz/tests/py3_test_core.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz/tests
> copying streamz/tests/test_dask.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz/tests
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz/dataframe/tests
> copying streamz/dataframe/tests/test_dataframes.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz/dataframe/tests
> copying streamz/dataframe/tests/test_dataframe_utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz/dataframe/tests
> I: pybuild base:305: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz
> copying streamz/utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz
> copying streamz/river.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz
> copying streamz/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz
> copying streamz/sources.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz
> copying streamz/plugins.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz
> copying streamz/batch.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz
> copying streamz/utils_test.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz
> copying streamz/orderedweakset.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz
> copying streamz/sinks.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz
> copying streamz/collection.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz
> copying streamz/core.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz
> copying streamz/graph.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz
> copying streamz/dask.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/dataframe
> copying streamz/dataframe/utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/dataframe
> copying streamz/dataframe/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/dataframe
> copying streamz/dataframe/aggregations.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/dataframe
> copying streamz/dataframe/core.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/dataframe
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/tests
> copying streamz/tests/test_batch.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/tests
> copying streamz/tests/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/tests
> copying streamz/tests/test_plugins.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/tests
> copying streamz/tests/test_graph.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/tests
> copying streamz/tests/test_kafka.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/tests
> copying streamz/tests/test_sinks.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/tests
> copying streamz/tests/test_sources.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/tests
> copying streamz/tests/test_core.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/tests
> copying streamz/tests/py3_test_core.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/tests
> copying streamz/tests/test_dask.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/tests
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/dataframe/tests
> copying streamz/dataframe/tests/test_dataframes.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/dataframe/tests
> copying streamz/dataframe/tests/test_dataframe_utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/dataframe/tests
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:305: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build; python3.12 -m pytest 
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>
> configfile: setup.cfg
> plugins: flaky-3.7.0
> collected 1415 items / 7 errors / 2 skipped
> 
> ==================================== ERRORS 
> ====================================
> _ ERROR collecting 
> .pybuild/cpython3_3.12_streamz/build/streamz/tests/test_batch.py _
> import file mismatch:
> imported module 'streamz.tests.test_batch' has this __file__ attribute:
>   /<<PKGBUILDDIR>>/streamz/tests/test_batch.py
> which is not the same as the test file we want to collect:
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz/tests/test_batch.py
> HINT: remove __pycache__ / .pyc files and/or use a unique basename for your 
> test file modules
> _ ERROR collecting 
> .pybuild/cpython3_3.12_streamz/build/streamz/tests/test_core.py _
> import file mismatch:
> imported module 'streamz.tests.test_core' has this __file__ attribute:
>   /<<PKGBUILDDIR>>/streamz/tests/test_core.py
> which is not the same as the test file we want to collect:
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz/tests/test_core.py
> HINT: remove __pycache__ / .pyc files and/or use a unique basename for your 
> test file modules
> _ ERROR collecting 
> .pybuild/cpython3_3.12_streamz/build/streamz/tests/test_dask.py _
> import file mismatch:
> imported module 'streamz.tests.test_dask' has this __file__ attribute:
>   /<<PKGBUILDDIR>>/streamz/tests/test_dask.py
> which is not the same as the test file we want to collect:
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz/tests/test_dask.py
> HINT: remove __pycache__ / .pyc files and/or use a unique basename for your 
> test file modules
> _ ERROR collecting 
> .pybuild/cpython3_3.12_streamz/build/streamz/tests/test_plugins.py _
> import file mismatch:
> imported module 'streamz.tests.test_plugins' has this __file__ attribute:
>   /<<PKGBUILDDIR>>/streamz/tests/test_plugins.py
> which is not the same as the test file we want to collect:
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz/tests/test_plugins.py
> HINT: remove __pycache__ / .pyc files and/or use a unique basename for your 
> test file modules
> _ ERROR collecting 
> .pybuild/cpython3_3.12_streamz/build/streamz/tests/test_sinks.py _
> import file mismatch:
> imported module 'streamz.tests.test_sinks' has this __file__ attribute:
>   /<<PKGBUILDDIR>>/streamz/tests/test_sinks.py
> which is not the same as the test file we want to collect:
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz/tests/test_sinks.py
> HINT: remove __pycache__ / .pyc files and/or use a unique basename for your 
> test file modules
> _ ERROR collecting 
> .pybuild/cpython3_3.12_streamz/build/streamz/tests/test_sources.py _
> import file mismatch:
> imported module 'streamz.tests.test_sources' has this __file__ attribute:
>   /<<PKGBUILDDIR>>/streamz/tests/test_sources.py
> which is not the same as the test file we want to collect:
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz/tests/test_sources.py
> HINT: remove __pycache__ / .pyc files and/or use a unique basename for your 
> test file modules
> _ ERROR collecting .pybuild/cpython3_3.12_streamz/build/streamz/utils_test.py 
> __
> import file mismatch:
> imported module 'streamz.utils_test' has this __file__ attribute:
>   /<<PKGBUILDDIR>>/streamz/utils_test.py
> which is not the same as the test file we want to collect:
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build/streamz/utils_test.py
> HINT: remove __pycache__ / .pyc files and/or use a unique basename for your 
> test file modules
> =============================== warnings summary 
> ===============================
> ../../../streamz/plugins.py:3
>   /<<PKGBUILDDIR>>/streamz/plugins.py:3: DeprecationWarning: pkg_resources is 
> deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
>     import pkg_resources
> 
> ../../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
>   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: DeprecationWarning: 
> datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal 
> in a future version. Use timezone-aware objects to represent datetimes in 
> UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
>     EPOCH = datetime.datetime.utcfromtimestamp(0)
> 
> ../../../streamz/tests/test_dask.py:244
>   /<<PKGBUILDDIR>>/streamz/tests/test_dask.py:244: PytestUnknownMarkWarning: 
> Unknown pytest.mark.asyncio - is this a typo?  You can register custom marks 
> to avoid this warning - for details, see 
> https://docs.pytest.org/en/stable/how-to/mark.html
>     @pytest.mark.asyncio
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info 
> ============================
> ERROR streamz/tests/test_batch.py
> ERROR streamz/tests/test_core.py
> ERROR streamz/tests/test_dask.py
> ERROR streamz/tests/test_plugins.py
> ERROR streamz/tests/test_sinks.py
> ERROR streamz/tests/test_sources.py
> ERROR streamz/utils_test.py
> !!!!!!!!!!!!!!!!!!! Interrupted: 7 errors during collection 
> !!!!!!!!!!!!!!!!!!!!
> =================== 2 skipped, 3 warnings, 7 errors in 2.35s 
> ===================
> E: pybuild pybuild:389: test: plugin distutils failed with: exit code=2: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_streamz/build; python3.12 -m pytest 
> I: pybuild base:305: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build; python3.11 -m pytest 
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>
> configfile: setup.cfg
> plugins: flaky-3.7.0
> collected 1415 items / 7 errors / 2 skipped
> 
> ==================================== ERRORS 
> ====================================
> _ ERROR collecting 
> .pybuild/cpython3_3.11_streamz/build/streamz/tests/test_batch.py _
> import file mismatch:
> imported module 'streamz.tests.test_batch' has this __file__ attribute:
>   /<<PKGBUILDDIR>>/streamz/tests/test_batch.py
> which is not the same as the test file we want to collect:
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/tests/test_batch.py
> HINT: remove __pycache__ / .pyc files and/or use a unique basename for your 
> test file modules
> _ ERROR collecting 
> .pybuild/cpython3_3.11_streamz/build/streamz/tests/test_core.py _
> import file mismatch:
> imported module 'streamz.tests.test_core' has this __file__ attribute:
>   /<<PKGBUILDDIR>>/streamz/tests/test_core.py
> which is not the same as the test file we want to collect:
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/tests/test_core.py
> HINT: remove __pycache__ / .pyc files and/or use a unique basename for your 
> test file modules
> _ ERROR collecting 
> .pybuild/cpython3_3.11_streamz/build/streamz/tests/test_dask.py _
> import file mismatch:
> imported module 'streamz.tests.test_dask' has this __file__ attribute:
>   /<<PKGBUILDDIR>>/streamz/tests/test_dask.py
> which is not the same as the test file we want to collect:
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/tests/test_dask.py
> HINT: remove __pycache__ / .pyc files and/or use a unique basename for your 
> test file modules
> _ ERROR collecting 
> .pybuild/cpython3_3.11_streamz/build/streamz/tests/test_plugins.py _
> import file mismatch:
> imported module 'streamz.tests.test_plugins' has this __file__ attribute:
>   /<<PKGBUILDDIR>>/streamz/tests/test_plugins.py
> which is not the same as the test file we want to collect:
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/tests/test_plugins.py
> HINT: remove __pycache__ / .pyc files and/or use a unique basename for your 
> test file modules
> _ ERROR collecting 
> .pybuild/cpython3_3.11_streamz/build/streamz/tests/test_sinks.py _
> import file mismatch:
> imported module 'streamz.tests.test_sinks' has this __file__ attribute:
>   /<<PKGBUILDDIR>>/streamz/tests/test_sinks.py
> which is not the same as the test file we want to collect:
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/tests/test_sinks.py
> HINT: remove __pycache__ / .pyc files and/or use a unique basename for your 
> test file modules
> _ ERROR collecting 
> .pybuild/cpython3_3.11_streamz/build/streamz/tests/test_sources.py _
> import file mismatch:
> imported module 'streamz.tests.test_sources' has this __file__ attribute:
>   /<<PKGBUILDDIR>>/streamz/tests/test_sources.py
> which is not the same as the test file we want to collect:
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/tests/test_sources.py
> HINT: remove __pycache__ / .pyc files and/or use a unique basename for your 
> test file modules
> _ ERROR collecting .pybuild/cpython3_3.11_streamz/build/streamz/utils_test.py 
> __
> import file mismatch:
> imported module 'streamz.utils_test' has this __file__ attribute:
>   /<<PKGBUILDDIR>>/streamz/utils_test.py
> which is not the same as the test file we want to collect:
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/utils_test.py
> HINT: remove __pycache__ / .pyc files and/or use a unique basename for your 
> test file modules
> =============================== warnings summary 
> ===============================
> ../../../streamz/plugins.py:3
>   /<<PKGBUILDDIR>>/streamz/plugins.py:3: DeprecationWarning: pkg_resources is 
> deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
>     import pkg_resources
> 
> ../../../streamz/tests/test_dask.py:244
>   /<<PKGBUILDDIR>>/streamz/tests/test_dask.py:244: PytestUnknownMarkWarning: 
> Unknown pytest.mark.asyncio - is this a typo?  You can register custom marks 
> to avoid this warning - for details, see 
> https://docs.pytest.org/en/stable/how-to/mark.html
>     @pytest.mark.asyncio
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info 
> ============================
> ERROR streamz/tests/test_batch.py
> ERROR streamz/tests/test_core.py
> ERROR streamz/tests/test_dask.py
> ERROR streamz/tests/test_plugins.py
> ERROR streamz/tests/test_sinks.py
> ERROR streamz/tests/test_sources.py
> ERROR streamz/utils_test.py
> !!!!!!!!!!!!!!!!!!! Interrupted: 7 errors during collection 
> !!!!!!!!!!!!!!!!!!!!
> =================== 2 skipped, 2 warnings, 7 errors in 1.88s 
> ===================
> E: pybuild pybuild:389: test: plugin distutils failed with: exit code=2: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build; python3.11 -m pytest 
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 
> 3.11" returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/python-streamz_0.6.4-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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 mark 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.4-2
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 1066...@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: SHA256

Format: 1.8
Date: Fri, 15 Mar 2024 03:06:21 +0530
Source: python-streamz
Architecture: source
Version: 0.6.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Nilesh Patra <nil...@debian.org>
Closes: 1066737
Changes:
 python-streamz (0.6.4-2) unstable; urgency=medium
 .
   * Fixup build-time tests (Closes: #1066737)
Checksums-Sha1:
 1b0255efcf24b87eb2379172090361dc4f66f2e7 1701 python-streamz_0.6.4-2.dsc
 eb1e2d6e29be8479cace8e8c7470c6e0e7c2200d 5784 
python-streamz_0.6.4-2.debian.tar.xz
 17c674a9b34b225a18741d438506a2a7dd044a31 7239 
python-streamz_0.6.4-2_amd64.buildinfo
Checksums-Sha256:
 db47b88e1f928c1b442b7126f5b4e8bffa391c2597be524155dca3681e9c3e24 1701 
python-streamz_0.6.4-2.dsc
 7ce553a19cb62ba97d26a11d9b4b24b24736899549dcd703fbac6095cdb44dd0 5784 
python-streamz_0.6.4-2.debian.tar.xz
 5b779480bd73963abab90b27a1873a7ff93a49840b78502818ef322282ba20aa 7239 
python-streamz_0.6.4-2_amd64.buildinfo
Files:
 56bc298d455fb2b7535593cd6eb3e4d4 1701 science optional 
python-streamz_0.6.4-2.dsc
 7615afc66c0a7f74214d88365969879f 5784 science optional 
python-streamz_0.6.4-2.debian.tar.xz
 345c07173b38c72444cdfcfb6d763853 7239 science optional 
python-streamz_0.6.4-2_amd64.buildinfo

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

iHUEARYIAB0WIQSglbZu4JAkvuai8HIqJ5BL1yQ+2gUCZfNwIwAKCRAqJ5BL1yQ+
2mFIAP91P78KpGDNSqNft/qKetLSeFlE1oayNQxAwsi5z2clHwD/byN8urgOvkqO
QmUT5qJ81Fnlgqlrd4J5k4gIzol3Xw8=
=jewy
-----END PGP SIGNATURE-----

Attachment: pgp9JsjrCJATK.pgp
Description: PGP signature


--- End Message ---

Reply via email to