Your message dated Thu, 16 Feb 2023 19:19:53 +0000
with message-id <[email protected]>
and subject line Bug#1031223: fixed in python-streamz 0.6.4-1
has caused the Debian Bug report #1031223,
regarding python-streamz: FTBFS (failing tests)
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.)


-- 
1031223: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031223
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-streamz
Version: 0.6.3-3
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in bookworm, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary-indep
dh binary-indep --with python3 --buildsystem=pybuild
   dh_update_autotools_config -i -O--buildsystem=pybuild
   dh_autoreconf -i -O--buildsystem=pybuild
   dh_auto_configure -i -O--buildsystem=pybuild
I: pybuild base:240: python3.11 setup.py config
running config
   dh_auto_build -i -O--buildsystem=pybuild
I: pybuild base:240: /usr/bin/python3 setup.py build
running build
running build_py
creating /<<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/collection.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz
copying streamz/core.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz
copying streamz/batch.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz
copying streamz/sinks.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz
copying streamz/utils.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz
copying streamz/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz
copying streamz/graph.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz
copying streamz/plugins.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz
copying streamz/sources.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/core.py -> 
/<<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
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/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_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/__init__.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
copying streamz/tests/test_sinks.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_sources.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 -i -O--buildsystem=pybuild
I: pybuild base:240: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build; 
python3.11 -m pytest
============================= test session starts ==============================
platform linux -- Python 3.11.1, pytest-7.2.1, pluggy-1.0.0+repack
rootdir: /<<PKGBUILDDIR>>, configfile: setup.cfg
plugins: flaky-3.7.0
collected 1569 items / 2 skipped

streamz/dataframe/tests/test_dataframe_utils.py .s.s                     [  0%]
streamz/dataframe/tests/test_dataframes.py ............................. [  2%]
........................................................................ [  6%]
........................................................................ [ 11%]
...................................................................ss... [ 15%]
.sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 20%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 25%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 29%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 34%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 38%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 43%]
s.....xxxxxxx........................................................... [ 47%]
...........................X.....X.....X.....X.....X.....X.....X.....X.. [ 52%]
...X.....X.....X.....X.....X.....X.....X.....X.....X.....X.....X.....X.. [ 57%]
...X.....X.....X.....X.....X.....X.....X.....X.....X.....X.....X.....X.. [ 61%]
...X.....X.....X.....X.....X.....X.....X.....X.....X.....X.....X.....X.. [ 66%]
...X.....X.....X.....X......X......X......X......X......X......X......X. [ 70%]
.....X......X......X......X......X......X......X......X......X......X... [ 75%]
...X......X......X......X......X......X......X......X......X......X..... [ 80%]
.X......X......X......X......X......X......X......X......X......X......X [ 84%]
......X......X......X......X......X......X......X......X......X......X.. [ 89%]
..............                                                           [ 90%]
streamz/tests/test_batch.py ....                                         [ 90%]
streamz/tests/test_core.py ............................................. [ 93%]
.....................s........................E....................E.... [ 97%]
                                                                         [ 97%]
streamz/tests/test_dask.py ...E.....EE.Ex.                               [ 98%]
streamz/tests/test_plugins.py ....                                       [ 99%]
streamz/tests/test_sinks.py .....                                        [ 99%]
streamz/tests/test_sources.py .XXXxx...                                  [100%]

==================================== ERRORS ====================================
_____________ ERROR at setup of test_separate_thread_without_time ______________
file 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/tests/test_core.py,
 line 1509
  def test_separate_thread_without_time(loop, thread):  # noqa: F811
file /usr/lib/python3/dist-packages/distributed/utils_test.py, line 125
  @pytest.fixture
  def loop(loop_in_thread):
E       fixture 'loop_in_thread' not found
      available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
capsysbinary, clean, doctest_namespace, loop, monkeypatch, pytestconfig, 
record_property, record_testsuite_property, record_xml_attribute, recwarn, 
thread, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
      use 'pytest --fixtures [testpath]' for help on them.

/usr/lib/python3/dist-packages/distributed/utils_test.py:125
_____________________ ERROR at setup of test_await_syntax ______________________
file 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/tests/py3_test_core.py,
 line 9
  def test_await_syntax(loop):  # noqa
file /usr/lib/python3/dist-packages/distributed/utils_test.py, line 125
  @pytest.fixture
  def loop(loop_in_thread):
E       fixture 'loop_in_thread' not found
      available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
capsysbinary, clean, doctest_namespace, loop, monkeypatch, pytestconfig, 
record_property, record_testsuite_property, record_xml_attribute, recwarn, 
thread, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
      use 'pytest --fixtures [testpath]' for help on them.

/usr/lib/python3/dist-packages/distributed/utils_test.py:125
______________ ERROR at setup of test_partition_then_scatter_sync ______________
file 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/tests/test_dask.py,
 line 75
  def test_partition_then_scatter_sync(loop):
file /usr/lib/python3/dist-packages/distributed/utils_test.py, line 125
  @pytest.fixture
  def loop(loop_in_thread):
E       fixture 'loop_in_thread' not found
      available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
capsysbinary, doctest_namespace, loop, monkeypatch, pytestconfig, 
record_property, record_testsuite_property, record_xml_attribute, recwarn, 
tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
      use 'pytest --fixtures [testpath]' for help on them.

/usr/lib/python3/dist-packages/distributed/utils_test.py:125
_________________________ ERROR at setup of test_sync __________________________
file 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/tests/test_dask.py,
 line 167
  def test_sync(loop):  # noqa: F811
file /usr/lib/python3/dist-packages/distributed/utils_test.py, line 125
  @pytest.fixture
  def loop(loop_in_thread):
E       fixture 'loop_in_thread' not found
      available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
capsysbinary, doctest_namespace, loop, monkeypatch, pytestconfig, 
record_property, record_testsuite_property, record_xml_attribute, recwarn, 
tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
      use 'pytest --fixtures [testpath]' for help on them.

/usr/lib/python3/dist-packages/distributed/utils_test.py:125
________________________ ERROR at setup of test_sync_2 _________________________
file 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/tests/test_dask.py,
 line 182
  def test_sync_2(loop):  # noqa: F811
file /usr/lib/python3/dist-packages/distributed/utils_test.py, line 125
  @pytest.fixture
  def loop(loop_in_thread):
E       fixture 'loop_in_thread' not found
      available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
capsysbinary, doctest_namespace, loop, monkeypatch, pytestconfig, 
record_property, record_testsuite_property, record_xml_attribute, recwarn, 
tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
      use 'pytest --fixtures [testpath]' for help on them.

/usr/lib/python3/dist-packages/distributed/utils_test.py:125
______________________ ERROR at setup of test_buffer_sync ______________________
file 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/tests/test_dask.py,
 line 221
  def test_buffer_sync(loop):  # noqa: F811
file /usr/lib/python3/dist-packages/distributed/utils_test.py, line 125
  @pytest.fixture
  def loop(loop_in_thread):
E       fixture 'loop_in_thread' not found
      available fixtures: cache, capfd, capfdbinary, caplog, capsys, 
capsysbinary, doctest_namespace, loop, monkeypatch, pytestconfig, 
record_property, record_testsuite_property, record_xml_attribute, recwarn, 
tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
      use 'pytest --fixtures [testpath]' for help on them.

/usr/lib/python3/dist-packages/distributed/utils_test.py:125
=============================== warnings summary ===============================
.pybuild/cpython3_3.11_streamz/build/streamz/dataframe/tests/test_dataframes.py::test_identity[core]
  /usr/lib/python3/dist-packages/tornado/ioloop.py:265: DeprecationWarning: 
There is no current event loop
    loop = asyncio.get_event_loop()

.pybuild/cpython3_3.11_streamz/build/streamz/dataframe/tests/test_dataframes.py:
 5 warnings
.pybuild/cpython3_3.11_streamz/build/streamz/tests/test_batch.py: 1 warning
.pybuild/cpython3_3.11_streamz/build/streamz/tests/test_core.py: 5 warnings
.pybuild/cpython3_3.11_streamz/build/streamz/tests/test_sources.py: 3 warnings
  /usr/lib/python3/dist-packages/tornado/ioloop.py:350: DeprecationWarning: 
make_current is deprecated; start the event loop first
    self.make_current()

.pybuild/cpython3_3.11_streamz/build/streamz/dataframe/tests/test_dataframes.py:
 8 warnings
.pybuild/cpython3_3.11_streamz/build/streamz/tests/test_core.py: 40 warnings
.pybuild/cpython3_3.11_streamz/build/streamz/tests/test_sources.py: 6 warnings
  /usr/lib/python3/dist-packages/tornado/ioloop.py:227: DeprecationWarning: 
clear_current is deprecated
    IOLoop.clear_current()

.pybuild/cpython3_3.11_streamz/build/streamz/dataframe/tests/test_dataframes.py:
 4 warnings
.pybuild/cpython3_3.11_streamz/build/streamz/tests/test_core.py: 20 warnings
.pybuild/cpython3_3.11_streamz/build/streamz/tests/test_sources.py: 3 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/utils_test.py:47: 
DeprecationWarning: clear_current is deprecated
    IOLoop.clear_current()

.pybuild/cpython3_3.11_streamz/build/streamz/dataframe/tests/test_dataframes.py:
 4 warnings
.pybuild/cpython3_3.11_streamz/build/streamz/tests/test_core.py: 20 warnings
.pybuild/cpython3_3.11_streamz/build/streamz/tests/test_sources.py: 3 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/utils_test.py:49: 
DeprecationWarning: make_current is deprecated; start the event loop first
    loop.make_current()

.pybuild/cpython3_3.11_streamz/build/streamz/dataframe/tests/test_dataframes.py:
 4 warnings
.pybuild/cpython3_3.11_streamz/build/streamz/tests/test_core.py: 20 warnings
.pybuild/cpython3_3.11_streamz/build/streamz/tests/test_sources.py: 3 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/utils_test.py:55: 
DeprecationWarning: clear_current is deprecated
    IOLoop.clear_current()

.pybuild/cpython3_3.11_streamz/build/streamz/dataframe/tests/test_dataframes.py::test_windowing_n[<lambda>1-1-<lambda>4]
.pybuild/cpython3_3.11_streamz/build/streamz/dataframe/tests/test_dataframes.py::test_windowing_n[<lambda>1-1-<lambda>5]
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_streamz/build/streamz/dataframe/aggregations.py:99:
 RuntimeWarning: invalid value encountered in scalar divide
    result = result * n / (n - self.ddof)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
===Flaky Test Report===

test_tcp passed 1 out of the required 1 times. Success!
test_tcp_async passed 1 out of the required 1 times. Success!

===End Flaky Test Report===
=========================== short test summary info ============================
ERROR streamz/tests/test_core.py::test_separate_thread_without_time
ERROR streamz/tests/test_core.py::test_await_syntax
ERROR streamz/tests/test_dask.py::test_partition_then_scatter_sync
ERROR streamz/tests/test_dask.py::test_sync
ERROR streamz/tests/test_dask.py::test_sync_2
ERROR streamz/tests/test_dask.py::test_buffer_sync
= 1017 passed, 439 skipped, 10 xfailed, 99 xpassed, 152 warnings, 6 errors in 
172.93s (0:02:52) =
E: pybuild pybuild:388: test: plugin distutils failed with: exit code=1: 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.11 
returned exit code 13
make: *** [debian/rules:8: binary-indep] Error 25
dpkg-buildpackage: error: debian/rules binary-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

See also:

https://tests.reproducible-builds.org/debian/rb-pkg/bookworm/amd64/python-streamz.html

--------------------------------------------------------------------------------

About the archive rebuild: The build was made using virtual machines
from Hetzner, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages (plus
debhelper).

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: python-streamz
Source-Version: 0.6.4-1
Done: Nilesh Patra <[email protected]>

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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nilesh Patra <[email protected]> (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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 17 Feb 2023 00:14:42 +0530
Source: python-streamz
Architecture: source
Version: 0.6.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Nilesh Patra <[email protected]>
Closes: 1031223
Changes:
 python-streamz (0.6.4-1) unstable; urgency=medium
 .
   * New upstream version 0.6.4
   * Bump Standards-Version to 4.6.2 (no changes needed)
   * Drop dask update patch merged upstream.
   * Cherry upstream fixes as ci-fixes.patch (Closes: #1031223)
   * Simplify d/rules
   * Run autopkgtest for default pyvers
Checksums-Sha1:
 05528af3ebf107bcee863d06dcd0abfe1ddbe82e 1701 python-streamz_0.6.4-1.dsc
 ef99c9c9556bf29da38d557cc2a9d2d0d73a9e2b 135418 
python-streamz_0.6.4.orig.tar.gz
 4a66b3ece9f18a565d7e39aa0523ea2ba7cd53e9 5756 
python-streamz_0.6.4-1.debian.tar.xz
 1765b2f1f9f3a676349663eba84a45fa58a670ab 7111 
python-streamz_0.6.4-1_amd64.buildinfo
Checksums-Sha256:
 ecc258a31a6a446b2d0d11aafc3c0cf14f9bbce2378174d29f505024a2065286 1701 
python-streamz_0.6.4-1.dsc
 2514396fe5d616e3d9ed57a06280d1c17a990f722e62a3f560c6ba0932dcf9f2 135418 
python-streamz_0.6.4.orig.tar.gz
 83421407eeafa3c1424b97fcce278aa95a68c97bfc434792474ab58536953ee9 5756 
python-streamz_0.6.4-1.debian.tar.xz
 448aeedac42957b2c270f1bae87b1e9c69810d5f070aa781074ff6c868c5a512 7111 
python-streamz_0.6.4-1_amd64.buildinfo
Files:
 763bb952557f2d9cba45beeab55aa80a 1701 science optional 
python-streamz_0.6.4-1.dsc
 92b19c5b15b55608aec2bffdf12c7ea3 135418 science optional 
python-streamz_0.6.4.orig.tar.gz
 154ecc733ea237624d948cf217ce045f 5756 science optional 
python-streamz_0.6.4-1.debian.tar.xz
 b6251e52e118403fee8c2f01f249580e 7111 science optional 
python-streamz_0.6.4-1_amd64.buildinfo

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

iHUEARYIAB0WIQSglbZu4JAkvuai8HIqJ5BL1yQ+2gUCY+5/1AAKCRAqJ5BL1yQ+
2uy8AQDCOxM/x37UbSCuXOxhOmFPEVmSFoC/q4xwu+dPNUQqLwD/QVGOEWM5pj1A
A2nLPpLuw5X3KAEz0PYBXNCNhItFJgM=
=AvWo
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to