Your message dated Thu, 20 Dec 2018 13:49:46 +0000 with message-id <[email protected]> and subject line Bug#908700: fixed in pep8 1.7.1-2 has caused the Debian Bug report #908700, regarding pep8: FTBFS (test_checkers_testsuite fails) 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.) -- 908700: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908700 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:pep8 Version: 1.7.1-1 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions pyversions: missing debian/pyversions file, fall back to supported versions py3versions: no X-Python3-Version in control file, using supported versions dh build-indep --buildsystem=python_distutils --with python2,python3 dh_update_autotools_config -i -O--buildsystem=python_distutils dh_auto_configure -i -O--buildsystem=python_distutils dh_auto_configure: Please use the third-party "pybuild" build system instead of python-distutils dh_auto_configure: This feature will be removed in compat 12. dh_auto_build -i -O--buildsystem=python_distutils dh_auto_build: Please use the third-party "pybuild" build system instead of python-distutils dh_auto_build: This feature will be removed in compat 12. pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions pyversions: missing debian/pyversions file, fall back to supported versions python setup.py build --force running build running build_py creating build creating build/lib.linux-x86_64-2.7 copying pep8.py -> build/lib.linux-x86_64-2.7 running egg_info writing pep8.egg-info/PKG-INFO writing namespace_packages to pep8.egg-info/namespace_packages.txt writing top-level names to pep8.egg-info/top_level.txt writing dependency_links to pep8.egg-info/dependency_links.txt writing entry points to pep8.egg-info/entry_points.txt reading manifest file 'pep8.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found under directory 'docs' warning: no previously-included files matching '*.pyo' found under directory 'docs' warning: no previously-included files matching '*.pyc' found under directory 'testsuite' warning: no previously-included files matching '*.pyo' found under directory 'testsuite' no previously-included directories found matching 'docs/_build' writing manifest file 'pep8.egg-info/SOURCES.txt' debian/rules override_dh_auto_test make[1]: Entering directory '/<<PKGBUILDDIR>>' pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions pyversions: missing debian/pyversions file, fall back to supported versions py3versions: no X-Python3-Version in control file, using supported versions pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions pyversions: missing debian/pyversions file, fall back to supported versions py3versions: no X-Python3-Version in control file, using supported versions set -xe; \ for py in python2.7 python3.6; do \ $py setup.py test; \ done + python2.7 setup.py test running test running egg_info writing pep8.egg-info/PKG-INFO writing namespace_packages to pep8.egg-info/namespace_packages.txt writing top-level names to pep8.egg-info/top_level.txt writing dependency_links to pep8.egg-info/dependency_links.txt writing entry points to pep8.egg-info/entry_points.txt reading manifest file 'pep8.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found under directory 'docs' warning: no previously-included files matching '*.pyo' found under directory 'docs' warning: no previously-included files matching '*.pyc' found under directory 'testsuite' warning: no previously-included files matching '*.pyo' found under directory 'testsuite' no previously-included directories found matching 'docs/_build' writing manifest file 'pep8.egg-info/SOURCES.txt' running build_ext test_checkers_testsuite (testsuite.test_all.Pep8TestCase) ... /<<PKGBUILDDIR>>/testsuite/W29.py:13:1: W391:1:1 blank line at end of file /<<PKGBUILDDIR>>/testsuite/W29.py:14:1: error W292:1:5 not found /<<PKGBUILDDIR>>/testsuite/W29.py:15:1: W391:1:1 blank line at end of file /<<PKGBUILDDIR>>/testsuite/W29.py:16:1: error W292:1:27 not found /<<PKGBUILDDIR>>/testsuite/W29.py:17:1: W391:1:1 blank line at end of file /<<PKGBUILDDIR>>/testsuite/W29.py:18:1: error W292:3:22 not found /<<PKGBUILDDIR>>/testsuite/W29.py:21:1: W391:3:1 blank line at end of file FAIL test_doctest (testsuite.test_all.Pep8TestCase) ... ok test_own_dog_food (testsuite.test_all.Pep8TestCase) ... ok test_selftest (testsuite.test_all.Pep8TestCase) ... ok test_check_nullbytes (testsuite.test_api.APITestCase) ... ok test_check_unicode (testsuite.test_api.APITestCase) ... ok test_register_ast_check (testsuite.test_api.APITestCase) ... ok test_register_invalid_check (testsuite.test_api.APITestCase) ... ok test_register_logical_check (testsuite.test_api.APITestCase) ... ok test_register_physical_check (testsuite.test_api.APITestCase) ... ok test_styleguide (testsuite.test_api.APITestCase) ... ok test_styleguide_check_files (testsuite.test_api.APITestCase) ... ok test_styleguide_checks (testsuite.test_api.APITestCase) ... ok test_styleguide_continuation_line_outdented (testsuite.test_api.APITestCase) ... ok test_styleguide_excluded (testsuite.test_api.APITestCase) ... ok test_styleguide_ignore_code (testsuite.test_api.APITestCase) ... ok test_styleguide_init_report (testsuite.test_api.APITestCase) ... ok test_styleguide_options (testsuite.test_api.APITestCase) ... ok test_styleguide_unmatched_triple_quotes (testsuite.test_api.APITestCase) ... ok test_multiline_ignore_parsing (testsuite.test_parser.ParserTestCase) ... ok test_multiline_trailing_comma_ignore_parsing (testsuite.test_parser.ParserTestCase) ... ok test_trailing_comma_ignore_parsing (testsuite.test_parser.ParserTestCase) ... ok test_vanilla_ignore_parsing (testsuite.test_parser.ParserTestCase) ... ok test_check_diff (testsuite.test_shell.ShellTestCase) ... ok test_check_noarg (testsuite.test_shell.ShellTestCase) ... ok test_check_non_existent (testsuite.test_shell.ShellTestCase) ... ok test_check_simple (testsuite.test_shell.ShellTestCase) ... ok test_check_stdin (testsuite.test_shell.ShellTestCase) ... ok test_print_usage (testsuite.test_shell.ShellTestCase) ... ok test_normalize_paths (testsuite.test_util.UtilTestCase) ... ok ====================================================================== FAIL: test_checkers_testsuite (testsuite.test_all.Pep8TestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/<<PKGBUILDDIR>>/testsuite/test_all.py", line 37, in test_checkers_testsuite msg='%s failure(s)' % report.total_errors) AssertionError: 7 failure(s) ---------------------------------------------------------------------- Ran 30 tests in 0.485s FAILED (failures=1) Test failed: <unittest.runner.TextTestResult run=30 errors=0 failures=1> error: Test failed: <unittest.runner.TextTestResult run=30 errors=0 failures=1> make[1]: *** [debian/rules:26: override_dh_auto_test] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:10: 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 in both buster and sid with a very similar error: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/pep8.html Please consider uploading in source-only form (dpkg-buildpackage -S) so that this kind of bugs never propagate to testing. Thanks.
--- End Message ---
--- Begin Message ---Source: pep8 Source-Version: 1.7.1-2 We believe that the bug you reported is fixed in the latest version of pep8, 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. Mattia Rizzolo <[email protected]> (supplier of updated pep8 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: Thu, 20 Dec 2018 14:28:23 +0100 Source: pep8 Binary: pep8 python-pep8 python3-pep8 Architecture: source Version: 1.7.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team <[email protected]> Changed-By: Mattia Rizzolo <[email protected]> Description: pep8 - Python PEP 8 code style checker - transitional package python-pep8 - Python PEP 8 code style checker - Python python3-pep8 - Python PEP 8 code style checker - Python 3 Closes: 908700 Changes: pep8 (1.7.1-2) unstable; urgency=medium . * Team upload. . [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org. * d/control: Deprecating priority extra as per policy 4.0.1. * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP. * Convert git repository from git-dpm to gbp layout. . [ Chris Lamb ] * Respect nocheck in DEB_BUILD_OPTIONS. . [ Mattia Rizzolo ] * Add patch to be fully compatible with Python 3.7. Closes: #908700 Checksums-Sha1: 54680167f4d14debc2a1636875e5d01c378d0a54 2142 pep8_1.7.1-2.dsc e4bb20557103c6157474da5df7c32ee22cf54fa7 5780 pep8_1.7.1-2.debian.tar.xz 940e5a42580a3b6824af6d034dd64d6e7f42d056 6746 pep8_1.7.1-2_amd64.buildinfo Checksums-Sha256: a0960fdc3b5a647834a91ef56b6bb4af01d157bb6d89c9bac9f4242517f3bc40 2142 pep8_1.7.1-2.dsc 5eb6bd3ecfd7c1d21d086bf4990ffb5903bf7d613510fd4cd3951636b642158e 5780 pep8_1.7.1-2.debian.tar.xz 2918ed31f092697e2ab911c1349acbda6780ba7553343045f01d92fa120edd04 6746 pep8_1.7.1-2_amd64.buildinfo Files: 1da6dda14de097eb9066a5bcbe2d7122 2142 python optional pep8_1.7.1-2.dsc 0bb8f2b6693e3ece018fbdc09d44ce2c 5780 python optional pep8_1.7.1-2.debian.tar.xz b77822d1e0e3b8eb7e4ff8d5acb24935 6746 python optional pep8_1.7.1-2_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAlwbmTYACgkQCBa54Yx2 K61rBA/+PSdGmactPbOhswBp6a9OhUETzgCDbDnfzDh8GFJAu3Gh50yqtx+EmCey onrCCHcGLsnL4ujMhy2tkh3tfHmwqG3ULWy3cqryWSTvlKoLEtpVHFcRTjy/vgK/ QnSJWV7miT7L53Hv20DImllKKPIp36g0pb64YI2cdYTG/ZzGIPvo2Xi4b2hk2BwA 6iNQ3Jq977UZBEfe5FOvAuLUBRddus0M/Iiey2W0GzyDAsj+ZgCm/BSAlUD9g2Cf 24N0qxvnJPb0UtOCQ0Bebn8emd+xDSUNjiMvt43qDEekL+eR+oA0Vgb/wP1/YF77 17EX92ApLuw3Rwjef9P+X8+sIbzsw02ozmqgWBGKEWtJeypdKRr82Ng1yDga5SRy P8AcCdu0XWjGqDhsCHnzsqj0kImNYoO4LHtLnIfYMECa8gnKTMxgmy0gF29pVxyX PBnv5ruCEEXp3KSUVDX97GwfY57zFRhTCt7Evzcu2m4T7ajD2O4OsXEgt3GRryA0 n5VCENXz0VSDPoxhaCjgD82nCa7MlJJdmiahSL3VHMgmtXmR0ufpLytE5yrzjEFM ts67P44XKVf5+TrdwKvXo5KL5f0PNmfgzwoE4aOzTHg45XawBef9jvNGOVxy1F2N tJOlyGfNVCOxww/hYdTfkRzts92nKAlGEifllxMfv7MMuKMM4Qs= =VItY -----END PGP SIGNATURE-----
--- End Message ---

