Your message dated Tue, 04 Aug 2020 18:20:05 +0000 with message-id <[email protected]> and subject line Bug#966997: fixed in python-textile 1:4.0.1-3 has caused the Debian Bug report #966997, regarding python-textile: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.8 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.) -- 966997: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966997 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: python-textile Version: 1:4.0.1-2 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20200802 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:217: python3.8 setup.py config > running config > dh_auto_build -O--buildsystem=pybuild > I: pybuild base:217: /usr/bin/python3 setup.py build > running build > running build_py > creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/textile > copying textile/core.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/textile > copying textile/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/textile > copying textile/__main__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/textile > copying textile/regex_strings.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/textile > copying textile/textilefactory.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/textile > copying textile/version.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/textile > copying textile/utils.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/textile > creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/textile/objects > copying textile/objects/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/textile/objects > copying textile/objects/table.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/textile/objects > copying textile/objects/block.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/textile/objects > creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/textile/tools > copying textile/tools/__init__.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/textile/tools > copying textile/tools/imagesize.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/textile/tools > copying textile/tools/sanitizer.py -> > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/textile/tools > running egg_info > creating textile.egg-info > writing textile.egg-info/PKG-INFO > writing dependency_links to textile.egg-info/dependency_links.txt > writing entry points to textile.egg-info/entry_points.txt > writing requirements to textile.egg-info/requires.txt > writing top-level names to textile.egg-info/top_level.txt > writing manifest file 'textile.egg-info/SOURCES.txt' > reading manifest file 'textile.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > writing manifest file 'textile.egg-info/SOURCES.txt' > dh_auto_test -O--buildsystem=pybuild > I: pybuild base:217: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build; > python3.8 -m pytest tests > ============================= test session starts > ============================== > platform linux -- Python 3.8.5, pytest-4.6.11, py-1.8.1, pluggy-0.13.0 > rootdir: /<<PKGBUILDDIR>>, inifile: pytest.ini, testpaths: tests > plugins: cov-2.8.1 > collected 205 items / 1 skipped / 204 selected > > tests/test_attributes.py . [ > 0%] > tests/test_block.py ...... [ > 3%] > tests/test_cli.py .. [ > 4%] > tests/test_footnoteRef.py . [ > 4%] > tests/test_getRefs.py . [ > 5%] > tests/test_github_issues.py .......................... [ > 18%] > tests/test_glyphs.py . [ > 18%] > tests/test_image.py . [ > 19%] > tests/test_imagesize.py s [ > 19%] > tests/test_lists.py . [ > 20%] > tests/test_retrieve.py . [ > 20%] > tests/test_span.py . [ > 20%] > tests/test_subclassing.py . [ > 21%] > tests/test_table.py . [ > 21%] > tests/test_textile.py .......s........... [ > 31%] > tests/test_textilefactory.py . [ > 31%] > tests/test_urls.py ... [ > 33%] > tests/test_utils.py .... [ > 35%] > tests/test_values.py ................................................... [ > 60%] > ........................................................................ [ > 95%] > .......... > [100%] > INTERNALERROR> Traceback (most recent call last): > INTERNALERROR> File "/usr/lib/python3/dist-packages/coverage/sqldata.py", > line 1048, in execute > INTERNALERROR> return self.con.execute(sql, parameters) > INTERNALERROR> sqlite3.IntegrityError: UNIQUE constraint failed: meta.key > INTERNALERROR> > INTERNALERROR> During handling of the above exception, another exception > occurred: > INTERNALERROR> > INTERNALERROR> Traceback (most recent call last): > INTERNALERROR> File "/usr/lib/python3/dist-packages/_pytest/main.py", line > 206, in wrap_session > INTERNALERROR> session.exitstatus = doit(config, session) or 0 > INTERNALERROR> File "/usr/lib/python3/dist-packages/_pytest/main.py", line > 250, in _main > INTERNALERROR> config.hook.pytest_runtestloop(session=session) > INTERNALERROR> File "/usr/lib/python3/dist-packages/pluggy/hooks.py", line > 286, in __call__ > INTERNALERROR> return self._hookexec(self, self.get_hookimpls(), kwargs) > INTERNALERROR> File "/usr/lib/python3/dist-packages/pluggy/manager.py", > line 92, in _hookexec > INTERNALERROR> return self._inner_hookexec(hook, methods, kwargs) > INTERNALERROR> File "/usr/lib/python3/dist-packages/pluggy/manager.py", > line 83, in <lambda> > INTERNALERROR> self._inner_hookexec = lambda hook, methods, kwargs: > hook.multicall( > INTERNALERROR> File "/usr/lib/python3/dist-packages/pluggy/callers.py", > line 203, in _multicall > INTERNALERROR> gen.send(outcome) > INTERNALERROR> File "/usr/lib/python3/dist-packages/pytest_cov/plugin.py", > line 254, in pytest_runtestloop > INTERNALERROR> self.cov_controller.finish() > INTERNALERROR> File "/usr/lib/python3/dist-packages/pytest_cov/engine.py", > line 197, in finish > INTERNALERROR> self.cov.stop() > INTERNALERROR> File "/usr/lib/python3/dist-packages/coverage/control.py", > line 649, in save > INTERNALERROR> data = self.get_data() > INTERNALERROR> File "/usr/lib/python3/dist-packages/coverage/control.py", > line 703, in get_data > INTERNALERROR> if self._collector and self._collector.flush_data(): > INTERNALERROR> File "/usr/lib/python3/dist-packages/coverage/collector.py", > line 425, in flush_data > INTERNALERROR> self.covdata.add_lines(self.mapped_file_dict(self.data)) > INTERNALERROR> File "/usr/lib/python3/dist-packages/coverage/sqldata.py", > line 437, in add_lines > INTERNALERROR> self._choose_lines_or_arcs(lines=True) > INTERNALERROR> File "/usr/lib/python3/dist-packages/coverage/sqldata.py", > line 495, in _choose_lines_or_arcs > INTERNALERROR> con.execute( > INTERNALERROR> File "/usr/lib/python3/dist-packages/coverage/sqldata.py", > line 1065, in execute > INTERNALERROR> raise CoverageException("Couldn't use data file {!r}: > {}".format(self.filename, msg)) > INTERNALERROR> coverage.misc.CoverageException: Couldn't use data file > '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build/.coverage': UNIQUE constraint > failed: meta.key > > ============== 203 passed, 3 skipped, 4 warnings in 2.32 seconds > =============== > E: pybuild pybuild:352: test: plugin distutils failed with: exit code=3: cd > /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8/build; python3.8 -m pytest tests > dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.8 > returned exit code 13 The full build log is available from: http://qa-logs.debian.net/2020/08/02/python-textile_4.0.1-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! 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: python-textile Source-Version: 1:4.0.1-3 Done: Dmitry Shachnev <[email protected]> We believe that the bug you reported is fixed in the latest version of python-textile, 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. Dmitry Shachnev <[email protected]> (supplier of updated python-textile 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: Tue, 04 Aug 2020 20:51:17 +0300 Source: python-textile Architecture: source Version: 1:4.0.1-3 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team <[email protected]> Changed-By: Dmitry Shachnev <[email protected]> Closes: 966997 Changes: python-textile (1:4.0.1-3) unstable; urgency=medium . [ Debian Janitor ] * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. . [ Dmitry Shachnev ] * Add a debian/clean file to fix build twice in a row. * Add .coveragerc to pybuild.testfiles to fix FTBFS (closes: #966997). Checksums-Sha1: e334a8fc2a9a2514844ea852eb5fb258653368a1 2258 python-textile_4.0.1-3.dsc 44ca804459a351c80ab57a3d8ab62b6520fcef5d 5400 python-textile_4.0.1-3.debian.tar.xz d0fcccf87c1c3f069424c7ddee5f7b94dfa2eb7b 7136 python-textile_4.0.1-3_source.buildinfo Checksums-Sha256: 445e4c75d72d3979871dbb47314e1495e48a6135da027bc6adda3c75fe14e918 2258 python-textile_4.0.1-3.dsc fc933c5a551ca9916656271941f895174a7c4fef7b43ab88aa4c89215d91d772 5400 python-textile_4.0.1-3.debian.tar.xz 0417f8382a8b3b823ff087e221e3bf2dd91e1ea0c9a46e0202722bab7df61b34 7136 python-textile_4.0.1-3_source.buildinfo Files: 9306408e6fdb5405004258cad10070f5 2258 python optional python-textile_4.0.1-3.dsc 1e119fcb45e18bf2e01d6c29df808784 5400 python optional python-textile_4.0.1-3.debian.tar.xz 0014d7762f9aefd4769e309f178ff5ad 7136 python optional python-textile_4.0.1-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJHBAEBCgAxFiEE5688gqe4PSusUZcLZkYmW1hrg8sFAl8pobYTHG1pdHlhNTdA ZGViaWFuLm9yZwAKCRBmRiZbWGuDy27vEACJvEeuDXRdjViqTHwTZO8TUGcHYy3X CfZxukoUii5x9T58IcGtD0ThuMNPsjXsNBXXYUlbcT94ULsF6tSg+bZzbV11zIwh krl37W4IOoFpbH2E2DmSC0dPSLotrmLcRByiLDqkpQMHdEdHq7WaRgkGbYBO8Tqk P9rLxSF1g+7fwU0XjL5GoG56Q+yZ1SOonTC0coXt1IO3ve83chJkv1pRjfYPX3cx uSEK8FDdhc8MpcR14U2viw3wVCaDuaVV3OX2VxPVr1DYS6KBNIYN1MuVuiUuipr6 gcU7FbDsNYfGn1N5WpCqviMq8NZCgI1F+EhwROyJHRqINVWrn4YfWkc7QCR4QeXE l1WNn+omw+n/VgnbQSGNoBDB0uhpxjsa6Qy+7rYSpWzIUxfHn5ZDdBmoKkHDsj6o SsfL7i56MY3eSy7bdvhMpkvt/pVUawgNHKNxR6cyqMufLbnNEfdOOTwKdhX/bFU8 wxRIIS50Sam1sTUesd6WjhDpfUGh53c85IGXF5t/WJwvceHgtTkhRKnFqEYBSh0S XGNWS6m7PLmzMRrMwHQyZnMXOWLKO3UNRAqx3aKBJdYXvN/643QBt0VfoTHdPtJ3 07WPwl9wLNqqIpaHjp9biClOH1MaiGyBAZR9YB7tDIYDq2w+GhQkjSSneA3ajQus qyZHoO8uEUXdtQ== =nK2L -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ Python-modules-team mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
