Your message dated Tue, 05 Feb 2019 21:49:46 +0000 with message-id <[email protected]> and subject line Bug#910442: fixed in genshi 0.7.1-1 has caused the Debian Bug report #910442, regarding genshi FTBFS: tests fail: RuntimeError: generator raised StopIteration 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.) -- 910442: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=910442 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: genshi Version: 0.7-6 Severity: serious Tags: ftbfs genshi fails to build from source in sbuild on unstable/amd64. A build log ends with: | ====================================================================== | FAIL: replace (genshi.filters.transform.Transformer) | Doctest: genshi.filters.transform.Transformer.replace | ---------------------------------------------------------------------- | Traceback (most recent call last): | File "/usr/lib/python3.7/doctest.py", line 2198, in runTest | raise self.failureException(self.format_failure(new.getvalue())) | AssertionError: Failed doctest test for genshi.filters.transform.Transformer.replace | File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_genshi/build/genshi/filters/transform.py", line 368, in replace | | ---------------------------------------------------------------------- | File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_genshi/build/genshi/filters/transform.py", line 374, in genshi.filters.transform.Transformer.replace | Failed example: | print((html | Transformer('.//title/text()').replace('New Title'))) | Exception raised: | Traceback (most recent call last): | File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_genshi/build/genshi/filters/transform.py", line 118, in __iter__ | event = next(self.stream) | StopIteration | | The above exception was the direct cause of the following exception: | | Traceback (most recent call last): | File "/usr/lib/python3.7/doctest.py", line 1329, in __run | compileflags, 1), test.globs) | File "<doctest genshi.filters.transform.Transformer.replace[1]>", line 1, in <module> | print((html | Transformer('.//title/text()').replace('New Title'))) | File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_genshi/build/genshi/core.py", line 248, in __str__ | return self.render() | File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_genshi/build/genshi/core.py", line 184, in render | return encode(generator, method=method, encoding=encoding, out=out) | File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_genshi/build/genshi/output.py", line 57, in encode | return _encode(''.join(list(iterator))) | File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_genshi/build/genshi/output.py", line 241, in __call__ | for kind, data, pos in stream: | File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_genshi/build/genshi/output.py", line 669, in __call__ | for kind, data, pos in stream: | File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_genshi/build/genshi/output.py", line 774, in __call__ | for kind, data, pos in chain(stream, [(None, None, None)]): | File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_genshi/build/genshi/output.py", line 594, in __call__ | for ev in stream: | File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_genshi/build/genshi/core.py", line 289, in _ensure | for event in stream: | File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_genshi/build/genshi/core.py", line 289, in _ensure | for event in stream: | File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_genshi/build/genshi/filters/transform.py", line 706, in _unmark | for mark, event in stream: | File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_genshi/build/genshi/filters/transform.py", line 1076, in __call__ | for mark, event in stream: | RuntimeError: generator raised StopIteration | | | ---------------------------------------------------------------------- | Ran 861 tests in 0.443s | | FAILED (failures=8, errors=56, skipped=1) | Test failed: <unittest.runner.TextTestResult run=861 errors=56 failures=8> | error: Test failed: <unittest.runner.TextTestResult run=861 errors=56 failures=8> | E: pybuild pybuild:338: test: plugin distutils failed with: exit code=1: python3.7 setup.py test | dh_auto_test: pybuild --test -i python{version} -p "3.7 3.6" returned exit code 13 | make: *** [debian/rules:8: build] Error 25 | dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 Could it be that this is due to Python 3.7 having become a supported Python version? Helmut
--- End Message ---
--- Begin Message ---Source: genshi Source-Version: 0.7.1-1 We believe that the bug you reported is fixed in the latest version of genshi, 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. Herbert Parentes Fortes Neto <[email protected]> (supplier of updated genshi 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: Sat, 02 Feb 2019 11:42:17 -0200 Source: genshi Binary: python-genshi python-genshi-dbgsym python-genshi-doc python3-genshi Architecture: source amd64 all Version: 0.7.1-1 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team <[email protected]> Changed-By: Herbert Parentes Fortes Neto <[email protected]> Description: python-genshi - Python XML-based template engine - Python 2.x python-genshi-doc - Python XML-based template engine (documentation and examples) python3-genshi - Python XML-based template engine - Python 3.x Closes: 787603 910442 Changes: genshi (0.7.1-1) unstable; urgency=medium . * Team upload * New upstream release (Closes: #910442) . [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org * d/copyright: Use https protocol in Format field * d/changelog: Remove trailing whitespaces * d/control: Remove Testsuite field, not needed anymore * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP * d/control: Remove ancient X-Python-Version field * d/control: Remove ancient X-Python3-Version field * Convert git repository from git-dpm to gbp layout . [ Herbert Fortes ] * debian/control: - Bump Standards-Version from 3.9.6 to 4.3.0 * debian/copyright: - Add myself to debian/ - Files field for upstream first * debian/missing-sources: - examples/tutorial/geddit/static/jquery.js file already is a symlink to libjs-jquery. Add the sources (Closes: #787603) * debian/patches: - Remove issue566.patch. Fixed upstream. - Remove issue566.patch. Fixed upstream. - Remove issue602.patch. Fixed upstream. - Remove fix_tests_failure_with_python27.patch. * debian/python-genshi-doc.examples: - Remove file * debian/python-genshi-doc.install: - No html files - Add examples dir debian/python-genshi-doc.doc-base: - No html * debian/rules: - dh_clean rm -fr *.egg-info/ * debian/tests/control: - tox -e py27,py37 * debian/watch: - Version 4 - GitHub Checksums-Sha1: 2e6dff3107df3998fefa5fd360608ca122cd9a5a 2218 genshi_0.7.1-1.dsc 14fd2a4e31e78855566b42dcf5db7bad826a3cb4 278967 genshi_0.7.1.orig.tar.gz 7f11b95c23648baaefd2308afd9321de8c677e8a 61352 genshi_0.7.1-1.debian.tar.xz b782123c9cc645d14f6eff0edba9e7b1b6816762 7319 genshi_0.7.1-1_amd64.buildinfo 351a45ad59aed216d0de82bfe0ef93a1ef959c10 18324 python-genshi-dbgsym_0.7.1-1_amd64.deb 5e82e038e738e77e21d5b4f7a7cb639fb4f19b9e 75852 python-genshi-doc_0.7.1-1_all.deb 41666e01ffa2cc51477dfd18fc46f81531b98fed 137232 python-genshi_0.7.1-1_amd64.deb 447cd3c56efd06f1d2073d65269c418a5f703d2a 132268 python3-genshi_0.7.1-1_all.deb Checksums-Sha256: f57629f0169203cd444ada413b7f8248fa303d108cc4e31200524bf4875c8ce5 2218 genshi_0.7.1-1.dsc 72246b63cf71853b76c53b530059690eede9f85105da3e33842fdcf391a34e61 278967 genshi_0.7.1.orig.tar.gz 8971fe6ba1d7c15015293fb270ad1878a1a39c474b79004d904e39e0f539f10a 61352 genshi_0.7.1-1.debian.tar.xz 58f9f929c5ac4ee848056e60d01dda74d127f2aaaa7bcd97556c1e34a80e6f68 7319 genshi_0.7.1-1_amd64.buildinfo 73c957a723a5fcc6e3dbc969bd122c7723d63179d3e3192cf3f46400f49def52 18324 python-genshi-dbgsym_0.7.1-1_amd64.deb 4b34a89655ddf3295ff5a91f4416df3bbd248ad77d5eb5c1bffb2d80e3a53f20 75852 python-genshi-doc_0.7.1-1_all.deb ba7788e8d5be821c1bcf44ad9c6db08373fad034d68c085d1af84eee7a51a241 137232 python-genshi_0.7.1-1_amd64.deb 85820e470d9653291874ff215b628438c7ebc0caf349ff5850457a5f79137265 132268 python3-genshi_0.7.1-1_all.deb Files: b0b933e830c4ddf9b13c3ee02a044de8 2218 python optional genshi_0.7.1-1.dsc 077c7ea2312019fbce87cc2e06791855 278967 python optional genshi_0.7.1.orig.tar.gz 909c21ea11b2dc3c3e533b53e6fed501 61352 python optional genshi_0.7.1-1.debian.tar.xz 31d9f740530dcbbbb27cbcbbda258426 7319 python optional genshi_0.7.1-1_amd64.buildinfo 1260e9ba216069b7ddfaf0e9d7e355fe 18324 debug optional python-genshi-dbgsym_0.7.1-1_amd64.deb a8de155df718173b17f788cc7aedf01a 75852 doc optional python-genshi-doc_0.7.1-1_all.deb 0d06bacacdf5e3be61194347770eeaf7 137232 python optional python-genshi_0.7.1-1_amd64.deb 4c649514290423872de3505cf2293f0b 132268 python optional python3-genshi_0.7.1-1_all.deb -----BEGIN PGP SIGNATURE----- iQJEBAEBCAAuFiEE6OBDRWqw8055UbKI8ASs5PATHs8FAlxYrS4QHGhwZm5AZGVi aWFuLm9yZwAKCRDwBKzk8BMez99oEACb0anBp8Thv4i9Kfz0/68dnjaY0m8pJyxo cFZj4zcIkyBuF/X/OXC5lAmBHo5Fnt6CPNeFmJq5OpF2hhCVX/ICfntBC7CeLUi4 JbMoLNz2JUo70v/kT4b9LGut8wMDObx7HHdcjbLm4aD2Z2O9jZt4Lh7qCCHsRdnn pz6OoP8+R4TKeu4caI3jL3qsXuUox6BDQ85L0Wm1wMfFLHYaPG8RYvBLgfddOk53 2ryZEV72R+aHYlkg+kvURcRMAC6ZWfjQ8PWAUHjjqyXQU+lu29ARv3KSuqxAUoEG oCiW2oOSIXyP5XVFufE1UYPW7nbdCMC9hmRC76tNWVJSbv0zfReAwfo7lmGxvYYj LAKZViwRjCJk49ZzbAI8ikLlflxPzA4On80W/jBF5XvsctAjI5l1cZ+tFBEB9izf gN6V0FfoIytyYx1R0kx8dPzSHKMN10bTg18MwJMKuAySXwjom4LxSEKQ/0GvsG/2 CnYc/3gM475Ih1u+/2jHOmtWAIenf5wdLeT1US31RxteE12/iv8m7Aa9VHQ021fh CXqfo8DuO7CCmQRvElm3y/vpa722+f+RAf9VR62JXOweShv9wEqi+RyK5uP5k6sJ PWcO+p33m4nw+SqMjtt6BiUL4L1lW4xI0f47I7ZjsvpowZZSP8jaEG7+jHTzcUBq ZT6H/kmYOg== =CPN9 -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ Python-modules-team mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
