Your message dated Mon, 02 Mar 2020 06:34:08 +0000 with message-id <[email protected]> and subject line Bug#951977: fixed in flake8-polyfill 1.0.2-2 has caused the Debian Bug report #951977, regarding flake8-polyfill: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.8 3.7" 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 [email protected] immediately.) -- 951977: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951977 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: flake8-polyfill Version: 1.0.2-1 Severity: serious Justification: FTBFS on amd64 Tags: buster sid Usertags: ftbfs-20200222 ftbfs-buster 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:217: python3.8 setup.py config > running config > I: pybuild base:217: python3.7 setup.py config > running config > dh_auto_build -O--buildsystem=pybuild > I: pybuild base:217: /usr/bin/python3.8 setup.py build > running build > running build_py > creating > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_flake-polyfill/build/flake8_polyfill > copying src/flake8_polyfill/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_flake-polyfill/build/flake8_polyfill > copying src/flake8_polyfill/options.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_flake-polyfill/build/flake8_polyfill > copying src/flake8_polyfill/stdin.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_flake-polyfill/build/flake8_polyfill > copying src/flake8_polyfill/version.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_flake-polyfill/build/flake8_polyfill > I: pybuild base:217: /usr/bin/python3 setup.py build > running build > running build_py > creating > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_flake-polyfill/build/flake8_polyfill > copying src/flake8_polyfill/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_flake-polyfill/build/flake8_polyfill > copying src/flake8_polyfill/options.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_flake-polyfill/build/flake8_polyfill > copying src/flake8_polyfill/stdin.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_flake-polyfill/build/flake8_polyfill > copying src/flake8_polyfill/version.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_flake-polyfill/build/flake8_polyfill > dh_auto_test -O--buildsystem=pybuild > I: pybuild base:217: cd > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_flake-polyfill/build; python3.8 -m > pytest tests > Traceback (most recent call last): > File "/usr/lib/python3.8/runpy.py", line 193, in _run_module_as_main > return _run_code(code, main_globals, None, > File "/usr/lib/python3.8/runpy.py", line 86, in _run_code > exec(code, run_globals) > File "/usr/lib/python3/dist-packages/pytest.py", line 102, in <module> > raise SystemExit(pytest.main()) > File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 63, > in main > config = _prepareconfig(args, plugins) > File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 206, > in _prepareconfig > return pluginmanager.hook.pytest_cmdline_parse( > File "/usr/lib/python3/dist-packages/pluggy/hooks.py", line 286, in __call__ > return self._hookexec(self, self.get_hookimpls(), kwargs) > File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 92, in > _hookexec > return self._inner_hookexec(hook, methods, kwargs) > File "/usr/lib/python3/dist-packages/pluggy/manager.py", line 83, in > <lambda> > self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall( > File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 203, in > _multicall > gen.send(outcome) > File "/usr/lib/python3/dist-packages/_pytest/helpconfig.py", line 94, in > pytest_cmdline_parse > config = outcome.get_result() > File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 80, in > get_result > raise ex[1].with_traceback(ex[2]) > File "/usr/lib/python3/dist-packages/pluggy/callers.py", line 187, in > _multicall > res = hook_impl.function(*args) > File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 739, > in pytest_cmdline_parse > self.parse(args) > File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 947, > in parse > self._preparse(args, addopts=addopts) > File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 881, > in _preparse > self._initini(args) > File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 808, > in _initini > r = determine_setup( > File "/usr/lib/python3/dist-packages/_pytest/config/findpaths.py", line > 127, in determine_setup > rootdir, inifile, inicfg = getcfg([ancestor], config=config) > File "/usr/lib/python3/dist-packages/_pytest/config/findpaths.py", line 49, > in getcfg > fail( > File "/usr/lib/python3/dist-packages/_pytest/outcomes.py", line 119, in fail > raise Failed(msg=msg, pytrace=pytrace) > Failed: [pytest] section in setup.cfg files is no longer supported, change to > [tool:pytest] instead. > E: pybuild pybuild:341: test: plugin distutils failed with: exit code=1: cd > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_flake-polyfill/build; python3.8 -m > pytest tests > dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.8 > 3.7" returned exit code 13 The full build log is available from: http://qa-logs.debian.net/2020/02/22/flake8-polyfill_1.0.2-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! 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: flake8-polyfill Source-Version: 1.0.2-2 Done: Diane Trout <[email protected]> We believe that the bug you reported is fixed in the latest version of flake8-polyfill, 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. Diane Trout <[email protected]> (supplier of updated flake8-polyfill 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: SHA512 Format: 1.8 Date: Sun, 01 Mar 2020 22:02:51 -0800 Source: flake8-polyfill Architecture: source Version: 1.0.2-2 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team <[email protected]> Changed-By: Diane Trout <[email protected]> Closes: 951977 Changes: flake8-polyfill (1.0.2-2) unstable; urgency=medium . * Team upload [ Ondřej Nový ] * d/control: Remove ancient X-Python3-Version field * Use debhelper-compat instead of debian/compat. . [ Diane Trout ] * Add pytest-4.0-compatibility.patch (Closes: #951977) Checksums-Sha1: c1a0a78ac9dcfa13d52144f17caf52584d18b96b 2361 flake8-polyfill_1.0.2-2.dsc 7214727eddbec015a4346e6eb4e2ef91e984b0ef 2728 flake8-polyfill_1.0.2-2.debian.tar.xz d711ad63043da72ff6c16ff1a69a182073964d1d 6880 flake8-polyfill_1.0.2-2_amd64.buildinfo Checksums-Sha256: c9b7c61111afaf02e02a3616904da6d36f09adfe562d7e7e0c5208b0f06eb5c6 2361 flake8-polyfill_1.0.2-2.dsc b9479c0f2dc9022e17db16c2c9bfadb7be6feef0f5c7701fe38ebc9570715d8d 2728 flake8-polyfill_1.0.2-2.debian.tar.xz 62f985a1da12e59f30d38b3cce0fa31b180462a2613d6689d52cc870867065bd 6880 flake8-polyfill_1.0.2-2_amd64.buildinfo Files: bb3347bc13850b9576174cb5d80304cb 2361 python optional flake8-polyfill_1.0.2-2.dsc 11535f15a36e9678ce5a7193710e33ed 2728 python optional flake8-polyfill_1.0.2-2.debian.tar.xz df26d3bd71e00164ad04c72dd98a924a 6880 python optional flake8-polyfill_1.0.2-2_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEETQVcMeSBIEX5AQ11mQ04NnM013AFAl5co1sACgkQmQ04NnM0 13AngxAAmlst8CTehkTUlc65NkLW0Hno+XdPnKirXJn9DH5K2h1WQuEvJ+uKIiV+ +hC5ykdW68J5heejHs2eeHbRP9lakKa3agu1TqvPSdUvErVb8NhKIrYFgQPs3xFs olm05qjJ3pUnWrtphbUAANB+frk6HN+EueV+2wsLomsdifi9cQKohihLgmXvGyWV eHVAOQioM/yLqo78pFW67ppYbMVEsQADMgQp33DZ98wt1iixEFdyNQOepnx1NRpA 6BvJg38Ooi6REPUepkigJJ1nZ8pkcfSXnxCmXUtqI7NXtx4yEmOD99M6WXca7db2 YN4xoq/uSAXbpCLTC/2UhXzLxJDtvdk/HSjnrT2mijatbq5xl8RuRzuXUfbOWTAc 770HKvPHVxgWyv/bTTIudY9XpxeYTqeO6WuPkWZ3hVxNBGuJD32JuFIg/42zumAr OWuI5hgRyBdP8VnCVDdSCCqVefE1Z72L1tLm0o/4zUWeBpqrb0aGmg/5GoI21yi+ LkAo6zwQGw7Yedqgy3i8aeEX/JT+ckRUHkUYaRiUVBKWKtmktdpwXODhKjgCd4hm bpFL+ETMnVm4zgyQZiJevzhr0MACls4cvxnAGhtZJ/W0G6OZHuhNxhSci7usVy6w PNmh+wv/Kyh1KxT65WnvmcAUIeCxTRhbdJrvBHiekXg1dpdN0is= =cf2t -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ Python-modules-team mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
