Your message dated Fri, 12 Oct 2018 00:49:06 +0000 with message-id <[email protected]> and subject line Bug#909987: fixed in distro-info 0.19 has caused the Debian Bug report #909987, regarding distro-info: FTBFS (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.) -- 909987: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909987 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:distro-info Version: 0.18 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep dh build-indep --with python2,python3 dh_update_autotools_config -i dh_autoreconf -i dh_auto_configure -i dh_auto_build -i make -j1 "INSTALL=install --strip-program=true" make[1]: Entering directory '/<<PKGBUILDDIR>>' cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wextra -g -O2 -std=gnu99 -Wl,-z,relro -Wl,-z,now -o debian-distro-info debian-distro-info.c cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wextra -g -O2 -std=gnu99 -Wl,-z,relro -Wl,-z,now -o ubuntu-distro-info ubuntu-distro-info.c make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_test -i make -j1 test make[1]: Entering directory '/<<PKGBUILDDIR>>' [... snipped ...] cb(astroid) File "/usr/lib/python3/dist-packages/pylint/checkers/variables.py", line 1245, in visit_import module = next(node.infer_name_module(parts[0])) File "/usr/lib/python3/dist-packages/astroid/context.py", line 71, in cache_generator for result in generator: File "/usr/lib/python3/dist-packages/astroid/decorators.py", line 89, in wrapped res = next(generator) File "/usr/lib/python3/dist-packages/astroid/inference.py", line 194, in infer_import yield self.do_import_module(name) File "/usr/lib/python3/dist-packages/astroid/mixins.py", line 119, in do_import_module relative_only=level and level >= 1) File "/usr/lib/python3/dist-packages/astroid/scoped_nodes.py", line 593, in import_module return MANAGER.ast_from_module_name(absmodname) File "/usr/lib/python3/dist-packages/astroid/manager.py", line 154, in ast_from_module_name return self.ast_from_file(found_spec.location, modname, fallback=False) File "/usr/lib/python3/dist-packages/astroid/manager.py", line 80, in ast_from_file return AstroidBuilder(self).file_build(filepath, modname) File "/usr/lib/python3/dist-packages/astroid/builder.py", line 153, in file_build return self._post_build(module, encoding) File "/usr/lib/python3/dist-packages/astroid/builder.py", line 173, in _post_build self.delayed_assattr(delayed) File "/usr/lib/python3/dist-packages/astroid/builder.py", line 232, in delayed_assattr for inferred in node.expr.infer(): File "/usr/lib/python3/dist-packages/astroid/decorators.py", line 89, in wrapped res = next(generator) File "/usr/lib/python3/dist-packages/astroid/bases.py", line 95, in _infer_stmts for inferred in stmt.infer(context=context): File "/usr/lib/python3/dist-packages/astroid/context.py", line 71, in cache_generator for result in generator: RuntimeError: generator raised StopIteration pylint found issues: ************* Module debian-distro-info F: 1, 0: <class 'RuntimeError'>: generator raised StopIteration (astroid-error) ************* Module ubuntu-distro-info F: 1, 0: <class 'RuntimeError'>: generator raised StopIteration (astroid-error) ---------------------------------------------------------------------- Ran 26 tests in 0.730s FAILED (failures=1) Test failed: <unittest.runner.TextTestResult run=26 errors=0 failures=1> error: Test failed: <unittest.runner.TextTestResult run=26 errors=0 failures=1> make[1]: *** [Makefile:45: test-python] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_test: make -j1 test returned exit code 2 make: *** [debian/rules:6: build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made in my autobuilder with "dpkg-buildpackage -A" but it also fails here: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/distro-info.html where you can get a full build log if you need it. 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: distro-info Source-Version: 0.19 We believe that the bug you reported is fixed in the latest version of distro-info, 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. Benjamin Drung <[email protected]> (supplier of updated distro-info 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: Fri, 12 Oct 2018 01:30:13 +0200 Source: distro-info Binary: distro-info libdistro-info-perl python-distro-info python3-distro-info Architecture: source Version: 0.19 Distribution: unstable Urgency: medium Maintainer: Benjamin Drung <[email protected]> Changed-By: Benjamin Drung <[email protected]> Description: distro-info - provides information about the distributions' releases libdistro-info-perl - information about distributions' releases (Perl module) python-distro-info - information about distributions' releases (Python module) python3-distro-info - information about distributions' releases (Python 3 module) Closes: 909987 Changes: distro-info (0.19) unstable; urgency=medium . [ Stefano Rivera ] * Migrate VCS to salsa.debian.org. . [ Ondřej Nový ] * d/control: Remove ancient X-Python-Version field * d/control: Remove ancient X-Python3-Version field . [ Iain Lane ] * Fix pylint issues (Closes: #909987): + Allow useless-object-inheritance so we can stay PY2/3 bilingual. - This is correctly an unknown option when linting python 2, so we need to whitelist unknown overrides too. + Refactor a useless if/return/elif... chain into a sequence of `if`s instead. + Use chained comparison x <= y <= z instead of x <= y and y <= z. . [ Benjamin Drung ] * Update pylint/flake8 unittests to latest version from https://github.com/bdrung/snippets * Support running tests against installed binaries and libraries * Add autopkgtest test suite * Set Rules-Requires-Root: no * Bump Standards-Version to 4.2.1 * Do not install distro_info_test into Python libraries * Do not install test-*-distro-info scripts Checksums-Sha1: acc86c0f59e195c68d0bae0f846a5976f27bd0f1 2111 distro-info_0.19.dsc cf0122896871ffe6a0b4e8847223a76f7e9951d2 28760 distro-info_0.19.tar.xz 911851f38ae816f08e674cd2f340356ae04218d5 8771 distro-info_0.19_source.buildinfo Checksums-Sha256: e37082a7ffaf4308b5feb0762125058b056157fddf5fb31b45fe9e09fe8f83be 2111 distro-info_0.19.dsc fcadd782507d93b5bc5ff671faf46f7759460d305bb2fbec1a8b6d512b06ca23 28760 distro-info_0.19.tar.xz 855ba4f81af0fbba0908ac5bf51e9a7f83bf4a81de9bfe08c9ed2a0be94ccc4c 8771 distro-info_0.19_source.buildinfo Files: 35501a9761c71578b2f54d16d2dcc553 2111 devel optional distro-info_0.19.dsc a8960a0ce6f4bac08b15e805045b5010 28760 devel optional distro-info_0.19.tar.xz 196b077e76f1d92ca7cc9d3197c637be 8771 devel optional distro-info_0.19_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAlu/5KoACgkQFZ61xO/I d0y6YQ/6A4wHLHCJqqCi6VXBDtx/x/yvNmZcE2oxdUxcF3iFB2jnhu4wPl2di7Rp 6JQi/PhXKGbKw43YJx58OtOOdMGGHkgBxfJSjgNheySoKuJO3SbjjyZPAEqTklQp utSbJM3EgK9yslhB3QeohVcg8b23/9GZW5YEETGpMavB0Dc2qzR4XWk83mrWY/Rh ZEBJ4E1oXRDsHmyTQq/klTlIUFC1CGaAO/8dh5WZn06QSA7B9sEhpXJkfhfh+ti0 Fx1hcMKhtrhm1gFDXltVM0Gm21+DVpdM0NpC4A8HsAkRj7yO6XDb/wJTcft6EPph Idup3kuchuFD8mrIXjvwJthzG2kplVj6zi/OBzpF+jk/ZuuLABdTUeTkxAnYTbXk 85GwP9ymINb4C4JBvsYn6ClRnS1zUjv8ZPvGSfQNemdIguPwQ0iXPXvcm5jN/8wy lWLXvKKHiC/myYIkw+Yeg4xLauoLH6GsPzMsknoJAPOSUMHaxeMJu6tILzTeRZgc bga9NyTGnjdOChTfScOvpGE+/mQD8L48Gdyp8PQtyHjFp1u3jiBu6/2LLBTJNP+L WIx/QRO9fKs6WtPvKDNeKz2kzCKLqKJPikMAg3iR9jYjLA24YxjTNg6lvHaPxW5P QicBu01n4ycbaGMIZhQb5xXQoplQHjq1C0PTLJeS0hLJpZhP0gc= =QDdI -----END PGP SIGNATURE-----
--- End Message ---

