Your message dated Wed, 17 Feb 2021 06:34:13 +0000
with message-id <e1lcgpd-0002zt...@fasolo.debian.org>
and subject line Bug#980680: fixed in tqdm 4.56.2-1
has caused the Debian Bug report #980680,
regarding tqdm: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i
python{version} -p 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.)
--
980680: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=980680
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: tqdm
Version: 4.51.0-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20210120 ftbfs-bullseye
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> debian/rules build
> dh build --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:232: python3.9 setup.py config
> running config
> dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:232: /usr/bin/python3 setup.py build
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/cli.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/__main__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/_utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/autonotebook.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/_monitor.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/keras.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/notebook.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/std.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/_version.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/gui.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/_tqdm_pandas.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/asyncio.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/_tqdm.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/auto.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/_main.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/_tqdm_notebook.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/_tqdm_gui.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/utils.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm/contrib
> copying tqdm/contrib/bells.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm/contrib
> copying tqdm/contrib/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm/contrib
> copying tqdm/contrib/concurrent.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm/contrib
> copying tqdm/contrib/telegram.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm/contrib
> copying tqdm/contrib/discord.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm/contrib
> copying tqdm/contrib/itertools.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm/contrib
> copying tqdm/contrib/utils_worker.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm/contrib
> copying tqdm/tqdm.1 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> copying tqdm/completion.sh ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm
> dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:232: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build;
> python3.9 -m pytest --verbose -k 'not test_comppath and not test_imap and not
> test_manpath'
> ============================= test session starts
> ==============================
> platform linux -- Python 3.9.1+, pytest-6.0.2, py-1.10.0, pluggy-0.13.0 --
> /usr/bin/python3.9
> cachedir: .pytest_cache
> rootdir: /<<PKGBUILDDIR>>, configfile: setup.cfg
> collecting ... collected 105 items / 3 deselected / 102 selected
>
> tests/tests_asyncio.py::test_generators <-
> .pybuild/cpython3_3.9/build/tests/py37_asyncio.py PASSED [ 0%]
> tests/tests_asyncio.py::test_range <-
> .pybuild/cpython3_3.9/build/tests/py37_asyncio.py FAILED [ 1%]
> tests/tests_asyncio.py::test_nested <-
> .pybuild/cpython3_3.9/build/tests/py37_asyncio.py PASSED [ 2%]
> tests/tests_asyncio.py::test_coroutines <-
> .pybuild/cpython3_3.9/build/tests/py37_asyncio.py PASSED [ 3%]
> tests/tests_asyncio.py::test_as_completed <-
> .pybuild/cpython3_3.9/build/tests/py37_asyncio.py PASSED [ 4%]
> tests/tests_concurrent.py::test_thread_map PASSED [
> 5%]
> tests/tests_concurrent.py::test_process_map PASSED [
> 6%]
> tests/tests_concurrent.py::test_chunksize_warning PASSED [
> 7%]
> tests/tests_contrib.py::test_enumerate PASSED [
> 8%]
> tests/tests_contrib.py::test_enumerate_numpy PASSED [
> 9%]
> tests/tests_contrib.py::test_zip PASSED [
> 10%]
> tests/tests_contrib.py::test_map PASSED [
> 11%]
> tests/tests_itertools.py::test_product PASSED [
> 12%]
> tests/tests_keras.py::test_keras SKIPPED [
> 13%]
> tests/tests_main.py::test_pipes PASSED [
> 14%]
> tests/tests_main.py::test_main PASSED [
> 15%]
> tests/tests_main.py::test_exceptions PASSED [
> 16%]
> tests/tests_notebook.py::test_notebook_disabled_description PASSED [
> 17%]
> tests/tests_pandas.py::test_pandas_setup PASSED [
> 18%]
> tests/tests_pandas.py::test_pandas_rolling_expanding PASSED [
> 19%]
> tests/tests_pandas.py::test_pandas_series PASSED [
> 20%]
> tests/tests_pandas.py::test_pandas_data_frame PASSED [
> 21%]
> tests/tests_pandas.py::test_pandas_groupby_apply PASSED [
> 22%]
> tests/tests_pandas.py::test_pandas_leave PASSED [
> 23%]
> tests/tests_pandas.py::test_pandas_apply_args_deprecation PASSED [
> 24%]
> tests/tests_pandas.py::test_pandas_deprecation PASSED [
> 25%]
> tests/tests_perf.py::test_iter_basic_overhead PASSED [
> 26%]
> tests/tests_perf.py::test_manual_basic_overhead PASSED [
> 27%]
> tests/tests_perf.py::test_lock_args PASSED [
> 28%]
> tests/tests_perf.py::test_iter_overhead_hard PASSED [
> 29%]
> tests/tests_perf.py::test_manual_overhead_hard PASSED [
> 30%]
> tests/tests_perf.py::test_iter_overhead_simplebar_hard PASSED [
> 31%]
> tests/tests_perf.py::test_manual_overhead_simplebar_hard PASSED [
> 32%]
> tests/tests_synchronisation.py::test_monitor_thread PASSED [
> 33%]
> tests/tests_synchronisation.py::test_monitoring_and_cleanup PASSED [
> 34%]
> tests/tests_synchronisation.py::test_monitoring_multi PASSED [
> 35%]
> tests/tests_synchronisation.py::test_threadpool PASSED [
> 36%]
> tests/tests_tqdm.py::test_format_interval PASSED [
> 37%]
> tests/tests_tqdm.py::test_format_num PASSED [
> 38%]
> tests/tests_tqdm.py::test_format_meter PASSED [
> 39%]
> tests/tests_tqdm.py::test_ansi_escape_codes PASSED [
> 40%]
> tests/tests_tqdm.py::test_si_format PASSED [
> 41%]
> tests/tests_tqdm.py::test_bar_formatspec PASSED [
> 42%]
> tests/tests_tqdm.py::test_all_defaults PASSED [
> 43%]
> tests/tests_tqdm.py::test_native_string_io_for_default_file PASSED [
> 44%]
> tests/tests_tqdm.py::test_unicode_string_io_for_specified_file PASSED [
> 45%]
> tests/tests_tqdm.py::test_write_bytes PASSED [
> 46%]
> tests/tests_tqdm.py::test_iterate_over_csv_rows PASSED [
> 47%]
> tests/tests_tqdm.py::test_file_output PASSED [
> 48%]
> tests/tests_tqdm.py::test_leave_option PASSED [
> 49%]
> tests/tests_tqdm.py::test_trange PASSED [
> 50%]
> tests/tests_tqdm.py::test_min_interval PASSED [
> 50%]
> tests/tests_tqdm.py::test_max_interval PASSED [
> 51%]
> tests/tests_tqdm.py::test_min_iters PASSED [
> 52%]
> tests/tests_tqdm.py::test_dynamic_min_iters PASSED [
> 53%]
> tests/tests_tqdm.py::test_big_min_interval PASSED [
> 54%]
> tests/tests_tqdm.py::test_smoothed_dynamic_min_iters PASSED [
> 55%]
> tests/tests_tqdm.py::test_smoothed_dynamic_min_iters_with_min_interval PASSED
> [ 56%]
> tests/tests_tqdm.py::test_rlock_creation PASSED [
> 57%]
> tests/tests_tqdm.py::test_disable PASSED [
> 58%]
> tests/tests_tqdm.py::test_infinite_total PASSED [
> 59%]
> tests/tests_tqdm.py::test_nototal PASSED [
> 60%]
> tests/tests_tqdm.py::test_unit PASSED [
> 61%]
> tests/tests_tqdm.py::test_ascii PASSED [
> 62%]
> tests/tests_tqdm.py::test_update PASSED [
> 63%]
> tests/tests_tqdm.py::test_close PASSED [
> 64%]
> tests/tests_tqdm.py::test_smoothing PASSED [
> 65%]
> tests/tests_tqdm.py::test_deprecated_nested PASSED [
> 66%]
> tests/tests_tqdm.py::test_bar_format PASSED [
> 67%]
> tests/tests_tqdm.py::test_custom_format PASSED [
> 68%]
> tests/tests_tqdm.py::test_eta PASSED [
> 69%]
> tests/tests_tqdm.py::test_unpause PASSED [
> 70%]
> tests/tests_tqdm.py::test_reset PASSED [
> 71%]
> tests/tests_tqdm.py::test_position PASSED [
> 72%]
> tests/tests_tqdm.py::test_set_description PASSED [
> 73%]
> tests/tests_tqdm.py::test_deprecated_gui PASSED [
> 74%]
> tests/tests_tqdm.py::test_cmp PASSED [
> 75%]
> tests/tests_tqdm.py::test_repr PASSED [
> 76%]
> tests/tests_tqdm.py::test_clear PASSED [
> 77%]
> tests/tests_tqdm.py::test_clear_disabled PASSED [
> 78%]
> tests/tests_tqdm.py::test_refresh PASSED [
> 79%]
> tests/tests_tqdm.py::test_disabled_refresh PASSED [
> 80%]
> tests/tests_tqdm.py::test_write PASSED [
> 81%]
> tests/tests_tqdm.py::test_len PASSED [
> 82%]
> tests/tests_tqdm.py::test_autodisable_disable PASSED [
> 83%]
> tests/tests_tqdm.py::test_autodisable_enable PASSED [
> 84%]
> tests/tests_tqdm.py::test_deprecation_exception PASSED [
> 85%]
> tests/tests_tqdm.py::test_postfix PASSED [
> 86%]
> tests/tests_tqdm.py::test_postfix_direct PASSED [
> 87%]
> tests/tests_tqdm.py::test_file_redirection PASSED [
> 88%]
> tests/tests_tqdm.py::test_external_write PASSED [
> 89%]
> tests/tests_tqdm.py::test_unit_scale PASSED [
> 90%]
> tests/tests_tqdm.py::test_threading PASSED [
> 91%]
> tests/tests_tqdm.py::test_bool PASSED [
> 92%]
> tests/tests_tqdm.py::test_auto PASSED [
> 93%]
> tests/tests_tqdm.py::test_wrapattr PASSED [
> 94%]
> tests/tests_tqdm.py::test_float_progress PASSED [
> 95%]
> tests/tests_tqdm.py::test_screen_shape PASSED [
> 96%]
> tests/tests_tqdm.py::test_initial PASSED [
> 97%]
> tests/tests_tqdm.py::test_colour PASSED [
> 98%]
> tests/tests_tqdm.py::test_closed PASSED [
> 99%]
> tests/tests_version.py::test_version PASSED
> [100%]
>
> =================================== FAILURES
> ===================================
> __________________________________ test_range
> __________________________________
> tqdm/asyncio.py:41: in __anext__
> res = self.iterable_next()
> E StopIteration
>
> During handling of the above exception, another exception occurred:
> tests/py37_asyncio.py:57: in test_range
> async for _ in tqdm(range(9), desc="range", file=our_file):
> tqdm/asyncio.py:45: in __anext__
> self.close()
> tqdm/std.py:1318: in close
> self._decr_instances(self)
> tqdm/std.py:605: in _decr_instances
> instances = list(filter(
> /usr/lib/python3.9/_weakrefset.py:61: in __iter__
> for itemref in self.data:
> E RuntimeError: Set changed size during iteration
> =============================== warnings summary
> ===============================
> .pybuild/cpython3_3.9/build/tests/tests_pandas.py::test_pandas_setup
> .pybuild/cpython3_3.9/build/tests/tests_pandas.py::test_pandas_rolling_expanding
> .pybuild/cpython3_3.9/build/tests/tests_pandas.py::test_pandas_series
> .pybuild/cpython3_3.9/build/tests/tests_pandas.py::test_pandas_data_frame
> .pybuild/cpython3_3.9/build/tests/tests_pandas.py::test_pandas_groupby_apply
> .pybuild/cpython3_3.9/build/tests/tests_pandas.py::test_pandas_leave
> .pybuild/cpython3_3.9/build/tests/tests_pandas.py::test_pandas_apply_args_deprecation
> .pybuild/cpython3_3.9/build/tests/tests_pandas.py::test_pandas_deprecation
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/tqdm/std.py:703:
> FutureWarning: The Panel class is removed from pandas. Accessing it from the
> top-level namespace will also be removed in the next version
> from pandas import Panel
>
> -- Docs: https://docs.pytest.org/en/stable/warnings.html
> =========================== short test summary info
> ============================
> FAILED tests/tests_asyncio.py::test_range - RuntimeError: Set changed size
> du...
> ===== 1 failed, 100 passed, 1 skipped, 3 deselected, 8 warnings in 15.89s
> ======
> E: pybuild pybuild:353: test: plugin distutils failed with: exit code=1: cd
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build; python3.9 -m pytest --verbose
> -k 'not test_comppath and not test_imap and not test_manpath'
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9
> returned exit code 13
The full build log is available from:
http://qa-logs.debian.net/2021/01/20/tqdm_4.51.0-1_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 me
so that we can identify if something relevant changed in the meantime.
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: tqdm
Source-Version: 4.56.2-1
Done: Sandro Tosi <mo...@debian.org>
We believe that the bug you reported is fixed in the latest version of
tqdm, 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 980...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sandro Tosi <mo...@debian.org> (supplier of updated tqdm 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, 17 Feb 2021 01:11:25 -0500
Source: tqdm
Architecture: source
Version: 4.56.2-1
Distribution: unstable
Urgency: medium
Maintainer: Sandro Tosi <mo...@debian.org>
Changed-By: Sandro Tosi <mo...@debian.org>
Closes: 980680
Changes:
tqdm (4.56.2-1) unstable; urgency=medium
.
* New upstream release; Closes: #980680
* Use the new Debian Python Team contact name and address
* debian/copyright
- extend packaging copyright years
- update upstream copyright years
* debian/patches/dont-use-setuptools-scm.patch
- dont use setuptools scm
* debian/patches/pytest6-compat.patch
- drop durations-min, not compatible with the version of pytest we have in
unstable at this time
- remove -W=error, several warnings with Pandas need to be resolved first
* debian/patches/*
- refresh patches
* debian/control
- add keras, pytest-asyncio, rich, tk to b-d, needed by tests
- bump Standards-Version to 4.5.1 (no changes needed)
* debian/rules
- disable test_keras, currently failing in theano
* debian/watch
- bump version to 4
Checksums-Sha1:
d45ff8da02871093387315ebab7d3cea05585576 2108 tqdm_4.56.2-1.dsc
b6dc5ac42a5d6acc59088b022bce49595fe996ff 106572 tqdm_4.56.2.orig.tar.xz
869869d8b7afa79e04c2bb973890186a5a0941c9 8584 tqdm_4.56.2-1.debian.tar.xz
83f36dfb6c8184eac50a91cdc173899fbe4f8995 9150 tqdm_4.56.2-1_source.buildinfo
Checksums-Sha256:
f2cf7412429ef8d83870b0b0efabaf5a46765db951d32abb5af28682c4ea22f4 2108
tqdm_4.56.2-1.dsc
1c9a24da85c436f942e9c49a9b2a87de2f30c29e83da32d16aa4c13d0581e7ba 106572
tqdm_4.56.2.orig.tar.xz
dd5272fc33755ef5ebe4cda7bf27cfb42d663d7446caf64fc30197c656e0fd24 8584
tqdm_4.56.2-1.debian.tar.xz
fbcf8ad159caabd7d2afa15461e4e61f9161846a7c91145cad0e1ad4dabdc5fa 9150
tqdm_4.56.2-1_source.buildinfo
Files:
b1da836aa9f2d2562c37a85a884bd489 2108 python optional tqdm_4.56.2-1.dsc
9df662ec0c012180c4cc53dfe0c9f397 106572 python optional tqdm_4.56.2.orig.tar.xz
6bb533a32f4f85e43f88c0fde63d8bfb 8584 python optional
tqdm_4.56.2-1.debian.tar.xz
78d1fab9bb7c9c5adb06d1d072cf47e1 9150 python optional
tqdm_4.56.2-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEufrTGSrz5KUwnZ05h588mTgBqU8FAmAss7wACgkQh588mTgB
qU+6Wg//f75r5vziKEDV5KJm1QCb0UTF+2k612/diB2LKVrS+Q7fBsEIzF5vNn5A
REyXjL0xJVw7qwutqiDUBpq5jefe5VZAXiEYUSKFu3wqAgorfQHss2JvNsv+f0WY
fkpEnZ4WArthWJhdDuI3UUphCNw1JJrTLsRcxw3102YIxYxOqyQCUjuInJOlbQzt
hRF6LFAVHaQxRkkTpPaEs/N2ULU/l7RbF72uPd6AhDXoTV3TSyW57vD1KqxeACfg
TNNrNRaWdV8/FEWjf0+l7UmqVdJaIO/GSQeCiMYEULdmKIqxsR+NxeMStGm69N2u
SzBXvhyW0JBLI+1FJPlk9MVbyiHAnESVBXqzj1+EyJNwjv/7lrB5CWwk2EZ1A8ln
CKy2GZhLZVKtY/jldJCLQHnCbeXW2e+C/FXmP9gOWGf8nqXUfav1xjaqhHviuS/p
z8ICshJIMTc8sBqcjIWJoJMX7cxikDP5fb0y568zXuljb4K/iXzVOze9bf9agBCw
wj4i0Vu2TERwLCjSJWN28ONC/U1M8CDYksYz6DL8vIsTAk5/jb4mvBgxDX3yvt4x
WhJUYniaDoTvjSs5wyugJ/cehDsZY53XNX+Y+H+r+5sccMD/DcMIvClwW1tO/FGl
ERlx2mXaHOF/5Xk6KQrYk/N2MrS/42pTLzYO+bcyZgnrrSyQ/W4=
=8Eoz
-----END PGP SIGNATURE-----
--- End Message ---